@constructive-io/react 0.28.0 → 0.28.2
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/README.md +1 -0
- package/agent/orm/input-types.d.ts +96 -8
- package/agent/schema-types.d.ts +126 -78
- package/agent/types.d.ts +8 -0
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +6 -6
- package/api/hooks/invalidation.js +15 -15
- package/api/hooks/mutation-keys.d.ts +14 -18
- package/api/hooks/mutation-keys.js +11 -17
- package/api/hooks/mutations/index.d.ts +2 -4
- package/api/hooks/mutations/index.js +2 -4
- package/api/hooks/mutations/useRequestDatabaseMutation.d.ts +20 -0
- package/api/hooks/mutations/useRequestDatabaseMutation.js +26 -0
- package/api/hooks/queries/index.d.ts +2 -2
- package/api/hooks/queries/index.js +2 -2
- package/api/hooks/query-keys.d.ts +14 -14
- package/api/hooks/query-keys.js +9 -9
- package/api/orm/index.d.ts +5 -15
- package/api/orm/index.js +2 -2
- package/api/orm/input-types.d.ts +250 -231
- package/api/orm/models/index.d.ts +1 -1
- package/api/orm/models/index.js +3 -3
- package/api/orm/mutation/index.d.ts +11 -36
- package/api/orm/mutation/index.js +6 -30
- package/api/schema-types.d.ts +110 -112
- package/api/types.d.ts +20 -15
- package/auth/hooks/mutation-keys.d.ts +4 -2
- package/auth/hooks/mutation-keys.js +6 -3
- package/auth/hooks/mutations/index.d.ts +2 -2
- package/auth/hooks/mutations/index.js +2 -2
- package/auth/hooks/mutations/useDeletePrincipalMutation.d.ts +12 -30
- package/auth/hooks/mutations/useDeletePrincipalMutation.js +4 -17
- package/auth/orm/index.d.ts +10 -5
- package/auth/orm/input-types.d.ts +54 -45
- package/auth/orm/models/principal.d.ts +1 -10
- package/auth/orm/models/principal.js +0 -13
- package/auth/orm/mutation/index.d.ts +17 -9
- package/auth/orm/mutation/index.js +24 -12
- package/auth/schema-types.d.ts +37 -35
- package/auth/types.d.ts +3 -2
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +165 -33
- package/compute/hooks/invalidation.js +421 -69
- package/compute/hooks/mutation-keys.d.ts +338 -68
- package/compute/hooks/mutation-keys.js +241 -45
- package/compute/hooks/mutations/index.d.ts +78 -19
- package/compute/hooks/mutations/index.js +78 -19
- package/compute/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateDbPresetMutation.js +34 -0
- package/compute/hooks/mutations/useCreateFunctionDeploymentMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreateFunctionDeploymentMutation.js +1 -1
- package/compute/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraCommitMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraObjectMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraRefMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraStoreMutation.js +34 -0
- package/compute/hooks/mutations/useCreateIntegrationProviderMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateIntegrationProviderMutation.js +34 -0
- package/compute/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateNamespaceEventMutation.js +34 -0
- package/compute/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateNamespaceMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceEventMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceEventMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourceDefinitionMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourceDefinitionMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourceStatusCheckMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourceStatusCheckMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.js +34 -0
- package/compute/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteDbPresetMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.js +1 -1
- package/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.js +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.js +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.js +2 -2
- package/compute/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteInfraCommitMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteInfraObjectMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteInfraRefMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteInfraStoreMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteIntegrationProviderMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteIntegrationProviderMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteNamespaceEventMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteNamespaceMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformResourceEventMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformResourceEventMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformResourceMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformResourceMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteResourceDefinitionMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteResourceDefinitionMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.js +39 -0
- package/compute/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraInitEmptyRepoMutation.js +26 -0
- package/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.js +26 -0
- package/compute/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraSetDataAtPathMutation.js +26 -0
- package/compute/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateDbPresetMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.js +1 -1
- package/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.js +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.js +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.js +2 -2
- package/compute/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateInfraCommitMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateInfraObjectMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateInfraRefMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateInfraStoreMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateIntegrationProviderMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateIntegrationProviderMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateNamespaceEventMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateNamespaceMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateResourceDefinitionMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateResourceDefinitionMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.js +40 -0
- package/compute/hooks/queries/index.d.ts +51 -12
- package/compute/hooks/queries/index.js +51 -12
- package/compute/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/compute/hooks/queries/useDbPresetQuery.js +53 -0
- package/compute/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/compute/hooks/queries/useDbPresetsQuery.js +38 -0
- package/compute/hooks/queries/useFunctionDeploymentQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionDeploymentQuery.js +1 -1
- package/compute/hooks/queries/useFunctionDeploymentsQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionDeploymentsQuery.js +1 -1
- package/compute/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraCommitQuery.js +53 -0
- package/compute/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraCommitsQuery.js +38 -0
- package/compute/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraGetAllQuery.js +38 -0
- package/compute/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraObjectQuery.js +53 -0
- package/compute/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraObjectsQuery.js +38 -0
- package/compute/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraRefQuery.js +53 -0
- package/compute/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraRefsQuery.js +38 -0
- package/compute/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraStoreQuery.js +53 -0
- package/compute/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraStoresQuery.js +38 -0
- package/compute/hooks/queries/useIntegrationProviderQuery.d.ts +65 -0
- package/compute/hooks/queries/useIntegrationProviderQuery.js +53 -0
- package/compute/hooks/queries/useIntegrationProvidersQuery.d.ts +69 -0
- package/compute/hooks/queries/useIntegrationProvidersQuery.js +38 -0
- package/compute/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/compute/hooks/queries/useNamespaceEventQuery.js +53 -0
- package/compute/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/compute/hooks/queries/useNamespaceEventsQuery.js +38 -0
- package/compute/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/compute/hooks/queries/useNamespaceQuery.js +53 -0
- package/compute/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/compute/hooks/queries/useNamespacesQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourceEventQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceEventQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceEventsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourceEventsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourceQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceStatusCheckQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceStatusCheckQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceStatusChecksQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourceStatusChecksQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourcesQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourcesQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.js +38 -0
- package/compute/hooks/queries/useResourceDefinitionQuery.d.ts +65 -0
- package/compute/hooks/queries/useResourceDefinitionQuery.js +53 -0
- package/compute/hooks/queries/useResourceDefinitionsQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourceDefinitionsQuery.js +38 -0
- package/compute/hooks/queries/useResourceStatusCheckQuery.d.ts +65 -0
- package/compute/hooks/queries/useResourceStatusCheckQuery.js +53 -0
- package/compute/hooks/queries/useResourceStatusChecksQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourceStatusChecksQuery.js +38 -0
- package/compute/hooks/queries/useResourcesRequirementsStatesQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourcesRequirementsStatesQuery.js +38 -0
- package/compute/hooks/queries/useResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourcesResolvedRequirementsQuery.js +38 -0
- package/compute/hooks/query-keys.d.ts +386 -78
- package/compute/hooks/query-keys.js +228 -46
- package/compute/orm/index.d.ts +76 -17
- package/compute/orm/index.js +56 -12
- package/compute/orm/input-types.d.ts +5893 -1343
- package/compute/orm/input-types.js +17 -3
- package/compute/orm/models/dbPreset.d.ts +54 -0
- package/compute/orm/models/dbPreset.js +104 -0
- package/compute/orm/models/functionGraphCommit.d.ts +2 -2
- package/compute/orm/models/functionGraphCommit.js +2 -2
- package/compute/orm/models/functionGraphObject.d.ts +2 -2
- package/compute/orm/models/functionGraphObject.js +2 -2
- package/compute/orm/models/functionGraphRef.d.ts +2 -2
- package/compute/orm/models/functionGraphRef.js +2 -2
- package/compute/orm/models/index.d.ts +28 -6
- package/compute/orm/models/index.js +57 -13
- package/compute/orm/models/infraCommit.d.ts +56 -0
- package/compute/orm/models/infraCommit.js +107 -0
- package/compute/orm/models/infraGetAllRecord.d.ts +30 -0
- package/compute/orm/models/infraGetAllRecord.js +59 -0
- package/compute/orm/models/infraObject.d.ts +56 -0
- package/compute/orm/models/infraObject.js +97 -0
- package/compute/orm/models/infraRef.d.ts +56 -0
- package/compute/orm/models/infraRef.js +107 -0
- package/compute/orm/models/infraStore.d.ts +54 -0
- package/compute/orm/models/infraStore.js +104 -0
- package/compute/orm/models/integrationProvider.d.ts +54 -0
- package/compute/orm/models/integrationProvider.js +104 -0
- package/compute/orm/models/namespace.d.ts +54 -0
- package/compute/orm/models/namespace.js +104 -0
- package/compute/orm/models/namespaceEvent.d.ts +56 -0
- package/compute/orm/models/namespaceEvent.js +107 -0
- package/compute/orm/models/platformFunctionApiBinding.d.ts +54 -0
- package/compute/orm/models/platformFunctionApiBinding.js +104 -0
- package/compute/orm/models/platformFunctionDefinition.d.ts +54 -0
- package/compute/orm/models/platformFunctionDefinition.js +104 -0
- package/compute/orm/models/platformFunctionDeployment.d.ts +54 -0
- package/compute/orm/models/platformFunctionDeployment.js +104 -0
- package/compute/orm/models/platformFunctionDeploymentEvent.d.ts +56 -0
- package/compute/orm/models/platformFunctionDeploymentEvent.js +107 -0
- package/compute/orm/models/platformFunctionExecutionLog.d.ts +56 -0
- package/compute/orm/models/platformFunctionExecutionLog.js +107 -0
- package/compute/orm/models/platformFunctionInvocation.d.ts +56 -0
- package/compute/orm/models/platformFunctionInvocation.js +107 -0
- package/compute/orm/models/platformResource.d.ts +54 -0
- package/compute/orm/models/platformResource.js +104 -0
- package/compute/orm/models/platformResourceDefinition.d.ts +54 -0
- package/compute/orm/models/platformResourceDefinition.js +104 -0
- package/compute/orm/models/platformResourceEvent.d.ts +56 -0
- package/compute/orm/models/platformResourceEvent.js +107 -0
- package/compute/orm/models/platformResourceStatusCheck.d.ts +54 -0
- package/compute/orm/models/platformResourceStatusCheck.js +104 -0
- package/compute/orm/models/platformResourcesRequirementsState.d.ts +30 -0
- package/compute/orm/models/platformResourcesRequirementsState.js +59 -0
- package/compute/orm/models/platformResourcesResolvedRequirement.d.ts +30 -0
- package/compute/orm/models/platformResourcesResolvedRequirement.js +59 -0
- package/compute/orm/models/resourceDefinition.d.ts +54 -0
- package/compute/orm/models/resourceDefinition.js +104 -0
- package/compute/orm/models/resourceStatusCheck.d.ts +54 -0
- package/compute/orm/models/resourceStatusCheck.js +104 -0
- package/compute/orm/models/resourcesRequirementsState.d.ts +30 -0
- package/compute/orm/models/resourcesRequirementsState.js +59 -0
- package/compute/orm/models/resourcesResolvedRequirement.d.ts +30 -0
- package/compute/orm/models/resourcesResolvedRequirement.js +59 -0
- package/compute/orm/mutation/index.d.ts +33 -9
- package/compute/orm/mutation/index.js +48 -12
- package/compute/schema-types.d.ts +3391 -617
- package/compute/types.d.ts +346 -38
- package/config/hooks/index.d.ts +1 -1
- package/config/hooks/index.js +1 -1
- package/config/hooks/invalidation.d.ts +24 -6
- package/config/hooks/invalidation.js +63 -15
- package/config/hooks/mutation-keys.d.ts +64 -20
- package/config/hooks/mutation-keys.js +56 -23
- package/config/hooks/mutations/index.d.ts +14 -7
- package/config/hooks/mutations/index.js +14 -7
- package/config/hooks/mutations/useCreateConfigMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreateConfigMutation.js +34 -0
- package/config/hooks/mutations/useCreatePlatformConfigMutation.d.ts +2 -2
- package/config/hooks/mutations/useCreatePlatformConfigMutation.js +1 -1
- package/config/hooks/mutations/useCreatePlatformInternalSecretMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreatePlatformInternalSecretMutation.js +34 -0
- package/config/hooks/mutations/useCreatePlatformSecretMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreatePlatformSecretMutation.js +34 -0
- package/config/hooks/mutations/useCreateSecretMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreateSecretMutation.js +34 -0
- package/config/hooks/mutations/useDeleteConfigMutation.d.ts +38 -0
- package/config/hooks/mutations/useDeleteConfigMutation.js +39 -0
- package/config/hooks/mutations/useDeletePlatformConfigMutation.d.ts +2 -2
- package/config/hooks/mutations/useDeletePlatformConfigMutation.js +1 -1
- package/config/hooks/mutations/usePlatformInternalSecretsDelMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsDelMutation.js +26 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.js +26 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.js +26 -0
- package/config/hooks/mutations/usePlatformInternalSecretsSetMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsSetMutation.js +26 -0
- package/config/hooks/mutations/useUpdateConfigMutation.d.ts +40 -0
- package/config/hooks/mutations/useUpdateConfigMutation.js +40 -0
- package/config/hooks/mutations/useUpdatePlatformConfigMutation.d.ts +2 -2
- package/config/hooks/mutations/useUpdatePlatformConfigMutation.js +1 -1
- package/config/hooks/mutations/use_secretsDelMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsDelMutation.js +26 -0
- package/config/hooks/mutations/use_secretsRemoveArrayMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsRemoveArrayMutation.js +26 -0
- package/config/hooks/mutations/use_secretsRotateMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsRotateMutation.js +26 -0
- package/config/hooks/mutations/use_secretsSetMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsSetMutation.js +26 -0
- package/config/hooks/queries/index.d.ts +8 -2
- package/config/hooks/queries/index.js +8 -2
- package/config/hooks/queries/useConfigQuery.d.ts +65 -0
- package/config/hooks/queries/useConfigQuery.js +53 -0
- package/config/hooks/queries/useConfigsQuery.d.ts +69 -0
- package/config/hooks/queries/useConfigsQuery.js +38 -0
- package/config/hooks/queries/usePlatformConfigQuery.d.ts +4 -4
- package/config/hooks/queries/usePlatformConfigQuery.js +1 -1
- package/config/hooks/queries/usePlatformConfigsQuery.d.ts +4 -4
- package/config/hooks/queries/usePlatformConfigsQuery.js +1 -1
- package/config/hooks/queries/usePlatformInternalSecretQuery.d.ts +65 -0
- package/config/hooks/queries/usePlatformInternalSecretQuery.js +53 -0
- package/config/hooks/queries/usePlatformInternalSecretsQuery.d.ts +69 -0
- package/config/hooks/queries/usePlatformInternalSecretsQuery.js +38 -0
- package/config/hooks/queries/usePlatformSecretQuery.d.ts +65 -0
- package/config/hooks/queries/usePlatformSecretQuery.js +53 -0
- package/config/hooks/queries/usePlatformSecretsQuery.d.ts +69 -0
- package/config/hooks/queries/usePlatformSecretsQuery.js +38 -0
- package/config/hooks/queries/useSecretQuery.d.ts +65 -0
- package/config/hooks/queries/useSecretQuery.js +53 -0
- package/config/hooks/queries/useSecretsQuery.d.ts +69 -0
- package/config/hooks/queries/useSecretsQuery.js +38 -0
- package/config/hooks/query-keys.d.ts +56 -14
- package/config/hooks/query-keys.js +33 -9
- package/config/orm/index.d.ts +42 -16
- package/config/orm/index.js +8 -2
- package/config/orm/input-types.d.ts +595 -154
- package/config/orm/models/config.d.ts +54 -0
- package/config/orm/models/config.js +104 -0
- package/config/orm/models/index.d.ts +4 -1
- package/config/orm/models/index.js +9 -3
- package/config/orm/models/platformInternalSecret.d.ts +36 -0
- package/config/orm/models/platformInternalSecret.js +80 -0
- package/config/orm/models/platformSecret.d.ts +36 -0
- package/config/orm/models/platformSecret.js +80 -0
- package/config/orm/models/secret.d.ts +36 -0
- package/config/orm/models/secret.js +80 -0
- package/config/orm/mutation/index.d.ts +56 -24
- package/config/orm/mutation/index.js +78 -30
- package/config/schema-types.d.ts +381 -107
- package/config/types.d.ts +50 -7
- package/esm/agent/orm/input-types.d.ts +96 -8
- package/esm/agent/schema-types.d.ts +126 -78
- package/esm/agent/types.d.ts +8 -0
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +6 -6
- package/esm/api/hooks/invalidation.js +16 -16
- package/esm/api/hooks/mutation-keys.d.ts +14 -18
- package/esm/api/hooks/mutation-keys.js +10 -16
- package/esm/api/hooks/mutations/index.d.ts +2 -4
- package/esm/api/hooks/mutations/index.js +2 -4
- package/esm/api/hooks/mutations/useRequestDatabaseMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useRequestDatabaseMutation.js +23 -0
- package/esm/api/hooks/queries/index.d.ts +2 -2
- package/esm/api/hooks/queries/index.js +2 -2
- package/esm/api/hooks/query-keys.d.ts +14 -14
- package/esm/api/hooks/query-keys.js +8 -8
- package/esm/api/orm/index.d.ts +5 -15
- package/esm/api/orm/index.js +2 -2
- package/esm/api/orm/input-types.d.ts +250 -231
- package/esm/api/orm/models/index.d.ts +1 -1
- package/esm/api/orm/models/index.js +1 -1
- package/esm/api/orm/mutation/index.d.ts +11 -36
- package/esm/api/orm/mutation/index.js +6 -30
- package/esm/api/schema-types.d.ts +110 -112
- package/esm/api/types.d.ts +20 -15
- package/esm/auth/hooks/mutation-keys.d.ts +4 -2
- package/esm/auth/hooks/mutation-keys.js +6 -3
- package/esm/auth/hooks/mutations/index.d.ts +2 -2
- package/esm/auth/hooks/mutations/index.js +2 -2
- package/esm/auth/hooks/mutations/useDeletePrincipalMutation.d.ts +12 -30
- package/esm/auth/hooks/mutations/useDeletePrincipalMutation.js +6 -19
- package/esm/auth/orm/index.d.ts +10 -5
- package/esm/auth/orm/input-types.d.ts +54 -45
- package/esm/auth/orm/models/principal.d.ts +1 -10
- package/esm/auth/orm/models/principal.js +1 -14
- package/esm/auth/orm/mutation/index.d.ts +17 -9
- package/esm/auth/orm/mutation/index.js +24 -12
- package/esm/auth/schema-types.d.ts +37 -35
- package/esm/auth/types.d.ts +3 -2
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +165 -33
- package/esm/compute/hooks/invalidation.js +422 -70
- package/esm/compute/hooks/mutation-keys.d.ts +338 -68
- package/esm/compute/hooks/mutation-keys.js +240 -44
- package/esm/compute/hooks/mutations/index.d.ts +78 -19
- package/esm/compute/hooks/mutations/index.js +78 -19
- package/esm/compute/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateDbPresetMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateFunctionDeploymentMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreateFunctionDeploymentMutation.js +1 -1
- package/esm/compute/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraCommitMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraObjectMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraRefMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraStoreMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateIntegrationProviderMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateIntegrationProviderMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceEventMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceEventMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceEventMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourceDefinitionMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourceDefinitionMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourceStatusCheckMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourceStatusCheckMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.js +31 -0
- package/esm/compute/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteDbPresetMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.js +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.js +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.js +2 -2
- package/esm/compute/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteInfraCommitMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteInfraObjectMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteInfraRefMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteInfraStoreMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteIntegrationProviderMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteIntegrationProviderMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceEventMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceEventMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceEventMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteResourceDefinitionMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteResourceDefinitionMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.js +36 -0
- package/esm/compute/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraInitEmptyRepoMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraSetDataAtPathMutation.js +23 -0
- package/esm/compute/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateDbPresetMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.js +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.js +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.js +2 -2
- package/esm/compute/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateInfraCommitMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateInfraObjectMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateInfraRefMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateInfraStoreMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateIntegrationProviderMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateIntegrationProviderMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceEventMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateResourceDefinitionMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateResourceDefinitionMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.js +37 -0
- package/esm/compute/hooks/queries/index.d.ts +51 -12
- package/esm/compute/hooks/queries/index.js +51 -12
- package/esm/compute/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useDbPresetQuery.js +47 -0
- package/esm/compute/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useDbPresetsQuery.js +32 -0
- package/esm/compute/hooks/queries/useFunctionDeploymentQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionDeploymentQuery.js +1 -1
- package/esm/compute/hooks/queries/useFunctionDeploymentsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionDeploymentsQuery.js +1 -1
- package/esm/compute/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraCommitQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraCommitsQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraGetAllQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraObjectQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraObjectsQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraRefQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraRefsQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraStoreQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraStoresQuery.js +32 -0
- package/esm/compute/hooks/queries/useIntegrationProviderQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useIntegrationProviderQuery.js +47 -0
- package/esm/compute/hooks/queries/useIntegrationProvidersQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useIntegrationProvidersQuery.js +32 -0
- package/esm/compute/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useNamespaceEventQuery.js +47 -0
- package/esm/compute/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useNamespaceEventsQuery.js +32 -0
- package/esm/compute/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useNamespaceQuery.js +47 -0
- package/esm/compute/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useNamespacesQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourceQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusCheckQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusCheckQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusChecksQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusChecksQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourcesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourcesQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourceDefinitionQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useResourceDefinitionQuery.js +47 -0
- package/esm/compute/hooks/queries/useResourceDefinitionsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourceDefinitionsQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourceStatusCheckQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useResourceStatusCheckQuery.js +47 -0
- package/esm/compute/hooks/queries/useResourceStatusChecksQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourceStatusChecksQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourcesRequirementsStatesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourcesRequirementsStatesQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourcesResolvedRequirementsQuery.js +32 -0
- package/esm/compute/hooks/query-keys.d.ts +386 -78
- package/esm/compute/hooks/query-keys.js +227 -45
- package/esm/compute/orm/index.d.ts +76 -17
- package/esm/compute/orm/index.js +56 -12
- package/esm/compute/orm/input-types.d.ts +5893 -1343
- package/esm/compute/orm/input-types.js +17 -3
- package/esm/compute/orm/models/dbPreset.d.ts +54 -0
- package/esm/compute/orm/models/dbPreset.js +100 -0
- package/esm/compute/orm/models/functionGraphCommit.d.ts +2 -2
- package/esm/compute/orm/models/functionGraphCommit.js +2 -2
- package/esm/compute/orm/models/functionGraphObject.d.ts +2 -2
- package/esm/compute/orm/models/functionGraphObject.js +2 -2
- package/esm/compute/orm/models/functionGraphRef.d.ts +2 -2
- package/esm/compute/orm/models/functionGraphRef.js +2 -2
- package/esm/compute/orm/models/index.d.ts +28 -6
- package/esm/compute/orm/models/index.js +28 -6
- package/esm/compute/orm/models/infraCommit.d.ts +56 -0
- package/esm/compute/orm/models/infraCommit.js +103 -0
- package/esm/compute/orm/models/infraGetAllRecord.d.ts +30 -0
- package/esm/compute/orm/models/infraGetAllRecord.js +55 -0
- package/esm/compute/orm/models/infraObject.d.ts +56 -0
- package/esm/compute/orm/models/infraObject.js +93 -0
- package/esm/compute/orm/models/infraRef.d.ts +56 -0
- package/esm/compute/orm/models/infraRef.js +103 -0
- package/esm/compute/orm/models/infraStore.d.ts +54 -0
- package/esm/compute/orm/models/infraStore.js +100 -0
- package/esm/compute/orm/models/integrationProvider.d.ts +54 -0
- package/esm/compute/orm/models/integrationProvider.js +100 -0
- package/esm/compute/orm/models/namespace.d.ts +54 -0
- package/esm/compute/orm/models/namespace.js +100 -0
- package/esm/compute/orm/models/namespaceEvent.d.ts +56 -0
- package/esm/compute/orm/models/namespaceEvent.js +103 -0
- package/esm/compute/orm/models/platformFunctionApiBinding.d.ts +54 -0
- package/esm/compute/orm/models/platformFunctionApiBinding.js +100 -0
- package/esm/compute/orm/models/platformFunctionDefinition.d.ts +54 -0
- package/esm/compute/orm/models/platformFunctionDefinition.js +100 -0
- package/esm/compute/orm/models/platformFunctionDeployment.d.ts +54 -0
- package/esm/compute/orm/models/platformFunctionDeployment.js +100 -0
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.d.ts +56 -0
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.js +103 -0
- package/esm/compute/orm/models/platformFunctionExecutionLog.d.ts +56 -0
- package/esm/compute/orm/models/platformFunctionExecutionLog.js +103 -0
- package/esm/compute/orm/models/platformFunctionInvocation.d.ts +56 -0
- package/esm/compute/orm/models/platformFunctionInvocation.js +103 -0
- package/esm/compute/orm/models/platformResource.d.ts +54 -0
- package/esm/compute/orm/models/platformResource.js +100 -0
- package/esm/compute/orm/models/platformResourceDefinition.d.ts +54 -0
- package/esm/compute/orm/models/platformResourceDefinition.js +100 -0
- package/esm/compute/orm/models/platformResourceEvent.d.ts +56 -0
- package/esm/compute/orm/models/platformResourceEvent.js +103 -0
- package/esm/compute/orm/models/platformResourceStatusCheck.d.ts +54 -0
- package/esm/compute/orm/models/platformResourceStatusCheck.js +100 -0
- package/esm/compute/orm/models/platformResourcesRequirementsState.d.ts +30 -0
- package/esm/compute/orm/models/platformResourcesRequirementsState.js +55 -0
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.d.ts +30 -0
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.js +55 -0
- package/esm/compute/orm/models/resourceDefinition.d.ts +54 -0
- package/esm/compute/orm/models/resourceDefinition.js +100 -0
- package/esm/compute/orm/models/resourceStatusCheck.d.ts +54 -0
- package/esm/compute/orm/models/resourceStatusCheck.js +100 -0
- package/esm/compute/orm/models/resourcesRequirementsState.d.ts +30 -0
- package/esm/compute/orm/models/resourcesRequirementsState.js +55 -0
- package/esm/compute/orm/models/resourcesResolvedRequirement.d.ts +30 -0
- package/esm/compute/orm/models/resourcesResolvedRequirement.js +55 -0
- package/esm/compute/orm/mutation/index.d.ts +33 -9
- package/esm/compute/orm/mutation/index.js +48 -12
- package/esm/compute/schema-types.d.ts +3391 -617
- package/esm/compute/types.d.ts +346 -38
- package/esm/config/hooks/index.d.ts +1 -1
- package/esm/config/hooks/index.js +1 -1
- package/esm/config/hooks/invalidation.d.ts +24 -6
- package/esm/config/hooks/invalidation.js +64 -16
- package/esm/config/hooks/mutation-keys.d.ts +64 -20
- package/esm/config/hooks/mutation-keys.js +55 -22
- package/esm/config/hooks/mutations/index.d.ts +14 -7
- package/esm/config/hooks/mutations/index.js +14 -7
- package/esm/config/hooks/mutations/useCreateConfigMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreateConfigMutation.js +31 -0
- package/esm/config/hooks/mutations/useCreatePlatformConfigMutation.d.ts +2 -2
- package/esm/config/hooks/mutations/useCreatePlatformConfigMutation.js +1 -1
- package/esm/config/hooks/mutations/useCreatePlatformInternalSecretMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreatePlatformInternalSecretMutation.js +31 -0
- package/esm/config/hooks/mutations/useCreatePlatformSecretMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreatePlatformSecretMutation.js +31 -0
- package/esm/config/hooks/mutations/useCreateSecretMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreateSecretMutation.js +31 -0
- package/esm/config/hooks/mutations/useDeleteConfigMutation.d.ts +38 -0
- package/esm/config/hooks/mutations/useDeleteConfigMutation.js +36 -0
- package/esm/config/hooks/mutations/useDeletePlatformConfigMutation.d.ts +2 -2
- package/esm/config/hooks/mutations/useDeletePlatformConfigMutation.js +1 -1
- package/esm/config/hooks/mutations/usePlatformInternalSecretsDelMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsDelMutation.js +23 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.js +23 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.js +23 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsSetMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsSetMutation.js +23 -0
- package/esm/config/hooks/mutations/useUpdateConfigMutation.d.ts +40 -0
- package/esm/config/hooks/mutations/useUpdateConfigMutation.js +37 -0
- package/esm/config/hooks/mutations/useUpdatePlatformConfigMutation.d.ts +2 -2
- package/esm/config/hooks/mutations/useUpdatePlatformConfigMutation.js +1 -1
- package/esm/config/hooks/mutations/use_secretsDelMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsDelMutation.js +23 -0
- package/esm/config/hooks/mutations/use_secretsRemoveArrayMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsRemoveArrayMutation.js +23 -0
- package/esm/config/hooks/mutations/use_secretsRotateMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsRotateMutation.js +23 -0
- package/esm/config/hooks/mutations/use_secretsSetMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsSetMutation.js +23 -0
- package/esm/config/hooks/queries/index.d.ts +8 -2
- package/esm/config/hooks/queries/index.js +8 -2
- package/esm/config/hooks/queries/useConfigQuery.d.ts +65 -0
- package/esm/config/hooks/queries/useConfigQuery.js +47 -0
- package/esm/config/hooks/queries/useConfigsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/useConfigsQuery.js +32 -0
- package/esm/config/hooks/queries/usePlatformConfigQuery.d.ts +4 -4
- package/esm/config/hooks/queries/usePlatformConfigQuery.js +1 -1
- package/esm/config/hooks/queries/usePlatformConfigsQuery.d.ts +4 -4
- package/esm/config/hooks/queries/usePlatformConfigsQuery.js +1 -1
- package/esm/config/hooks/queries/usePlatformInternalSecretQuery.d.ts +65 -0
- package/esm/config/hooks/queries/usePlatformInternalSecretQuery.js +47 -0
- package/esm/config/hooks/queries/usePlatformInternalSecretsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/usePlatformInternalSecretsQuery.js +32 -0
- package/esm/config/hooks/queries/usePlatformSecretQuery.d.ts +65 -0
- package/esm/config/hooks/queries/usePlatformSecretQuery.js +47 -0
- package/esm/config/hooks/queries/usePlatformSecretsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/usePlatformSecretsQuery.js +32 -0
- package/esm/config/hooks/queries/useSecretQuery.d.ts +65 -0
- package/esm/config/hooks/queries/useSecretQuery.js +47 -0
- package/esm/config/hooks/queries/useSecretsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/useSecretsQuery.js +32 -0
- package/esm/config/hooks/query-keys.d.ts +56 -14
- package/esm/config/hooks/query-keys.js +32 -8
- package/esm/config/orm/index.d.ts +42 -16
- package/esm/config/orm/index.js +8 -2
- package/esm/config/orm/input-types.d.ts +595 -154
- package/esm/config/orm/models/config.d.ts +54 -0
- package/esm/config/orm/models/config.js +100 -0
- package/esm/config/orm/models/index.d.ts +4 -1
- package/esm/config/orm/models/index.js +4 -1
- package/esm/config/orm/models/platformInternalSecret.d.ts +36 -0
- package/esm/config/orm/models/platformInternalSecret.js +76 -0
- package/esm/config/orm/models/platformSecret.d.ts +36 -0
- package/esm/config/orm/models/platformSecret.js +76 -0
- package/esm/config/orm/models/secret.d.ts +36 -0
- package/esm/config/orm/models/secret.js +76 -0
- package/esm/config/orm/mutation/index.d.ts +56 -24
- package/esm/config/orm/mutation/index.js +78 -30
- package/esm/config/schema-types.d.ts +381 -107
- package/esm/config/types.d.ts +50 -7
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/infra/hooks/client.d.ts +30 -0
- package/esm/infra/hooks/client.js +34 -0
- package/esm/infra/hooks/index.d.ts +39 -0
- package/esm/infra/hooks/index.js +39 -0
- package/esm/infra/hooks/invalidation.d.ts +100 -0
- package/esm/infra/hooks/invalidation.js +200 -0
- package/esm/infra/hooks/mutation-keys.d.ts +161 -0
- package/esm/infra/hooks/mutation-keys.js +132 -0
- package/esm/infra/hooks/mutations/index.d.ts +37 -0
- package/esm/infra/hooks/mutations/index.js +37 -0
- package/esm/infra/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateDbPresetMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraCommitMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraObjectMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraRefMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraStoreMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceEventMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceMutation.js +31 -0
- package/esm/infra/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeleteDbPresetMutation.js +36 -0
- package/esm/infra/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteInfraCommitMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteInfraObjectMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteInfraRefMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeleteInfraStoreMutation.js +36 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceEventMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceMutation.js +36 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceMutation.js +36 -0
- package/esm/infra/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useInfraInitEmptyRepoMutation.js +23 -0
- package/esm/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.js +23 -0
- package/esm/infra/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useInfraSetDataAtPathMutation.js +23 -0
- package/esm/infra/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useProvisionBucketMutation.js +23 -0
- package/esm/infra/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdateDbPresetMutation.js +37 -0
- package/esm/infra/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateInfraCommitMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateInfraObjectMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateInfraRefMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdateInfraStoreMutation.js +37 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceEventMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceMutation.js +37 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.js +37 -0
- package/esm/infra/hooks/queries/index.d.ts +24 -0
- package/esm/infra/hooks/queries/index.js +24 -0
- package/esm/infra/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useDbPresetQuery.js +47 -0
- package/esm/infra/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useDbPresetsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraCommitQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraCommitsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraGetAllQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraObjectQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraObjectsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraRefQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraRefsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraStoreQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraStoresQuery.js +32 -0
- package/esm/infra/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useNamespaceEventQuery.js +47 -0
- package/esm/infra/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useNamespaceEventsQuery.js +32 -0
- package/esm/infra/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useNamespaceQuery.js +47 -0
- package/esm/infra/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useNamespacesQuery.js +32 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventQuery.js +47 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventsQuery.js +32 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceQuery.js +47 -0
- package/esm/infra/hooks/queries/usePlatformNamespacesQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/usePlatformNamespacesQuery.js +32 -0
- package/esm/infra/hooks/query-keys.d.ts +171 -0
- package/esm/infra/hooks/query-keys.js +122 -0
- package/esm/infra/hooks/selection.d.ts +30 -0
- package/esm/infra/hooks/selection.js +22 -0
- package/esm/infra/index.d.ts +7 -0
- package/esm/infra/index.js +7 -0
- package/esm/infra/orm/client.d.ts +97 -0
- package/esm/infra/orm/client.js +145 -0
- package/esm/infra/orm/index.d.ts +74 -0
- package/esm/infra/orm/index.js +61 -0
- package/esm/infra/orm/input-types.d.ts +1953 -0
- package/esm/infra/orm/input-types.js +2 -0
- package/esm/infra/orm/models/dbPreset.d.ts +54 -0
- package/esm/infra/orm/models/dbPreset.js +100 -0
- package/esm/infra/orm/models/index.d.ts +15 -0
- package/esm/infra/orm/models/index.js +15 -0
- package/esm/infra/orm/models/infraCommit.d.ts +56 -0
- package/esm/infra/orm/models/infraCommit.js +103 -0
- package/esm/infra/orm/models/infraGetAllRecord.d.ts +30 -0
- package/esm/infra/orm/models/infraGetAllRecord.js +55 -0
- package/esm/infra/orm/models/infraObject.d.ts +56 -0
- package/esm/infra/orm/models/infraObject.js +93 -0
- package/esm/infra/orm/models/infraRef.d.ts +56 -0
- package/esm/infra/orm/models/infraRef.js +103 -0
- package/esm/infra/orm/models/infraStore.d.ts +54 -0
- package/esm/infra/orm/models/infraStore.js +100 -0
- package/esm/infra/orm/models/namespace.d.ts +54 -0
- package/esm/infra/orm/models/namespace.js +100 -0
- package/esm/infra/orm/models/namespaceEvent.d.ts +56 -0
- package/esm/infra/orm/models/namespaceEvent.js +103 -0
- package/esm/infra/orm/models/platformNamespace.d.ts +54 -0
- package/esm/infra/orm/models/platformNamespace.js +100 -0
- package/esm/infra/orm/models/platformNamespaceEvent.d.ts +56 -0
- package/esm/infra/orm/models/platformNamespaceEvent.js +103 -0
- package/esm/infra/orm/mutation/index.d.ts +50 -0
- package/esm/infra/orm/mutation/index.js +54 -0
- package/esm/infra/orm/query-builder.d.ts +110 -0
- package/esm/infra/orm/query-builder.js +705 -0
- package/esm/infra/orm/realtime.d.ts +142 -0
- package/esm/infra/orm/realtime.js +100 -0
- package/esm/infra/orm/select-types.d.ts +125 -0
- package/esm/infra/orm/select-types.js +1 -0
- package/esm/infra/orm/types.d.ts +6 -0
- package/esm/infra/orm/types.js +7 -0
- package/esm/infra/schema-types.d.ts +1420 -0
- package/esm/infra/schema-types.js +6 -0
- package/esm/infra/types.d.ts +341 -0
- package/esm/infra/types.js +1 -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 +136 -106
- package/esm/modules/hooks/invalidation.js +322 -242
- package/esm/modules/hooks/mutation-keys.d.ts +272 -212
- package/esm/modules/hooks/mutation-keys.js +178 -140
- package/esm/modules/hooks/mutations/index.d.ts +72 -57
- package/esm/modules/hooks/mutations/index.js +72 -57
- package/esm/modules/hooks/mutations/useCreateDbPoolConfigMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDbPoolConfigMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateDbPoolMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDbPoolMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateDbPresetModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDbPresetModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.d.ts +10 -12
- package/esm/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.js +5 -6
- package/esm/modules/hooks/mutations/useCreateInfraConfigModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateInfraConfigModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.d.ts +42 -0
- package/esm/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.js +35 -0
- package/esm/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolConfigMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolConfigMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteDbPresetModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDbPresetModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.d.ts +10 -12
- package/esm/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.js +5 -6
- package/esm/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.d.ts +46 -0
- package/esm/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.js +40 -0
- package/esm/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolConfigMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolConfigMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateDbPresetModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDbPresetModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.d.ts +10 -12
- package/esm/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.js +5 -6
- package/esm/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.d.ts +48 -0
- package/esm/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.js +41 -0
- package/esm/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.js +37 -0
- package/esm/modules/hooks/queries/index.d.ts +48 -38
- package/esm/modules/hooks/queries/index.js +48 -38
- package/esm/modules/hooks/queries/useDbPoolConfigQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDbPoolConfigQuery.js +47 -0
- package/esm/modules/hooks/queries/useDbPoolConfigsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDbPoolConfigsQuery.js +32 -0
- package/esm/modules/hooks/queries/useDbPoolQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDbPoolQuery.js +47 -0
- package/esm/modules/hooks/queries/useDbPoolsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDbPoolsQuery.js +32 -0
- package/esm/modules/hooks/queries/useDbPresetModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDbPresetModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useDbPresetModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDbPresetModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useIdentityProvidersModuleQuery.d.ts +20 -24
- package/esm/modules/hooks/queries/useIdentityProvidersModuleQuery.js +5 -6
- package/esm/modules/hooks/queries/useIdentityProvidersModulesQuery.d.ts +20 -24
- package/esm/modules/hooks/queries/useIdentityProvidersModulesQuery.js +5 -6
- package/esm/modules/hooks/queries/useInfraConfigModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useInfraConfigModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useInfraConfigModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useInfraConfigModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useInfraSecretsModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useInfraSecretsModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useInfraSecretsModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useInfraSecretsModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModuleQuery.d.ts +81 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModuleQuery.js +51 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModulesQuery.d.ts +85 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModulesQuery.js +36 -0
- package/esm/modules/hooks/queries/useInternalSecretsModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useInternalSecretsModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useInternalSecretsModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useInternalSecretsModulesQuery.js +32 -0
- package/esm/modules/hooks/query-keys.d.ts +320 -250
- package/esm/modules/hooks/query-keys.js +184 -144
- package/esm/modules/orm/index.d.ts +48 -38
- package/esm/modules/orm/index.js +48 -38
- package/esm/modules/orm/input-types.d.ts +5378 -4022
- package/esm/modules/orm/input-types.js +1 -0
- package/esm/modules/orm/models/dbPool.d.ts +54 -0
- package/esm/modules/orm/models/dbPool.js +100 -0
- package/esm/modules/orm/models/dbPoolConfig.d.ts +54 -0
- package/esm/modules/orm/models/dbPoolConfig.js +100 -0
- package/esm/modules/orm/models/dbPresetModule.d.ts +54 -0
- package/esm/modules/orm/models/dbPresetModule.js +100 -0
- package/esm/modules/orm/models/index.d.ts +24 -19
- package/esm/modules/orm/models/index.js +24 -19
- package/esm/modules/orm/models/infraConfigModule.d.ts +54 -0
- package/esm/modules/orm/models/infraConfigModule.js +100 -0
- package/esm/modules/orm/models/infraSecretsModule.d.ts +54 -0
- package/esm/modules/orm/models/infraSecretsModule.js +100 -0
- package/esm/modules/orm/models/integrationProvidersModule.d.ts +54 -0
- package/esm/modules/orm/models/integrationProvidersModule.js +100 -0
- package/esm/modules/orm/models/internalSecretsModule.d.ts +54 -0
- package/esm/modules/orm/models/internalSecretsModule.js +100 -0
- package/esm/modules/schema-types.d.ts +3200 -2380
- package/esm/modules/types.d.ts +416 -292
- package/index.d.ts +1 -0
- package/index.js +2 -1
- package/infra/hooks/client.d.ts +30 -0
- package/infra/hooks/client.js +40 -0
- package/infra/hooks/index.d.ts +39 -0
- package/infra/hooks/index.js +55 -0
- package/infra/hooks/invalidation.d.ts +100 -0
- package/infra/hooks/invalidation.js +203 -0
- package/infra/hooks/mutation-keys.d.ts +161 -0
- package/infra/hooks/mutation-keys.js +135 -0
- package/infra/hooks/mutations/index.d.ts +37 -0
- package/infra/hooks/mutations/index.js +53 -0
- package/infra/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateDbPresetMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraCommitMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraObjectMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraRefMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraStoreMutation.js +34 -0
- package/infra/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateNamespaceEventMutation.js +34 -0
- package/infra/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateNamespaceMutation.js +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.js +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceMutation.js +34 -0
- package/infra/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeleteDbPresetMutation.js +39 -0
- package/infra/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteInfraCommitMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteInfraObjectMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteInfraRefMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeleteInfraStoreMutation.js +39 -0
- package/infra/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteNamespaceEventMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeleteNamespaceMutation.js +39 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.js +40 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceMutation.js +39 -0
- package/infra/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/infra/hooks/mutations/useInfraInitEmptyRepoMutation.js +26 -0
- package/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.js +26 -0
- package/infra/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/infra/hooks/mutations/useInfraSetDataAtPathMutation.js +26 -0
- package/infra/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
- package/infra/hooks/mutations/useProvisionBucketMutation.js +26 -0
- package/infra/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdateDbPresetMutation.js +40 -0
- package/infra/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateInfraCommitMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateInfraObjectMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateInfraRefMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdateInfraStoreMutation.js +40 -0
- package/infra/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateNamespaceEventMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdateNamespaceMutation.js +40 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.js +41 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.js +40 -0
- package/infra/hooks/queries/index.d.ts +24 -0
- package/infra/hooks/queries/index.js +40 -0
- package/infra/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/infra/hooks/queries/useDbPresetQuery.js +53 -0
- package/infra/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/infra/hooks/queries/useDbPresetsQuery.js +38 -0
- package/infra/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraCommitQuery.js +53 -0
- package/infra/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraCommitsQuery.js +38 -0
- package/infra/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraGetAllQuery.js +38 -0
- package/infra/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraObjectQuery.js +53 -0
- package/infra/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraObjectsQuery.js +38 -0
- package/infra/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraRefQuery.js +53 -0
- package/infra/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraRefsQuery.js +38 -0
- package/infra/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraStoreQuery.js +53 -0
- package/infra/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraStoresQuery.js +38 -0
- package/infra/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/infra/hooks/queries/useNamespaceEventQuery.js +53 -0
- package/infra/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/infra/hooks/queries/useNamespaceEventsQuery.js +38 -0
- package/infra/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/infra/hooks/queries/useNamespaceQuery.js +53 -0
- package/infra/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/infra/hooks/queries/useNamespacesQuery.js +38 -0
- package/infra/hooks/queries/usePlatformNamespaceEventQuery.d.ts +65 -0
- package/infra/hooks/queries/usePlatformNamespaceEventQuery.js +53 -0
- package/infra/hooks/queries/usePlatformNamespaceEventsQuery.d.ts +69 -0
- package/infra/hooks/queries/usePlatformNamespaceEventsQuery.js +38 -0
- package/infra/hooks/queries/usePlatformNamespaceQuery.d.ts +65 -0
- package/infra/hooks/queries/usePlatformNamespaceQuery.js +53 -0
- package/infra/hooks/queries/usePlatformNamespacesQuery.d.ts +69 -0
- package/infra/hooks/queries/usePlatformNamespacesQuery.js +38 -0
- package/infra/hooks/query-keys.d.ts +171 -0
- package/infra/hooks/query-keys.js +125 -0
- package/infra/hooks/selection.d.ts +30 -0
- package/infra/hooks/selection.js +26 -0
- package/infra/index.d.ts +7 -0
- package/infra/index.js +23 -0
- package/infra/orm/client.d.ts +97 -0
- package/infra/orm/client.js +152 -0
- package/infra/orm/index.d.ts +74 -0
- package/infra/orm/index.js +83 -0
- package/infra/orm/input-types.d.ts +1953 -0
- package/infra/orm/input-types.js +5 -0
- package/infra/orm/models/dbPreset.d.ts +54 -0
- package/infra/orm/models/dbPreset.js +104 -0
- package/infra/orm/models/index.d.ts +15 -0
- package/infra/orm/models/index.js +28 -0
- package/infra/orm/models/infraCommit.d.ts +56 -0
- package/infra/orm/models/infraCommit.js +107 -0
- package/infra/orm/models/infraGetAllRecord.d.ts +30 -0
- package/infra/orm/models/infraGetAllRecord.js +59 -0
- package/infra/orm/models/infraObject.d.ts +56 -0
- package/infra/orm/models/infraObject.js +97 -0
- package/infra/orm/models/infraRef.d.ts +56 -0
- package/infra/orm/models/infraRef.js +107 -0
- package/infra/orm/models/infraStore.d.ts +54 -0
- package/infra/orm/models/infraStore.js +104 -0
- package/infra/orm/models/namespace.d.ts +54 -0
- package/infra/orm/models/namespace.js +104 -0
- package/infra/orm/models/namespaceEvent.d.ts +56 -0
- package/infra/orm/models/namespaceEvent.js +107 -0
- package/infra/orm/models/platformNamespace.d.ts +54 -0
- package/infra/orm/models/platformNamespace.js +104 -0
- package/infra/orm/models/platformNamespaceEvent.d.ts +56 -0
- package/infra/orm/models/platformNamespaceEvent.js +107 -0
- package/infra/orm/mutation/index.d.ts +50 -0
- package/infra/orm/mutation/index.js +57 -0
- package/infra/orm/query-builder.d.ts +110 -0
- package/infra/orm/query-builder.js +757 -0
- package/infra/orm/realtime.d.ts +142 -0
- package/infra/orm/realtime.js +104 -0
- package/infra/orm/select-types.d.ts +125 -0
- package/infra/orm/select-types.js +2 -0
- package/infra/orm/types.d.ts +6 -0
- package/infra/orm/types.js +23 -0
- package/infra/schema-types.d.ts +1420 -0
- package/infra/schema-types.js +7 -0
- package/infra/types.d.ts +341 -0
- package/infra/types.js +2 -0
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +136 -106
- package/modules/hooks/invalidation.js +321 -241
- package/modules/hooks/mutation-keys.d.ts +272 -212
- package/modules/hooks/mutation-keys.js +180 -142
- package/modules/hooks/mutations/index.d.ts +72 -57
- package/modules/hooks/mutations/index.js +72 -57
- package/modules/hooks/mutations/useCreateDbPoolConfigMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDbPoolConfigMutation.js +34 -0
- package/modules/hooks/mutations/useCreateDbPoolMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDbPoolMutation.js +34 -0
- package/modules/hooks/mutations/useCreateDbPresetModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDbPresetModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.d.ts +10 -12
- package/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.js +5 -6
- package/modules/hooks/mutations/useCreateInfraConfigModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateInfraConfigModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.d.ts +42 -0
- package/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.js +38 -0
- package/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.js +34 -0
- package/modules/hooks/mutations/useDeleteDbPoolConfigMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDbPoolConfigMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteDbPoolMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDbPoolMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteDbPresetModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDbPresetModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.d.ts +10 -12
- package/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.js +5 -6
- package/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.d.ts +46 -0
- package/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.js +43 -0
- package/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.js +39 -0
- package/modules/hooks/mutations/useUpdateDbPoolConfigMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDbPoolConfigMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateDbPoolMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDbPoolMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateDbPresetModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDbPresetModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.d.ts +10 -12
- package/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.js +5 -6
- package/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.d.ts +48 -0
- package/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.js +44 -0
- package/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.js +40 -0
- package/modules/hooks/queries/index.d.ts +48 -38
- package/modules/hooks/queries/index.js +48 -38
- package/modules/hooks/queries/useDbPoolConfigQuery.d.ts +65 -0
- package/modules/hooks/queries/useDbPoolConfigQuery.js +53 -0
- package/modules/hooks/queries/useDbPoolConfigsQuery.d.ts +69 -0
- package/modules/hooks/queries/useDbPoolConfigsQuery.js +38 -0
- package/modules/hooks/queries/useDbPoolQuery.d.ts +65 -0
- package/modules/hooks/queries/useDbPoolQuery.js +53 -0
- package/modules/hooks/queries/useDbPoolsQuery.d.ts +69 -0
- package/modules/hooks/queries/useDbPoolsQuery.js +38 -0
- package/modules/hooks/queries/useDbPresetModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useDbPresetModuleQuery.js +53 -0
- package/modules/hooks/queries/useDbPresetModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useDbPresetModulesQuery.js +38 -0
- package/modules/hooks/queries/useIdentityProvidersModuleQuery.d.ts +20 -24
- package/modules/hooks/queries/useIdentityProvidersModuleQuery.js +5 -6
- package/modules/hooks/queries/useIdentityProvidersModulesQuery.d.ts +20 -24
- package/modules/hooks/queries/useIdentityProvidersModulesQuery.js +5 -6
- package/modules/hooks/queries/useInfraConfigModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useInfraConfigModuleQuery.js +53 -0
- package/modules/hooks/queries/useInfraConfigModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useInfraConfigModulesQuery.js +38 -0
- package/modules/hooks/queries/useInfraSecretsModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useInfraSecretsModuleQuery.js +53 -0
- package/modules/hooks/queries/useInfraSecretsModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useInfraSecretsModulesQuery.js +38 -0
- package/modules/hooks/queries/useIntegrationProvidersModuleQuery.d.ts +81 -0
- package/modules/hooks/queries/useIntegrationProvidersModuleQuery.js +57 -0
- package/modules/hooks/queries/useIntegrationProvidersModulesQuery.d.ts +85 -0
- package/modules/hooks/queries/useIntegrationProvidersModulesQuery.js +42 -0
- package/modules/hooks/queries/useInternalSecretsModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useInternalSecretsModuleQuery.js +53 -0
- package/modules/hooks/queries/useInternalSecretsModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useInternalSecretsModulesQuery.js +38 -0
- package/modules/hooks/query-keys.d.ts +320 -250
- package/modules/hooks/query-keys.js +186 -146
- package/modules/orm/index.d.ts +48 -38
- package/modules/orm/index.js +48 -38
- package/modules/orm/input-types.d.ts +5378 -4022
- package/modules/orm/input-types.js +1 -0
- package/modules/orm/models/dbPool.d.ts +54 -0
- package/modules/orm/models/dbPool.js +104 -0
- package/modules/orm/models/dbPoolConfig.d.ts +54 -0
- package/modules/orm/models/dbPoolConfig.js +104 -0
- package/modules/orm/models/dbPresetModule.d.ts +54 -0
- package/modules/orm/models/dbPresetModule.js +104 -0
- package/modules/orm/models/index.d.ts +24 -19
- package/modules/orm/models/index.js +50 -40
- package/modules/orm/models/infraConfigModule.d.ts +54 -0
- package/modules/orm/models/infraConfigModule.js +104 -0
- package/modules/orm/models/infraSecretsModule.d.ts +54 -0
- package/modules/orm/models/infraSecretsModule.js +104 -0
- package/modules/orm/models/integrationProvidersModule.d.ts +54 -0
- package/modules/orm/models/integrationProvidersModule.js +104 -0
- package/modules/orm/models/internalSecretsModule.d.ts +54 -0
- package/modules/orm/models/internalSecretsModule.js +104 -0
- package/modules/schema-types.d.ts +3200 -2380
- package/modules/types.d.ts +416 -292
- package/package.json +4 -4
- package/api/hooks/mutations/useBootstrapUserMutation.d.ts +0 -20
- package/api/hooks/mutations/useBootstrapUserMutation.js +0 -26
- package/api/hooks/mutations/useCreateUserDatabaseMutation.d.ts +0 -20
- package/api/hooks/mutations/useCreateUserDatabaseMutation.js +0 -26
- package/api/hooks/mutations/useProvisionDatabaseWithUserMutation.d.ts +0 -20
- package/api/hooks/mutations/useProvisionDatabaseWithUserMutation.js +0 -26
- package/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.d.ts +0 -34
- package/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.js +0 -34
- package/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.d.ts +0 -34
- package/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.js +0 -34
- package/compute/hooks/mutations/useCreateSecretDefinitionMutation.d.ts +0 -34
- package/compute/hooks/mutations/useCreateSecretDefinitionMutation.js +0 -34
- package/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.d.ts +0 -40
- package/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.js +0 -40
- package/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.d.ts +0 -40
- package/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.js +0 -40
- package/compute/hooks/mutations/useDeleteSecretDefinitionMutation.d.ts +0 -38
- package/compute/hooks/mutations/useDeleteSecretDefinitionMutation.js +0 -39
- package/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.d.ts +0 -42
- package/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.js +0 -41
- package/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.d.ts +0 -42
- package/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.js +0 -41
- package/compute/hooks/mutations/useUpdateSecretDefinitionMutation.d.ts +0 -40
- package/compute/hooks/mutations/useUpdateSecretDefinitionMutation.js +0 -40
- package/compute/hooks/queries/useOrgFunctionExecutionLogQuery.d.ts +0 -65
- package/compute/hooks/queries/useOrgFunctionExecutionLogQuery.js +0 -53
- package/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.d.ts +0 -69
- package/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.js +0 -38
- package/compute/hooks/queries/useOrgFunctionInvocationQuery.d.ts +0 -65
- package/compute/hooks/queries/useOrgFunctionInvocationQuery.js +0 -53
- package/compute/hooks/queries/useOrgFunctionInvocationsQuery.d.ts +0 -69
- package/compute/hooks/queries/useOrgFunctionInvocationsQuery.js +0 -38
- package/compute/hooks/queries/useSecretDefinitionQuery.d.ts +0 -65
- package/compute/hooks/queries/useSecretDefinitionQuery.js +0 -53
- package/compute/hooks/queries/useSecretDefinitionsQuery.d.ts +0 -69
- package/compute/hooks/queries/useSecretDefinitionsQuery.js +0 -38
- package/compute/orm/models/orgFunctionExecutionLog.d.ts +0 -56
- package/compute/orm/models/orgFunctionExecutionLog.js +0 -107
- package/compute/orm/models/orgFunctionInvocation.d.ts +0 -56
- package/compute/orm/models/orgFunctionInvocation.js +0 -107
- package/compute/orm/models/secretDefinition.d.ts +0 -54
- package/compute/orm/models/secretDefinition.js +0 -104
- package/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.d.ts +0 -34
- package/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.js +0 -34
- package/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.d.ts +0 -38
- package/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.js +0 -39
- package/config/hooks/mutations/useOrgSecretsDelMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsDelMutation.js +0 -26
- package/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.js +0 -26
- package/config/hooks/mutations/useOrgSecretsRotateMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsRotateMutation.js +0 -26
- package/config/hooks/mutations/useOrgSecretsSetMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsSetMutation.js +0 -26
- package/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.d.ts +0 -40
- package/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.js +0 -40
- package/config/hooks/queries/usePlatformConfigDefinitionQuery.d.ts +0 -65
- package/config/hooks/queries/usePlatformConfigDefinitionQuery.js +0 -53
- package/config/hooks/queries/usePlatformConfigDefinitionsQuery.d.ts +0 -69
- package/config/hooks/queries/usePlatformConfigDefinitionsQuery.js +0 -38
- package/config/orm/models/platformConfigDefinition.d.ts +0 -54
- package/config/orm/models/platformConfigDefinition.js +0 -104
- package/esm/api/hooks/mutations/useBootstrapUserMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useBootstrapUserMutation.js +0 -23
- package/esm/api/hooks/mutations/useCreateUserDatabaseMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useCreateUserDatabaseMutation.js +0 -23
- package/esm/api/hooks/mutations/useProvisionDatabaseWithUserMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useProvisionDatabaseWithUserMutation.js +0 -23
- package/esm/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.d.ts +0 -34
- package/esm/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.js +0 -31
- package/esm/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.d.ts +0 -34
- package/esm/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.js +0 -31
- package/esm/compute/hooks/mutations/useCreateSecretDefinitionMutation.d.ts +0 -34
- package/esm/compute/hooks/mutations/useCreateSecretDefinitionMutation.js +0 -31
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.d.ts +0 -40
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.js +0 -37
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.d.ts +0 -40
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.js +0 -37
- package/esm/compute/hooks/mutations/useDeleteSecretDefinitionMutation.d.ts +0 -38
- package/esm/compute/hooks/mutations/useDeleteSecretDefinitionMutation.js +0 -36
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.d.ts +0 -42
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.js +0 -38
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.d.ts +0 -42
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.js +0 -38
- package/esm/compute/hooks/mutations/useUpdateSecretDefinitionMutation.d.ts +0 -40
- package/esm/compute/hooks/mutations/useUpdateSecretDefinitionMutation.js +0 -37
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogQuery.d.ts +0 -65
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogQuery.js +0 -47
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.d.ts +0 -69
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.js +0 -32
- package/esm/compute/hooks/queries/useOrgFunctionInvocationQuery.d.ts +0 -65
- package/esm/compute/hooks/queries/useOrgFunctionInvocationQuery.js +0 -47
- package/esm/compute/hooks/queries/useOrgFunctionInvocationsQuery.d.ts +0 -69
- package/esm/compute/hooks/queries/useOrgFunctionInvocationsQuery.js +0 -32
- package/esm/compute/hooks/queries/useSecretDefinitionQuery.d.ts +0 -65
- package/esm/compute/hooks/queries/useSecretDefinitionQuery.js +0 -47
- package/esm/compute/hooks/queries/useSecretDefinitionsQuery.d.ts +0 -69
- package/esm/compute/hooks/queries/useSecretDefinitionsQuery.js +0 -32
- package/esm/compute/orm/models/orgFunctionExecutionLog.d.ts +0 -56
- package/esm/compute/orm/models/orgFunctionExecutionLog.js +0 -103
- package/esm/compute/orm/models/orgFunctionInvocation.d.ts +0 -56
- package/esm/compute/orm/models/orgFunctionInvocation.js +0 -103
- package/esm/compute/orm/models/secretDefinition.d.ts +0 -54
- package/esm/compute/orm/models/secretDefinition.js +0 -100
- package/esm/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.d.ts +0 -34
- package/esm/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.js +0 -31
- package/esm/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.d.ts +0 -38
- package/esm/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.js +0 -36
- package/esm/config/hooks/mutations/useOrgSecretsDelMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsDelMutation.js +0 -23
- package/esm/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.js +0 -23
- package/esm/config/hooks/mutations/useOrgSecretsRotateMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsRotateMutation.js +0 -23
- package/esm/config/hooks/mutations/useOrgSecretsSetMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsSetMutation.js +0 -23
- package/esm/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.d.ts +0 -40
- package/esm/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.js +0 -37
- package/esm/config/hooks/queries/usePlatformConfigDefinitionQuery.d.ts +0 -65
- package/esm/config/hooks/queries/usePlatformConfigDefinitionQuery.js +0 -47
- package/esm/config/hooks/queries/usePlatformConfigDefinitionsQuery.d.ts +0 -69
- package/esm/config/hooks/queries/usePlatformConfigDefinitionsQuery.js +0 -32
- package/esm/config/orm/models/platformConfigDefinition.d.ts +0 -54
- package/esm/config/orm/models/platformConfigDefinition.js +0 -100
- package/esm/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.d.ts +0 -38
- package/esm/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.js +0 -33
- package/esm/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.d.ts +0 -34
- package/esm/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.js +0 -31
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.d.ts +0 -42
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.js +0 -38
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.d.ts +0 -38
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.js +0 -36
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.d.ts +0 -44
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.js +0 -39
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.d.ts +0 -40
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.js +0 -37
- package/esm/modules/hooks/queries/useConfigSecretsModuleQuery.d.ts +0 -73
- package/esm/modules/hooks/queries/useConfigSecretsModuleQuery.js +0 -49
- package/esm/modules/hooks/queries/useConfigSecretsModulesQuery.d.ts +0 -77
- package/esm/modules/hooks/queries/useConfigSecretsModulesQuery.js +0 -34
- package/esm/modules/hooks/queries/useConfigSecretsOrgModuleQuery.d.ts +0 -65
- package/esm/modules/hooks/queries/useConfigSecretsOrgModuleQuery.js +0 -47
- package/esm/modules/hooks/queries/useConfigSecretsOrgModulesQuery.d.ts +0 -69
- package/esm/modules/hooks/queries/useConfigSecretsOrgModulesQuery.js +0 -32
- package/esm/modules/orm/models/configSecretsModule.d.ts +0 -54
- package/esm/modules/orm/models/configSecretsModule.js +0 -100
- package/esm/modules/orm/models/configSecretsOrgModule.d.ts +0 -54
- package/esm/modules/orm/models/configSecretsOrgModule.js +0 -100
- package/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.d.ts +0 -38
- package/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.js +0 -36
- package/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.d.ts +0 -34
- package/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.js +0 -34
- package/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.d.ts +0 -42
- package/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.js +0 -41
- package/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.d.ts +0 -38
- package/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.js +0 -39
- package/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.d.ts +0 -44
- package/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.js +0 -42
- package/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.d.ts +0 -40
- package/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.js +0 -40
- package/modules/hooks/queries/useConfigSecretsModuleQuery.d.ts +0 -73
- package/modules/hooks/queries/useConfigSecretsModuleQuery.js +0 -55
- package/modules/hooks/queries/useConfigSecretsModulesQuery.d.ts +0 -77
- package/modules/hooks/queries/useConfigSecretsModulesQuery.js +0 -40
- package/modules/hooks/queries/useConfigSecretsOrgModuleQuery.d.ts +0 -65
- package/modules/hooks/queries/useConfigSecretsOrgModuleQuery.js +0 -53
- package/modules/hooks/queries/useConfigSecretsOrgModulesQuery.d.ts +0 -69
- package/modules/hooks/queries/useConfigSecretsOrgModulesQuery.js +0 -38
- package/modules/orm/models/configSecretsModule.d.ts +0 -54
- package/modules/orm/models/configSecretsModule.js +0 -104
- package/modules/orm/models/configSecretsOrgModule.d.ts +0 -54
- package/modules/orm/models/configSecretsOrgModule.js +0 -104
|
@@ -0,0 +1,1420 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GraphQL schema types for custom operations
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import type { DbPreset, InfraCommit, InfraGetAllRecord, InfraObject, InfraRef, InfraStore, Namespace, NamespaceEvent, PlatformNamespace, PlatformNamespaceEvent, BigIntFilter, BooleanFilter, DatetimeFilter, IntFilter, JSONFilter, StringFilter, StringListFilter, UUIDFilter, UUIDListFilter } from './types';
|
|
7
|
+
/** Methods to use when ordering `InfraRef`. */
|
|
8
|
+
export type InfraRefOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC';
|
|
9
|
+
/** Methods to use when ordering `InfraStore`. */
|
|
10
|
+
export type InfraStoreOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'HASH_ASC' | 'HASH_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
|
|
11
|
+
/** Methods to use when ordering `InfraObject`. */
|
|
12
|
+
export type InfraObjectOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'KIDS_ASC' | 'KIDS_DESC' | 'KTREE_ASC' | 'KTREE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
|
|
13
|
+
/** Methods to use when ordering `InfraCommit`. */
|
|
14
|
+
export type InfraCommitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'PARENT_IDS_ASC' | 'PARENT_IDS_DESC' | 'AUTHOR_ID_ASC' | 'AUTHOR_ID_DESC' | 'COMMITTER_ID_ASC' | 'COMMITTER_ID_DESC' | 'TREE_ID_ASC' | 'TREE_ID_DESC' | 'DATE_ASC' | 'DATE_DESC';
|
|
15
|
+
/** Methods to use when ordering `DbPreset`. */
|
|
16
|
+
export type DbPresetOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'DEFINITION_ASC' | 'DEFINITION_DESC' | 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'MODULES_HASH_ASC' | 'MODULES_HASH_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ACTIVE_ASC' | 'ACTIVE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
17
|
+
/** Methods to use when ordering `PlatformNamespace`. */
|
|
18
|
+
export type PlatformNamespaceOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC';
|
|
19
|
+
/** Methods to use when ordering `Namespace`. */
|
|
20
|
+
export type NamespaceOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC';
|
|
21
|
+
/** Methods to use when ordering `PlatformNamespaceEvent`. */
|
|
22
|
+
export type PlatformNamespaceEventOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'METRICS_ASC' | 'METRICS_DESC';
|
|
23
|
+
/** Methods to use when ordering `NamespaceEvent`. */
|
|
24
|
+
export type NamespaceEventOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'METRICS_ASC' | 'METRICS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC';
|
|
25
|
+
/** A filter to be used against `InfraRef` object types. All fields are combined with a logical ‘and.’ */
|
|
26
|
+
export interface InfraRefFilter {
|
|
27
|
+
/** Filter by the object’s `id` field. */
|
|
28
|
+
id?: UUIDFilter;
|
|
29
|
+
/** Filter by the object’s `name` field. */
|
|
30
|
+
name?: StringFilter;
|
|
31
|
+
/** Filter by the object’s `scopeId` field. */
|
|
32
|
+
scopeId?: UUIDFilter;
|
|
33
|
+
/** Filter by the object’s `storeId` field. */
|
|
34
|
+
storeId?: UUIDFilter;
|
|
35
|
+
/** Filter by the object’s `commitId` field. */
|
|
36
|
+
commitId?: UUIDFilter;
|
|
37
|
+
/** Checks for all expressions in this list. */
|
|
38
|
+
and?: InfraRefFilter[];
|
|
39
|
+
/** Checks for any expressions in this list. */
|
|
40
|
+
or?: InfraRefFilter[];
|
|
41
|
+
/** Negates the expression. */
|
|
42
|
+
not?: InfraRefFilter;
|
|
43
|
+
}
|
|
44
|
+
/** A filter to be used against `InfraStore` object types. All fields are combined with a logical ‘and.’ */
|
|
45
|
+
export interface InfraStoreFilter {
|
|
46
|
+
/** Filter by the object’s `id` field. */
|
|
47
|
+
id?: UUIDFilter;
|
|
48
|
+
/** Filter by the object’s `name` field. */
|
|
49
|
+
name?: StringFilter;
|
|
50
|
+
/** Filter by the object’s `scopeId` field. */
|
|
51
|
+
scopeId?: UUIDFilter;
|
|
52
|
+
/** Filter by the object’s `hash` field. */
|
|
53
|
+
hash?: UUIDFilter;
|
|
54
|
+
/** Filter by the object’s `createdAt` field. */
|
|
55
|
+
createdAt?: DatetimeFilter;
|
|
56
|
+
/** Checks for all expressions in this list. */
|
|
57
|
+
and?: InfraStoreFilter[];
|
|
58
|
+
/** Checks for any expressions in this list. */
|
|
59
|
+
or?: InfraStoreFilter[];
|
|
60
|
+
/** Negates the expression. */
|
|
61
|
+
not?: InfraStoreFilter;
|
|
62
|
+
}
|
|
63
|
+
/** A filter to be used against `InfraObject` object types. All fields are combined with a logical ‘and.’ */
|
|
64
|
+
export interface InfraObjectFilter {
|
|
65
|
+
/** Filter by the object’s `id` field. */
|
|
66
|
+
id?: UUIDFilter;
|
|
67
|
+
/** Filter by the object’s `scopeId` field. */
|
|
68
|
+
scopeId?: UUIDFilter;
|
|
69
|
+
/** Filter by the object’s `kids` field. */
|
|
70
|
+
kids?: UUIDListFilter;
|
|
71
|
+
/** Filter by the object’s `ktree` field. */
|
|
72
|
+
ktree?: StringListFilter;
|
|
73
|
+
/** Filter by the object’s `data` field. */
|
|
74
|
+
data?: JSONFilter;
|
|
75
|
+
/** Filter by the object’s `createdAt` field. */
|
|
76
|
+
createdAt?: DatetimeFilter;
|
|
77
|
+
/** Checks for all expressions in this list. */
|
|
78
|
+
and?: InfraObjectFilter[];
|
|
79
|
+
/** Checks for any expressions in this list. */
|
|
80
|
+
or?: InfraObjectFilter[];
|
|
81
|
+
/** Negates the expression. */
|
|
82
|
+
not?: InfraObjectFilter;
|
|
83
|
+
}
|
|
84
|
+
/** A filter to be used against `InfraCommit` object types. All fields are combined with a logical ‘and.’ */
|
|
85
|
+
export interface InfraCommitFilter {
|
|
86
|
+
/** Filter by the object’s `id` field. */
|
|
87
|
+
id?: UUIDFilter;
|
|
88
|
+
/** Filter by the object’s `message` field. */
|
|
89
|
+
message?: StringFilter;
|
|
90
|
+
/** Filter by the object’s `scopeId` field. */
|
|
91
|
+
scopeId?: UUIDFilter;
|
|
92
|
+
/** Filter by the object’s `storeId` field. */
|
|
93
|
+
storeId?: UUIDFilter;
|
|
94
|
+
/** Filter by the object’s `parentIds` field. */
|
|
95
|
+
parentIds?: UUIDListFilter;
|
|
96
|
+
/** Filter by the object’s `authorId` field. */
|
|
97
|
+
authorId?: UUIDFilter;
|
|
98
|
+
/** Filter by the object’s `committerId` field. */
|
|
99
|
+
committerId?: UUIDFilter;
|
|
100
|
+
/** Filter by the object’s `treeId` field. */
|
|
101
|
+
treeId?: UUIDFilter;
|
|
102
|
+
/** Filter by the object’s `date` field. */
|
|
103
|
+
date?: DatetimeFilter;
|
|
104
|
+
/** Checks for all expressions in this list. */
|
|
105
|
+
and?: InfraCommitFilter[];
|
|
106
|
+
/** Checks for any expressions in this list. */
|
|
107
|
+
or?: InfraCommitFilter[];
|
|
108
|
+
/** Negates the expression. */
|
|
109
|
+
not?: InfraCommitFilter;
|
|
110
|
+
}
|
|
111
|
+
/** A filter to be used against `DbPreset` object types. All fields are combined with a logical ‘and.’ */
|
|
112
|
+
export interface DbPresetFilter {
|
|
113
|
+
/** Filter by the object’s `id` field. */
|
|
114
|
+
id?: UUIDFilter;
|
|
115
|
+
/** Filter by the object’s `storeId` field. */
|
|
116
|
+
storeId?: UUIDFilter;
|
|
117
|
+
/** Filter by the object’s `slug` field. */
|
|
118
|
+
slug?: StringFilter;
|
|
119
|
+
/** Filter by the object’s `definition` field. */
|
|
120
|
+
definition?: JSONFilter;
|
|
121
|
+
/** Filter by the object’s `commitId` field. */
|
|
122
|
+
commitId?: UUIDFilter;
|
|
123
|
+
/** Filter by the object’s `modulesHash` field. */
|
|
124
|
+
modulesHash?: UUIDFilter;
|
|
125
|
+
/** Filter by the object’s `label` field. */
|
|
126
|
+
label?: StringFilter;
|
|
127
|
+
/** Filter by the object’s `description` field. */
|
|
128
|
+
description?: StringFilter;
|
|
129
|
+
/** Filter by the object’s `active` field. */
|
|
130
|
+
active?: BooleanFilter;
|
|
131
|
+
/** Filter by the object’s `createdAt` field. */
|
|
132
|
+
createdAt?: DatetimeFilter;
|
|
133
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
134
|
+
updatedAt?: DatetimeFilter;
|
|
135
|
+
/** Checks for all expressions in this list. */
|
|
136
|
+
and?: DbPresetFilter[];
|
|
137
|
+
/** Checks for any expressions in this list. */
|
|
138
|
+
or?: DbPresetFilter[];
|
|
139
|
+
/** Negates the expression. */
|
|
140
|
+
not?: DbPresetFilter;
|
|
141
|
+
}
|
|
142
|
+
/** A filter to be used against `PlatformNamespace` object types. All fields are combined with a logical ‘and.’ */
|
|
143
|
+
export interface PlatformNamespaceFilter {
|
|
144
|
+
/** Filter by the object’s `id` field. */
|
|
145
|
+
id?: UUIDFilter;
|
|
146
|
+
/** Filter by the object’s `createdAt` field. */
|
|
147
|
+
createdAt?: DatetimeFilter;
|
|
148
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
149
|
+
updatedAt?: DatetimeFilter;
|
|
150
|
+
/** Filter by the object’s `name` field. */
|
|
151
|
+
name?: StringFilter;
|
|
152
|
+
/** Filter by the object’s `namespaceName` field. */
|
|
153
|
+
namespaceName?: StringFilter;
|
|
154
|
+
/** Filter by the object’s `description` field. */
|
|
155
|
+
description?: StringFilter;
|
|
156
|
+
/** Filter by the object’s `isActive` field. */
|
|
157
|
+
isActive?: BooleanFilter;
|
|
158
|
+
/** Filter by the object’s `status` field. */
|
|
159
|
+
status?: StringFilter;
|
|
160
|
+
/** Filter by the object’s `lastError` field. */
|
|
161
|
+
lastError?: StringFilter;
|
|
162
|
+
/** Filter by the object’s `labels` field. */
|
|
163
|
+
labels?: JSONFilter;
|
|
164
|
+
/** Filter by the object’s `annotations` field. */
|
|
165
|
+
annotations?: JSONFilter;
|
|
166
|
+
/** Filter by the object’s `isManaged` field. */
|
|
167
|
+
isManaged?: BooleanFilter;
|
|
168
|
+
/** Checks for all expressions in this list. */
|
|
169
|
+
and?: PlatformNamespaceFilter[];
|
|
170
|
+
/** Checks for any expressions in this list. */
|
|
171
|
+
or?: PlatformNamespaceFilter[];
|
|
172
|
+
/** Negates the expression. */
|
|
173
|
+
not?: PlatformNamespaceFilter;
|
|
174
|
+
}
|
|
175
|
+
/** A filter to be used against `Namespace` object types. All fields are combined with a logical ‘and.’ */
|
|
176
|
+
export interface NamespaceFilter {
|
|
177
|
+
/** Filter by the object’s `id` field. */
|
|
178
|
+
id?: UUIDFilter;
|
|
179
|
+
/** Filter by the object’s `createdAt` field. */
|
|
180
|
+
createdAt?: DatetimeFilter;
|
|
181
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
182
|
+
updatedAt?: DatetimeFilter;
|
|
183
|
+
/** Filter by the object’s `name` field. */
|
|
184
|
+
name?: StringFilter;
|
|
185
|
+
/** Filter by the object’s `namespaceName` field. */
|
|
186
|
+
namespaceName?: StringFilter;
|
|
187
|
+
/** Filter by the object’s `description` field. */
|
|
188
|
+
description?: StringFilter;
|
|
189
|
+
/** Filter by the object’s `isActive` field. */
|
|
190
|
+
isActive?: BooleanFilter;
|
|
191
|
+
/** Filter by the object’s `status` field. */
|
|
192
|
+
status?: StringFilter;
|
|
193
|
+
/** Filter by the object’s `lastError` field. */
|
|
194
|
+
lastError?: StringFilter;
|
|
195
|
+
/** Filter by the object’s `labels` field. */
|
|
196
|
+
labels?: JSONFilter;
|
|
197
|
+
/** Filter by the object’s `annotations` field. */
|
|
198
|
+
annotations?: JSONFilter;
|
|
199
|
+
/** Filter by the object’s `databaseId` field. */
|
|
200
|
+
databaseId?: UUIDFilter;
|
|
201
|
+
/** Filter by the object’s `isManaged` field. */
|
|
202
|
+
isManaged?: BooleanFilter;
|
|
203
|
+
/** Checks for all expressions in this list. */
|
|
204
|
+
and?: NamespaceFilter[];
|
|
205
|
+
/** Checks for any expressions in this list. */
|
|
206
|
+
or?: NamespaceFilter[];
|
|
207
|
+
/** Negates the expression. */
|
|
208
|
+
not?: NamespaceFilter;
|
|
209
|
+
}
|
|
210
|
+
/** A filter to be used against `PlatformNamespaceEvent` object types. All fields are combined with a logical ‘and.’ */
|
|
211
|
+
export interface PlatformNamespaceEventFilter {
|
|
212
|
+
/** Filter by the object’s `createdAt` field. */
|
|
213
|
+
createdAt?: DatetimeFilter;
|
|
214
|
+
/** Filter by the object’s `id` field. */
|
|
215
|
+
id?: UUIDFilter;
|
|
216
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
217
|
+
namespaceId?: UUIDFilter;
|
|
218
|
+
/** Filter by the object’s `eventType` field. */
|
|
219
|
+
eventType?: StringFilter;
|
|
220
|
+
/** Filter by the object’s `actorId` field. */
|
|
221
|
+
actorId?: UUIDFilter;
|
|
222
|
+
/** Filter by the object’s `message` field. */
|
|
223
|
+
message?: StringFilter;
|
|
224
|
+
/** Filter by the object’s `metadata` field. */
|
|
225
|
+
metadata?: JSONFilter;
|
|
226
|
+
/** Filter by the object’s `cpuMillicores` field. */
|
|
227
|
+
cpuMillicores?: IntFilter;
|
|
228
|
+
/** Filter by the object’s `memoryBytes` field. */
|
|
229
|
+
memoryBytes?: BigIntFilter;
|
|
230
|
+
/** Filter by the object’s `storageBytes` field. */
|
|
231
|
+
storageBytes?: BigIntFilter;
|
|
232
|
+
/** Filter by the object’s `networkIngressBytes` field. */
|
|
233
|
+
networkIngressBytes?: BigIntFilter;
|
|
234
|
+
/** Filter by the object’s `networkEgressBytes` field. */
|
|
235
|
+
networkEgressBytes?: BigIntFilter;
|
|
236
|
+
/** Filter by the object’s `podCount` field. */
|
|
237
|
+
podCount?: IntFilter;
|
|
238
|
+
/** Filter by the object’s `metrics` field. */
|
|
239
|
+
metrics?: JSONFilter;
|
|
240
|
+
/** Checks for all expressions in this list. */
|
|
241
|
+
and?: PlatformNamespaceEventFilter[];
|
|
242
|
+
/** Checks for any expressions in this list. */
|
|
243
|
+
or?: PlatformNamespaceEventFilter[];
|
|
244
|
+
/** Negates the expression. */
|
|
245
|
+
not?: PlatformNamespaceEventFilter;
|
|
246
|
+
}
|
|
247
|
+
/** A filter to be used against `NamespaceEvent` object types. All fields are combined with a logical ‘and.’ */
|
|
248
|
+
export interface NamespaceEventFilter {
|
|
249
|
+
/** Filter by the object’s `createdAt` field. */
|
|
250
|
+
createdAt?: DatetimeFilter;
|
|
251
|
+
/** Filter by the object’s `id` field. */
|
|
252
|
+
id?: UUIDFilter;
|
|
253
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
254
|
+
namespaceId?: UUIDFilter;
|
|
255
|
+
/** Filter by the object’s `eventType` field. */
|
|
256
|
+
eventType?: StringFilter;
|
|
257
|
+
/** Filter by the object’s `actorId` field. */
|
|
258
|
+
actorId?: UUIDFilter;
|
|
259
|
+
/** Filter by the object’s `message` field. */
|
|
260
|
+
message?: StringFilter;
|
|
261
|
+
/** Filter by the object’s `metadata` field. */
|
|
262
|
+
metadata?: JSONFilter;
|
|
263
|
+
/** Filter by the object’s `cpuMillicores` field. */
|
|
264
|
+
cpuMillicores?: IntFilter;
|
|
265
|
+
/** Filter by the object’s `memoryBytes` field. */
|
|
266
|
+
memoryBytes?: BigIntFilter;
|
|
267
|
+
/** Filter by the object’s `storageBytes` field. */
|
|
268
|
+
storageBytes?: BigIntFilter;
|
|
269
|
+
/** Filter by the object’s `networkIngressBytes` field. */
|
|
270
|
+
networkIngressBytes?: BigIntFilter;
|
|
271
|
+
/** Filter by the object’s `networkEgressBytes` field. */
|
|
272
|
+
networkEgressBytes?: BigIntFilter;
|
|
273
|
+
/** Filter by the object’s `podCount` field. */
|
|
274
|
+
podCount?: IntFilter;
|
|
275
|
+
/** Filter by the object’s `metrics` field. */
|
|
276
|
+
metrics?: JSONFilter;
|
|
277
|
+
/** Filter by the object’s `databaseId` field. */
|
|
278
|
+
databaseId?: UUIDFilter;
|
|
279
|
+
/** Checks for all expressions in this list. */
|
|
280
|
+
and?: NamespaceEventFilter[];
|
|
281
|
+
/** Checks for any expressions in this list. */
|
|
282
|
+
or?: NamespaceEventFilter[];
|
|
283
|
+
/** Negates the expression. */
|
|
284
|
+
not?: NamespaceEventFilter;
|
|
285
|
+
}
|
|
286
|
+
export interface InfraInitEmptyRepoInput {
|
|
287
|
+
clientMutationId?: string;
|
|
288
|
+
sId?: string;
|
|
289
|
+
storeId?: string;
|
|
290
|
+
}
|
|
291
|
+
export interface InfraSetDataAtPathInput {
|
|
292
|
+
clientMutationId?: string;
|
|
293
|
+
sId?: string;
|
|
294
|
+
root?: string;
|
|
295
|
+
path?: string[];
|
|
296
|
+
data?: unknown;
|
|
297
|
+
}
|
|
298
|
+
export interface InfraInsertNodeAtPathInput {
|
|
299
|
+
clientMutationId?: string;
|
|
300
|
+
sId?: string;
|
|
301
|
+
root?: string;
|
|
302
|
+
path?: string[];
|
|
303
|
+
data?: unknown;
|
|
304
|
+
kids?: string[];
|
|
305
|
+
ktree?: string[];
|
|
306
|
+
}
|
|
307
|
+
export interface CreateInfraRefInput {
|
|
308
|
+
clientMutationId?: string;
|
|
309
|
+
/** The `InfraRef` to be created by this mutation. */
|
|
310
|
+
infraRef: InfraRefInput;
|
|
311
|
+
}
|
|
312
|
+
/** An input for mutations affecting `InfraRef` */
|
|
313
|
+
export interface InfraRefInput {
|
|
314
|
+
/** Unique ref identifier */
|
|
315
|
+
id?: string;
|
|
316
|
+
/** Ref name (e.g. HEAD, main) */
|
|
317
|
+
name: string;
|
|
318
|
+
/** Opaque store partition key for the global tier */
|
|
319
|
+
scopeId: string;
|
|
320
|
+
/** Store this ref belongs to */
|
|
321
|
+
storeId: string;
|
|
322
|
+
/** Commit this ref points to */
|
|
323
|
+
commitId?: string;
|
|
324
|
+
}
|
|
325
|
+
export interface CreateInfraStoreInput {
|
|
326
|
+
clientMutationId?: string;
|
|
327
|
+
/** The `InfraStore` to be created by this mutation. */
|
|
328
|
+
infraStore: InfraStoreInput;
|
|
329
|
+
}
|
|
330
|
+
/** An input for mutations affecting `InfraStore` */
|
|
331
|
+
export interface InfraStoreInput {
|
|
332
|
+
/** Unique store identifier */
|
|
333
|
+
id?: string;
|
|
334
|
+
/** Human-readable store name */
|
|
335
|
+
name: string;
|
|
336
|
+
/** Opaque store partition key for the global tier */
|
|
337
|
+
scopeId: string;
|
|
338
|
+
/** Current root object hash of this store */
|
|
339
|
+
hash?: string;
|
|
340
|
+
/** Timestamp of store creation */
|
|
341
|
+
createdAt?: string;
|
|
342
|
+
}
|
|
343
|
+
export interface CreateInfraObjectInput {
|
|
344
|
+
clientMutationId?: string;
|
|
345
|
+
/** The `InfraObject` to be created by this mutation. */
|
|
346
|
+
infraObject: InfraObjectInput;
|
|
347
|
+
}
|
|
348
|
+
/** An input for mutations affecting `InfraObject` */
|
|
349
|
+
export interface InfraObjectInput {
|
|
350
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
351
|
+
id: string;
|
|
352
|
+
/** Opaque store partition key for the global tier */
|
|
353
|
+
scopeId: string;
|
|
354
|
+
/** Ordered array of child object IDs */
|
|
355
|
+
kids?: string[];
|
|
356
|
+
/** Ordered array of child path names (parallel to kids) */
|
|
357
|
+
ktree?: string[];
|
|
358
|
+
/** Payload data for this object node */
|
|
359
|
+
data?: unknown;
|
|
360
|
+
/** Timestamp of object creation */
|
|
361
|
+
createdAt?: string;
|
|
362
|
+
}
|
|
363
|
+
export interface CreateInfraCommitInput {
|
|
364
|
+
clientMutationId?: string;
|
|
365
|
+
/** The `InfraCommit` to be created by this mutation. */
|
|
366
|
+
infraCommit: InfraCommitInput;
|
|
367
|
+
}
|
|
368
|
+
/** An input for mutations affecting `InfraCommit` */
|
|
369
|
+
export interface InfraCommitInput {
|
|
370
|
+
/** Unique commit identifier */
|
|
371
|
+
id?: string;
|
|
372
|
+
/** Optional commit message */
|
|
373
|
+
message?: string;
|
|
374
|
+
/** Opaque store partition key for the global tier */
|
|
375
|
+
scopeId: string;
|
|
376
|
+
/** Store this commit belongs to */
|
|
377
|
+
storeId: string;
|
|
378
|
+
/** Parent commit IDs (supports merge commits) */
|
|
379
|
+
parentIds?: string[];
|
|
380
|
+
/** User who authored the changes */
|
|
381
|
+
authorId?: string;
|
|
382
|
+
/** User who committed (may differ from author) */
|
|
383
|
+
committerId?: string;
|
|
384
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
385
|
+
treeId?: string;
|
|
386
|
+
/** Commit timestamp */
|
|
387
|
+
date?: string;
|
|
388
|
+
}
|
|
389
|
+
export interface CreateDbPresetInput {
|
|
390
|
+
clientMutationId?: string;
|
|
391
|
+
/** The `DbPreset` to be created by this mutation. */
|
|
392
|
+
dbPreset: DbPresetInput;
|
|
393
|
+
}
|
|
394
|
+
/** An input for mutations affecting `DbPreset` */
|
|
395
|
+
export interface DbPresetInput {
|
|
396
|
+
/** Unique preset identifier */
|
|
397
|
+
id?: string;
|
|
398
|
+
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
399
|
+
storeId?: string;
|
|
400
|
+
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
401
|
+
slug: string;
|
|
402
|
+
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
403
|
+
definition: unknown;
|
|
404
|
+
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
405
|
+
commitId?: string;
|
|
406
|
+
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
407
|
+
modulesHash?: string;
|
|
408
|
+
/** Human-readable preset name */
|
|
409
|
+
label?: string;
|
|
410
|
+
/** Human-readable description of the preset */
|
|
411
|
+
description?: string;
|
|
412
|
+
/** Whether this preset is selectable for new databases */
|
|
413
|
+
active?: boolean;
|
|
414
|
+
/** Timestamp of preset creation */
|
|
415
|
+
createdAt?: string;
|
|
416
|
+
/** Timestamp of last modification */
|
|
417
|
+
updatedAt?: string;
|
|
418
|
+
}
|
|
419
|
+
export interface CreatePlatformNamespaceInput {
|
|
420
|
+
clientMutationId?: string;
|
|
421
|
+
/** The `PlatformNamespace` to be created by this mutation. */
|
|
422
|
+
platformNamespace: PlatformNamespaceInput;
|
|
423
|
+
}
|
|
424
|
+
/** An input for mutations affecting `PlatformNamespace` */
|
|
425
|
+
export interface PlatformNamespaceInput {
|
|
426
|
+
id?: string;
|
|
427
|
+
createdAt?: string;
|
|
428
|
+
updatedAt?: string;
|
|
429
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
430
|
+
name: string;
|
|
431
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
432
|
+
namespaceName: string;
|
|
433
|
+
/** Optional human-readable description of this namespace */
|
|
434
|
+
description?: string;
|
|
435
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
436
|
+
isActive?: boolean;
|
|
437
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
438
|
+
status?: string;
|
|
439
|
+
/** Most recent provisioning or reconcile error message */
|
|
440
|
+
lastError?: string;
|
|
441
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
442
|
+
labels?: unknown;
|
|
443
|
+
/** Freeform metadata for tooling and operational notes */
|
|
444
|
+
annotations?: unknown;
|
|
445
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
446
|
+
isManaged?: boolean;
|
|
447
|
+
}
|
|
448
|
+
export interface CreateNamespaceInput {
|
|
449
|
+
clientMutationId?: string;
|
|
450
|
+
/** The `Namespace` to be created by this mutation. */
|
|
451
|
+
namespace: NamespaceInput;
|
|
452
|
+
}
|
|
453
|
+
/** An input for mutations affecting `Namespace` */
|
|
454
|
+
export interface NamespaceInput {
|
|
455
|
+
id?: string;
|
|
456
|
+
createdAt?: string;
|
|
457
|
+
updatedAt?: string;
|
|
458
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
459
|
+
name: string;
|
|
460
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
461
|
+
namespaceName: string;
|
|
462
|
+
/** Optional human-readable description of this namespace */
|
|
463
|
+
description?: string;
|
|
464
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
465
|
+
isActive?: boolean;
|
|
466
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
467
|
+
status?: string;
|
|
468
|
+
/** Most recent provisioning or reconcile error message */
|
|
469
|
+
lastError?: string;
|
|
470
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
471
|
+
labels?: unknown;
|
|
472
|
+
/** Freeform metadata for tooling and operational notes */
|
|
473
|
+
annotations?: unknown;
|
|
474
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
475
|
+
databaseId: string;
|
|
476
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
477
|
+
isManaged?: boolean;
|
|
478
|
+
}
|
|
479
|
+
export interface CreatePlatformNamespaceEventInput {
|
|
480
|
+
clientMutationId?: string;
|
|
481
|
+
/** The `PlatformNamespaceEvent` to be created by this mutation. */
|
|
482
|
+
platformNamespaceEvent: PlatformNamespaceEventInput;
|
|
483
|
+
}
|
|
484
|
+
/** An input for mutations affecting `PlatformNamespaceEvent` */
|
|
485
|
+
export interface PlatformNamespaceEventInput {
|
|
486
|
+
/** Event timestamp (partition key) */
|
|
487
|
+
createdAt?: string;
|
|
488
|
+
/** Unique event identifier */
|
|
489
|
+
id?: string;
|
|
490
|
+
/** Namespace this event belongs to */
|
|
491
|
+
namespaceId: string;
|
|
492
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
493
|
+
eventType: string;
|
|
494
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
495
|
+
actorId?: string;
|
|
496
|
+
/** Human-readable description of the event */
|
|
497
|
+
message?: string;
|
|
498
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
499
|
+
metadata?: unknown;
|
|
500
|
+
/** CPU usage in millicores at time of event */
|
|
501
|
+
cpuMillicores?: number;
|
|
502
|
+
/** Memory usage in bytes at time of event */
|
|
503
|
+
memoryBytes?: string;
|
|
504
|
+
/** Storage usage in bytes at time of event */
|
|
505
|
+
storageBytes?: string;
|
|
506
|
+
/** Network ingress in bytes during event window */
|
|
507
|
+
networkIngressBytes?: string;
|
|
508
|
+
/** Network egress in bytes during event window */
|
|
509
|
+
networkEgressBytes?: string;
|
|
510
|
+
/** Number of active pods in the namespace at time of event */
|
|
511
|
+
podCount?: number;
|
|
512
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
513
|
+
metrics?: unknown;
|
|
514
|
+
}
|
|
515
|
+
export interface CreateNamespaceEventInput {
|
|
516
|
+
clientMutationId?: string;
|
|
517
|
+
/** The `NamespaceEvent` to be created by this mutation. */
|
|
518
|
+
namespaceEvent: NamespaceEventInput;
|
|
519
|
+
}
|
|
520
|
+
/** An input for mutations affecting `NamespaceEvent` */
|
|
521
|
+
export interface NamespaceEventInput {
|
|
522
|
+
/** Event timestamp (partition key) */
|
|
523
|
+
createdAt?: string;
|
|
524
|
+
/** Unique event identifier */
|
|
525
|
+
id?: string;
|
|
526
|
+
/** Namespace this event belongs to */
|
|
527
|
+
namespaceId: string;
|
|
528
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
529
|
+
eventType: string;
|
|
530
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
531
|
+
actorId?: string;
|
|
532
|
+
/** Human-readable description of the event */
|
|
533
|
+
message?: string;
|
|
534
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
535
|
+
metadata?: unknown;
|
|
536
|
+
/** CPU usage in millicores at time of event */
|
|
537
|
+
cpuMillicores?: number;
|
|
538
|
+
/** Memory usage in bytes at time of event */
|
|
539
|
+
memoryBytes?: string;
|
|
540
|
+
/** Storage usage in bytes at time of event */
|
|
541
|
+
storageBytes?: string;
|
|
542
|
+
/** Network ingress in bytes during event window */
|
|
543
|
+
networkIngressBytes?: string;
|
|
544
|
+
/** Network egress in bytes during event window */
|
|
545
|
+
networkEgressBytes?: string;
|
|
546
|
+
/** Number of active pods in the namespace at time of event */
|
|
547
|
+
podCount?: number;
|
|
548
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
549
|
+
metrics?: unknown;
|
|
550
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
551
|
+
databaseId: string;
|
|
552
|
+
}
|
|
553
|
+
export interface UpdateInfraRefInput {
|
|
554
|
+
clientMutationId?: string;
|
|
555
|
+
/** Unique ref identifier */
|
|
556
|
+
id: string;
|
|
557
|
+
/** Opaque store partition key for the global tier */
|
|
558
|
+
scopeId: string;
|
|
559
|
+
/** An object where the defined keys will be set on the `InfraRef` being updated. */
|
|
560
|
+
infraRefPatch: InfraRefPatch;
|
|
561
|
+
}
|
|
562
|
+
/** Represents an update to a `InfraRef`. Fields that are set will be updated. */
|
|
563
|
+
export interface InfraRefPatch {
|
|
564
|
+
/** Unique ref identifier */
|
|
565
|
+
id?: string;
|
|
566
|
+
/** Ref name (e.g. HEAD, main) */
|
|
567
|
+
name?: string;
|
|
568
|
+
/** Opaque store partition key for the global tier */
|
|
569
|
+
scopeId?: string;
|
|
570
|
+
/** Store this ref belongs to */
|
|
571
|
+
storeId?: string;
|
|
572
|
+
/** Commit this ref points to */
|
|
573
|
+
commitId?: string;
|
|
574
|
+
}
|
|
575
|
+
export interface UpdateInfraStoreInput {
|
|
576
|
+
clientMutationId?: string;
|
|
577
|
+
/** Unique store identifier */
|
|
578
|
+
id: string;
|
|
579
|
+
/** An object where the defined keys will be set on the `InfraStore` being updated. */
|
|
580
|
+
infraStorePatch: InfraStorePatch;
|
|
581
|
+
}
|
|
582
|
+
/** Represents an update to a `InfraStore`. Fields that are set will be updated. */
|
|
583
|
+
export interface InfraStorePatch {
|
|
584
|
+
/** Unique store identifier */
|
|
585
|
+
id?: string;
|
|
586
|
+
/** Human-readable store name */
|
|
587
|
+
name?: string;
|
|
588
|
+
/** Opaque store partition key for the global tier */
|
|
589
|
+
scopeId?: string;
|
|
590
|
+
/** Current root object hash of this store */
|
|
591
|
+
hash?: string;
|
|
592
|
+
/** Timestamp of store creation */
|
|
593
|
+
createdAt?: string;
|
|
594
|
+
}
|
|
595
|
+
export interface UpdateInfraObjectInput {
|
|
596
|
+
clientMutationId?: string;
|
|
597
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
598
|
+
id: string;
|
|
599
|
+
/** Opaque store partition key for the global tier */
|
|
600
|
+
scopeId: string;
|
|
601
|
+
/** An object where the defined keys will be set on the `InfraObject` being updated. */
|
|
602
|
+
infraObjectPatch: InfraObjectPatch;
|
|
603
|
+
}
|
|
604
|
+
/** Represents an update to a `InfraObject`. Fields that are set will be updated. */
|
|
605
|
+
export interface InfraObjectPatch {
|
|
606
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
607
|
+
id?: string;
|
|
608
|
+
/** Opaque store partition key for the global tier */
|
|
609
|
+
scopeId?: string;
|
|
610
|
+
/** Ordered array of child object IDs */
|
|
611
|
+
kids?: string[];
|
|
612
|
+
/** Ordered array of child path names (parallel to kids) */
|
|
613
|
+
ktree?: string[];
|
|
614
|
+
/** Payload data for this object node */
|
|
615
|
+
data?: unknown;
|
|
616
|
+
/** Timestamp of object creation */
|
|
617
|
+
createdAt?: string;
|
|
618
|
+
}
|
|
619
|
+
export interface UpdateInfraCommitInput {
|
|
620
|
+
clientMutationId?: string;
|
|
621
|
+
/** Unique commit identifier */
|
|
622
|
+
id: string;
|
|
623
|
+
/** Opaque store partition key for the global tier */
|
|
624
|
+
scopeId: string;
|
|
625
|
+
/** An object where the defined keys will be set on the `InfraCommit` being updated. */
|
|
626
|
+
infraCommitPatch: InfraCommitPatch;
|
|
627
|
+
}
|
|
628
|
+
/** Represents an update to a `InfraCommit`. Fields that are set will be updated. */
|
|
629
|
+
export interface InfraCommitPatch {
|
|
630
|
+
/** Unique commit identifier */
|
|
631
|
+
id?: string;
|
|
632
|
+
/** Optional commit message */
|
|
633
|
+
message?: string;
|
|
634
|
+
/** Opaque store partition key for the global tier */
|
|
635
|
+
scopeId?: string;
|
|
636
|
+
/** Store this commit belongs to */
|
|
637
|
+
storeId?: string;
|
|
638
|
+
/** Parent commit IDs (supports merge commits) */
|
|
639
|
+
parentIds?: string[];
|
|
640
|
+
/** User who authored the changes */
|
|
641
|
+
authorId?: string;
|
|
642
|
+
/** User who committed (may differ from author) */
|
|
643
|
+
committerId?: string;
|
|
644
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
645
|
+
treeId?: string;
|
|
646
|
+
/** Commit timestamp */
|
|
647
|
+
date?: string;
|
|
648
|
+
}
|
|
649
|
+
export interface UpdateDbPresetInput {
|
|
650
|
+
clientMutationId?: string;
|
|
651
|
+
/** Unique preset identifier */
|
|
652
|
+
id: string;
|
|
653
|
+
/** An object where the defined keys will be set on the `DbPreset` being updated. */
|
|
654
|
+
dbPresetPatch: DbPresetPatch;
|
|
655
|
+
}
|
|
656
|
+
/** Represents an update to a `DbPreset`. Fields that are set will be updated. */
|
|
657
|
+
export interface DbPresetPatch {
|
|
658
|
+
/** Unique preset identifier */
|
|
659
|
+
id?: string;
|
|
660
|
+
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
661
|
+
storeId?: string;
|
|
662
|
+
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
663
|
+
slug?: string;
|
|
664
|
+
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
665
|
+
definition?: unknown;
|
|
666
|
+
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
667
|
+
commitId?: string;
|
|
668
|
+
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
669
|
+
modulesHash?: string;
|
|
670
|
+
/** Human-readable preset name */
|
|
671
|
+
label?: string;
|
|
672
|
+
/** Human-readable description of the preset */
|
|
673
|
+
description?: string;
|
|
674
|
+
/** Whether this preset is selectable for new databases */
|
|
675
|
+
active?: boolean;
|
|
676
|
+
/** Timestamp of preset creation */
|
|
677
|
+
createdAt?: string;
|
|
678
|
+
/** Timestamp of last modification */
|
|
679
|
+
updatedAt?: string;
|
|
680
|
+
}
|
|
681
|
+
export interface UpdatePlatformNamespaceInput {
|
|
682
|
+
clientMutationId?: string;
|
|
683
|
+
id: string;
|
|
684
|
+
/** An object where the defined keys will be set on the `PlatformNamespace` being updated. */
|
|
685
|
+
platformNamespacePatch: PlatformNamespacePatch;
|
|
686
|
+
}
|
|
687
|
+
/** Represents an update to a `PlatformNamespace`. Fields that are set will be updated. */
|
|
688
|
+
export interface PlatformNamespacePatch {
|
|
689
|
+
id?: string;
|
|
690
|
+
createdAt?: string;
|
|
691
|
+
updatedAt?: string;
|
|
692
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
693
|
+
name?: string;
|
|
694
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
695
|
+
namespaceName?: string;
|
|
696
|
+
/** Optional human-readable description of this namespace */
|
|
697
|
+
description?: string;
|
|
698
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
699
|
+
isActive?: boolean;
|
|
700
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
701
|
+
status?: string;
|
|
702
|
+
/** Most recent provisioning or reconcile error message */
|
|
703
|
+
lastError?: string;
|
|
704
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
705
|
+
labels?: unknown;
|
|
706
|
+
/** Freeform metadata for tooling and operational notes */
|
|
707
|
+
annotations?: unknown;
|
|
708
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
709
|
+
isManaged?: boolean;
|
|
710
|
+
}
|
|
711
|
+
export interface UpdateNamespaceInput {
|
|
712
|
+
clientMutationId?: string;
|
|
713
|
+
id: string;
|
|
714
|
+
/** An object where the defined keys will be set on the `Namespace` being updated. */
|
|
715
|
+
namespacePatch: NamespacePatch;
|
|
716
|
+
}
|
|
717
|
+
/** Represents an update to a `Namespace`. Fields that are set will be updated. */
|
|
718
|
+
export interface NamespacePatch {
|
|
719
|
+
id?: string;
|
|
720
|
+
createdAt?: string;
|
|
721
|
+
updatedAt?: string;
|
|
722
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
723
|
+
name?: string;
|
|
724
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
725
|
+
namespaceName?: string;
|
|
726
|
+
/** Optional human-readable description of this namespace */
|
|
727
|
+
description?: string;
|
|
728
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
729
|
+
isActive?: boolean;
|
|
730
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
731
|
+
status?: string;
|
|
732
|
+
/** Most recent provisioning or reconcile error message */
|
|
733
|
+
lastError?: string;
|
|
734
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
735
|
+
labels?: unknown;
|
|
736
|
+
/** Freeform metadata for tooling and operational notes */
|
|
737
|
+
annotations?: unknown;
|
|
738
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
739
|
+
databaseId?: string;
|
|
740
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
741
|
+
isManaged?: boolean;
|
|
742
|
+
}
|
|
743
|
+
export interface UpdatePlatformNamespaceEventInput {
|
|
744
|
+
clientMutationId?: string;
|
|
745
|
+
/** Event timestamp (partition key) */
|
|
746
|
+
createdAt: string;
|
|
747
|
+
/** Unique event identifier */
|
|
748
|
+
id: string;
|
|
749
|
+
/** An object where the defined keys will be set on the `PlatformNamespaceEvent` being updated. */
|
|
750
|
+
platformNamespaceEventPatch: PlatformNamespaceEventPatch;
|
|
751
|
+
}
|
|
752
|
+
/** Represents an update to a `PlatformNamespaceEvent`. Fields that are set will be updated. */
|
|
753
|
+
export interface PlatformNamespaceEventPatch {
|
|
754
|
+
/** Event timestamp (partition key) */
|
|
755
|
+
createdAt?: string;
|
|
756
|
+
/** Unique event identifier */
|
|
757
|
+
id?: string;
|
|
758
|
+
/** Namespace this event belongs to */
|
|
759
|
+
namespaceId?: string;
|
|
760
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
761
|
+
eventType?: string;
|
|
762
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
763
|
+
actorId?: string;
|
|
764
|
+
/** Human-readable description of the event */
|
|
765
|
+
message?: string;
|
|
766
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
767
|
+
metadata?: unknown;
|
|
768
|
+
/** CPU usage in millicores at time of event */
|
|
769
|
+
cpuMillicores?: number;
|
|
770
|
+
/** Memory usage in bytes at time of event */
|
|
771
|
+
memoryBytes?: string;
|
|
772
|
+
/** Storage usage in bytes at time of event */
|
|
773
|
+
storageBytes?: string;
|
|
774
|
+
/** Network ingress in bytes during event window */
|
|
775
|
+
networkIngressBytes?: string;
|
|
776
|
+
/** Network egress in bytes during event window */
|
|
777
|
+
networkEgressBytes?: string;
|
|
778
|
+
/** Number of active pods in the namespace at time of event */
|
|
779
|
+
podCount?: number;
|
|
780
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
781
|
+
metrics?: unknown;
|
|
782
|
+
}
|
|
783
|
+
export interface UpdateNamespaceEventInput {
|
|
784
|
+
clientMutationId?: string;
|
|
785
|
+
/** Event timestamp (partition key) */
|
|
786
|
+
createdAt: string;
|
|
787
|
+
/** Unique event identifier */
|
|
788
|
+
id: string;
|
|
789
|
+
/** An object where the defined keys will be set on the `NamespaceEvent` being updated. */
|
|
790
|
+
namespaceEventPatch: NamespaceEventPatch;
|
|
791
|
+
}
|
|
792
|
+
/** Represents an update to a `NamespaceEvent`. Fields that are set will be updated. */
|
|
793
|
+
export interface NamespaceEventPatch {
|
|
794
|
+
/** Event timestamp (partition key) */
|
|
795
|
+
createdAt?: string;
|
|
796
|
+
/** Unique event identifier */
|
|
797
|
+
id?: string;
|
|
798
|
+
/** Namespace this event belongs to */
|
|
799
|
+
namespaceId?: string;
|
|
800
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
801
|
+
eventType?: string;
|
|
802
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
803
|
+
actorId?: string;
|
|
804
|
+
/** Human-readable description of the event */
|
|
805
|
+
message?: string;
|
|
806
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
807
|
+
metadata?: unknown;
|
|
808
|
+
/** CPU usage in millicores at time of event */
|
|
809
|
+
cpuMillicores?: number;
|
|
810
|
+
/** Memory usage in bytes at time of event */
|
|
811
|
+
memoryBytes?: string;
|
|
812
|
+
/** Storage usage in bytes at time of event */
|
|
813
|
+
storageBytes?: string;
|
|
814
|
+
/** Network ingress in bytes during event window */
|
|
815
|
+
networkIngressBytes?: string;
|
|
816
|
+
/** Network egress in bytes during event window */
|
|
817
|
+
networkEgressBytes?: string;
|
|
818
|
+
/** Number of active pods in the namespace at time of event */
|
|
819
|
+
podCount?: number;
|
|
820
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
821
|
+
metrics?: unknown;
|
|
822
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
823
|
+
databaseId?: string;
|
|
824
|
+
}
|
|
825
|
+
export interface DeleteInfraRefInput {
|
|
826
|
+
clientMutationId?: string;
|
|
827
|
+
/** Unique ref identifier */
|
|
828
|
+
id: string;
|
|
829
|
+
/** Opaque store partition key for the global tier */
|
|
830
|
+
scopeId: string;
|
|
831
|
+
}
|
|
832
|
+
export interface DeleteInfraStoreInput {
|
|
833
|
+
clientMutationId?: string;
|
|
834
|
+
/** Unique store identifier */
|
|
835
|
+
id: string;
|
|
836
|
+
}
|
|
837
|
+
export interface DeleteInfraObjectInput {
|
|
838
|
+
clientMutationId?: string;
|
|
839
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
840
|
+
id: string;
|
|
841
|
+
/** Opaque store partition key for the global tier */
|
|
842
|
+
scopeId: string;
|
|
843
|
+
}
|
|
844
|
+
export interface DeleteInfraCommitInput {
|
|
845
|
+
clientMutationId?: string;
|
|
846
|
+
/** Unique commit identifier */
|
|
847
|
+
id: string;
|
|
848
|
+
/** Opaque store partition key for the global tier */
|
|
849
|
+
scopeId: string;
|
|
850
|
+
}
|
|
851
|
+
export interface DeleteDbPresetInput {
|
|
852
|
+
clientMutationId?: string;
|
|
853
|
+
/** Unique preset identifier */
|
|
854
|
+
id: string;
|
|
855
|
+
}
|
|
856
|
+
export interface DeletePlatformNamespaceInput {
|
|
857
|
+
clientMutationId?: string;
|
|
858
|
+
id: string;
|
|
859
|
+
}
|
|
860
|
+
export interface DeleteNamespaceInput {
|
|
861
|
+
clientMutationId?: string;
|
|
862
|
+
id: string;
|
|
863
|
+
}
|
|
864
|
+
export interface DeletePlatformNamespaceEventInput {
|
|
865
|
+
clientMutationId?: string;
|
|
866
|
+
/** Event timestamp (partition key) */
|
|
867
|
+
createdAt: string;
|
|
868
|
+
/** Unique event identifier */
|
|
869
|
+
id: string;
|
|
870
|
+
}
|
|
871
|
+
export interface DeleteNamespaceEventInput {
|
|
872
|
+
clientMutationId?: string;
|
|
873
|
+
/** Event timestamp (partition key) */
|
|
874
|
+
createdAt: string;
|
|
875
|
+
/** Unique event identifier */
|
|
876
|
+
id: string;
|
|
877
|
+
}
|
|
878
|
+
export interface ProvisionBucketInput {
|
|
879
|
+
/** The logical bucket key (e.g., "public", "private") */
|
|
880
|
+
bucketKey: string;
|
|
881
|
+
/**
|
|
882
|
+
* Owner entity ID for entity-scoped bucket provisioning.
|
|
883
|
+
* Omit for app-level (database-wide) storage.
|
|
884
|
+
*/
|
|
885
|
+
ownerId?: string;
|
|
886
|
+
}
|
|
887
|
+
/** A connection to a list of `InfraGetAllRecord` values. */
|
|
888
|
+
export interface InfraGetAllConnection {
|
|
889
|
+
nodes: InfraGetAllRecord[];
|
|
890
|
+
edges: InfraGetAllEdge[];
|
|
891
|
+
pageInfo: PageInfo;
|
|
892
|
+
totalCount: number;
|
|
893
|
+
}
|
|
894
|
+
/** A connection to a list of `InfraRef` values. */
|
|
895
|
+
export interface InfraRefConnection {
|
|
896
|
+
nodes: InfraRef[];
|
|
897
|
+
edges: InfraRefEdge[];
|
|
898
|
+
pageInfo: PageInfo;
|
|
899
|
+
totalCount: number;
|
|
900
|
+
}
|
|
901
|
+
/** A connection to a list of `InfraStore` values. */
|
|
902
|
+
export interface InfraStoreConnection {
|
|
903
|
+
nodes: InfraStore[];
|
|
904
|
+
edges: InfraStoreEdge[];
|
|
905
|
+
pageInfo: PageInfo;
|
|
906
|
+
totalCount: number;
|
|
907
|
+
}
|
|
908
|
+
/** A connection to a list of `InfraObject` values. */
|
|
909
|
+
export interface InfraObjectConnection {
|
|
910
|
+
nodes: InfraObject[];
|
|
911
|
+
edges: InfraObjectEdge[];
|
|
912
|
+
pageInfo: PageInfo;
|
|
913
|
+
totalCount: number;
|
|
914
|
+
}
|
|
915
|
+
/** A connection to a list of `InfraCommit` values. */
|
|
916
|
+
export interface InfraCommitConnection {
|
|
917
|
+
nodes: InfraCommit[];
|
|
918
|
+
edges: InfraCommitEdge[];
|
|
919
|
+
pageInfo: PageInfo;
|
|
920
|
+
totalCount: number;
|
|
921
|
+
}
|
|
922
|
+
/** A connection to a list of `DbPreset` values. */
|
|
923
|
+
export interface DbPresetConnection {
|
|
924
|
+
nodes: DbPreset[];
|
|
925
|
+
edges: DbPresetEdge[];
|
|
926
|
+
pageInfo: PageInfo;
|
|
927
|
+
totalCount: number;
|
|
928
|
+
}
|
|
929
|
+
/** A connection to a list of `PlatformNamespace` values. */
|
|
930
|
+
export interface PlatformNamespaceConnection {
|
|
931
|
+
nodes: PlatformNamespace[];
|
|
932
|
+
edges: PlatformNamespaceEdge[];
|
|
933
|
+
pageInfo: PageInfo;
|
|
934
|
+
totalCount: number;
|
|
935
|
+
}
|
|
936
|
+
/** A connection to a list of `Namespace` values. */
|
|
937
|
+
export interface NamespaceConnection {
|
|
938
|
+
nodes: Namespace[];
|
|
939
|
+
edges: NamespaceEdge[];
|
|
940
|
+
pageInfo: PageInfo;
|
|
941
|
+
totalCount: number;
|
|
942
|
+
}
|
|
943
|
+
/** A connection to a list of `PlatformNamespaceEvent` values. */
|
|
944
|
+
export interface PlatformNamespaceEventConnection {
|
|
945
|
+
nodes: PlatformNamespaceEvent[];
|
|
946
|
+
edges: PlatformNamespaceEventEdge[];
|
|
947
|
+
pageInfo: PageInfo;
|
|
948
|
+
totalCount: number;
|
|
949
|
+
}
|
|
950
|
+
/** A connection to a list of `NamespaceEvent` values. */
|
|
951
|
+
export interface NamespaceEventConnection {
|
|
952
|
+
nodes: NamespaceEvent[];
|
|
953
|
+
edges: NamespaceEventEdge[];
|
|
954
|
+
pageInfo: PageInfo;
|
|
955
|
+
totalCount: number;
|
|
956
|
+
}
|
|
957
|
+
/** Root meta schema type */
|
|
958
|
+
export interface MetaSchema {
|
|
959
|
+
tables: MetaTable[];
|
|
960
|
+
}
|
|
961
|
+
export interface InfraInitEmptyRepoPayload {
|
|
962
|
+
clientMutationId?: string | null;
|
|
963
|
+
}
|
|
964
|
+
export interface InfraSetDataAtPathPayload {
|
|
965
|
+
clientMutationId?: string | null;
|
|
966
|
+
result?: string | null;
|
|
967
|
+
}
|
|
968
|
+
export interface InfraInsertNodeAtPathPayload {
|
|
969
|
+
clientMutationId?: string | null;
|
|
970
|
+
result?: string | null;
|
|
971
|
+
}
|
|
972
|
+
export interface CreateInfraRefPayload {
|
|
973
|
+
clientMutationId?: string | null;
|
|
974
|
+
/** The `InfraRef` that was created by this mutation. */
|
|
975
|
+
infraRef?: InfraRef | null;
|
|
976
|
+
infraRefEdge?: InfraRefEdge | null;
|
|
977
|
+
}
|
|
978
|
+
export interface CreateInfraStorePayload {
|
|
979
|
+
clientMutationId?: string | null;
|
|
980
|
+
/** The `InfraStore` that was created by this mutation. */
|
|
981
|
+
infraStore?: InfraStore | null;
|
|
982
|
+
infraStoreEdge?: InfraStoreEdge | null;
|
|
983
|
+
}
|
|
984
|
+
export interface CreateInfraObjectPayload {
|
|
985
|
+
clientMutationId?: string | null;
|
|
986
|
+
/** The `InfraObject` that was created by this mutation. */
|
|
987
|
+
infraObject?: InfraObject | null;
|
|
988
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
989
|
+
}
|
|
990
|
+
export interface CreateInfraCommitPayload {
|
|
991
|
+
clientMutationId?: string | null;
|
|
992
|
+
/** The `InfraCommit` that was created by this mutation. */
|
|
993
|
+
infraCommit?: InfraCommit | null;
|
|
994
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
995
|
+
}
|
|
996
|
+
export interface CreateDbPresetPayload {
|
|
997
|
+
clientMutationId?: string | null;
|
|
998
|
+
/** The `DbPreset` that was created by this mutation. */
|
|
999
|
+
dbPreset?: DbPreset | null;
|
|
1000
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1001
|
+
}
|
|
1002
|
+
export interface CreatePlatformNamespacePayload {
|
|
1003
|
+
clientMutationId?: string | null;
|
|
1004
|
+
/** The `PlatformNamespace` that was created by this mutation. */
|
|
1005
|
+
platformNamespace?: PlatformNamespace | null;
|
|
1006
|
+
platformNamespaceEdge?: PlatformNamespaceEdge | null;
|
|
1007
|
+
}
|
|
1008
|
+
export interface CreateNamespacePayload {
|
|
1009
|
+
clientMutationId?: string | null;
|
|
1010
|
+
/** The `Namespace` that was created by this mutation. */
|
|
1011
|
+
namespace?: Namespace | null;
|
|
1012
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1013
|
+
}
|
|
1014
|
+
export interface CreatePlatformNamespaceEventPayload {
|
|
1015
|
+
clientMutationId?: string | null;
|
|
1016
|
+
/** The `PlatformNamespaceEvent` that was created by this mutation. */
|
|
1017
|
+
platformNamespaceEvent?: PlatformNamespaceEvent | null;
|
|
1018
|
+
platformNamespaceEventEdge?: PlatformNamespaceEventEdge | null;
|
|
1019
|
+
}
|
|
1020
|
+
export interface CreateNamespaceEventPayload {
|
|
1021
|
+
clientMutationId?: string | null;
|
|
1022
|
+
/** The `NamespaceEvent` that was created by this mutation. */
|
|
1023
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1024
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1025
|
+
}
|
|
1026
|
+
export interface UpdateInfraRefPayload {
|
|
1027
|
+
clientMutationId?: string | null;
|
|
1028
|
+
/** The `InfraRef` that was updated by this mutation. */
|
|
1029
|
+
infraRef?: InfraRef | null;
|
|
1030
|
+
infraRefEdge?: InfraRefEdge | null;
|
|
1031
|
+
}
|
|
1032
|
+
export interface UpdateInfraStorePayload {
|
|
1033
|
+
clientMutationId?: string | null;
|
|
1034
|
+
/** The `InfraStore` that was updated by this mutation. */
|
|
1035
|
+
infraStore?: InfraStore | null;
|
|
1036
|
+
infraStoreEdge?: InfraStoreEdge | null;
|
|
1037
|
+
}
|
|
1038
|
+
export interface UpdateInfraObjectPayload {
|
|
1039
|
+
clientMutationId?: string | null;
|
|
1040
|
+
/** The `InfraObject` that was updated by this mutation. */
|
|
1041
|
+
infraObject?: InfraObject | null;
|
|
1042
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1043
|
+
}
|
|
1044
|
+
export interface UpdateInfraCommitPayload {
|
|
1045
|
+
clientMutationId?: string | null;
|
|
1046
|
+
/** The `InfraCommit` that was updated by this mutation. */
|
|
1047
|
+
infraCommit?: InfraCommit | null;
|
|
1048
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1049
|
+
}
|
|
1050
|
+
export interface UpdateDbPresetPayload {
|
|
1051
|
+
clientMutationId?: string | null;
|
|
1052
|
+
/** The `DbPreset` that was updated by this mutation. */
|
|
1053
|
+
dbPreset?: DbPreset | null;
|
|
1054
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1055
|
+
}
|
|
1056
|
+
export interface UpdatePlatformNamespacePayload {
|
|
1057
|
+
clientMutationId?: string | null;
|
|
1058
|
+
/** The `PlatformNamespace` that was updated by this mutation. */
|
|
1059
|
+
platformNamespace?: PlatformNamespace | null;
|
|
1060
|
+
platformNamespaceEdge?: PlatformNamespaceEdge | null;
|
|
1061
|
+
}
|
|
1062
|
+
export interface UpdateNamespacePayload {
|
|
1063
|
+
clientMutationId?: string | null;
|
|
1064
|
+
/** The `Namespace` that was updated by this mutation. */
|
|
1065
|
+
namespace?: Namespace | null;
|
|
1066
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1067
|
+
}
|
|
1068
|
+
export interface UpdatePlatformNamespaceEventPayload {
|
|
1069
|
+
clientMutationId?: string | null;
|
|
1070
|
+
/** The `PlatformNamespaceEvent` that was updated by this mutation. */
|
|
1071
|
+
platformNamespaceEvent?: PlatformNamespaceEvent | null;
|
|
1072
|
+
platformNamespaceEventEdge?: PlatformNamespaceEventEdge | null;
|
|
1073
|
+
}
|
|
1074
|
+
export interface UpdateNamespaceEventPayload {
|
|
1075
|
+
clientMutationId?: string | null;
|
|
1076
|
+
/** The `NamespaceEvent` that was updated by this mutation. */
|
|
1077
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1078
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1079
|
+
}
|
|
1080
|
+
export interface DeleteInfraRefPayload {
|
|
1081
|
+
clientMutationId?: string | null;
|
|
1082
|
+
/** The `InfraRef` that was deleted by this mutation. */
|
|
1083
|
+
infraRef?: InfraRef | null;
|
|
1084
|
+
infraRefEdge?: InfraRefEdge | null;
|
|
1085
|
+
}
|
|
1086
|
+
export interface DeleteInfraStorePayload {
|
|
1087
|
+
clientMutationId?: string | null;
|
|
1088
|
+
/** The `InfraStore` that was deleted by this mutation. */
|
|
1089
|
+
infraStore?: InfraStore | null;
|
|
1090
|
+
infraStoreEdge?: InfraStoreEdge | null;
|
|
1091
|
+
}
|
|
1092
|
+
export interface DeleteInfraObjectPayload {
|
|
1093
|
+
clientMutationId?: string | null;
|
|
1094
|
+
/** The `InfraObject` that was deleted by this mutation. */
|
|
1095
|
+
infraObject?: InfraObject | null;
|
|
1096
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1097
|
+
}
|
|
1098
|
+
export interface DeleteInfraCommitPayload {
|
|
1099
|
+
clientMutationId?: string | null;
|
|
1100
|
+
/** The `InfraCommit` that was deleted by this mutation. */
|
|
1101
|
+
infraCommit?: InfraCommit | null;
|
|
1102
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1103
|
+
}
|
|
1104
|
+
export interface DeleteDbPresetPayload {
|
|
1105
|
+
clientMutationId?: string | null;
|
|
1106
|
+
/** The `DbPreset` that was deleted by this mutation. */
|
|
1107
|
+
dbPreset?: DbPreset | null;
|
|
1108
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1109
|
+
}
|
|
1110
|
+
export interface DeletePlatformNamespacePayload {
|
|
1111
|
+
clientMutationId?: string | null;
|
|
1112
|
+
/** The `PlatformNamespace` that was deleted by this mutation. */
|
|
1113
|
+
platformNamespace?: PlatformNamespace | null;
|
|
1114
|
+
platformNamespaceEdge?: PlatformNamespaceEdge | null;
|
|
1115
|
+
}
|
|
1116
|
+
export interface DeleteNamespacePayload {
|
|
1117
|
+
clientMutationId?: string | null;
|
|
1118
|
+
/** The `Namespace` that was deleted by this mutation. */
|
|
1119
|
+
namespace?: Namespace | null;
|
|
1120
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1121
|
+
}
|
|
1122
|
+
export interface DeletePlatformNamespaceEventPayload {
|
|
1123
|
+
clientMutationId?: string | null;
|
|
1124
|
+
/** The `PlatformNamespaceEvent` that was deleted by this mutation. */
|
|
1125
|
+
platformNamespaceEvent?: PlatformNamespaceEvent | null;
|
|
1126
|
+
platformNamespaceEventEdge?: PlatformNamespaceEventEdge | null;
|
|
1127
|
+
}
|
|
1128
|
+
export interface DeleteNamespaceEventPayload {
|
|
1129
|
+
clientMutationId?: string | null;
|
|
1130
|
+
/** The `NamespaceEvent` that was deleted by this mutation. */
|
|
1131
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1132
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1133
|
+
}
|
|
1134
|
+
export interface ProvisionBucketPayload {
|
|
1135
|
+
/** Whether provisioning succeeded */
|
|
1136
|
+
success: boolean;
|
|
1137
|
+
/** The S3 bucket name that was provisioned */
|
|
1138
|
+
bucketName: string;
|
|
1139
|
+
/** The access type applied */
|
|
1140
|
+
accessType: string;
|
|
1141
|
+
/** The storage provider used */
|
|
1142
|
+
provider: string;
|
|
1143
|
+
/** The S3 endpoint (null for AWS S3 default) */
|
|
1144
|
+
endpoint?: string | null;
|
|
1145
|
+
/** Error message if provisioning failed */
|
|
1146
|
+
error?: string | null;
|
|
1147
|
+
}
|
|
1148
|
+
/** A `InfraGetAllRecord` edge in the connection. */
|
|
1149
|
+
export interface InfraGetAllEdge {
|
|
1150
|
+
cursor?: string | null;
|
|
1151
|
+
/** The `InfraGetAllRecord` at the end of the edge. */
|
|
1152
|
+
node?: InfraGetAllRecord | null;
|
|
1153
|
+
}
|
|
1154
|
+
/** Information about pagination in a connection. */
|
|
1155
|
+
export interface PageInfo {
|
|
1156
|
+
/** When paginating forwards, are there more items? */
|
|
1157
|
+
hasNextPage: boolean;
|
|
1158
|
+
/** When paginating backwards, are there more items? */
|
|
1159
|
+
hasPreviousPage: boolean;
|
|
1160
|
+
/** When paginating backwards, the cursor to continue. */
|
|
1161
|
+
startCursor?: string | null;
|
|
1162
|
+
/** When paginating forwards, the cursor to continue. */
|
|
1163
|
+
endCursor?: string | null;
|
|
1164
|
+
}
|
|
1165
|
+
/** A `InfraRef` edge in the connection. */
|
|
1166
|
+
export interface InfraRefEdge {
|
|
1167
|
+
cursor?: string | null;
|
|
1168
|
+
/** The `InfraRef` at the end of the edge. */
|
|
1169
|
+
node?: InfraRef | null;
|
|
1170
|
+
}
|
|
1171
|
+
/** A `InfraStore` edge in the connection. */
|
|
1172
|
+
export interface InfraStoreEdge {
|
|
1173
|
+
cursor?: string | null;
|
|
1174
|
+
/** The `InfraStore` at the end of the edge. */
|
|
1175
|
+
node?: InfraStore | null;
|
|
1176
|
+
}
|
|
1177
|
+
/** A `InfraObject` edge in the connection. */
|
|
1178
|
+
export interface InfraObjectEdge {
|
|
1179
|
+
cursor?: string | null;
|
|
1180
|
+
/** The `InfraObject` at the end of the edge. */
|
|
1181
|
+
node?: InfraObject | null;
|
|
1182
|
+
}
|
|
1183
|
+
/** A `InfraCommit` edge in the connection. */
|
|
1184
|
+
export interface InfraCommitEdge {
|
|
1185
|
+
cursor?: string | null;
|
|
1186
|
+
/** The `InfraCommit` at the end of the edge. */
|
|
1187
|
+
node?: InfraCommit | null;
|
|
1188
|
+
}
|
|
1189
|
+
/** A `DbPreset` edge in the connection. */
|
|
1190
|
+
export interface DbPresetEdge {
|
|
1191
|
+
cursor?: string | null;
|
|
1192
|
+
/** The `DbPreset` at the end of the edge. */
|
|
1193
|
+
node?: DbPreset | null;
|
|
1194
|
+
}
|
|
1195
|
+
/** A `PlatformNamespace` edge in the connection. */
|
|
1196
|
+
export interface PlatformNamespaceEdge {
|
|
1197
|
+
cursor?: string | null;
|
|
1198
|
+
/** The `PlatformNamespace` at the end of the edge. */
|
|
1199
|
+
node?: PlatformNamespace | null;
|
|
1200
|
+
}
|
|
1201
|
+
/** A `Namespace` edge in the connection. */
|
|
1202
|
+
export interface NamespaceEdge {
|
|
1203
|
+
cursor?: string | null;
|
|
1204
|
+
/** The `Namespace` at the end of the edge. */
|
|
1205
|
+
node?: Namespace | null;
|
|
1206
|
+
}
|
|
1207
|
+
/** A `PlatformNamespaceEvent` edge in the connection. */
|
|
1208
|
+
export interface PlatformNamespaceEventEdge {
|
|
1209
|
+
cursor?: string | null;
|
|
1210
|
+
/** The `PlatformNamespaceEvent` at the end of the edge. */
|
|
1211
|
+
node?: PlatformNamespaceEvent | null;
|
|
1212
|
+
}
|
|
1213
|
+
/** A `NamespaceEvent` edge in the connection. */
|
|
1214
|
+
export interface NamespaceEventEdge {
|
|
1215
|
+
cursor?: string | null;
|
|
1216
|
+
/** The `NamespaceEvent` at the end of the edge. */
|
|
1217
|
+
node?: NamespaceEvent | null;
|
|
1218
|
+
}
|
|
1219
|
+
/** Information about a database table */
|
|
1220
|
+
export interface MetaTable {
|
|
1221
|
+
name: string;
|
|
1222
|
+
schemaName: string;
|
|
1223
|
+
fields: MetaField[];
|
|
1224
|
+
indexes: MetaIndex[];
|
|
1225
|
+
constraints: MetaConstraints;
|
|
1226
|
+
foreignKeyConstraints: MetaForeignKeyConstraint[];
|
|
1227
|
+
primaryKeyConstraints: MetaPrimaryKeyConstraint[];
|
|
1228
|
+
uniqueConstraints: MetaUniqueConstraint[];
|
|
1229
|
+
relations: MetaRelations;
|
|
1230
|
+
inflection: MetaInflection;
|
|
1231
|
+
query: MetaQuery;
|
|
1232
|
+
/** Storage metadata (null if not a storage table) */
|
|
1233
|
+
storage?: MetaStorage | null;
|
|
1234
|
+
/** Search metadata (null if no search configured) */
|
|
1235
|
+
search?: MetaSearch | null;
|
|
1236
|
+
/** i18n metadata (null if no @i18n tag) */
|
|
1237
|
+
i18n?: MetaI18n | null;
|
|
1238
|
+
/** Realtime metadata (null if no @realtime tag) */
|
|
1239
|
+
realtime?: MetaRealtime | null;
|
|
1240
|
+
}
|
|
1241
|
+
/** Information about a table field/column */
|
|
1242
|
+
export interface MetaField {
|
|
1243
|
+
name: string;
|
|
1244
|
+
type: MetaType;
|
|
1245
|
+
isNotNull: boolean;
|
|
1246
|
+
hasDefault: boolean;
|
|
1247
|
+
isPrimaryKey: boolean;
|
|
1248
|
+
isForeignKey: boolean;
|
|
1249
|
+
description?: string | null;
|
|
1250
|
+
/** Enum metadata if this field has an enum type */
|
|
1251
|
+
enumValues?: MetaEnum | null;
|
|
1252
|
+
}
|
|
1253
|
+
/** Information about a database index */
|
|
1254
|
+
export interface MetaIndex {
|
|
1255
|
+
name: string;
|
|
1256
|
+
isUnique: boolean;
|
|
1257
|
+
isPrimary: boolean;
|
|
1258
|
+
columns: string[];
|
|
1259
|
+
fields?: MetaField[] | null;
|
|
1260
|
+
}
|
|
1261
|
+
/** Table constraints */
|
|
1262
|
+
export interface MetaConstraints {
|
|
1263
|
+
primaryKey?: MetaPrimaryKeyConstraint | null;
|
|
1264
|
+
unique: MetaUniqueConstraint[];
|
|
1265
|
+
foreignKey: MetaForeignKeyConstraint[];
|
|
1266
|
+
}
|
|
1267
|
+
/** Information about a foreign key constraint */
|
|
1268
|
+
export interface MetaForeignKeyConstraint {
|
|
1269
|
+
name: string;
|
|
1270
|
+
fields: MetaField[];
|
|
1271
|
+
referencedTable: string;
|
|
1272
|
+
referencedFields: string[];
|
|
1273
|
+
refFields?: MetaField[] | null;
|
|
1274
|
+
refTable?: MetaRefTable | null;
|
|
1275
|
+
}
|
|
1276
|
+
/** Information about a primary key constraint */
|
|
1277
|
+
export interface MetaPrimaryKeyConstraint {
|
|
1278
|
+
name: string;
|
|
1279
|
+
fields: MetaField[];
|
|
1280
|
+
}
|
|
1281
|
+
/** Information about a unique constraint */
|
|
1282
|
+
export interface MetaUniqueConstraint {
|
|
1283
|
+
name: string;
|
|
1284
|
+
fields: MetaField[];
|
|
1285
|
+
}
|
|
1286
|
+
/** Table relations */
|
|
1287
|
+
export interface MetaRelations {
|
|
1288
|
+
belongsTo: MetaBelongsToRelation[];
|
|
1289
|
+
has: MetaHasRelation[];
|
|
1290
|
+
hasOne: MetaHasRelation[];
|
|
1291
|
+
hasMany: MetaHasRelation[];
|
|
1292
|
+
manyToMany: MetaManyToManyRelation[];
|
|
1293
|
+
}
|
|
1294
|
+
/** Table inflection names */
|
|
1295
|
+
export interface MetaInflection {
|
|
1296
|
+
tableType: string;
|
|
1297
|
+
allRows: string;
|
|
1298
|
+
connection: string;
|
|
1299
|
+
edge: string;
|
|
1300
|
+
filterType?: string | null;
|
|
1301
|
+
orderByType: string;
|
|
1302
|
+
conditionType: string;
|
|
1303
|
+
patchType?: string | null;
|
|
1304
|
+
createInputType: string;
|
|
1305
|
+
createPayloadType: string;
|
|
1306
|
+
updatePayloadType?: string | null;
|
|
1307
|
+
deletePayloadType: string;
|
|
1308
|
+
}
|
|
1309
|
+
/** Table query/mutation names */
|
|
1310
|
+
export interface MetaQuery {
|
|
1311
|
+
all: string;
|
|
1312
|
+
one?: string | null;
|
|
1313
|
+
create?: string | null;
|
|
1314
|
+
update?: string | null;
|
|
1315
|
+
delete?: string | null;
|
|
1316
|
+
}
|
|
1317
|
+
/** Storage metadata for a table */
|
|
1318
|
+
export interface MetaStorage {
|
|
1319
|
+
/** Whether this table is a storage files table */
|
|
1320
|
+
isFilesTable: boolean;
|
|
1321
|
+
/** Whether this table is a storage buckets table */
|
|
1322
|
+
isBucketsTable: boolean;
|
|
1323
|
+
}
|
|
1324
|
+
/** Search metadata for a table */
|
|
1325
|
+
export interface MetaSearch {
|
|
1326
|
+
/** Active search algorithms on this table */
|
|
1327
|
+
algorithms: string[];
|
|
1328
|
+
/** Searchable columns with their algorithm */
|
|
1329
|
+
columns: MetaSearchColumn[];
|
|
1330
|
+
/** Whether unifiedSearch composite filter is available */
|
|
1331
|
+
hasUnifiedSearch: boolean;
|
|
1332
|
+
/** Per-table search configuration */
|
|
1333
|
+
config?: MetaSearchConfig | null;
|
|
1334
|
+
}
|
|
1335
|
+
/** i18n metadata for a table with @i18n tag */
|
|
1336
|
+
export interface MetaI18n {
|
|
1337
|
+
/** Name of the translation table */
|
|
1338
|
+
translationTable: string;
|
|
1339
|
+
/** Fields that are translatable */
|
|
1340
|
+
translatableFields: MetaI18nField[];
|
|
1341
|
+
}
|
|
1342
|
+
/** Realtime metadata for a table with @realtime tag */
|
|
1343
|
+
export interface MetaRealtime {
|
|
1344
|
+
/** The generated subscription field name (e.g. onPostChanged) */
|
|
1345
|
+
subscriptionFieldName: string;
|
|
1346
|
+
}
|
|
1347
|
+
/** Information about a PostgreSQL type */
|
|
1348
|
+
export interface MetaType {
|
|
1349
|
+
pgType: string;
|
|
1350
|
+
gqlType: string;
|
|
1351
|
+
isArray: boolean;
|
|
1352
|
+
isNotNull?: boolean | null;
|
|
1353
|
+
hasDefault?: boolean | null;
|
|
1354
|
+
subtype?: string | null;
|
|
1355
|
+
}
|
|
1356
|
+
/** Information about a PostgreSQL enum type */
|
|
1357
|
+
export interface MetaEnum {
|
|
1358
|
+
/** The PostgreSQL enum type name */
|
|
1359
|
+
name: string;
|
|
1360
|
+
/** Allowed values for this enum */
|
|
1361
|
+
values: string[];
|
|
1362
|
+
}
|
|
1363
|
+
/** Reference to a related table */
|
|
1364
|
+
export interface MetaRefTable {
|
|
1365
|
+
name: string;
|
|
1366
|
+
}
|
|
1367
|
+
/** A belongs-to (forward FK) relation */
|
|
1368
|
+
export interface MetaBelongsToRelation {
|
|
1369
|
+
fieldName?: string | null;
|
|
1370
|
+
isUnique: boolean;
|
|
1371
|
+
type?: string | null;
|
|
1372
|
+
keys: MetaField[];
|
|
1373
|
+
references: MetaRefTable;
|
|
1374
|
+
}
|
|
1375
|
+
/** A has-one or has-many (reverse FK) relation */
|
|
1376
|
+
export interface MetaHasRelation {
|
|
1377
|
+
fieldName?: string | null;
|
|
1378
|
+
isUnique: boolean;
|
|
1379
|
+
type?: string | null;
|
|
1380
|
+
keys: MetaField[];
|
|
1381
|
+
referencedBy: MetaRefTable;
|
|
1382
|
+
}
|
|
1383
|
+
/** A many-to-many relation via junction table */
|
|
1384
|
+
export interface MetaManyToManyRelation {
|
|
1385
|
+
fieldName?: string | null;
|
|
1386
|
+
type?: string | null;
|
|
1387
|
+
junctionTable: MetaRefTable;
|
|
1388
|
+
junctionLeftConstraint: MetaForeignKeyConstraint;
|
|
1389
|
+
junctionLeftKeyAttributes: MetaField[];
|
|
1390
|
+
junctionRightConstraint: MetaForeignKeyConstraint;
|
|
1391
|
+
junctionRightKeyAttributes: MetaField[];
|
|
1392
|
+
leftKeyAttributes: MetaField[];
|
|
1393
|
+
rightKeyAttributes: MetaField[];
|
|
1394
|
+
rightTable: MetaRefTable;
|
|
1395
|
+
}
|
|
1396
|
+
/** A searchable column with its algorithm */
|
|
1397
|
+
export interface MetaSearchColumn {
|
|
1398
|
+
/** Column name (camelCase) */
|
|
1399
|
+
name: string;
|
|
1400
|
+
/** Search algorithm: tsvector, bm25, trgm, or vector */
|
|
1401
|
+
algorithm: string;
|
|
1402
|
+
}
|
|
1403
|
+
/** Per-table search configuration from @searchConfig smart tag */
|
|
1404
|
+
export interface MetaSearchConfig {
|
|
1405
|
+
/** JSON-encoded per-adapter score weights */
|
|
1406
|
+
weights?: string | null;
|
|
1407
|
+
/** Whether recency boosting is enabled */
|
|
1408
|
+
boostRecent: boolean;
|
|
1409
|
+
/** Field used for recency decay */
|
|
1410
|
+
boostRecencyField?: string | null;
|
|
1411
|
+
/** Exponential decay factor per day */
|
|
1412
|
+
boostRecencyDecay?: number | null;
|
|
1413
|
+
}
|
|
1414
|
+
/** A translatable field */
|
|
1415
|
+
export interface MetaI18nField {
|
|
1416
|
+
/** GraphQL field name */
|
|
1417
|
+
name: string;
|
|
1418
|
+
/** PostgreSQL column type (text, citext) */
|
|
1419
|
+
type: string;
|
|
1420
|
+
}
|