@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
package/config/types.d.ts
CHANGED
|
@@ -3,21 +3,25 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export interface
|
|
6
|
+
export interface PlatformConfig {
|
|
7
7
|
id: string | null;
|
|
8
|
-
|
|
9
|
-
updatedAt: string | null;
|
|
8
|
+
namespaceId: string | null;
|
|
10
9
|
name: string | null;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
isBuiltIn: boolean | null;
|
|
10
|
+
provider: string | null;
|
|
11
|
+
value: string | null;
|
|
14
12
|
labels: unknown | null;
|
|
15
13
|
annotations: unknown | null;
|
|
14
|
+
description: string | null;
|
|
15
|
+
createdAt: string | null;
|
|
16
|
+
updatedAt: string | null;
|
|
17
|
+
expiresAt: string | null;
|
|
16
18
|
}
|
|
17
|
-
export interface
|
|
19
|
+
export interface Config {
|
|
18
20
|
id: string | null;
|
|
19
21
|
namespaceId: string | null;
|
|
22
|
+
databaseId: string | null;
|
|
20
23
|
name: string | null;
|
|
24
|
+
provider: string | null;
|
|
21
25
|
value: string | null;
|
|
22
26
|
labels: unknown | null;
|
|
23
27
|
annotations: unknown | null;
|
|
@@ -26,6 +30,45 @@ export interface PlatformConfig {
|
|
|
26
30
|
updatedAt: string | null;
|
|
27
31
|
expiresAt: string | null;
|
|
28
32
|
}
|
|
33
|
+
export interface PlatformInternalSecret {
|
|
34
|
+
id: string | null;
|
|
35
|
+
name: string | null;
|
|
36
|
+
namespaceId: string | null;
|
|
37
|
+
description: string | null;
|
|
38
|
+
labels: unknown | null;
|
|
39
|
+
annotations: unknown | null;
|
|
40
|
+
createdAt: string | null;
|
|
41
|
+
updatedAt: string | null;
|
|
42
|
+
rotatedAt: string | null;
|
|
43
|
+
retiredAt: string | null;
|
|
44
|
+
}
|
|
45
|
+
export interface PlatformSecret {
|
|
46
|
+
id: string | null;
|
|
47
|
+
name: string | null;
|
|
48
|
+
provider: string | null;
|
|
49
|
+
namespaceId: string | null;
|
|
50
|
+
description: string | null;
|
|
51
|
+
labels: unknown | null;
|
|
52
|
+
annotations: unknown | null;
|
|
53
|
+
createdAt: string | null;
|
|
54
|
+
updatedAt: string | null;
|
|
55
|
+
rotatedAt: string | null;
|
|
56
|
+
retiredAt: string | null;
|
|
57
|
+
}
|
|
58
|
+
export interface Secret {
|
|
59
|
+
databaseId: string | null;
|
|
60
|
+
id: string | null;
|
|
61
|
+
name: string | null;
|
|
62
|
+
provider: string | null;
|
|
63
|
+
namespaceId: string | null;
|
|
64
|
+
description: string | null;
|
|
65
|
+
labels: unknown | null;
|
|
66
|
+
annotations: unknown | null;
|
|
67
|
+
createdAt: string | null;
|
|
68
|
+
updatedAt: string | null;
|
|
69
|
+
rotatedAt: string | null;
|
|
70
|
+
retiredAt: string | null;
|
|
71
|
+
}
|
|
29
72
|
export interface StringFilter {
|
|
30
73
|
isNull?: boolean;
|
|
31
74
|
equalTo?: string;
|
|
@@ -238,6 +238,8 @@ export interface AgentPlan {
|
|
|
238
238
|
ownerId?: string | null;
|
|
239
239
|
/** Foreign key to agent_thread */
|
|
240
240
|
threadId?: string | null;
|
|
241
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
242
|
+
databaseId?: string | null;
|
|
241
243
|
/** Human-readable plan name */
|
|
242
244
|
title?: string | null;
|
|
243
245
|
/** Overall goal or context for this plan */
|
|
@@ -252,6 +254,8 @@ export interface Agent {
|
|
|
252
254
|
updatedAt?: string | null;
|
|
253
255
|
/** Human who owns/manages this agent */
|
|
254
256
|
ownerId?: string | null;
|
|
257
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
258
|
+
databaseId?: string | null;
|
|
255
259
|
/** Persona template this agent was created from */
|
|
256
260
|
personaId?: string | null;
|
|
257
261
|
/** Parent agent (for sub-agent delegation hierarchy) */
|
|
@@ -274,6 +278,8 @@ export interface AgentThread {
|
|
|
274
278
|
updatedAt?: string | null;
|
|
275
279
|
/** User who owns this thread */
|
|
276
280
|
ownerId?: string | null;
|
|
281
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
282
|
+
databaseId?: string | null;
|
|
277
283
|
/** Current status of this thread */
|
|
278
284
|
status?: string | null;
|
|
279
285
|
/** Whether this record has been archived by the user */
|
|
@@ -308,6 +314,8 @@ export interface AgentMessage {
|
|
|
308
314
|
parts?: Record<string, unknown> | null;
|
|
309
315
|
/** Foreign key to agent_thread */
|
|
310
316
|
threadId?: string | null;
|
|
317
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
318
|
+
databaseId?: string | null;
|
|
311
319
|
/** Who authored this message: user or assistant */
|
|
312
320
|
authorRole?: string | null;
|
|
313
321
|
/** LLM model that generated this response */
|
|
@@ -326,6 +334,8 @@ export interface AgentTask {
|
|
|
326
334
|
status?: string | null;
|
|
327
335
|
/** Foreign key to agent_plan */
|
|
328
336
|
planId?: string | null;
|
|
337
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
338
|
+
databaseId?: string | null;
|
|
329
339
|
/** Natural-language description of the work to do */
|
|
330
340
|
description?: string | null;
|
|
331
341
|
/** Who created the task: agent or user */
|
|
@@ -352,6 +362,8 @@ export interface AgentPrompt {
|
|
|
352
362
|
updatedAt?: string | null;
|
|
353
363
|
createdBy?: string | null;
|
|
354
364
|
updatedBy?: string | null;
|
|
365
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
366
|
+
databaseId?: string | null;
|
|
355
367
|
/** Unique name for lookup (e.g. default, code-review, sales-assistant) */
|
|
356
368
|
name?: string | null;
|
|
357
369
|
/** The system prompt template content */
|
|
@@ -384,6 +396,8 @@ export interface AgentPersona {
|
|
|
384
396
|
updatedAt?: string | null;
|
|
385
397
|
createdBy?: string | null;
|
|
386
398
|
updatedBy?: string | null;
|
|
399
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
400
|
+
databaseId?: string | null;
|
|
387
401
|
/** Unique human-readable identifier for this persona */
|
|
388
402
|
slug?: string | null;
|
|
389
403
|
/** Display name for this persona */
|
|
@@ -406,6 +420,8 @@ export interface AgentResource {
|
|
|
406
420
|
updatedAt?: string | null;
|
|
407
421
|
createdBy?: string | null;
|
|
408
422
|
updatedBy?: string | null;
|
|
423
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
424
|
+
databaseId?: string | null;
|
|
409
425
|
/** Unique human-readable identifier for portable references */
|
|
410
426
|
slug?: string | null;
|
|
411
427
|
/** Resource type: skill, knowledge, or convention */
|
|
@@ -507,6 +523,7 @@ export type AgentPlanSelect = {
|
|
|
507
523
|
updatedAt?: boolean;
|
|
508
524
|
ownerId?: boolean;
|
|
509
525
|
threadId?: boolean;
|
|
526
|
+
databaseId?: boolean;
|
|
510
527
|
title?: boolean;
|
|
511
528
|
description?: boolean;
|
|
512
529
|
status?: boolean;
|
|
@@ -525,6 +542,7 @@ export type AgentSelect = {
|
|
|
525
542
|
createdAt?: boolean;
|
|
526
543
|
updatedAt?: boolean;
|
|
527
544
|
ownerId?: boolean;
|
|
545
|
+
databaseId?: boolean;
|
|
528
546
|
personaId?: boolean;
|
|
529
547
|
parentId?: boolean;
|
|
530
548
|
name?: boolean;
|
|
@@ -562,6 +580,7 @@ export type AgentThreadSelect = {
|
|
|
562
580
|
createdAt?: boolean;
|
|
563
581
|
updatedAt?: boolean;
|
|
564
582
|
ownerId?: boolean;
|
|
583
|
+
databaseId?: boolean;
|
|
565
584
|
status?: boolean;
|
|
566
585
|
isArchived?: boolean;
|
|
567
586
|
archivedAt?: boolean;
|
|
@@ -608,6 +627,7 @@ export type AgentMessageSelect = {
|
|
|
608
627
|
actorId?: boolean;
|
|
609
628
|
parts?: boolean;
|
|
610
629
|
threadId?: boolean;
|
|
630
|
+
databaseId?: boolean;
|
|
611
631
|
authorRole?: boolean;
|
|
612
632
|
model?: boolean;
|
|
613
633
|
agentId?: boolean;
|
|
@@ -625,6 +645,7 @@ export type AgentTaskSelect = {
|
|
|
625
645
|
actorId?: boolean;
|
|
626
646
|
status?: boolean;
|
|
627
647
|
planId?: boolean;
|
|
648
|
+
databaseId?: boolean;
|
|
628
649
|
description?: boolean;
|
|
629
650
|
source?: boolean;
|
|
630
651
|
error?: boolean;
|
|
@@ -644,6 +665,7 @@ export type AgentPromptSelect = {
|
|
|
644
665
|
updatedAt?: boolean;
|
|
645
666
|
createdBy?: boolean;
|
|
646
667
|
updatedBy?: boolean;
|
|
668
|
+
databaseId?: boolean;
|
|
647
669
|
name?: boolean;
|
|
648
670
|
content?: boolean;
|
|
649
671
|
description?: boolean;
|
|
@@ -671,6 +693,7 @@ export type AgentPersonaSelect = {
|
|
|
671
693
|
updatedAt?: boolean;
|
|
672
694
|
createdBy?: boolean;
|
|
673
695
|
updatedBy?: boolean;
|
|
696
|
+
databaseId?: boolean;
|
|
674
697
|
slug?: boolean;
|
|
675
698
|
name?: boolean;
|
|
676
699
|
description?: boolean;
|
|
@@ -691,6 +714,7 @@ export type AgentResourceSelect = {
|
|
|
691
714
|
updatedAt?: boolean;
|
|
692
715
|
createdBy?: boolean;
|
|
693
716
|
updatedBy?: boolean;
|
|
717
|
+
databaseId?: boolean;
|
|
694
718
|
slug?: boolean;
|
|
695
719
|
kind?: boolean;
|
|
696
720
|
title?: boolean;
|
|
@@ -729,6 +753,8 @@ export interface AgentPlanFilter {
|
|
|
729
753
|
ownerId?: UUIDFilter;
|
|
730
754
|
/** Filter by the object’s `threadId` field. */
|
|
731
755
|
threadId?: UUIDFilter;
|
|
756
|
+
/** Filter by the object’s `databaseId` field. */
|
|
757
|
+
databaseId?: UUIDFilter;
|
|
732
758
|
/** Filter by the object’s `title` field. */
|
|
733
759
|
title?: StringFilter;
|
|
734
760
|
/** Filter by the object’s `description` field. */
|
|
@@ -757,6 +783,8 @@ export interface AgentFilter {
|
|
|
757
783
|
updatedAt?: DatetimeFilter;
|
|
758
784
|
/** Filter by the object’s `ownerId` field. */
|
|
759
785
|
ownerId?: UUIDFilter;
|
|
786
|
+
/** Filter by the object’s `databaseId` field. */
|
|
787
|
+
databaseId?: UUIDFilter;
|
|
760
788
|
/** Filter by the object’s `personaId` field. */
|
|
761
789
|
personaId?: UUIDFilter;
|
|
762
790
|
/** Filter by the object’s `parentId` field. */
|
|
@@ -807,6 +835,8 @@ export interface AgentThreadFilter {
|
|
|
807
835
|
updatedAt?: DatetimeFilter;
|
|
808
836
|
/** Filter by the object’s `ownerId` field. */
|
|
809
837
|
ownerId?: UUIDFilter;
|
|
838
|
+
/** Filter by the object’s `databaseId` field. */
|
|
839
|
+
databaseId?: UUIDFilter;
|
|
810
840
|
/** Filter by the object’s `status` field. */
|
|
811
841
|
status?: StringFilter;
|
|
812
842
|
/** Filter by the object’s `isArchived` field. */
|
|
@@ -873,6 +903,8 @@ export interface AgentMessageFilter {
|
|
|
873
903
|
parts?: JSONFilter;
|
|
874
904
|
/** Filter by the object’s `threadId` field. */
|
|
875
905
|
threadId?: UUIDFilter;
|
|
906
|
+
/** Filter by the object’s `databaseId` field. */
|
|
907
|
+
databaseId?: UUIDFilter;
|
|
876
908
|
/** Filter by the object’s `authorRole` field. */
|
|
877
909
|
authorRole?: StringFilter;
|
|
878
910
|
/** Filter by the object’s `model` field. */
|
|
@@ -905,6 +937,8 @@ export interface AgentTaskFilter {
|
|
|
905
937
|
status?: StringFilter;
|
|
906
938
|
/** Filter by the object’s `planId` field. */
|
|
907
939
|
planId?: UUIDFilter;
|
|
940
|
+
/** Filter by the object’s `databaseId` field. */
|
|
941
|
+
databaseId?: UUIDFilter;
|
|
908
942
|
/** Filter by the object’s `description` field. */
|
|
909
943
|
description?: StringFilter;
|
|
910
944
|
/** Filter by the object’s `source` field. */
|
|
@@ -943,6 +977,8 @@ export interface AgentPromptFilter {
|
|
|
943
977
|
createdBy?: UUIDFilter;
|
|
944
978
|
/** Filter by the object’s `updatedBy` field. */
|
|
945
979
|
updatedBy?: UUIDFilter;
|
|
980
|
+
/** Filter by the object’s `databaseId` field. */
|
|
981
|
+
databaseId?: UUIDFilter;
|
|
946
982
|
/** Filter by the object’s `name` field. */
|
|
947
983
|
name?: StringFilter;
|
|
948
984
|
/** Filter by the object’s `content` field. */
|
|
@@ -999,6 +1035,8 @@ export interface AgentPersonaFilter {
|
|
|
999
1035
|
createdBy?: UUIDFilter;
|
|
1000
1036
|
/** Filter by the object’s `updatedBy` field. */
|
|
1001
1037
|
updatedBy?: UUIDFilter;
|
|
1038
|
+
/** Filter by the object’s `databaseId` field. */
|
|
1039
|
+
databaseId?: UUIDFilter;
|
|
1002
1040
|
/** Filter by the object’s `slug` field. */
|
|
1003
1041
|
slug?: StringFilter;
|
|
1004
1042
|
/** Filter by the object’s `name` field. */
|
|
@@ -1035,6 +1073,8 @@ export interface AgentResourceFilter {
|
|
|
1035
1073
|
createdBy?: UUIDFilter;
|
|
1036
1074
|
/** Filter by the object’s `updatedBy` field. */
|
|
1037
1075
|
updatedBy?: UUIDFilter;
|
|
1076
|
+
/** Filter by the object’s `databaseId` field. */
|
|
1077
|
+
databaseId?: UUIDFilter;
|
|
1038
1078
|
/** Filter by the object’s `slug` field. */
|
|
1039
1079
|
slug?: StringTrgmFilter;
|
|
1040
1080
|
/** Filter by the object’s `kind` field. */
|
|
@@ -1092,20 +1132,21 @@ export interface AgentResourceFilter {
|
|
|
1092
1132
|
*/
|
|
1093
1133
|
unifiedSearch?: string;
|
|
1094
1134
|
}
|
|
1095
|
-
export type AgentPlanOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'THREAD_ID_ASC' | 'THREAD_ID_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'STATUS_ASC' | 'STATUS_DESC';
|
|
1096
|
-
export type AgentOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'PERSONA_ID_ASC' | 'PERSONA_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SYSTEM_PROMPT_ASC' | 'SYSTEM_PROMPT_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'IS_EPHEMERAL_ASC' | 'IS_EPHEMERAL_DESC';
|
|
1097
|
-
export type AgentThreadOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'IS_ARCHIVED_ASC' | 'IS_ARCHIVED_DESC' | 'ARCHIVED_AT_ASC' | 'ARCHIVED_AT_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'MODE_ASC' | 'MODE_DESC' | 'MODEL_ASC' | 'MODEL_DESC' | 'SYSTEM_PROMPT_ASC' | 'SYSTEM_PROMPT_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'PROMPT_TEMPLATE_ID_ASC' | 'PROMPT_TEMPLATE_ID_DESC' | 'AGENT_ID_ASC' | 'AGENT_ID_DESC' | 'PARENT_THREAD_ID_ASC' | 'PARENT_THREAD_ID_DESC';
|
|
1098
|
-
export type AgentMessageOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PARTS_ASC' | 'PARTS_DESC' | 'THREAD_ID_ASC' | 'THREAD_ID_DESC' | 'AUTHOR_ROLE_ASC' | 'AUTHOR_ROLE_DESC' | 'MODEL_ASC' | 'MODEL_DESC' | 'AGENT_ID_ASC' | 'AGENT_ID_DESC';
|
|
1099
|
-
export type AgentTaskOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'PLAN_ID_ASC' | 'PLAN_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SOURCE_ASC' | 'SOURCE_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'ORDER_INDEX_ASC' | 'ORDER_INDEX_DESC' | 'REQUIRES_APPROVAL_ASC' | 'REQUIRES_APPROVAL_DESC' | 'APPROVAL_STATUS_ASC' | 'APPROVAL_STATUS_DESC' | 'APPROVED_BY_ASC' | 'APPROVED_BY_DESC' | 'APPROVED_AT_ASC' | 'APPROVED_AT_DESC' | 'APPROVAL_FEEDBACK_ASC' | 'APPROVAL_FEEDBACK_DESC';
|
|
1100
|
-
export type AgentPromptOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'METADATA_ASC' | 'METADATA_DESC';
|
|
1135
|
+
export type AgentPlanOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'THREAD_ID_ASC' | 'THREAD_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'STATUS_ASC' | 'STATUS_DESC';
|
|
1136
|
+
export type AgentOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'PERSONA_ID_ASC' | 'PERSONA_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SYSTEM_PROMPT_ASC' | 'SYSTEM_PROMPT_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'IS_EPHEMERAL_ASC' | 'IS_EPHEMERAL_DESC';
|
|
1137
|
+
export type AgentThreadOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'IS_ARCHIVED_ASC' | 'IS_ARCHIVED_DESC' | 'ARCHIVED_AT_ASC' | 'ARCHIVED_AT_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'MODE_ASC' | 'MODE_DESC' | 'MODEL_ASC' | 'MODEL_DESC' | 'SYSTEM_PROMPT_ASC' | 'SYSTEM_PROMPT_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'PROMPT_TEMPLATE_ID_ASC' | 'PROMPT_TEMPLATE_ID_DESC' | 'AGENT_ID_ASC' | 'AGENT_ID_DESC' | 'PARENT_THREAD_ID_ASC' | 'PARENT_THREAD_ID_DESC';
|
|
1138
|
+
export type AgentMessageOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PARTS_ASC' | 'PARTS_DESC' | 'THREAD_ID_ASC' | 'THREAD_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'AUTHOR_ROLE_ASC' | 'AUTHOR_ROLE_DESC' | 'MODEL_ASC' | 'MODEL_DESC' | 'AGENT_ID_ASC' | 'AGENT_ID_DESC';
|
|
1139
|
+
export type AgentTaskOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'PLAN_ID_ASC' | 'PLAN_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SOURCE_ASC' | 'SOURCE_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'ORDER_INDEX_ASC' | 'ORDER_INDEX_DESC' | 'REQUIRES_APPROVAL_ASC' | 'REQUIRES_APPROVAL_DESC' | 'APPROVAL_STATUS_ASC' | 'APPROVAL_STATUS_DESC' | 'APPROVED_BY_ASC' | 'APPROVED_BY_DESC' | 'APPROVED_AT_ASC' | 'APPROVED_AT_DESC' | 'APPROVAL_FEEDBACK_ASC' | 'APPROVAL_FEEDBACK_DESC';
|
|
1140
|
+
export type AgentPromptOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'METADATA_ASC' | 'METADATA_DESC';
|
|
1101
1141
|
export type AgentResourceChunkOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'AGENT_RESOURCE_ID_ASC' | 'AGENT_RESOURCE_ID_DESC' | 'BODY_ASC' | 'BODY_DESC' | 'CHUNK_INDEX_ASC' | 'CHUNK_INDEX_DESC' | 'EMBEDDING_ASC' | 'EMBEDDING_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'EMBEDDING_VECTOR_DISTANCE_ASC' | 'EMBEDDING_VECTOR_DISTANCE_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
1102
|
-
export type AgentPersonaOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SYSTEM_PROMPT_ASC' | 'SYSTEM_PROMPT_DESC' | 'RESOURCES_ASC' | 'RESOURCES_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC';
|
|
1103
|
-
export type AgentResourceOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'KIND_ASC' | 'KIND_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'BODY_ASC' | 'BODY_DESC' | 'KEYWORDS_ASC' | 'KEYWORDS_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'IS_ARCHIVED_ASC' | 'IS_ARCHIVED_DESC' | 'ARCHIVED_AT_ASC' | 'ARCHIVED_AT_DESC' | 'SEARCH_ASC' | 'SEARCH_DESC' | 'EMBEDDING_ASC' | 'EMBEDDING_DESC' | 'EMBEDDING_UPDATED_AT_ASC' | 'EMBEDDING_UPDATED_AT_DESC' | 'SEARCH_TSV_RANK_ASC' | 'SEARCH_TSV_RANK_DESC' | 'EMBEDDING_VECTOR_DISTANCE_ASC' | 'EMBEDDING_VECTOR_DISTANCE_DESC' | 'KIND_TRGM_SIMILARITY_ASC' | 'KIND_TRGM_SIMILARITY_DESC' | 'TITLE_TRGM_SIMILARITY_ASC' | 'TITLE_TRGM_SIMILARITY_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'BODY_TRGM_SIMILARITY_ASC' | 'BODY_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
1142
|
+
export type AgentPersonaOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SYSTEM_PROMPT_ASC' | 'SYSTEM_PROMPT_DESC' | 'RESOURCES_ASC' | 'RESOURCES_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC';
|
|
1143
|
+
export type AgentResourceOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'KIND_ASC' | 'KIND_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'BODY_ASC' | 'BODY_DESC' | 'KEYWORDS_ASC' | 'KEYWORDS_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'IS_ARCHIVED_ASC' | 'IS_ARCHIVED_DESC' | 'ARCHIVED_AT_ASC' | 'ARCHIVED_AT_DESC' | 'SEARCH_ASC' | 'SEARCH_DESC' | 'EMBEDDING_ASC' | 'EMBEDDING_DESC' | 'EMBEDDING_UPDATED_AT_ASC' | 'EMBEDDING_UPDATED_AT_DESC' | 'SEARCH_TSV_RANK_ASC' | 'SEARCH_TSV_RANK_DESC' | 'EMBEDDING_VECTOR_DISTANCE_ASC' | 'EMBEDDING_VECTOR_DISTANCE_DESC' | 'KIND_TRGM_SIMILARITY_ASC' | 'KIND_TRGM_SIMILARITY_DESC' | 'TITLE_TRGM_SIMILARITY_ASC' | 'TITLE_TRGM_SIMILARITY_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'BODY_TRGM_SIMILARITY_ASC' | 'BODY_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
1104
1144
|
export interface CreateAgentPlanInput {
|
|
1105
1145
|
clientMutationId?: string;
|
|
1106
1146
|
agentPlan: {
|
|
1107
1147
|
ownerId?: string;
|
|
1108
1148
|
threadId: string;
|
|
1149
|
+
databaseId: string;
|
|
1109
1150
|
title: string;
|
|
1110
1151
|
description?: string;
|
|
1111
1152
|
status?: string;
|
|
@@ -1114,6 +1155,7 @@ export interface CreateAgentPlanInput {
|
|
|
1114
1155
|
export interface AgentPlanPatch {
|
|
1115
1156
|
ownerId?: string | null;
|
|
1116
1157
|
threadId?: string | null;
|
|
1158
|
+
databaseId?: string | null;
|
|
1117
1159
|
title?: string | null;
|
|
1118
1160
|
description?: string | null;
|
|
1119
1161
|
status?: string | null;
|
|
@@ -1131,6 +1173,7 @@ export interface CreateAgentInput {
|
|
|
1131
1173
|
clientMutationId?: string;
|
|
1132
1174
|
agent: {
|
|
1133
1175
|
ownerId?: string;
|
|
1176
|
+
databaseId: string;
|
|
1134
1177
|
personaId?: string;
|
|
1135
1178
|
parentId?: string;
|
|
1136
1179
|
name: string;
|
|
@@ -1142,6 +1185,7 @@ export interface CreateAgentInput {
|
|
|
1142
1185
|
}
|
|
1143
1186
|
export interface AgentPatch {
|
|
1144
1187
|
ownerId?: string | null;
|
|
1188
|
+
databaseId?: string | null;
|
|
1145
1189
|
personaId?: string | null;
|
|
1146
1190
|
parentId?: string | null;
|
|
1147
1191
|
name?: string | null;
|
|
@@ -1163,6 +1207,7 @@ export interface CreateAgentThreadInput {
|
|
|
1163
1207
|
clientMutationId?: string;
|
|
1164
1208
|
agentThread: {
|
|
1165
1209
|
ownerId?: string;
|
|
1210
|
+
databaseId: string;
|
|
1166
1211
|
status?: string;
|
|
1167
1212
|
isArchived?: boolean;
|
|
1168
1213
|
archivedAt?: string;
|
|
@@ -1178,6 +1223,7 @@ export interface CreateAgentThreadInput {
|
|
|
1178
1223
|
}
|
|
1179
1224
|
export interface AgentThreadPatch {
|
|
1180
1225
|
ownerId?: string | null;
|
|
1226
|
+
databaseId?: string | null;
|
|
1181
1227
|
status?: string | null;
|
|
1182
1228
|
isArchived?: boolean | null;
|
|
1183
1229
|
archivedAt?: string | null;
|
|
@@ -1205,6 +1251,7 @@ export interface CreateAgentMessageInput {
|
|
|
1205
1251
|
actorId?: string;
|
|
1206
1252
|
parts?: Record<string, unknown>;
|
|
1207
1253
|
threadId: string;
|
|
1254
|
+
databaseId: string;
|
|
1208
1255
|
authorRole: string;
|
|
1209
1256
|
model?: string;
|
|
1210
1257
|
agentId?: string;
|
|
@@ -1214,6 +1261,7 @@ export interface AgentMessagePatch {
|
|
|
1214
1261
|
actorId?: string | null;
|
|
1215
1262
|
parts?: Record<string, unknown> | null;
|
|
1216
1263
|
threadId?: string | null;
|
|
1264
|
+
databaseId?: string | null;
|
|
1217
1265
|
authorRole?: string | null;
|
|
1218
1266
|
model?: string | null;
|
|
1219
1267
|
agentId?: string | null;
|
|
@@ -1233,6 +1281,7 @@ export interface CreateAgentTaskInput {
|
|
|
1233
1281
|
actorId?: string;
|
|
1234
1282
|
status?: string;
|
|
1235
1283
|
planId: string;
|
|
1284
|
+
databaseId: string;
|
|
1236
1285
|
description: string;
|
|
1237
1286
|
source?: string;
|
|
1238
1287
|
error?: string;
|
|
@@ -1248,6 +1297,7 @@ export interface AgentTaskPatch {
|
|
|
1248
1297
|
actorId?: string | null;
|
|
1249
1298
|
status?: string | null;
|
|
1250
1299
|
planId?: string | null;
|
|
1300
|
+
databaseId?: string | null;
|
|
1251
1301
|
description?: string | null;
|
|
1252
1302
|
source?: string | null;
|
|
1253
1303
|
error?: string | null;
|
|
@@ -1272,6 +1322,7 @@ export interface CreateAgentPromptInput {
|
|
|
1272
1322
|
agentPrompt: {
|
|
1273
1323
|
createdBy?: string;
|
|
1274
1324
|
updatedBy?: string;
|
|
1325
|
+
databaseId: string;
|
|
1275
1326
|
name: string;
|
|
1276
1327
|
content: string;
|
|
1277
1328
|
description?: string;
|
|
@@ -1282,6 +1333,7 @@ export interface CreateAgentPromptInput {
|
|
|
1282
1333
|
export interface AgentPromptPatch {
|
|
1283
1334
|
createdBy?: string | null;
|
|
1284
1335
|
updatedBy?: string | null;
|
|
1336
|
+
databaseId?: string | null;
|
|
1285
1337
|
name?: string | null;
|
|
1286
1338
|
content?: string | null;
|
|
1287
1339
|
description?: string | null;
|
|
@@ -1330,6 +1382,7 @@ export interface CreateAgentPersonaInput {
|
|
|
1330
1382
|
agentPersona: {
|
|
1331
1383
|
createdBy?: string;
|
|
1332
1384
|
updatedBy?: string;
|
|
1385
|
+
databaseId: string;
|
|
1333
1386
|
slug: string;
|
|
1334
1387
|
name: string;
|
|
1335
1388
|
description?: string;
|
|
@@ -1342,6 +1395,7 @@ export interface CreateAgentPersonaInput {
|
|
|
1342
1395
|
export interface AgentPersonaPatch {
|
|
1343
1396
|
createdBy?: string | null;
|
|
1344
1397
|
updatedBy?: string | null;
|
|
1398
|
+
databaseId?: string | null;
|
|
1345
1399
|
slug?: string | null;
|
|
1346
1400
|
name?: string | null;
|
|
1347
1401
|
description?: string | null;
|
|
@@ -1364,6 +1418,7 @@ export interface CreateAgentResourceInput {
|
|
|
1364
1418
|
agentResource: {
|
|
1365
1419
|
createdBy?: string;
|
|
1366
1420
|
updatedBy?: string;
|
|
1421
|
+
databaseId: string;
|
|
1367
1422
|
slug: string;
|
|
1368
1423
|
kind?: string;
|
|
1369
1424
|
title: string;
|
|
@@ -1382,6 +1437,7 @@ export interface CreateAgentResourceInput {
|
|
|
1382
1437
|
export interface AgentResourcePatch {
|
|
1383
1438
|
createdBy?: string | null;
|
|
1384
1439
|
updatedBy?: string | null;
|
|
1440
|
+
databaseId?: string | null;
|
|
1385
1441
|
slug?: string | null;
|
|
1386
1442
|
kind?: string | null;
|
|
1387
1443
|
title?: string | null;
|
|
@@ -1606,6 +1662,8 @@ export interface AgentPlanInput {
|
|
|
1606
1662
|
ownerId?: string;
|
|
1607
1663
|
/** Foreign key to agent_thread */
|
|
1608
1664
|
threadId: string;
|
|
1665
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1666
|
+
databaseId: string;
|
|
1609
1667
|
/** Human-readable plan name */
|
|
1610
1668
|
title: string;
|
|
1611
1669
|
/** Overall goal or context for this plan */
|
|
@@ -1620,6 +1678,8 @@ export interface AgentInput {
|
|
|
1620
1678
|
updatedAt?: string;
|
|
1621
1679
|
/** Human who owns/manages this agent */
|
|
1622
1680
|
ownerId?: string;
|
|
1681
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1682
|
+
databaseId: string;
|
|
1623
1683
|
/** Persona template this agent was created from */
|
|
1624
1684
|
personaId?: string;
|
|
1625
1685
|
/** Parent agent (for sub-agent delegation hierarchy) */
|
|
@@ -1642,6 +1702,8 @@ export interface AgentThreadInput {
|
|
|
1642
1702
|
updatedAt?: string;
|
|
1643
1703
|
/** User who owns this thread */
|
|
1644
1704
|
ownerId?: string;
|
|
1705
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1706
|
+
databaseId: string;
|
|
1645
1707
|
/** Current status of this thread */
|
|
1646
1708
|
status?: string;
|
|
1647
1709
|
/** Whether this record has been archived by the user */
|
|
@@ -1676,6 +1738,8 @@ export interface AgentMessageInput {
|
|
|
1676
1738
|
parts?: Record<string, unknown>;
|
|
1677
1739
|
/** Foreign key to agent_thread */
|
|
1678
1740
|
threadId: string;
|
|
1741
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1742
|
+
databaseId: string;
|
|
1679
1743
|
/** Who authored this message: user or assistant */
|
|
1680
1744
|
authorRole: string;
|
|
1681
1745
|
/** LLM model that generated this response */
|
|
@@ -1694,6 +1758,8 @@ export interface AgentTaskInput {
|
|
|
1694
1758
|
status?: string;
|
|
1695
1759
|
/** Foreign key to agent_plan */
|
|
1696
1760
|
planId: string;
|
|
1761
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1762
|
+
databaseId: string;
|
|
1697
1763
|
/** Natural-language description of the work to do */
|
|
1698
1764
|
description: string;
|
|
1699
1765
|
/** Who created the task: agent or user */
|
|
@@ -1720,6 +1786,8 @@ export interface AgentPromptInput {
|
|
|
1720
1786
|
updatedAt?: string;
|
|
1721
1787
|
createdBy?: string;
|
|
1722
1788
|
updatedBy?: string;
|
|
1789
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1790
|
+
databaseId: string;
|
|
1723
1791
|
/** Unique name for lookup (e.g. default, code-review, sales-assistant) */
|
|
1724
1792
|
name: string;
|
|
1725
1793
|
/** The system prompt template content */
|
|
@@ -1751,6 +1819,8 @@ export interface AgentPersonaInput {
|
|
|
1751
1819
|
updatedAt?: string;
|
|
1752
1820
|
createdBy?: string;
|
|
1753
1821
|
updatedBy?: string;
|
|
1822
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1823
|
+
databaseId: string;
|
|
1754
1824
|
/** Unique human-readable identifier for this persona */
|
|
1755
1825
|
slug: string;
|
|
1756
1826
|
/** Display name for this persona */
|
|
@@ -1773,6 +1843,8 @@ export interface AgentResourceInput {
|
|
|
1773
1843
|
updatedAt?: string;
|
|
1774
1844
|
createdBy?: string;
|
|
1775
1845
|
updatedBy?: string;
|
|
1846
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1847
|
+
databaseId: string;
|
|
1776
1848
|
/** Unique human-readable identifier for portable references */
|
|
1777
1849
|
slug: string;
|
|
1778
1850
|
/** Resource type: skill, knowledge, or convention */
|
|
@@ -1812,6 +1884,8 @@ export interface AgentTaskFilter {
|
|
|
1812
1884
|
status?: StringFilter;
|
|
1813
1885
|
/** Filter by the object’s `planId` field. */
|
|
1814
1886
|
planId?: UUIDFilter;
|
|
1887
|
+
/** Filter by the object’s `databaseId` field. */
|
|
1888
|
+
databaseId?: UUIDFilter;
|
|
1815
1889
|
/** Filter by the object’s `description` field. */
|
|
1816
1890
|
description?: StringFilter;
|
|
1817
1891
|
/** Filter by the object’s `source` field. */
|
|
@@ -1849,6 +1923,8 @@ export interface AgentThreadFilter {
|
|
|
1849
1923
|
updatedAt?: DatetimeFilter;
|
|
1850
1924
|
/** Filter by the object’s `ownerId` field. */
|
|
1851
1925
|
ownerId?: UUIDFilter;
|
|
1926
|
+
/** Filter by the object’s `databaseId` field. */
|
|
1927
|
+
databaseId?: UUIDFilter;
|
|
1852
1928
|
/** Filter by the object’s `status` field. */
|
|
1853
1929
|
status?: StringFilter;
|
|
1854
1930
|
/** Filter by the object’s `isArchived` field. */
|
|
@@ -1916,6 +1992,8 @@ export interface AgentMessageFilter {
|
|
|
1916
1992
|
parts?: JSONFilter;
|
|
1917
1993
|
/** Filter by the object’s `threadId` field. */
|
|
1918
1994
|
threadId?: UUIDFilter;
|
|
1995
|
+
/** Filter by the object’s `databaseId` field. */
|
|
1996
|
+
databaseId?: UUIDFilter;
|
|
1919
1997
|
/** Filter by the object’s `authorRole` field. */
|
|
1920
1998
|
authorRole?: StringFilter;
|
|
1921
1999
|
/** Filter by the object’s `model` field. */
|
|
@@ -1945,6 +2023,8 @@ export interface AgentFilter {
|
|
|
1945
2023
|
updatedAt?: DatetimeFilter;
|
|
1946
2024
|
/** Filter by the object’s `ownerId` field. */
|
|
1947
2025
|
ownerId?: UUIDFilter;
|
|
2026
|
+
/** Filter by the object’s `databaseId` field. */
|
|
2027
|
+
databaseId?: UUIDFilter;
|
|
1948
2028
|
/** Filter by the object’s `personaId` field. */
|
|
1949
2029
|
personaId?: UUIDFilter;
|
|
1950
2030
|
/** Filter by the object’s `parentId` field. */
|
|
@@ -1998,6 +2078,8 @@ export interface AgentPlanFilter {
|
|
|
1998
2078
|
ownerId?: UUIDFilter;
|
|
1999
2079
|
/** Filter by the object’s `threadId` field. */
|
|
2000
2080
|
threadId?: UUIDFilter;
|
|
2081
|
+
/** Filter by the object’s `databaseId` field. */
|
|
2082
|
+
databaseId?: UUIDFilter;
|
|
2001
2083
|
/** Filter by the object’s `title` field. */
|
|
2002
2084
|
title?: StringFilter;
|
|
2003
2085
|
/** Filter by the object’s `description` field. */
|
|
@@ -2276,6 +2358,8 @@ export interface AgentPromptFilter {
|
|
|
2276
2358
|
createdBy?: UUIDFilter;
|
|
2277
2359
|
/** Filter by the object’s `updatedBy` field. */
|
|
2278
2360
|
updatedBy?: UUIDFilter;
|
|
2361
|
+
/** Filter by the object’s `databaseId` field. */
|
|
2362
|
+
databaseId?: UUIDFilter;
|
|
2279
2363
|
/** Filter by the object’s `name` field. */
|
|
2280
2364
|
name?: StringFilter;
|
|
2281
2365
|
/** Filter by the object’s `content` field. */
|
|
@@ -2340,6 +2424,8 @@ export interface AgentPersonaFilter {
|
|
|
2340
2424
|
createdBy?: UUIDFilter;
|
|
2341
2425
|
/** Filter by the object’s `updatedBy` field. */
|
|
2342
2426
|
updatedBy?: UUIDFilter;
|
|
2427
|
+
/** Filter by the object’s `databaseId` field. */
|
|
2428
|
+
databaseId?: UUIDFilter;
|
|
2343
2429
|
/** Filter by the object’s `slug` field. */
|
|
2344
2430
|
slug?: StringFilter;
|
|
2345
2431
|
/** Filter by the object’s `name` field. */
|
|
@@ -2394,6 +2480,8 @@ export interface AgentResourceFilter {
|
|
|
2394
2480
|
createdBy?: UUIDFilter;
|
|
2395
2481
|
/** Filter by the object’s `updatedBy` field. */
|
|
2396
2482
|
updatedBy?: UUIDFilter;
|
|
2483
|
+
/** Filter by the object’s `databaseId` field. */
|
|
2484
|
+
databaseId?: UUIDFilter;
|
|
2397
2485
|
/** Filter by the object’s `slug` field. */
|
|
2398
2486
|
slug?: StringTrgmFilter;
|
|
2399
2487
|
/** Filter by the object’s `kind` field. */
|