@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,1953 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GraphQL types for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
export interface StringFilter {
|
|
7
|
+
isNull?: boolean;
|
|
8
|
+
equalTo?: string;
|
|
9
|
+
notEqualTo?: string;
|
|
10
|
+
distinctFrom?: string;
|
|
11
|
+
notDistinctFrom?: string;
|
|
12
|
+
in?: string[];
|
|
13
|
+
notIn?: string[];
|
|
14
|
+
lessThan?: string;
|
|
15
|
+
lessThanOrEqualTo?: string;
|
|
16
|
+
greaterThan?: string;
|
|
17
|
+
greaterThanOrEqualTo?: string;
|
|
18
|
+
includes?: string;
|
|
19
|
+
notIncludes?: string;
|
|
20
|
+
includesInsensitive?: string;
|
|
21
|
+
notIncludesInsensitive?: string;
|
|
22
|
+
startsWith?: string;
|
|
23
|
+
notStartsWith?: string;
|
|
24
|
+
startsWithInsensitive?: string;
|
|
25
|
+
notStartsWithInsensitive?: string;
|
|
26
|
+
endsWith?: string;
|
|
27
|
+
notEndsWith?: string;
|
|
28
|
+
endsWithInsensitive?: string;
|
|
29
|
+
notEndsWithInsensitive?: string;
|
|
30
|
+
like?: string;
|
|
31
|
+
notLike?: string;
|
|
32
|
+
likeInsensitive?: string;
|
|
33
|
+
notLikeInsensitive?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface IntFilter {
|
|
36
|
+
isNull?: boolean;
|
|
37
|
+
equalTo?: number;
|
|
38
|
+
notEqualTo?: number;
|
|
39
|
+
distinctFrom?: number;
|
|
40
|
+
notDistinctFrom?: number;
|
|
41
|
+
in?: number[];
|
|
42
|
+
notIn?: number[];
|
|
43
|
+
lessThan?: number;
|
|
44
|
+
lessThanOrEqualTo?: number;
|
|
45
|
+
greaterThan?: number;
|
|
46
|
+
greaterThanOrEqualTo?: number;
|
|
47
|
+
}
|
|
48
|
+
export interface FloatFilter {
|
|
49
|
+
isNull?: boolean;
|
|
50
|
+
equalTo?: number;
|
|
51
|
+
notEqualTo?: number;
|
|
52
|
+
distinctFrom?: number;
|
|
53
|
+
notDistinctFrom?: number;
|
|
54
|
+
in?: number[];
|
|
55
|
+
notIn?: number[];
|
|
56
|
+
lessThan?: number;
|
|
57
|
+
lessThanOrEqualTo?: number;
|
|
58
|
+
greaterThan?: number;
|
|
59
|
+
greaterThanOrEqualTo?: number;
|
|
60
|
+
}
|
|
61
|
+
export interface BooleanFilter {
|
|
62
|
+
isNull?: boolean;
|
|
63
|
+
equalTo?: boolean;
|
|
64
|
+
notEqualTo?: boolean;
|
|
65
|
+
}
|
|
66
|
+
export interface UUIDFilter {
|
|
67
|
+
isNull?: boolean;
|
|
68
|
+
equalTo?: string;
|
|
69
|
+
notEqualTo?: string;
|
|
70
|
+
distinctFrom?: string;
|
|
71
|
+
notDistinctFrom?: string;
|
|
72
|
+
in?: string[];
|
|
73
|
+
notIn?: string[];
|
|
74
|
+
}
|
|
75
|
+
export interface DatetimeFilter {
|
|
76
|
+
isNull?: boolean;
|
|
77
|
+
equalTo?: string;
|
|
78
|
+
notEqualTo?: string;
|
|
79
|
+
distinctFrom?: string;
|
|
80
|
+
notDistinctFrom?: string;
|
|
81
|
+
in?: string[];
|
|
82
|
+
notIn?: string[];
|
|
83
|
+
lessThan?: string;
|
|
84
|
+
lessThanOrEqualTo?: string;
|
|
85
|
+
greaterThan?: string;
|
|
86
|
+
greaterThanOrEqualTo?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface DateFilter {
|
|
89
|
+
isNull?: boolean;
|
|
90
|
+
equalTo?: string;
|
|
91
|
+
notEqualTo?: string;
|
|
92
|
+
distinctFrom?: string;
|
|
93
|
+
notDistinctFrom?: string;
|
|
94
|
+
in?: string[];
|
|
95
|
+
notIn?: string[];
|
|
96
|
+
lessThan?: string;
|
|
97
|
+
lessThanOrEqualTo?: string;
|
|
98
|
+
greaterThan?: string;
|
|
99
|
+
greaterThanOrEqualTo?: string;
|
|
100
|
+
}
|
|
101
|
+
export interface JSONFilter {
|
|
102
|
+
isNull?: boolean;
|
|
103
|
+
equalTo?: Record<string, unknown>;
|
|
104
|
+
notEqualTo?: Record<string, unknown>;
|
|
105
|
+
distinctFrom?: Record<string, unknown>;
|
|
106
|
+
notDistinctFrom?: Record<string, unknown>;
|
|
107
|
+
contains?: Record<string, unknown>;
|
|
108
|
+
containedBy?: Record<string, unknown>;
|
|
109
|
+
containsKey?: string;
|
|
110
|
+
containsAllKeys?: string[];
|
|
111
|
+
containsAnyKeys?: string[];
|
|
112
|
+
}
|
|
113
|
+
export interface BigIntFilter {
|
|
114
|
+
isNull?: boolean;
|
|
115
|
+
equalTo?: string;
|
|
116
|
+
notEqualTo?: string;
|
|
117
|
+
distinctFrom?: string;
|
|
118
|
+
notDistinctFrom?: string;
|
|
119
|
+
in?: string[];
|
|
120
|
+
notIn?: string[];
|
|
121
|
+
lessThan?: string;
|
|
122
|
+
lessThanOrEqualTo?: string;
|
|
123
|
+
greaterThan?: string;
|
|
124
|
+
greaterThanOrEqualTo?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface BigFloatFilter {
|
|
127
|
+
isNull?: boolean;
|
|
128
|
+
equalTo?: string;
|
|
129
|
+
notEqualTo?: string;
|
|
130
|
+
distinctFrom?: string;
|
|
131
|
+
notDistinctFrom?: string;
|
|
132
|
+
in?: string[];
|
|
133
|
+
notIn?: string[];
|
|
134
|
+
lessThan?: string;
|
|
135
|
+
lessThanOrEqualTo?: string;
|
|
136
|
+
greaterThan?: string;
|
|
137
|
+
greaterThanOrEqualTo?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface BitStringFilter {
|
|
140
|
+
isNull?: boolean;
|
|
141
|
+
equalTo?: string;
|
|
142
|
+
notEqualTo?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface InternetAddressFilter {
|
|
145
|
+
isNull?: boolean;
|
|
146
|
+
equalTo?: string;
|
|
147
|
+
notEqualTo?: string;
|
|
148
|
+
distinctFrom?: string;
|
|
149
|
+
notDistinctFrom?: string;
|
|
150
|
+
in?: string[];
|
|
151
|
+
notIn?: string[];
|
|
152
|
+
lessThan?: string;
|
|
153
|
+
lessThanOrEqualTo?: string;
|
|
154
|
+
greaterThan?: string;
|
|
155
|
+
greaterThanOrEqualTo?: string;
|
|
156
|
+
contains?: string;
|
|
157
|
+
containsOrEqualTo?: string;
|
|
158
|
+
containedBy?: string;
|
|
159
|
+
containedByOrEqualTo?: string;
|
|
160
|
+
containsOrContainedBy?: string;
|
|
161
|
+
}
|
|
162
|
+
export interface FullTextFilter {
|
|
163
|
+
matches?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface VectorFilter {
|
|
166
|
+
isNull?: boolean;
|
|
167
|
+
equalTo?: number[];
|
|
168
|
+
notEqualTo?: number[];
|
|
169
|
+
distinctFrom?: number[];
|
|
170
|
+
notDistinctFrom?: number[];
|
|
171
|
+
}
|
|
172
|
+
export interface StringListFilter {
|
|
173
|
+
isNull?: boolean;
|
|
174
|
+
equalTo?: string[];
|
|
175
|
+
notEqualTo?: string[];
|
|
176
|
+
distinctFrom?: string[];
|
|
177
|
+
notDistinctFrom?: string[];
|
|
178
|
+
lessThan?: string[];
|
|
179
|
+
lessThanOrEqualTo?: string[];
|
|
180
|
+
greaterThan?: string[];
|
|
181
|
+
greaterThanOrEqualTo?: string[];
|
|
182
|
+
contains?: string[];
|
|
183
|
+
containedBy?: string[];
|
|
184
|
+
overlaps?: string[];
|
|
185
|
+
anyEqualTo?: string;
|
|
186
|
+
anyNotEqualTo?: string;
|
|
187
|
+
anyLessThan?: string;
|
|
188
|
+
anyLessThanOrEqualTo?: string;
|
|
189
|
+
anyGreaterThan?: string;
|
|
190
|
+
anyGreaterThanOrEqualTo?: string;
|
|
191
|
+
}
|
|
192
|
+
export interface IntListFilter {
|
|
193
|
+
isNull?: boolean;
|
|
194
|
+
equalTo?: number[];
|
|
195
|
+
notEqualTo?: number[];
|
|
196
|
+
distinctFrom?: number[];
|
|
197
|
+
notDistinctFrom?: number[];
|
|
198
|
+
lessThan?: number[];
|
|
199
|
+
lessThanOrEqualTo?: number[];
|
|
200
|
+
greaterThan?: number[];
|
|
201
|
+
greaterThanOrEqualTo?: number[];
|
|
202
|
+
contains?: number[];
|
|
203
|
+
containedBy?: number[];
|
|
204
|
+
overlaps?: number[];
|
|
205
|
+
anyEqualTo?: number;
|
|
206
|
+
anyNotEqualTo?: number;
|
|
207
|
+
anyLessThan?: number;
|
|
208
|
+
anyLessThanOrEqualTo?: number;
|
|
209
|
+
anyGreaterThan?: number;
|
|
210
|
+
anyGreaterThanOrEqualTo?: number;
|
|
211
|
+
}
|
|
212
|
+
export interface UUIDListFilter {
|
|
213
|
+
isNull?: boolean;
|
|
214
|
+
equalTo?: string[];
|
|
215
|
+
notEqualTo?: string[];
|
|
216
|
+
distinctFrom?: string[];
|
|
217
|
+
notDistinctFrom?: string[];
|
|
218
|
+
lessThan?: string[];
|
|
219
|
+
lessThanOrEqualTo?: string[];
|
|
220
|
+
greaterThan?: string[];
|
|
221
|
+
greaterThanOrEqualTo?: string[];
|
|
222
|
+
contains?: string[];
|
|
223
|
+
containedBy?: string[];
|
|
224
|
+
overlaps?: string[];
|
|
225
|
+
anyEqualTo?: string;
|
|
226
|
+
anyNotEqualTo?: string;
|
|
227
|
+
anyLessThan?: string;
|
|
228
|
+
anyLessThanOrEqualTo?: string;
|
|
229
|
+
anyGreaterThan?: string;
|
|
230
|
+
anyGreaterThanOrEqualTo?: string;
|
|
231
|
+
}
|
|
232
|
+
export interface InfraGetAllRecord {
|
|
233
|
+
path?: string[] | null;
|
|
234
|
+
data?: Record<string, unknown> | null;
|
|
235
|
+
}
|
|
236
|
+
/** Branch heads — mutable pointers into the commit chain */
|
|
237
|
+
export interface InfraRef {
|
|
238
|
+
/** Unique ref identifier */
|
|
239
|
+
id: string;
|
|
240
|
+
/** Ref name (e.g. HEAD, main) */
|
|
241
|
+
name?: string | null;
|
|
242
|
+
/** Opaque store partition key for the global tier */
|
|
243
|
+
scopeId?: string | null;
|
|
244
|
+
/** Store this ref belongs to */
|
|
245
|
+
storeId?: string | null;
|
|
246
|
+
/** Commit this ref points to */
|
|
247
|
+
commitId?: string | null;
|
|
248
|
+
}
|
|
249
|
+
/** Named stores — one per version-controlled tree (e.g. one graph, one definition set) */
|
|
250
|
+
export interface InfraStore {
|
|
251
|
+
/** Unique store identifier */
|
|
252
|
+
id: string;
|
|
253
|
+
/** Human-readable store name */
|
|
254
|
+
name?: string | null;
|
|
255
|
+
/** Opaque store partition key for the global tier */
|
|
256
|
+
scopeId?: string | null;
|
|
257
|
+
/** Current root object hash of this store */
|
|
258
|
+
hash?: string | null;
|
|
259
|
+
/** Timestamp of store creation */
|
|
260
|
+
createdAt?: string | null;
|
|
261
|
+
}
|
|
262
|
+
/** Content-addressed Merkle tree objects keyed by UUID v5 hash of data + children */
|
|
263
|
+
export interface InfraObject {
|
|
264
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
265
|
+
id: string;
|
|
266
|
+
/** Opaque store partition key for the global tier */
|
|
267
|
+
scopeId?: string | null;
|
|
268
|
+
/** Ordered array of child object IDs */
|
|
269
|
+
kids?: string[] | null;
|
|
270
|
+
/** Ordered array of child path names (parallel to kids) */
|
|
271
|
+
ktree?: string[] | null;
|
|
272
|
+
/** Payload data for this object node */
|
|
273
|
+
data?: Record<string, unknown> | null;
|
|
274
|
+
/** Timestamp of object creation */
|
|
275
|
+
createdAt?: string | null;
|
|
276
|
+
}
|
|
277
|
+
/** Commit history — each commit snapshots a tree root for a store */
|
|
278
|
+
export interface InfraCommit {
|
|
279
|
+
/** Unique commit identifier */
|
|
280
|
+
id: string;
|
|
281
|
+
/** Optional commit message */
|
|
282
|
+
message?: string | null;
|
|
283
|
+
/** Opaque store partition key for the global tier */
|
|
284
|
+
scopeId?: string | null;
|
|
285
|
+
/** Store this commit belongs to */
|
|
286
|
+
storeId?: string | null;
|
|
287
|
+
/** Parent commit IDs (supports merge commits) */
|
|
288
|
+
parentIds?: string[] | null;
|
|
289
|
+
/** User who authored the changes */
|
|
290
|
+
authorId?: string | null;
|
|
291
|
+
/** User who committed (may differ from author) */
|
|
292
|
+
committerId?: string | null;
|
|
293
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
294
|
+
treeId?: string | null;
|
|
295
|
+
/** Commit timestamp */
|
|
296
|
+
date?: string | null;
|
|
297
|
+
}
|
|
298
|
+
/** Database provisioning preset catalog — merkle-versioned head over the infra store */
|
|
299
|
+
export interface DbPreset {
|
|
300
|
+
/** Unique preset identifier */
|
|
301
|
+
id: string;
|
|
302
|
+
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
303
|
+
storeId?: string | null;
|
|
304
|
+
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
305
|
+
slug?: string | null;
|
|
306
|
+
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
307
|
+
definition?: Record<string, unknown> | null;
|
|
308
|
+
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
309
|
+
commitId?: string | null;
|
|
310
|
+
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
311
|
+
modulesHash?: string | null;
|
|
312
|
+
/** Human-readable preset name */
|
|
313
|
+
label?: string | null;
|
|
314
|
+
/** Human-readable description of the preset */
|
|
315
|
+
description?: string | null;
|
|
316
|
+
/** Whether this preset is selectable for new databases */
|
|
317
|
+
active?: boolean | null;
|
|
318
|
+
/** Timestamp of preset creation */
|
|
319
|
+
createdAt?: string | null;
|
|
320
|
+
/** Timestamp of last modification */
|
|
321
|
+
updatedAt?: string | null;
|
|
322
|
+
}
|
|
323
|
+
/** Logical namespace containers for grouping secrets, config, functions, and other resources */
|
|
324
|
+
export interface PlatformNamespace {
|
|
325
|
+
id: string;
|
|
326
|
+
createdAt?: string | null;
|
|
327
|
+
updatedAt?: string | null;
|
|
328
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
329
|
+
name?: string | null;
|
|
330
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
331
|
+
namespaceName?: string | null;
|
|
332
|
+
/** Optional human-readable description of this namespace */
|
|
333
|
+
description?: string | null;
|
|
334
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
335
|
+
isActive?: boolean | null;
|
|
336
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
337
|
+
status?: string | null;
|
|
338
|
+
/** Most recent provisioning or reconcile error message */
|
|
339
|
+
lastError?: string | null;
|
|
340
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
341
|
+
labels?: Record<string, unknown> | null;
|
|
342
|
+
/** Freeform metadata for tooling and operational notes */
|
|
343
|
+
annotations?: Record<string, unknown> | null;
|
|
344
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
345
|
+
isManaged?: boolean | null;
|
|
346
|
+
}
|
|
347
|
+
/** Logical namespace containers for grouping secrets, config, functions, and other resources */
|
|
348
|
+
export interface Namespace {
|
|
349
|
+
id: string;
|
|
350
|
+
createdAt?: string | null;
|
|
351
|
+
updatedAt?: string | null;
|
|
352
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
353
|
+
name?: string | null;
|
|
354
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
355
|
+
namespaceName?: string | null;
|
|
356
|
+
/** Optional human-readable description of this namespace */
|
|
357
|
+
description?: string | null;
|
|
358
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
359
|
+
isActive?: boolean | null;
|
|
360
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
361
|
+
status?: string | null;
|
|
362
|
+
/** Most recent provisioning or reconcile error message */
|
|
363
|
+
lastError?: string | null;
|
|
364
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
365
|
+
labels?: Record<string, unknown> | null;
|
|
366
|
+
/** Freeform metadata for tooling and operational notes */
|
|
367
|
+
annotations?: Record<string, unknown> | null;
|
|
368
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
369
|
+
databaseId?: string | null;
|
|
370
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
371
|
+
isManaged?: boolean | null;
|
|
372
|
+
}
|
|
373
|
+
/** Namespace lifecycle events — audit log of creation, activation, deactivation, label changes */
|
|
374
|
+
export interface PlatformNamespaceEvent {
|
|
375
|
+
/** Event timestamp (partition key) */
|
|
376
|
+
createdAt?: string | null;
|
|
377
|
+
/** Unique event identifier */
|
|
378
|
+
id: string;
|
|
379
|
+
/** Namespace this event belongs to */
|
|
380
|
+
namespaceId?: string | null;
|
|
381
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
382
|
+
eventType?: string | null;
|
|
383
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
384
|
+
actorId?: string | null;
|
|
385
|
+
/** Human-readable description of the event */
|
|
386
|
+
message?: string | null;
|
|
387
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
388
|
+
metadata?: Record<string, unknown> | null;
|
|
389
|
+
/** CPU usage in millicores at time of event */
|
|
390
|
+
cpuMillicores?: number | null;
|
|
391
|
+
/** Memory usage in bytes at time of event */
|
|
392
|
+
memoryBytes?: string | null;
|
|
393
|
+
/** Storage usage in bytes at time of event */
|
|
394
|
+
storageBytes?: string | null;
|
|
395
|
+
/** Network ingress in bytes during event window */
|
|
396
|
+
networkIngressBytes?: string | null;
|
|
397
|
+
/** Network egress in bytes during event window */
|
|
398
|
+
networkEgressBytes?: string | null;
|
|
399
|
+
/** Number of active pods in the namespace at time of event */
|
|
400
|
+
podCount?: number | null;
|
|
401
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
402
|
+
metrics?: Record<string, unknown> | null;
|
|
403
|
+
}
|
|
404
|
+
/** Namespace lifecycle events — audit log of creation, activation, deactivation, label changes */
|
|
405
|
+
export interface NamespaceEvent {
|
|
406
|
+
/** Event timestamp (partition key) */
|
|
407
|
+
createdAt?: string | null;
|
|
408
|
+
/** Unique event identifier */
|
|
409
|
+
id: string;
|
|
410
|
+
/** Namespace this event belongs to */
|
|
411
|
+
namespaceId?: string | null;
|
|
412
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
413
|
+
eventType?: string | null;
|
|
414
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
415
|
+
actorId?: string | null;
|
|
416
|
+
/** Human-readable description of the event */
|
|
417
|
+
message?: string | null;
|
|
418
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
419
|
+
metadata?: Record<string, unknown> | null;
|
|
420
|
+
/** CPU usage in millicores at time of event */
|
|
421
|
+
cpuMillicores?: number | null;
|
|
422
|
+
/** Memory usage in bytes at time of event */
|
|
423
|
+
memoryBytes?: string | null;
|
|
424
|
+
/** Storage usage in bytes at time of event */
|
|
425
|
+
storageBytes?: string | null;
|
|
426
|
+
/** Network ingress in bytes during event window */
|
|
427
|
+
networkIngressBytes?: string | null;
|
|
428
|
+
/** Network egress in bytes during event window */
|
|
429
|
+
networkEgressBytes?: string | null;
|
|
430
|
+
/** Number of active pods in the namespace at time of event */
|
|
431
|
+
podCount?: number | null;
|
|
432
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
433
|
+
metrics?: Record<string, unknown> | null;
|
|
434
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
435
|
+
databaseId?: string | null;
|
|
436
|
+
}
|
|
437
|
+
export interface ConnectionResult<T> {
|
|
438
|
+
nodes: T[];
|
|
439
|
+
totalCount: number;
|
|
440
|
+
pageInfo: PageInfo;
|
|
441
|
+
}
|
|
442
|
+
export interface PageInfo {
|
|
443
|
+
hasNextPage: boolean;
|
|
444
|
+
hasPreviousPage: boolean;
|
|
445
|
+
startCursor?: string | null;
|
|
446
|
+
endCursor?: string | null;
|
|
447
|
+
}
|
|
448
|
+
export interface InfraGetAllRecordRelations {
|
|
449
|
+
}
|
|
450
|
+
export interface InfraRefRelations {
|
|
451
|
+
}
|
|
452
|
+
export interface InfraStoreRelations {
|
|
453
|
+
}
|
|
454
|
+
export interface InfraObjectRelations {
|
|
455
|
+
}
|
|
456
|
+
export interface InfraCommitRelations {
|
|
457
|
+
}
|
|
458
|
+
export interface DbPresetRelations {
|
|
459
|
+
}
|
|
460
|
+
export interface PlatformNamespaceRelations {
|
|
461
|
+
}
|
|
462
|
+
export interface NamespaceRelations {
|
|
463
|
+
}
|
|
464
|
+
export interface PlatformNamespaceEventRelations {
|
|
465
|
+
}
|
|
466
|
+
export interface NamespaceEventRelations {
|
|
467
|
+
}
|
|
468
|
+
export type InfraGetAllRecordWithRelations = InfraGetAllRecord & InfraGetAllRecordRelations;
|
|
469
|
+
export type InfraRefWithRelations = InfraRef & InfraRefRelations;
|
|
470
|
+
export type InfraStoreWithRelations = InfraStore & InfraStoreRelations;
|
|
471
|
+
export type InfraObjectWithRelations = InfraObject & InfraObjectRelations;
|
|
472
|
+
export type InfraCommitWithRelations = InfraCommit & InfraCommitRelations;
|
|
473
|
+
export type DbPresetWithRelations = DbPreset & DbPresetRelations;
|
|
474
|
+
export type PlatformNamespaceWithRelations = PlatformNamespace & PlatformNamespaceRelations;
|
|
475
|
+
export type NamespaceWithRelations = Namespace & NamespaceRelations;
|
|
476
|
+
export type PlatformNamespaceEventWithRelations = PlatformNamespaceEvent & PlatformNamespaceEventRelations;
|
|
477
|
+
export type NamespaceEventWithRelations = NamespaceEvent & NamespaceEventRelations;
|
|
478
|
+
export type InfraGetAllRecordSelect = {
|
|
479
|
+
path?: boolean;
|
|
480
|
+
data?: boolean;
|
|
481
|
+
};
|
|
482
|
+
export type InfraRefSelect = {
|
|
483
|
+
id?: boolean;
|
|
484
|
+
name?: boolean;
|
|
485
|
+
scopeId?: boolean;
|
|
486
|
+
storeId?: boolean;
|
|
487
|
+
commitId?: boolean;
|
|
488
|
+
};
|
|
489
|
+
export type InfraStoreSelect = {
|
|
490
|
+
id?: boolean;
|
|
491
|
+
name?: boolean;
|
|
492
|
+
scopeId?: boolean;
|
|
493
|
+
hash?: boolean;
|
|
494
|
+
createdAt?: boolean;
|
|
495
|
+
};
|
|
496
|
+
export type InfraObjectSelect = {
|
|
497
|
+
id?: boolean;
|
|
498
|
+
scopeId?: boolean;
|
|
499
|
+
kids?: boolean;
|
|
500
|
+
ktree?: boolean;
|
|
501
|
+
data?: boolean;
|
|
502
|
+
createdAt?: boolean;
|
|
503
|
+
};
|
|
504
|
+
export type InfraCommitSelect = {
|
|
505
|
+
id?: boolean;
|
|
506
|
+
message?: boolean;
|
|
507
|
+
scopeId?: boolean;
|
|
508
|
+
storeId?: boolean;
|
|
509
|
+
parentIds?: boolean;
|
|
510
|
+
authorId?: boolean;
|
|
511
|
+
committerId?: boolean;
|
|
512
|
+
treeId?: boolean;
|
|
513
|
+
date?: boolean;
|
|
514
|
+
};
|
|
515
|
+
export type DbPresetSelect = {
|
|
516
|
+
id?: boolean;
|
|
517
|
+
storeId?: boolean;
|
|
518
|
+
slug?: boolean;
|
|
519
|
+
definition?: boolean;
|
|
520
|
+
commitId?: boolean;
|
|
521
|
+
modulesHash?: boolean;
|
|
522
|
+
label?: boolean;
|
|
523
|
+
description?: boolean;
|
|
524
|
+
active?: boolean;
|
|
525
|
+
createdAt?: boolean;
|
|
526
|
+
updatedAt?: boolean;
|
|
527
|
+
};
|
|
528
|
+
export type PlatformNamespaceSelect = {
|
|
529
|
+
id?: boolean;
|
|
530
|
+
createdAt?: boolean;
|
|
531
|
+
updatedAt?: boolean;
|
|
532
|
+
name?: boolean;
|
|
533
|
+
namespaceName?: boolean;
|
|
534
|
+
description?: boolean;
|
|
535
|
+
isActive?: boolean;
|
|
536
|
+
status?: boolean;
|
|
537
|
+
lastError?: boolean;
|
|
538
|
+
labels?: boolean;
|
|
539
|
+
annotations?: boolean;
|
|
540
|
+
isManaged?: boolean;
|
|
541
|
+
};
|
|
542
|
+
export type NamespaceSelect = {
|
|
543
|
+
id?: boolean;
|
|
544
|
+
createdAt?: boolean;
|
|
545
|
+
updatedAt?: boolean;
|
|
546
|
+
name?: boolean;
|
|
547
|
+
namespaceName?: boolean;
|
|
548
|
+
description?: boolean;
|
|
549
|
+
isActive?: boolean;
|
|
550
|
+
status?: boolean;
|
|
551
|
+
lastError?: boolean;
|
|
552
|
+
labels?: boolean;
|
|
553
|
+
annotations?: boolean;
|
|
554
|
+
databaseId?: boolean;
|
|
555
|
+
isManaged?: boolean;
|
|
556
|
+
};
|
|
557
|
+
export type PlatformNamespaceEventSelect = {
|
|
558
|
+
createdAt?: boolean;
|
|
559
|
+
id?: boolean;
|
|
560
|
+
namespaceId?: boolean;
|
|
561
|
+
eventType?: boolean;
|
|
562
|
+
actorId?: boolean;
|
|
563
|
+
message?: boolean;
|
|
564
|
+
metadata?: boolean;
|
|
565
|
+
cpuMillicores?: boolean;
|
|
566
|
+
memoryBytes?: boolean;
|
|
567
|
+
storageBytes?: boolean;
|
|
568
|
+
networkIngressBytes?: boolean;
|
|
569
|
+
networkEgressBytes?: boolean;
|
|
570
|
+
podCount?: boolean;
|
|
571
|
+
metrics?: boolean;
|
|
572
|
+
};
|
|
573
|
+
export type NamespaceEventSelect = {
|
|
574
|
+
createdAt?: boolean;
|
|
575
|
+
id?: boolean;
|
|
576
|
+
namespaceId?: boolean;
|
|
577
|
+
eventType?: boolean;
|
|
578
|
+
actorId?: boolean;
|
|
579
|
+
message?: boolean;
|
|
580
|
+
metadata?: boolean;
|
|
581
|
+
cpuMillicores?: boolean;
|
|
582
|
+
memoryBytes?: boolean;
|
|
583
|
+
storageBytes?: boolean;
|
|
584
|
+
networkIngressBytes?: boolean;
|
|
585
|
+
networkEgressBytes?: boolean;
|
|
586
|
+
podCount?: boolean;
|
|
587
|
+
metrics?: boolean;
|
|
588
|
+
databaseId?: boolean;
|
|
589
|
+
};
|
|
590
|
+
export interface InfraGetAllRecordFilter {
|
|
591
|
+
path?: StringListFilter;
|
|
592
|
+
data?: JSONFilter;
|
|
593
|
+
and?: InfraGetAllRecordFilter[];
|
|
594
|
+
or?: InfraGetAllRecordFilter[];
|
|
595
|
+
not?: InfraGetAllRecordFilter;
|
|
596
|
+
}
|
|
597
|
+
export interface InfraRefFilter {
|
|
598
|
+
/** Filter by the object’s `id` field. */
|
|
599
|
+
id?: UUIDFilter;
|
|
600
|
+
/** Filter by the object’s `name` field. */
|
|
601
|
+
name?: StringFilter;
|
|
602
|
+
/** Filter by the object’s `scopeId` field. */
|
|
603
|
+
scopeId?: UUIDFilter;
|
|
604
|
+
/** Filter by the object’s `storeId` field. */
|
|
605
|
+
storeId?: UUIDFilter;
|
|
606
|
+
/** Filter by the object’s `commitId` field. */
|
|
607
|
+
commitId?: UUIDFilter;
|
|
608
|
+
/** Checks for all expressions in this list. */
|
|
609
|
+
and?: InfraRefFilter[];
|
|
610
|
+
/** Checks for any expressions in this list. */
|
|
611
|
+
or?: InfraRefFilter[];
|
|
612
|
+
/** Negates the expression. */
|
|
613
|
+
not?: InfraRefFilter;
|
|
614
|
+
}
|
|
615
|
+
export interface InfraStoreFilter {
|
|
616
|
+
/** Filter by the object’s `id` field. */
|
|
617
|
+
id?: UUIDFilter;
|
|
618
|
+
/** Filter by the object’s `name` field. */
|
|
619
|
+
name?: StringFilter;
|
|
620
|
+
/** Filter by the object’s `scopeId` field. */
|
|
621
|
+
scopeId?: UUIDFilter;
|
|
622
|
+
/** Filter by the object’s `hash` field. */
|
|
623
|
+
hash?: UUIDFilter;
|
|
624
|
+
/** Filter by the object’s `createdAt` field. */
|
|
625
|
+
createdAt?: DatetimeFilter;
|
|
626
|
+
/** Checks for all expressions in this list. */
|
|
627
|
+
and?: InfraStoreFilter[];
|
|
628
|
+
/** Checks for any expressions in this list. */
|
|
629
|
+
or?: InfraStoreFilter[];
|
|
630
|
+
/** Negates the expression. */
|
|
631
|
+
not?: InfraStoreFilter;
|
|
632
|
+
}
|
|
633
|
+
export interface InfraObjectFilter {
|
|
634
|
+
/** Filter by the object’s `id` field. */
|
|
635
|
+
id?: UUIDFilter;
|
|
636
|
+
/** Filter by the object’s `scopeId` field. */
|
|
637
|
+
scopeId?: UUIDFilter;
|
|
638
|
+
/** Filter by the object’s `kids` field. */
|
|
639
|
+
kids?: UUIDListFilter;
|
|
640
|
+
/** Filter by the object’s `ktree` field. */
|
|
641
|
+
ktree?: StringListFilter;
|
|
642
|
+
/** Filter by the object’s `data` field. */
|
|
643
|
+
data?: JSONFilter;
|
|
644
|
+
/** Filter by the object’s `createdAt` field. */
|
|
645
|
+
createdAt?: DatetimeFilter;
|
|
646
|
+
/** Checks for all expressions in this list. */
|
|
647
|
+
and?: InfraObjectFilter[];
|
|
648
|
+
/** Checks for any expressions in this list. */
|
|
649
|
+
or?: InfraObjectFilter[];
|
|
650
|
+
/** Negates the expression. */
|
|
651
|
+
not?: InfraObjectFilter;
|
|
652
|
+
}
|
|
653
|
+
export interface InfraCommitFilter {
|
|
654
|
+
/** Filter by the object’s `id` field. */
|
|
655
|
+
id?: UUIDFilter;
|
|
656
|
+
/** Filter by the object’s `message` field. */
|
|
657
|
+
message?: StringFilter;
|
|
658
|
+
/** Filter by the object’s `scopeId` field. */
|
|
659
|
+
scopeId?: UUIDFilter;
|
|
660
|
+
/** Filter by the object’s `storeId` field. */
|
|
661
|
+
storeId?: UUIDFilter;
|
|
662
|
+
/** Filter by the object’s `parentIds` field. */
|
|
663
|
+
parentIds?: UUIDListFilter;
|
|
664
|
+
/** Filter by the object’s `authorId` field. */
|
|
665
|
+
authorId?: UUIDFilter;
|
|
666
|
+
/** Filter by the object’s `committerId` field. */
|
|
667
|
+
committerId?: UUIDFilter;
|
|
668
|
+
/** Filter by the object’s `treeId` field. */
|
|
669
|
+
treeId?: UUIDFilter;
|
|
670
|
+
/** Filter by the object’s `date` field. */
|
|
671
|
+
date?: DatetimeFilter;
|
|
672
|
+
/** Checks for all expressions in this list. */
|
|
673
|
+
and?: InfraCommitFilter[];
|
|
674
|
+
/** Checks for any expressions in this list. */
|
|
675
|
+
or?: InfraCommitFilter[];
|
|
676
|
+
/** Negates the expression. */
|
|
677
|
+
not?: InfraCommitFilter;
|
|
678
|
+
}
|
|
679
|
+
export interface DbPresetFilter {
|
|
680
|
+
/** Filter by the object’s `id` field. */
|
|
681
|
+
id?: UUIDFilter;
|
|
682
|
+
/** Filter by the object’s `storeId` field. */
|
|
683
|
+
storeId?: UUIDFilter;
|
|
684
|
+
/** Filter by the object’s `slug` field. */
|
|
685
|
+
slug?: StringFilter;
|
|
686
|
+
/** Filter by the object’s `definition` field. */
|
|
687
|
+
definition?: JSONFilter;
|
|
688
|
+
/** Filter by the object’s `commitId` field. */
|
|
689
|
+
commitId?: UUIDFilter;
|
|
690
|
+
/** Filter by the object’s `modulesHash` field. */
|
|
691
|
+
modulesHash?: UUIDFilter;
|
|
692
|
+
/** Filter by the object’s `label` field. */
|
|
693
|
+
label?: StringFilter;
|
|
694
|
+
/** Filter by the object’s `description` field. */
|
|
695
|
+
description?: StringFilter;
|
|
696
|
+
/** Filter by the object’s `active` field. */
|
|
697
|
+
active?: BooleanFilter;
|
|
698
|
+
/** Filter by the object’s `createdAt` field. */
|
|
699
|
+
createdAt?: DatetimeFilter;
|
|
700
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
701
|
+
updatedAt?: DatetimeFilter;
|
|
702
|
+
/** Checks for all expressions in this list. */
|
|
703
|
+
and?: DbPresetFilter[];
|
|
704
|
+
/** Checks for any expressions in this list. */
|
|
705
|
+
or?: DbPresetFilter[];
|
|
706
|
+
/** Negates the expression. */
|
|
707
|
+
not?: DbPresetFilter;
|
|
708
|
+
}
|
|
709
|
+
export interface PlatformNamespaceFilter {
|
|
710
|
+
/** Filter by the object’s `id` field. */
|
|
711
|
+
id?: UUIDFilter;
|
|
712
|
+
/** Filter by the object’s `createdAt` field. */
|
|
713
|
+
createdAt?: DatetimeFilter;
|
|
714
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
715
|
+
updatedAt?: DatetimeFilter;
|
|
716
|
+
/** Filter by the object’s `name` field. */
|
|
717
|
+
name?: StringFilter;
|
|
718
|
+
/** Filter by the object’s `namespaceName` field. */
|
|
719
|
+
namespaceName?: StringFilter;
|
|
720
|
+
/** Filter by the object’s `description` field. */
|
|
721
|
+
description?: StringFilter;
|
|
722
|
+
/** Filter by the object’s `isActive` field. */
|
|
723
|
+
isActive?: BooleanFilter;
|
|
724
|
+
/** Filter by the object’s `status` field. */
|
|
725
|
+
status?: StringFilter;
|
|
726
|
+
/** Filter by the object’s `lastError` field. */
|
|
727
|
+
lastError?: StringFilter;
|
|
728
|
+
/** Filter by the object’s `labels` field. */
|
|
729
|
+
labels?: JSONFilter;
|
|
730
|
+
/** Filter by the object’s `annotations` field. */
|
|
731
|
+
annotations?: JSONFilter;
|
|
732
|
+
/** Filter by the object’s `isManaged` field. */
|
|
733
|
+
isManaged?: BooleanFilter;
|
|
734
|
+
/** Checks for all expressions in this list. */
|
|
735
|
+
and?: PlatformNamespaceFilter[];
|
|
736
|
+
/** Checks for any expressions in this list. */
|
|
737
|
+
or?: PlatformNamespaceFilter[];
|
|
738
|
+
/** Negates the expression. */
|
|
739
|
+
not?: PlatformNamespaceFilter;
|
|
740
|
+
}
|
|
741
|
+
export interface NamespaceFilter {
|
|
742
|
+
/** Filter by the object’s `id` field. */
|
|
743
|
+
id?: UUIDFilter;
|
|
744
|
+
/** Filter by the object’s `createdAt` field. */
|
|
745
|
+
createdAt?: DatetimeFilter;
|
|
746
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
747
|
+
updatedAt?: DatetimeFilter;
|
|
748
|
+
/** Filter by the object’s `name` field. */
|
|
749
|
+
name?: StringFilter;
|
|
750
|
+
/** Filter by the object’s `namespaceName` field. */
|
|
751
|
+
namespaceName?: StringFilter;
|
|
752
|
+
/** Filter by the object’s `description` field. */
|
|
753
|
+
description?: StringFilter;
|
|
754
|
+
/** Filter by the object’s `isActive` field. */
|
|
755
|
+
isActive?: BooleanFilter;
|
|
756
|
+
/** Filter by the object’s `status` field. */
|
|
757
|
+
status?: StringFilter;
|
|
758
|
+
/** Filter by the object’s `lastError` field. */
|
|
759
|
+
lastError?: StringFilter;
|
|
760
|
+
/** Filter by the object’s `labels` field. */
|
|
761
|
+
labels?: JSONFilter;
|
|
762
|
+
/** Filter by the object’s `annotations` field. */
|
|
763
|
+
annotations?: JSONFilter;
|
|
764
|
+
/** Filter by the object’s `databaseId` field. */
|
|
765
|
+
databaseId?: UUIDFilter;
|
|
766
|
+
/** Filter by the object’s `isManaged` field. */
|
|
767
|
+
isManaged?: BooleanFilter;
|
|
768
|
+
/** Checks for all expressions in this list. */
|
|
769
|
+
and?: NamespaceFilter[];
|
|
770
|
+
/** Checks for any expressions in this list. */
|
|
771
|
+
or?: NamespaceFilter[];
|
|
772
|
+
/** Negates the expression. */
|
|
773
|
+
not?: NamespaceFilter;
|
|
774
|
+
}
|
|
775
|
+
export interface PlatformNamespaceEventFilter {
|
|
776
|
+
/** Filter by the object’s `createdAt` field. */
|
|
777
|
+
createdAt?: DatetimeFilter;
|
|
778
|
+
/** Filter by the object’s `id` field. */
|
|
779
|
+
id?: UUIDFilter;
|
|
780
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
781
|
+
namespaceId?: UUIDFilter;
|
|
782
|
+
/** Filter by the object’s `eventType` field. */
|
|
783
|
+
eventType?: StringFilter;
|
|
784
|
+
/** Filter by the object’s `actorId` field. */
|
|
785
|
+
actorId?: UUIDFilter;
|
|
786
|
+
/** Filter by the object’s `message` field. */
|
|
787
|
+
message?: StringFilter;
|
|
788
|
+
/** Filter by the object’s `metadata` field. */
|
|
789
|
+
metadata?: JSONFilter;
|
|
790
|
+
/** Filter by the object’s `cpuMillicores` field. */
|
|
791
|
+
cpuMillicores?: IntFilter;
|
|
792
|
+
/** Filter by the object’s `memoryBytes` field. */
|
|
793
|
+
memoryBytes?: BigIntFilter;
|
|
794
|
+
/** Filter by the object’s `storageBytes` field. */
|
|
795
|
+
storageBytes?: BigIntFilter;
|
|
796
|
+
/** Filter by the object’s `networkIngressBytes` field. */
|
|
797
|
+
networkIngressBytes?: BigIntFilter;
|
|
798
|
+
/** Filter by the object’s `networkEgressBytes` field. */
|
|
799
|
+
networkEgressBytes?: BigIntFilter;
|
|
800
|
+
/** Filter by the object’s `podCount` field. */
|
|
801
|
+
podCount?: IntFilter;
|
|
802
|
+
/** Filter by the object’s `metrics` field. */
|
|
803
|
+
metrics?: JSONFilter;
|
|
804
|
+
/** Checks for all expressions in this list. */
|
|
805
|
+
and?: PlatformNamespaceEventFilter[];
|
|
806
|
+
/** Checks for any expressions in this list. */
|
|
807
|
+
or?: PlatformNamespaceEventFilter[];
|
|
808
|
+
/** Negates the expression. */
|
|
809
|
+
not?: PlatformNamespaceEventFilter;
|
|
810
|
+
}
|
|
811
|
+
export interface NamespaceEventFilter {
|
|
812
|
+
/** Filter by the object’s `createdAt` field. */
|
|
813
|
+
createdAt?: DatetimeFilter;
|
|
814
|
+
/** Filter by the object’s `id` field. */
|
|
815
|
+
id?: UUIDFilter;
|
|
816
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
817
|
+
namespaceId?: UUIDFilter;
|
|
818
|
+
/** Filter by the object’s `eventType` field. */
|
|
819
|
+
eventType?: StringFilter;
|
|
820
|
+
/** Filter by the object’s `actorId` field. */
|
|
821
|
+
actorId?: UUIDFilter;
|
|
822
|
+
/** Filter by the object’s `message` field. */
|
|
823
|
+
message?: StringFilter;
|
|
824
|
+
/** Filter by the object’s `metadata` field. */
|
|
825
|
+
metadata?: JSONFilter;
|
|
826
|
+
/** Filter by the object’s `cpuMillicores` field. */
|
|
827
|
+
cpuMillicores?: IntFilter;
|
|
828
|
+
/** Filter by the object’s `memoryBytes` field. */
|
|
829
|
+
memoryBytes?: BigIntFilter;
|
|
830
|
+
/** Filter by the object’s `storageBytes` field. */
|
|
831
|
+
storageBytes?: BigIntFilter;
|
|
832
|
+
/** Filter by the object’s `networkIngressBytes` field. */
|
|
833
|
+
networkIngressBytes?: BigIntFilter;
|
|
834
|
+
/** Filter by the object’s `networkEgressBytes` field. */
|
|
835
|
+
networkEgressBytes?: BigIntFilter;
|
|
836
|
+
/** Filter by the object’s `podCount` field. */
|
|
837
|
+
podCount?: IntFilter;
|
|
838
|
+
/** Filter by the object’s `metrics` field. */
|
|
839
|
+
metrics?: JSONFilter;
|
|
840
|
+
/** Filter by the object’s `databaseId` field. */
|
|
841
|
+
databaseId?: UUIDFilter;
|
|
842
|
+
/** Checks for all expressions in this list. */
|
|
843
|
+
and?: NamespaceEventFilter[];
|
|
844
|
+
/** Checks for any expressions in this list. */
|
|
845
|
+
or?: NamespaceEventFilter[];
|
|
846
|
+
/** Negates the expression. */
|
|
847
|
+
not?: NamespaceEventFilter;
|
|
848
|
+
}
|
|
849
|
+
export type InfraGetAllRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'PATH_ASC' | 'PATH_DESC' | 'DATA_ASC' | 'DATA_DESC';
|
|
850
|
+
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';
|
|
851
|
+
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';
|
|
852
|
+
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';
|
|
853
|
+
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';
|
|
854
|
+
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';
|
|
855
|
+
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';
|
|
856
|
+
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';
|
|
857
|
+
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';
|
|
858
|
+
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';
|
|
859
|
+
export interface CreateInfraGetAllRecordInput {
|
|
860
|
+
clientMutationId?: string;
|
|
861
|
+
infraGetAllRecord: {
|
|
862
|
+
path?: string[];
|
|
863
|
+
data?: Record<string, unknown>;
|
|
864
|
+
};
|
|
865
|
+
}
|
|
866
|
+
export interface InfraGetAllRecordPatch {
|
|
867
|
+
path?: string[] | null;
|
|
868
|
+
data?: Record<string, unknown> | null;
|
|
869
|
+
}
|
|
870
|
+
export interface UpdateInfraGetAllRecordInput {
|
|
871
|
+
clientMutationId?: string;
|
|
872
|
+
id: string;
|
|
873
|
+
infraGetAllRecordPatch: InfraGetAllRecordPatch;
|
|
874
|
+
}
|
|
875
|
+
export interface DeleteInfraGetAllRecordInput {
|
|
876
|
+
clientMutationId?: string;
|
|
877
|
+
id: string;
|
|
878
|
+
}
|
|
879
|
+
export interface CreateInfraRefInput {
|
|
880
|
+
clientMutationId?: string;
|
|
881
|
+
infraRef: {
|
|
882
|
+
name: string;
|
|
883
|
+
scopeId: string;
|
|
884
|
+
storeId: string;
|
|
885
|
+
commitId?: string;
|
|
886
|
+
};
|
|
887
|
+
}
|
|
888
|
+
export interface InfraRefPatch {
|
|
889
|
+
name?: string | null;
|
|
890
|
+
scopeId?: string | null;
|
|
891
|
+
storeId?: string | null;
|
|
892
|
+
commitId?: string | null;
|
|
893
|
+
}
|
|
894
|
+
export interface UpdateInfraRefInput {
|
|
895
|
+
clientMutationId?: string;
|
|
896
|
+
id: string;
|
|
897
|
+
infraRefPatch: InfraRefPatch;
|
|
898
|
+
}
|
|
899
|
+
export interface DeleteInfraRefInput {
|
|
900
|
+
clientMutationId?: string;
|
|
901
|
+
id: string;
|
|
902
|
+
}
|
|
903
|
+
export interface CreateInfraStoreInput {
|
|
904
|
+
clientMutationId?: string;
|
|
905
|
+
infraStore: {
|
|
906
|
+
name: string;
|
|
907
|
+
scopeId: string;
|
|
908
|
+
hash?: string;
|
|
909
|
+
};
|
|
910
|
+
}
|
|
911
|
+
export interface InfraStorePatch {
|
|
912
|
+
name?: string | null;
|
|
913
|
+
scopeId?: string | null;
|
|
914
|
+
hash?: string | null;
|
|
915
|
+
}
|
|
916
|
+
export interface UpdateInfraStoreInput {
|
|
917
|
+
clientMutationId?: string;
|
|
918
|
+
id: string;
|
|
919
|
+
infraStorePatch: InfraStorePatch;
|
|
920
|
+
}
|
|
921
|
+
export interface DeleteInfraStoreInput {
|
|
922
|
+
clientMutationId?: string;
|
|
923
|
+
id: string;
|
|
924
|
+
}
|
|
925
|
+
export interface CreateInfraObjectInput {
|
|
926
|
+
clientMutationId?: string;
|
|
927
|
+
infraObject: {
|
|
928
|
+
scopeId: string;
|
|
929
|
+
kids?: string[];
|
|
930
|
+
ktree?: string[];
|
|
931
|
+
data?: Record<string, unknown>;
|
|
932
|
+
};
|
|
933
|
+
}
|
|
934
|
+
export interface InfraObjectPatch {
|
|
935
|
+
scopeId?: string | null;
|
|
936
|
+
kids?: string[] | null;
|
|
937
|
+
ktree?: string[] | null;
|
|
938
|
+
data?: Record<string, unknown> | null;
|
|
939
|
+
}
|
|
940
|
+
export interface UpdateInfraObjectInput {
|
|
941
|
+
clientMutationId?: string;
|
|
942
|
+
id: string;
|
|
943
|
+
infraObjectPatch: InfraObjectPatch;
|
|
944
|
+
}
|
|
945
|
+
export interface DeleteInfraObjectInput {
|
|
946
|
+
clientMutationId?: string;
|
|
947
|
+
id: string;
|
|
948
|
+
}
|
|
949
|
+
export interface CreateInfraCommitInput {
|
|
950
|
+
clientMutationId?: string;
|
|
951
|
+
infraCommit: {
|
|
952
|
+
message?: string;
|
|
953
|
+
scopeId: string;
|
|
954
|
+
storeId: string;
|
|
955
|
+
parentIds?: string[];
|
|
956
|
+
authorId?: string;
|
|
957
|
+
committerId?: string;
|
|
958
|
+
treeId?: string;
|
|
959
|
+
date?: string;
|
|
960
|
+
};
|
|
961
|
+
}
|
|
962
|
+
export interface InfraCommitPatch {
|
|
963
|
+
message?: string | null;
|
|
964
|
+
scopeId?: string | null;
|
|
965
|
+
storeId?: string | null;
|
|
966
|
+
parentIds?: string[] | null;
|
|
967
|
+
authorId?: string | null;
|
|
968
|
+
committerId?: string | null;
|
|
969
|
+
treeId?: string | null;
|
|
970
|
+
date?: string | null;
|
|
971
|
+
}
|
|
972
|
+
export interface UpdateInfraCommitInput {
|
|
973
|
+
clientMutationId?: string;
|
|
974
|
+
id: string;
|
|
975
|
+
infraCommitPatch: InfraCommitPatch;
|
|
976
|
+
}
|
|
977
|
+
export interface DeleteInfraCommitInput {
|
|
978
|
+
clientMutationId?: string;
|
|
979
|
+
id: string;
|
|
980
|
+
}
|
|
981
|
+
export interface CreateDbPresetInput {
|
|
982
|
+
clientMutationId?: string;
|
|
983
|
+
dbPreset: {
|
|
984
|
+
storeId?: string;
|
|
985
|
+
slug: string;
|
|
986
|
+
definition: Record<string, unknown>;
|
|
987
|
+
commitId?: string;
|
|
988
|
+
modulesHash?: string;
|
|
989
|
+
label?: string;
|
|
990
|
+
description?: string;
|
|
991
|
+
active?: boolean;
|
|
992
|
+
};
|
|
993
|
+
}
|
|
994
|
+
export interface DbPresetPatch {
|
|
995
|
+
storeId?: string | null;
|
|
996
|
+
slug?: string | null;
|
|
997
|
+
definition?: Record<string, unknown> | null;
|
|
998
|
+
commitId?: string | null;
|
|
999
|
+
modulesHash?: string | null;
|
|
1000
|
+
label?: string | null;
|
|
1001
|
+
description?: string | null;
|
|
1002
|
+
active?: boolean | null;
|
|
1003
|
+
}
|
|
1004
|
+
export interface UpdateDbPresetInput {
|
|
1005
|
+
clientMutationId?: string;
|
|
1006
|
+
id: string;
|
|
1007
|
+
dbPresetPatch: DbPresetPatch;
|
|
1008
|
+
}
|
|
1009
|
+
export interface DeleteDbPresetInput {
|
|
1010
|
+
clientMutationId?: string;
|
|
1011
|
+
id: string;
|
|
1012
|
+
}
|
|
1013
|
+
export interface CreatePlatformNamespaceInput {
|
|
1014
|
+
clientMutationId?: string;
|
|
1015
|
+
platformNamespace: {
|
|
1016
|
+
name: string;
|
|
1017
|
+
namespaceName: string;
|
|
1018
|
+
description?: string;
|
|
1019
|
+
isActive?: boolean;
|
|
1020
|
+
status?: string;
|
|
1021
|
+
lastError?: string;
|
|
1022
|
+
labels?: Record<string, unknown>;
|
|
1023
|
+
annotations?: Record<string, unknown>;
|
|
1024
|
+
isManaged?: boolean;
|
|
1025
|
+
};
|
|
1026
|
+
}
|
|
1027
|
+
export interface PlatformNamespacePatch {
|
|
1028
|
+
name?: string | null;
|
|
1029
|
+
namespaceName?: string | null;
|
|
1030
|
+
description?: string | null;
|
|
1031
|
+
isActive?: boolean | null;
|
|
1032
|
+
status?: string | null;
|
|
1033
|
+
lastError?: string | null;
|
|
1034
|
+
labels?: Record<string, unknown> | null;
|
|
1035
|
+
annotations?: Record<string, unknown> | null;
|
|
1036
|
+
isManaged?: boolean | null;
|
|
1037
|
+
}
|
|
1038
|
+
export interface UpdatePlatformNamespaceInput {
|
|
1039
|
+
clientMutationId?: string;
|
|
1040
|
+
id: string;
|
|
1041
|
+
platformNamespacePatch: PlatformNamespacePatch;
|
|
1042
|
+
}
|
|
1043
|
+
export interface DeletePlatformNamespaceInput {
|
|
1044
|
+
clientMutationId?: string;
|
|
1045
|
+
id: string;
|
|
1046
|
+
}
|
|
1047
|
+
export interface CreateNamespaceInput {
|
|
1048
|
+
clientMutationId?: string;
|
|
1049
|
+
namespace: {
|
|
1050
|
+
name: string;
|
|
1051
|
+
namespaceName: string;
|
|
1052
|
+
description?: string;
|
|
1053
|
+
isActive?: boolean;
|
|
1054
|
+
status?: string;
|
|
1055
|
+
lastError?: string;
|
|
1056
|
+
labels?: Record<string, unknown>;
|
|
1057
|
+
annotations?: Record<string, unknown>;
|
|
1058
|
+
databaseId: string;
|
|
1059
|
+
isManaged?: boolean;
|
|
1060
|
+
};
|
|
1061
|
+
}
|
|
1062
|
+
export interface NamespacePatch {
|
|
1063
|
+
name?: string | null;
|
|
1064
|
+
namespaceName?: string | null;
|
|
1065
|
+
description?: string | null;
|
|
1066
|
+
isActive?: boolean | null;
|
|
1067
|
+
status?: string | null;
|
|
1068
|
+
lastError?: string | null;
|
|
1069
|
+
labels?: Record<string, unknown> | null;
|
|
1070
|
+
annotations?: Record<string, unknown> | null;
|
|
1071
|
+
databaseId?: string | null;
|
|
1072
|
+
isManaged?: boolean | null;
|
|
1073
|
+
}
|
|
1074
|
+
export interface UpdateNamespaceInput {
|
|
1075
|
+
clientMutationId?: string;
|
|
1076
|
+
id: string;
|
|
1077
|
+
namespacePatch: NamespacePatch;
|
|
1078
|
+
}
|
|
1079
|
+
export interface DeleteNamespaceInput {
|
|
1080
|
+
clientMutationId?: string;
|
|
1081
|
+
id: string;
|
|
1082
|
+
}
|
|
1083
|
+
export interface CreatePlatformNamespaceEventInput {
|
|
1084
|
+
clientMutationId?: string;
|
|
1085
|
+
platformNamespaceEvent: {
|
|
1086
|
+
namespaceId: string;
|
|
1087
|
+
eventType: string;
|
|
1088
|
+
actorId?: string;
|
|
1089
|
+
message?: string;
|
|
1090
|
+
metadata?: Record<string, unknown>;
|
|
1091
|
+
cpuMillicores?: number;
|
|
1092
|
+
memoryBytes?: string;
|
|
1093
|
+
storageBytes?: string;
|
|
1094
|
+
networkIngressBytes?: string;
|
|
1095
|
+
networkEgressBytes?: string;
|
|
1096
|
+
podCount?: number;
|
|
1097
|
+
metrics?: Record<string, unknown>;
|
|
1098
|
+
};
|
|
1099
|
+
}
|
|
1100
|
+
export interface PlatformNamespaceEventPatch {
|
|
1101
|
+
namespaceId?: string | null;
|
|
1102
|
+
eventType?: string | null;
|
|
1103
|
+
actorId?: string | null;
|
|
1104
|
+
message?: string | null;
|
|
1105
|
+
metadata?: Record<string, unknown> | null;
|
|
1106
|
+
cpuMillicores?: number | null;
|
|
1107
|
+
memoryBytes?: string | null;
|
|
1108
|
+
storageBytes?: string | null;
|
|
1109
|
+
networkIngressBytes?: string | null;
|
|
1110
|
+
networkEgressBytes?: string | null;
|
|
1111
|
+
podCount?: number | null;
|
|
1112
|
+
metrics?: Record<string, unknown> | null;
|
|
1113
|
+
}
|
|
1114
|
+
export interface UpdatePlatformNamespaceEventInput {
|
|
1115
|
+
clientMutationId?: string;
|
|
1116
|
+
id: string;
|
|
1117
|
+
platformNamespaceEventPatch: PlatformNamespaceEventPatch;
|
|
1118
|
+
}
|
|
1119
|
+
export interface DeletePlatformNamespaceEventInput {
|
|
1120
|
+
clientMutationId?: string;
|
|
1121
|
+
id: string;
|
|
1122
|
+
}
|
|
1123
|
+
export interface CreateNamespaceEventInput {
|
|
1124
|
+
clientMutationId?: string;
|
|
1125
|
+
namespaceEvent: {
|
|
1126
|
+
namespaceId: string;
|
|
1127
|
+
eventType: string;
|
|
1128
|
+
actorId?: string;
|
|
1129
|
+
message?: string;
|
|
1130
|
+
metadata?: Record<string, unknown>;
|
|
1131
|
+
cpuMillicores?: number;
|
|
1132
|
+
memoryBytes?: string;
|
|
1133
|
+
storageBytes?: string;
|
|
1134
|
+
networkIngressBytes?: string;
|
|
1135
|
+
networkEgressBytes?: string;
|
|
1136
|
+
podCount?: number;
|
|
1137
|
+
metrics?: Record<string, unknown>;
|
|
1138
|
+
databaseId: string;
|
|
1139
|
+
};
|
|
1140
|
+
}
|
|
1141
|
+
export interface NamespaceEventPatch {
|
|
1142
|
+
namespaceId?: string | null;
|
|
1143
|
+
eventType?: string | null;
|
|
1144
|
+
actorId?: string | null;
|
|
1145
|
+
message?: string | null;
|
|
1146
|
+
metadata?: Record<string, unknown> | null;
|
|
1147
|
+
cpuMillicores?: number | null;
|
|
1148
|
+
memoryBytes?: string | null;
|
|
1149
|
+
storageBytes?: string | null;
|
|
1150
|
+
networkIngressBytes?: string | null;
|
|
1151
|
+
networkEgressBytes?: string | null;
|
|
1152
|
+
podCount?: number | null;
|
|
1153
|
+
metrics?: Record<string, unknown> | null;
|
|
1154
|
+
databaseId?: string | null;
|
|
1155
|
+
}
|
|
1156
|
+
export interface UpdateNamespaceEventInput {
|
|
1157
|
+
clientMutationId?: string;
|
|
1158
|
+
id: string;
|
|
1159
|
+
namespaceEventPatch: NamespaceEventPatch;
|
|
1160
|
+
}
|
|
1161
|
+
export interface DeleteNamespaceEventInput {
|
|
1162
|
+
clientMutationId?: string;
|
|
1163
|
+
id: string;
|
|
1164
|
+
}
|
|
1165
|
+
export declare const connectionFieldsMap: Record<string, Record<string, string>>;
|
|
1166
|
+
export interface InfraInitEmptyRepoInput {
|
|
1167
|
+
clientMutationId?: string;
|
|
1168
|
+
sId?: string;
|
|
1169
|
+
storeId?: string;
|
|
1170
|
+
}
|
|
1171
|
+
export interface InfraSetDataAtPathInput {
|
|
1172
|
+
clientMutationId?: string;
|
|
1173
|
+
sId?: string;
|
|
1174
|
+
root?: string;
|
|
1175
|
+
path?: string[];
|
|
1176
|
+
data?: Record<string, unknown>;
|
|
1177
|
+
}
|
|
1178
|
+
export interface InfraInsertNodeAtPathInput {
|
|
1179
|
+
clientMutationId?: string;
|
|
1180
|
+
sId?: string;
|
|
1181
|
+
root?: string;
|
|
1182
|
+
path?: string[];
|
|
1183
|
+
data?: Record<string, unknown>;
|
|
1184
|
+
kids?: string[];
|
|
1185
|
+
ktree?: string[];
|
|
1186
|
+
}
|
|
1187
|
+
export interface ProvisionBucketInput {
|
|
1188
|
+
/** The logical bucket key (e.g., "public", "private") */
|
|
1189
|
+
bucketKey: string;
|
|
1190
|
+
/**
|
|
1191
|
+
* Owner entity ID for entity-scoped bucket provisioning.
|
|
1192
|
+
* Omit for app-level (database-wide) storage.
|
|
1193
|
+
*/
|
|
1194
|
+
ownerId?: string;
|
|
1195
|
+
}
|
|
1196
|
+
/** An input for mutations affecting `InfraRef` */
|
|
1197
|
+
export interface InfraRefInput {
|
|
1198
|
+
/** Unique ref identifier */
|
|
1199
|
+
id?: string;
|
|
1200
|
+
/** Ref name (e.g. HEAD, main) */
|
|
1201
|
+
name: string;
|
|
1202
|
+
/** Opaque store partition key for the global tier */
|
|
1203
|
+
scopeId: string;
|
|
1204
|
+
/** Store this ref belongs to */
|
|
1205
|
+
storeId: string;
|
|
1206
|
+
/** Commit this ref points to */
|
|
1207
|
+
commitId?: string;
|
|
1208
|
+
}
|
|
1209
|
+
/** An input for mutations affecting `InfraStore` */
|
|
1210
|
+
export interface InfraStoreInput {
|
|
1211
|
+
/** Unique store identifier */
|
|
1212
|
+
id?: string;
|
|
1213
|
+
/** Human-readable store name */
|
|
1214
|
+
name: string;
|
|
1215
|
+
/** Opaque store partition key for the global tier */
|
|
1216
|
+
scopeId: string;
|
|
1217
|
+
/** Current root object hash of this store */
|
|
1218
|
+
hash?: string;
|
|
1219
|
+
/** Timestamp of store creation */
|
|
1220
|
+
createdAt?: string;
|
|
1221
|
+
}
|
|
1222
|
+
/** An input for mutations affecting `InfraObject` */
|
|
1223
|
+
export interface InfraObjectInput {
|
|
1224
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
1225
|
+
id: string;
|
|
1226
|
+
/** Opaque store partition key for the global tier */
|
|
1227
|
+
scopeId: string;
|
|
1228
|
+
/** Ordered array of child object IDs */
|
|
1229
|
+
kids?: string[];
|
|
1230
|
+
/** Ordered array of child path names (parallel to kids) */
|
|
1231
|
+
ktree?: string[];
|
|
1232
|
+
/** Payload data for this object node */
|
|
1233
|
+
data?: Record<string, unknown>;
|
|
1234
|
+
/** Timestamp of object creation */
|
|
1235
|
+
createdAt?: string;
|
|
1236
|
+
}
|
|
1237
|
+
/** An input for mutations affecting `InfraCommit` */
|
|
1238
|
+
export interface InfraCommitInput {
|
|
1239
|
+
/** Unique commit identifier */
|
|
1240
|
+
id?: string;
|
|
1241
|
+
/** Optional commit message */
|
|
1242
|
+
message?: string;
|
|
1243
|
+
/** Opaque store partition key for the global tier */
|
|
1244
|
+
scopeId: string;
|
|
1245
|
+
/** Store this commit belongs to */
|
|
1246
|
+
storeId: string;
|
|
1247
|
+
/** Parent commit IDs (supports merge commits) */
|
|
1248
|
+
parentIds?: string[];
|
|
1249
|
+
/** User who authored the changes */
|
|
1250
|
+
authorId?: string;
|
|
1251
|
+
/** User who committed (may differ from author) */
|
|
1252
|
+
committerId?: string;
|
|
1253
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
1254
|
+
treeId?: string;
|
|
1255
|
+
/** Commit timestamp */
|
|
1256
|
+
date?: string;
|
|
1257
|
+
}
|
|
1258
|
+
/** An input for mutations affecting `DbPreset` */
|
|
1259
|
+
export interface DbPresetInput {
|
|
1260
|
+
/** Unique preset identifier */
|
|
1261
|
+
id?: string;
|
|
1262
|
+
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
1263
|
+
storeId?: string;
|
|
1264
|
+
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
1265
|
+
slug: string;
|
|
1266
|
+
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
1267
|
+
definition: Record<string, unknown>;
|
|
1268
|
+
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
1269
|
+
commitId?: string;
|
|
1270
|
+
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
1271
|
+
modulesHash?: string;
|
|
1272
|
+
/** Human-readable preset name */
|
|
1273
|
+
label?: string;
|
|
1274
|
+
/** Human-readable description of the preset */
|
|
1275
|
+
description?: string;
|
|
1276
|
+
/** Whether this preset is selectable for new databases */
|
|
1277
|
+
active?: boolean;
|
|
1278
|
+
/** Timestamp of preset creation */
|
|
1279
|
+
createdAt?: string;
|
|
1280
|
+
/** Timestamp of last modification */
|
|
1281
|
+
updatedAt?: string;
|
|
1282
|
+
}
|
|
1283
|
+
/** An input for mutations affecting `PlatformNamespace` */
|
|
1284
|
+
export interface PlatformNamespaceInput {
|
|
1285
|
+
id?: string;
|
|
1286
|
+
createdAt?: string;
|
|
1287
|
+
updatedAt?: string;
|
|
1288
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
1289
|
+
name: string;
|
|
1290
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
1291
|
+
namespaceName: string;
|
|
1292
|
+
/** Optional human-readable description of this namespace */
|
|
1293
|
+
description?: string;
|
|
1294
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
1295
|
+
isActive?: boolean;
|
|
1296
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
1297
|
+
status?: string;
|
|
1298
|
+
/** Most recent provisioning or reconcile error message */
|
|
1299
|
+
lastError?: string;
|
|
1300
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
1301
|
+
labels?: Record<string, unknown>;
|
|
1302
|
+
/** Freeform metadata for tooling and operational notes */
|
|
1303
|
+
annotations?: Record<string, unknown>;
|
|
1304
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
1305
|
+
isManaged?: boolean;
|
|
1306
|
+
}
|
|
1307
|
+
/** An input for mutations affecting `Namespace` */
|
|
1308
|
+
export interface NamespaceInput {
|
|
1309
|
+
id?: string;
|
|
1310
|
+
createdAt?: string;
|
|
1311
|
+
updatedAt?: string;
|
|
1312
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
1313
|
+
name: string;
|
|
1314
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
1315
|
+
namespaceName: string;
|
|
1316
|
+
/** Optional human-readable description of this namespace */
|
|
1317
|
+
description?: string;
|
|
1318
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
1319
|
+
isActive?: boolean;
|
|
1320
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
1321
|
+
status?: string;
|
|
1322
|
+
/** Most recent provisioning or reconcile error message */
|
|
1323
|
+
lastError?: string;
|
|
1324
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
1325
|
+
labels?: Record<string, unknown>;
|
|
1326
|
+
/** Freeform metadata for tooling and operational notes */
|
|
1327
|
+
annotations?: Record<string, unknown>;
|
|
1328
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1329
|
+
databaseId: string;
|
|
1330
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
1331
|
+
isManaged?: boolean;
|
|
1332
|
+
}
|
|
1333
|
+
/** An input for mutations affecting `PlatformNamespaceEvent` */
|
|
1334
|
+
export interface PlatformNamespaceEventInput {
|
|
1335
|
+
/** Event timestamp (partition key) */
|
|
1336
|
+
createdAt?: string;
|
|
1337
|
+
/** Unique event identifier */
|
|
1338
|
+
id?: string;
|
|
1339
|
+
/** Namespace this event belongs to */
|
|
1340
|
+
namespaceId: string;
|
|
1341
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
1342
|
+
eventType: string;
|
|
1343
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
1344
|
+
actorId?: string;
|
|
1345
|
+
/** Human-readable description of the event */
|
|
1346
|
+
message?: string;
|
|
1347
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
1348
|
+
metadata?: Record<string, unknown>;
|
|
1349
|
+
/** CPU usage in millicores at time of event */
|
|
1350
|
+
cpuMillicores?: number;
|
|
1351
|
+
/** Memory usage in bytes at time of event */
|
|
1352
|
+
memoryBytes?: string;
|
|
1353
|
+
/** Storage usage in bytes at time of event */
|
|
1354
|
+
storageBytes?: string;
|
|
1355
|
+
/** Network ingress in bytes during event window */
|
|
1356
|
+
networkIngressBytes?: string;
|
|
1357
|
+
/** Network egress in bytes during event window */
|
|
1358
|
+
networkEgressBytes?: string;
|
|
1359
|
+
/** Number of active pods in the namespace at time of event */
|
|
1360
|
+
podCount?: number;
|
|
1361
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
1362
|
+
metrics?: Record<string, unknown>;
|
|
1363
|
+
}
|
|
1364
|
+
/** An input for mutations affecting `NamespaceEvent` */
|
|
1365
|
+
export interface NamespaceEventInput {
|
|
1366
|
+
/** Event timestamp (partition key) */
|
|
1367
|
+
createdAt?: string;
|
|
1368
|
+
/** Unique event identifier */
|
|
1369
|
+
id?: string;
|
|
1370
|
+
/** Namespace this event belongs to */
|
|
1371
|
+
namespaceId: string;
|
|
1372
|
+
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
1373
|
+
eventType: string;
|
|
1374
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
1375
|
+
actorId?: string;
|
|
1376
|
+
/** Human-readable description of the event */
|
|
1377
|
+
message?: string;
|
|
1378
|
+
/** Structured context (old/new values, labels diff, etc.) */
|
|
1379
|
+
metadata?: Record<string, unknown>;
|
|
1380
|
+
/** CPU usage in millicores at time of event */
|
|
1381
|
+
cpuMillicores?: number;
|
|
1382
|
+
/** Memory usage in bytes at time of event */
|
|
1383
|
+
memoryBytes?: string;
|
|
1384
|
+
/** Storage usage in bytes at time of event */
|
|
1385
|
+
storageBytes?: string;
|
|
1386
|
+
/** Network ingress in bytes during event window */
|
|
1387
|
+
networkIngressBytes?: string;
|
|
1388
|
+
/** Network egress in bytes during event window */
|
|
1389
|
+
networkEgressBytes?: string;
|
|
1390
|
+
/** Number of active pods in the namespace at time of event */
|
|
1391
|
+
podCount?: number;
|
|
1392
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
1393
|
+
metrics?: Record<string, unknown>;
|
|
1394
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1395
|
+
databaseId: string;
|
|
1396
|
+
}
|
|
1397
|
+
export interface InfraInitEmptyRepoPayload {
|
|
1398
|
+
clientMutationId?: string | null;
|
|
1399
|
+
}
|
|
1400
|
+
export type InfraInitEmptyRepoPayloadSelect = {
|
|
1401
|
+
clientMutationId?: boolean;
|
|
1402
|
+
};
|
|
1403
|
+
export interface InfraSetDataAtPathPayload {
|
|
1404
|
+
clientMutationId?: string | null;
|
|
1405
|
+
result?: string | null;
|
|
1406
|
+
}
|
|
1407
|
+
export type InfraSetDataAtPathPayloadSelect = {
|
|
1408
|
+
clientMutationId?: boolean;
|
|
1409
|
+
result?: boolean;
|
|
1410
|
+
};
|
|
1411
|
+
export interface InfraInsertNodeAtPathPayload {
|
|
1412
|
+
clientMutationId?: string | null;
|
|
1413
|
+
result?: string | null;
|
|
1414
|
+
}
|
|
1415
|
+
export type InfraInsertNodeAtPathPayloadSelect = {
|
|
1416
|
+
clientMutationId?: boolean;
|
|
1417
|
+
result?: boolean;
|
|
1418
|
+
};
|
|
1419
|
+
export interface ProvisionBucketPayload {
|
|
1420
|
+
/** Whether provisioning succeeded */
|
|
1421
|
+
success: boolean;
|
|
1422
|
+
/** The S3 bucket name that was provisioned */
|
|
1423
|
+
bucketName: string;
|
|
1424
|
+
/** The access type applied */
|
|
1425
|
+
accessType: string;
|
|
1426
|
+
/** The storage provider used */
|
|
1427
|
+
provider: string;
|
|
1428
|
+
/** The S3 endpoint (null for AWS S3 default) */
|
|
1429
|
+
endpoint?: string | null;
|
|
1430
|
+
/** Error message if provisioning failed */
|
|
1431
|
+
error?: string | null;
|
|
1432
|
+
}
|
|
1433
|
+
export type ProvisionBucketPayloadSelect = {
|
|
1434
|
+
success?: boolean;
|
|
1435
|
+
bucketName?: boolean;
|
|
1436
|
+
accessType?: boolean;
|
|
1437
|
+
provider?: boolean;
|
|
1438
|
+
endpoint?: boolean;
|
|
1439
|
+
error?: boolean;
|
|
1440
|
+
};
|
|
1441
|
+
export interface CreateInfraRefPayload {
|
|
1442
|
+
clientMutationId?: string | null;
|
|
1443
|
+
/** The `InfraRef` that was created by this mutation. */
|
|
1444
|
+
infraRef?: InfraRef | null;
|
|
1445
|
+
infraRefEdge?: InfraRefEdge | null;
|
|
1446
|
+
}
|
|
1447
|
+
export type CreateInfraRefPayloadSelect = {
|
|
1448
|
+
clientMutationId?: boolean;
|
|
1449
|
+
infraRef?: {
|
|
1450
|
+
select: InfraRefSelect;
|
|
1451
|
+
};
|
|
1452
|
+
infraRefEdge?: {
|
|
1453
|
+
select: InfraRefEdgeSelect;
|
|
1454
|
+
};
|
|
1455
|
+
};
|
|
1456
|
+
export interface UpdateInfraRefPayload {
|
|
1457
|
+
clientMutationId?: string | null;
|
|
1458
|
+
/** The `InfraRef` that was updated by this mutation. */
|
|
1459
|
+
infraRef?: InfraRef | null;
|
|
1460
|
+
infraRefEdge?: InfraRefEdge | null;
|
|
1461
|
+
}
|
|
1462
|
+
export type UpdateInfraRefPayloadSelect = {
|
|
1463
|
+
clientMutationId?: boolean;
|
|
1464
|
+
infraRef?: {
|
|
1465
|
+
select: InfraRefSelect;
|
|
1466
|
+
};
|
|
1467
|
+
infraRefEdge?: {
|
|
1468
|
+
select: InfraRefEdgeSelect;
|
|
1469
|
+
};
|
|
1470
|
+
};
|
|
1471
|
+
export interface DeleteInfraRefPayload {
|
|
1472
|
+
clientMutationId?: string | null;
|
|
1473
|
+
/** The `InfraRef` that was deleted by this mutation. */
|
|
1474
|
+
infraRef?: InfraRef | null;
|
|
1475
|
+
infraRefEdge?: InfraRefEdge | null;
|
|
1476
|
+
}
|
|
1477
|
+
export type DeleteInfraRefPayloadSelect = {
|
|
1478
|
+
clientMutationId?: boolean;
|
|
1479
|
+
infraRef?: {
|
|
1480
|
+
select: InfraRefSelect;
|
|
1481
|
+
};
|
|
1482
|
+
infraRefEdge?: {
|
|
1483
|
+
select: InfraRefEdgeSelect;
|
|
1484
|
+
};
|
|
1485
|
+
};
|
|
1486
|
+
export interface CreateInfraStorePayload {
|
|
1487
|
+
clientMutationId?: string | null;
|
|
1488
|
+
/** The `InfraStore` that was created by this mutation. */
|
|
1489
|
+
infraStore?: InfraStore | null;
|
|
1490
|
+
infraStoreEdge?: InfraStoreEdge | null;
|
|
1491
|
+
}
|
|
1492
|
+
export type CreateInfraStorePayloadSelect = {
|
|
1493
|
+
clientMutationId?: boolean;
|
|
1494
|
+
infraStore?: {
|
|
1495
|
+
select: InfraStoreSelect;
|
|
1496
|
+
};
|
|
1497
|
+
infraStoreEdge?: {
|
|
1498
|
+
select: InfraStoreEdgeSelect;
|
|
1499
|
+
};
|
|
1500
|
+
};
|
|
1501
|
+
export interface UpdateInfraStorePayload {
|
|
1502
|
+
clientMutationId?: string | null;
|
|
1503
|
+
/** The `InfraStore` that was updated by this mutation. */
|
|
1504
|
+
infraStore?: InfraStore | null;
|
|
1505
|
+
infraStoreEdge?: InfraStoreEdge | null;
|
|
1506
|
+
}
|
|
1507
|
+
export type UpdateInfraStorePayloadSelect = {
|
|
1508
|
+
clientMutationId?: boolean;
|
|
1509
|
+
infraStore?: {
|
|
1510
|
+
select: InfraStoreSelect;
|
|
1511
|
+
};
|
|
1512
|
+
infraStoreEdge?: {
|
|
1513
|
+
select: InfraStoreEdgeSelect;
|
|
1514
|
+
};
|
|
1515
|
+
};
|
|
1516
|
+
export interface DeleteInfraStorePayload {
|
|
1517
|
+
clientMutationId?: string | null;
|
|
1518
|
+
/** The `InfraStore` that was deleted by this mutation. */
|
|
1519
|
+
infraStore?: InfraStore | null;
|
|
1520
|
+
infraStoreEdge?: InfraStoreEdge | null;
|
|
1521
|
+
}
|
|
1522
|
+
export type DeleteInfraStorePayloadSelect = {
|
|
1523
|
+
clientMutationId?: boolean;
|
|
1524
|
+
infraStore?: {
|
|
1525
|
+
select: InfraStoreSelect;
|
|
1526
|
+
};
|
|
1527
|
+
infraStoreEdge?: {
|
|
1528
|
+
select: InfraStoreEdgeSelect;
|
|
1529
|
+
};
|
|
1530
|
+
};
|
|
1531
|
+
export interface CreateInfraObjectPayload {
|
|
1532
|
+
clientMutationId?: string | null;
|
|
1533
|
+
/** The `InfraObject` that was created by this mutation. */
|
|
1534
|
+
infraObject?: InfraObject | null;
|
|
1535
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1536
|
+
}
|
|
1537
|
+
export type CreateInfraObjectPayloadSelect = {
|
|
1538
|
+
clientMutationId?: boolean;
|
|
1539
|
+
infraObject?: {
|
|
1540
|
+
select: InfraObjectSelect;
|
|
1541
|
+
};
|
|
1542
|
+
infraObjectEdge?: {
|
|
1543
|
+
select: InfraObjectEdgeSelect;
|
|
1544
|
+
};
|
|
1545
|
+
};
|
|
1546
|
+
export interface UpdateInfraObjectPayload {
|
|
1547
|
+
clientMutationId?: string | null;
|
|
1548
|
+
/** The `InfraObject` that was updated by this mutation. */
|
|
1549
|
+
infraObject?: InfraObject | null;
|
|
1550
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1551
|
+
}
|
|
1552
|
+
export type UpdateInfraObjectPayloadSelect = {
|
|
1553
|
+
clientMutationId?: boolean;
|
|
1554
|
+
infraObject?: {
|
|
1555
|
+
select: InfraObjectSelect;
|
|
1556
|
+
};
|
|
1557
|
+
infraObjectEdge?: {
|
|
1558
|
+
select: InfraObjectEdgeSelect;
|
|
1559
|
+
};
|
|
1560
|
+
};
|
|
1561
|
+
export interface DeleteInfraObjectPayload {
|
|
1562
|
+
clientMutationId?: string | null;
|
|
1563
|
+
/** The `InfraObject` that was deleted by this mutation. */
|
|
1564
|
+
infraObject?: InfraObject | null;
|
|
1565
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1566
|
+
}
|
|
1567
|
+
export type DeleteInfraObjectPayloadSelect = {
|
|
1568
|
+
clientMutationId?: boolean;
|
|
1569
|
+
infraObject?: {
|
|
1570
|
+
select: InfraObjectSelect;
|
|
1571
|
+
};
|
|
1572
|
+
infraObjectEdge?: {
|
|
1573
|
+
select: InfraObjectEdgeSelect;
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
export interface CreateInfraCommitPayload {
|
|
1577
|
+
clientMutationId?: string | null;
|
|
1578
|
+
/** The `InfraCommit` that was created by this mutation. */
|
|
1579
|
+
infraCommit?: InfraCommit | null;
|
|
1580
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1581
|
+
}
|
|
1582
|
+
export type CreateInfraCommitPayloadSelect = {
|
|
1583
|
+
clientMutationId?: boolean;
|
|
1584
|
+
infraCommit?: {
|
|
1585
|
+
select: InfraCommitSelect;
|
|
1586
|
+
};
|
|
1587
|
+
infraCommitEdge?: {
|
|
1588
|
+
select: InfraCommitEdgeSelect;
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
export interface UpdateInfraCommitPayload {
|
|
1592
|
+
clientMutationId?: string | null;
|
|
1593
|
+
/** The `InfraCommit` that was updated by this mutation. */
|
|
1594
|
+
infraCommit?: InfraCommit | null;
|
|
1595
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1596
|
+
}
|
|
1597
|
+
export type UpdateInfraCommitPayloadSelect = {
|
|
1598
|
+
clientMutationId?: boolean;
|
|
1599
|
+
infraCommit?: {
|
|
1600
|
+
select: InfraCommitSelect;
|
|
1601
|
+
};
|
|
1602
|
+
infraCommitEdge?: {
|
|
1603
|
+
select: InfraCommitEdgeSelect;
|
|
1604
|
+
};
|
|
1605
|
+
};
|
|
1606
|
+
export interface DeleteInfraCommitPayload {
|
|
1607
|
+
clientMutationId?: string | null;
|
|
1608
|
+
/** The `InfraCommit` that was deleted by this mutation. */
|
|
1609
|
+
infraCommit?: InfraCommit | null;
|
|
1610
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1611
|
+
}
|
|
1612
|
+
export type DeleteInfraCommitPayloadSelect = {
|
|
1613
|
+
clientMutationId?: boolean;
|
|
1614
|
+
infraCommit?: {
|
|
1615
|
+
select: InfraCommitSelect;
|
|
1616
|
+
};
|
|
1617
|
+
infraCommitEdge?: {
|
|
1618
|
+
select: InfraCommitEdgeSelect;
|
|
1619
|
+
};
|
|
1620
|
+
};
|
|
1621
|
+
export interface CreateDbPresetPayload {
|
|
1622
|
+
clientMutationId?: string | null;
|
|
1623
|
+
/** The `DbPreset` that was created by this mutation. */
|
|
1624
|
+
dbPreset?: DbPreset | null;
|
|
1625
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1626
|
+
}
|
|
1627
|
+
export type CreateDbPresetPayloadSelect = {
|
|
1628
|
+
clientMutationId?: boolean;
|
|
1629
|
+
dbPreset?: {
|
|
1630
|
+
select: DbPresetSelect;
|
|
1631
|
+
};
|
|
1632
|
+
dbPresetEdge?: {
|
|
1633
|
+
select: DbPresetEdgeSelect;
|
|
1634
|
+
};
|
|
1635
|
+
};
|
|
1636
|
+
export interface UpdateDbPresetPayload {
|
|
1637
|
+
clientMutationId?: string | null;
|
|
1638
|
+
/** The `DbPreset` that was updated by this mutation. */
|
|
1639
|
+
dbPreset?: DbPreset | null;
|
|
1640
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1641
|
+
}
|
|
1642
|
+
export type UpdateDbPresetPayloadSelect = {
|
|
1643
|
+
clientMutationId?: boolean;
|
|
1644
|
+
dbPreset?: {
|
|
1645
|
+
select: DbPresetSelect;
|
|
1646
|
+
};
|
|
1647
|
+
dbPresetEdge?: {
|
|
1648
|
+
select: DbPresetEdgeSelect;
|
|
1649
|
+
};
|
|
1650
|
+
};
|
|
1651
|
+
export interface DeleteDbPresetPayload {
|
|
1652
|
+
clientMutationId?: string | null;
|
|
1653
|
+
/** The `DbPreset` that was deleted by this mutation. */
|
|
1654
|
+
dbPreset?: DbPreset | null;
|
|
1655
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1656
|
+
}
|
|
1657
|
+
export type DeleteDbPresetPayloadSelect = {
|
|
1658
|
+
clientMutationId?: boolean;
|
|
1659
|
+
dbPreset?: {
|
|
1660
|
+
select: DbPresetSelect;
|
|
1661
|
+
};
|
|
1662
|
+
dbPresetEdge?: {
|
|
1663
|
+
select: DbPresetEdgeSelect;
|
|
1664
|
+
};
|
|
1665
|
+
};
|
|
1666
|
+
export interface CreatePlatformNamespacePayload {
|
|
1667
|
+
clientMutationId?: string | null;
|
|
1668
|
+
/** The `PlatformNamespace` that was created by this mutation. */
|
|
1669
|
+
platformNamespace?: PlatformNamespace | null;
|
|
1670
|
+
platformNamespaceEdge?: PlatformNamespaceEdge | null;
|
|
1671
|
+
}
|
|
1672
|
+
export type CreatePlatformNamespacePayloadSelect = {
|
|
1673
|
+
clientMutationId?: boolean;
|
|
1674
|
+
platformNamespace?: {
|
|
1675
|
+
select: PlatformNamespaceSelect;
|
|
1676
|
+
};
|
|
1677
|
+
platformNamespaceEdge?: {
|
|
1678
|
+
select: PlatformNamespaceEdgeSelect;
|
|
1679
|
+
};
|
|
1680
|
+
};
|
|
1681
|
+
export interface UpdatePlatformNamespacePayload {
|
|
1682
|
+
clientMutationId?: string | null;
|
|
1683
|
+
/** The `PlatformNamespace` that was updated by this mutation. */
|
|
1684
|
+
platformNamespace?: PlatformNamespace | null;
|
|
1685
|
+
platformNamespaceEdge?: PlatformNamespaceEdge | null;
|
|
1686
|
+
}
|
|
1687
|
+
export type UpdatePlatformNamespacePayloadSelect = {
|
|
1688
|
+
clientMutationId?: boolean;
|
|
1689
|
+
platformNamespace?: {
|
|
1690
|
+
select: PlatformNamespaceSelect;
|
|
1691
|
+
};
|
|
1692
|
+
platformNamespaceEdge?: {
|
|
1693
|
+
select: PlatformNamespaceEdgeSelect;
|
|
1694
|
+
};
|
|
1695
|
+
};
|
|
1696
|
+
export interface DeletePlatformNamespacePayload {
|
|
1697
|
+
clientMutationId?: string | null;
|
|
1698
|
+
/** The `PlatformNamespace` that was deleted by this mutation. */
|
|
1699
|
+
platformNamespace?: PlatformNamespace | null;
|
|
1700
|
+
platformNamespaceEdge?: PlatformNamespaceEdge | null;
|
|
1701
|
+
}
|
|
1702
|
+
export type DeletePlatformNamespacePayloadSelect = {
|
|
1703
|
+
clientMutationId?: boolean;
|
|
1704
|
+
platformNamespace?: {
|
|
1705
|
+
select: PlatformNamespaceSelect;
|
|
1706
|
+
};
|
|
1707
|
+
platformNamespaceEdge?: {
|
|
1708
|
+
select: PlatformNamespaceEdgeSelect;
|
|
1709
|
+
};
|
|
1710
|
+
};
|
|
1711
|
+
export interface CreateNamespacePayload {
|
|
1712
|
+
clientMutationId?: string | null;
|
|
1713
|
+
/** The `Namespace` that was created by this mutation. */
|
|
1714
|
+
namespace?: Namespace | null;
|
|
1715
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1716
|
+
}
|
|
1717
|
+
export type CreateNamespacePayloadSelect = {
|
|
1718
|
+
clientMutationId?: boolean;
|
|
1719
|
+
namespace?: {
|
|
1720
|
+
select: NamespaceSelect;
|
|
1721
|
+
};
|
|
1722
|
+
namespaceEdge?: {
|
|
1723
|
+
select: NamespaceEdgeSelect;
|
|
1724
|
+
};
|
|
1725
|
+
};
|
|
1726
|
+
export interface UpdateNamespacePayload {
|
|
1727
|
+
clientMutationId?: string | null;
|
|
1728
|
+
/** The `Namespace` that was updated by this mutation. */
|
|
1729
|
+
namespace?: Namespace | null;
|
|
1730
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1731
|
+
}
|
|
1732
|
+
export type UpdateNamespacePayloadSelect = {
|
|
1733
|
+
clientMutationId?: boolean;
|
|
1734
|
+
namespace?: {
|
|
1735
|
+
select: NamespaceSelect;
|
|
1736
|
+
};
|
|
1737
|
+
namespaceEdge?: {
|
|
1738
|
+
select: NamespaceEdgeSelect;
|
|
1739
|
+
};
|
|
1740
|
+
};
|
|
1741
|
+
export interface DeleteNamespacePayload {
|
|
1742
|
+
clientMutationId?: string | null;
|
|
1743
|
+
/** The `Namespace` that was deleted by this mutation. */
|
|
1744
|
+
namespace?: Namespace | null;
|
|
1745
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1746
|
+
}
|
|
1747
|
+
export type DeleteNamespacePayloadSelect = {
|
|
1748
|
+
clientMutationId?: boolean;
|
|
1749
|
+
namespace?: {
|
|
1750
|
+
select: NamespaceSelect;
|
|
1751
|
+
};
|
|
1752
|
+
namespaceEdge?: {
|
|
1753
|
+
select: NamespaceEdgeSelect;
|
|
1754
|
+
};
|
|
1755
|
+
};
|
|
1756
|
+
export interface CreatePlatformNamespaceEventPayload {
|
|
1757
|
+
clientMutationId?: string | null;
|
|
1758
|
+
/** The `PlatformNamespaceEvent` that was created by this mutation. */
|
|
1759
|
+
platformNamespaceEvent?: PlatformNamespaceEvent | null;
|
|
1760
|
+
platformNamespaceEventEdge?: PlatformNamespaceEventEdge | null;
|
|
1761
|
+
}
|
|
1762
|
+
export type CreatePlatformNamespaceEventPayloadSelect = {
|
|
1763
|
+
clientMutationId?: boolean;
|
|
1764
|
+
platformNamespaceEvent?: {
|
|
1765
|
+
select: PlatformNamespaceEventSelect;
|
|
1766
|
+
};
|
|
1767
|
+
platformNamespaceEventEdge?: {
|
|
1768
|
+
select: PlatformNamespaceEventEdgeSelect;
|
|
1769
|
+
};
|
|
1770
|
+
};
|
|
1771
|
+
export interface UpdatePlatformNamespaceEventPayload {
|
|
1772
|
+
clientMutationId?: string | null;
|
|
1773
|
+
/** The `PlatformNamespaceEvent` that was updated by this mutation. */
|
|
1774
|
+
platformNamespaceEvent?: PlatformNamespaceEvent | null;
|
|
1775
|
+
platformNamespaceEventEdge?: PlatformNamespaceEventEdge | null;
|
|
1776
|
+
}
|
|
1777
|
+
export type UpdatePlatformNamespaceEventPayloadSelect = {
|
|
1778
|
+
clientMutationId?: boolean;
|
|
1779
|
+
platformNamespaceEvent?: {
|
|
1780
|
+
select: PlatformNamespaceEventSelect;
|
|
1781
|
+
};
|
|
1782
|
+
platformNamespaceEventEdge?: {
|
|
1783
|
+
select: PlatformNamespaceEventEdgeSelect;
|
|
1784
|
+
};
|
|
1785
|
+
};
|
|
1786
|
+
export interface DeletePlatformNamespaceEventPayload {
|
|
1787
|
+
clientMutationId?: string | null;
|
|
1788
|
+
/** The `PlatformNamespaceEvent` that was deleted by this mutation. */
|
|
1789
|
+
platformNamespaceEvent?: PlatformNamespaceEvent | null;
|
|
1790
|
+
platformNamespaceEventEdge?: PlatformNamespaceEventEdge | null;
|
|
1791
|
+
}
|
|
1792
|
+
export type DeletePlatformNamespaceEventPayloadSelect = {
|
|
1793
|
+
clientMutationId?: boolean;
|
|
1794
|
+
platformNamespaceEvent?: {
|
|
1795
|
+
select: PlatformNamespaceEventSelect;
|
|
1796
|
+
};
|
|
1797
|
+
platformNamespaceEventEdge?: {
|
|
1798
|
+
select: PlatformNamespaceEventEdgeSelect;
|
|
1799
|
+
};
|
|
1800
|
+
};
|
|
1801
|
+
export interface CreateNamespaceEventPayload {
|
|
1802
|
+
clientMutationId?: string | null;
|
|
1803
|
+
/** The `NamespaceEvent` that was created by this mutation. */
|
|
1804
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1805
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1806
|
+
}
|
|
1807
|
+
export type CreateNamespaceEventPayloadSelect = {
|
|
1808
|
+
clientMutationId?: boolean;
|
|
1809
|
+
namespaceEvent?: {
|
|
1810
|
+
select: NamespaceEventSelect;
|
|
1811
|
+
};
|
|
1812
|
+
namespaceEventEdge?: {
|
|
1813
|
+
select: NamespaceEventEdgeSelect;
|
|
1814
|
+
};
|
|
1815
|
+
};
|
|
1816
|
+
export interface UpdateNamespaceEventPayload {
|
|
1817
|
+
clientMutationId?: string | null;
|
|
1818
|
+
/** The `NamespaceEvent` that was updated by this mutation. */
|
|
1819
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1820
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1821
|
+
}
|
|
1822
|
+
export type UpdateNamespaceEventPayloadSelect = {
|
|
1823
|
+
clientMutationId?: boolean;
|
|
1824
|
+
namespaceEvent?: {
|
|
1825
|
+
select: NamespaceEventSelect;
|
|
1826
|
+
};
|
|
1827
|
+
namespaceEventEdge?: {
|
|
1828
|
+
select: NamespaceEventEdgeSelect;
|
|
1829
|
+
};
|
|
1830
|
+
};
|
|
1831
|
+
export interface DeleteNamespaceEventPayload {
|
|
1832
|
+
clientMutationId?: string | null;
|
|
1833
|
+
/** The `NamespaceEvent` that was deleted by this mutation. */
|
|
1834
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1835
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1836
|
+
}
|
|
1837
|
+
export type DeleteNamespaceEventPayloadSelect = {
|
|
1838
|
+
clientMutationId?: boolean;
|
|
1839
|
+
namespaceEvent?: {
|
|
1840
|
+
select: NamespaceEventSelect;
|
|
1841
|
+
};
|
|
1842
|
+
namespaceEventEdge?: {
|
|
1843
|
+
select: NamespaceEventEdgeSelect;
|
|
1844
|
+
};
|
|
1845
|
+
};
|
|
1846
|
+
/** A `InfraRef` edge in the connection. */
|
|
1847
|
+
export interface InfraRefEdge {
|
|
1848
|
+
cursor?: string | null;
|
|
1849
|
+
/** The `InfraRef` at the end of the edge. */
|
|
1850
|
+
node?: InfraRef | null;
|
|
1851
|
+
}
|
|
1852
|
+
export type InfraRefEdgeSelect = {
|
|
1853
|
+
cursor?: boolean;
|
|
1854
|
+
node?: {
|
|
1855
|
+
select: InfraRefSelect;
|
|
1856
|
+
};
|
|
1857
|
+
};
|
|
1858
|
+
/** A `InfraStore` edge in the connection. */
|
|
1859
|
+
export interface InfraStoreEdge {
|
|
1860
|
+
cursor?: string | null;
|
|
1861
|
+
/** The `InfraStore` at the end of the edge. */
|
|
1862
|
+
node?: InfraStore | null;
|
|
1863
|
+
}
|
|
1864
|
+
export type InfraStoreEdgeSelect = {
|
|
1865
|
+
cursor?: boolean;
|
|
1866
|
+
node?: {
|
|
1867
|
+
select: InfraStoreSelect;
|
|
1868
|
+
};
|
|
1869
|
+
};
|
|
1870
|
+
/** A `InfraObject` edge in the connection. */
|
|
1871
|
+
export interface InfraObjectEdge {
|
|
1872
|
+
cursor?: string | null;
|
|
1873
|
+
/** The `InfraObject` at the end of the edge. */
|
|
1874
|
+
node?: InfraObject | null;
|
|
1875
|
+
}
|
|
1876
|
+
export type InfraObjectEdgeSelect = {
|
|
1877
|
+
cursor?: boolean;
|
|
1878
|
+
node?: {
|
|
1879
|
+
select: InfraObjectSelect;
|
|
1880
|
+
};
|
|
1881
|
+
};
|
|
1882
|
+
/** A `InfraCommit` edge in the connection. */
|
|
1883
|
+
export interface InfraCommitEdge {
|
|
1884
|
+
cursor?: string | null;
|
|
1885
|
+
/** The `InfraCommit` at the end of the edge. */
|
|
1886
|
+
node?: InfraCommit | null;
|
|
1887
|
+
}
|
|
1888
|
+
export type InfraCommitEdgeSelect = {
|
|
1889
|
+
cursor?: boolean;
|
|
1890
|
+
node?: {
|
|
1891
|
+
select: InfraCommitSelect;
|
|
1892
|
+
};
|
|
1893
|
+
};
|
|
1894
|
+
/** A `DbPreset` edge in the connection. */
|
|
1895
|
+
export interface DbPresetEdge {
|
|
1896
|
+
cursor?: string | null;
|
|
1897
|
+
/** The `DbPreset` at the end of the edge. */
|
|
1898
|
+
node?: DbPreset | null;
|
|
1899
|
+
}
|
|
1900
|
+
export type DbPresetEdgeSelect = {
|
|
1901
|
+
cursor?: boolean;
|
|
1902
|
+
node?: {
|
|
1903
|
+
select: DbPresetSelect;
|
|
1904
|
+
};
|
|
1905
|
+
};
|
|
1906
|
+
/** A `PlatformNamespace` edge in the connection. */
|
|
1907
|
+
export interface PlatformNamespaceEdge {
|
|
1908
|
+
cursor?: string | null;
|
|
1909
|
+
/** The `PlatformNamespace` at the end of the edge. */
|
|
1910
|
+
node?: PlatformNamespace | null;
|
|
1911
|
+
}
|
|
1912
|
+
export type PlatformNamespaceEdgeSelect = {
|
|
1913
|
+
cursor?: boolean;
|
|
1914
|
+
node?: {
|
|
1915
|
+
select: PlatformNamespaceSelect;
|
|
1916
|
+
};
|
|
1917
|
+
};
|
|
1918
|
+
/** A `Namespace` edge in the connection. */
|
|
1919
|
+
export interface NamespaceEdge {
|
|
1920
|
+
cursor?: string | null;
|
|
1921
|
+
/** The `Namespace` at the end of the edge. */
|
|
1922
|
+
node?: Namespace | null;
|
|
1923
|
+
}
|
|
1924
|
+
export type NamespaceEdgeSelect = {
|
|
1925
|
+
cursor?: boolean;
|
|
1926
|
+
node?: {
|
|
1927
|
+
select: NamespaceSelect;
|
|
1928
|
+
};
|
|
1929
|
+
};
|
|
1930
|
+
/** A `PlatformNamespaceEvent` edge in the connection. */
|
|
1931
|
+
export interface PlatformNamespaceEventEdge {
|
|
1932
|
+
cursor?: string | null;
|
|
1933
|
+
/** The `PlatformNamespaceEvent` at the end of the edge. */
|
|
1934
|
+
node?: PlatformNamespaceEvent | null;
|
|
1935
|
+
}
|
|
1936
|
+
export type PlatformNamespaceEventEdgeSelect = {
|
|
1937
|
+
cursor?: boolean;
|
|
1938
|
+
node?: {
|
|
1939
|
+
select: PlatformNamespaceEventSelect;
|
|
1940
|
+
};
|
|
1941
|
+
};
|
|
1942
|
+
/** A `NamespaceEvent` edge in the connection. */
|
|
1943
|
+
export interface NamespaceEventEdge {
|
|
1944
|
+
cursor?: string | null;
|
|
1945
|
+
/** The `NamespaceEvent` at the end of the edge. */
|
|
1946
|
+
node?: NamespaceEvent | null;
|
|
1947
|
+
}
|
|
1948
|
+
export type NamespaceEventEdgeSelect = {
|
|
1949
|
+
cursor?: boolean;
|
|
1950
|
+
node?: {
|
|
1951
|
+
select: NamespaceEventSelect;
|
|
1952
|
+
};
|
|
1953
|
+
};
|