@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
|
@@ -24,26 +24,31 @@ import type { QueryClient } from '@tanstack/react-query';
|
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
export declare const invalidate: {
|
|
27
|
+
/** Invalidate infraGetAllRecord queries */ readonly infraGetAllRecord: {
|
|
28
|
+
/** Invalidate all infraGetAllRecord queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
29
|
+
/** Invalidate infraGetAllRecord list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
30
|
+
/** Invalidate a specific infraGetAllRecord */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
31
|
+
};
|
|
27
32
|
/** Invalidate getAllRecord queries */ readonly getAllRecord: {
|
|
28
33
|
/** Invalidate all getAllRecord queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
29
34
|
/** Invalidate getAllRecord list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
30
35
|
/** Invalidate a specific getAllRecord */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
31
36
|
};
|
|
37
|
+
/** Invalidate infraRef queries */ readonly infraRef: {
|
|
38
|
+
/** Invalidate all infraRef queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
39
|
+
/** Invalidate infraRef list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
40
|
+
/** Invalidate a specific infraRef */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
41
|
+
};
|
|
42
|
+
/** Invalidate infraStore queries */ readonly infraStore: {
|
|
43
|
+
/** Invalidate all infraStore queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
44
|
+
/** Invalidate infraStore list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
45
|
+
/** Invalidate a specific infraStore */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
46
|
+
};
|
|
32
47
|
/** Invalidate functionApiBinding queries */ readonly functionApiBinding: {
|
|
33
48
|
/** Invalidate all functionApiBinding queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
34
49
|
/** Invalidate functionApiBinding list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
35
50
|
/** Invalidate a specific functionApiBinding */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
36
51
|
};
|
|
37
|
-
/** Invalidate functionDeployment queries */ readonly functionDeployment: {
|
|
38
|
-
/** Invalidate all functionDeployment queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
39
|
-
/** Invalidate functionDeployment list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
40
|
-
/** Invalidate a specific functionDeployment */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
41
|
-
};
|
|
42
|
-
/** Invalidate resource queries */ readonly resource: {
|
|
43
|
-
/** Invalidate all resource queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
44
|
-
/** Invalidate resource list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
45
|
-
/** Invalidate a specific resource */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
46
|
-
};
|
|
47
52
|
/** Invalidate functionGraphRef queries */ readonly functionGraphRef: {
|
|
48
53
|
/** Invalidate all functionGraphRef queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
49
54
|
/** Invalidate functionGraphRef list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -54,20 +59,90 @@ export declare const invalidate: {
|
|
|
54
59
|
/** Invalidate functionGraphStore list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
55
60
|
/** Invalidate a specific functionGraphStore */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
56
61
|
};
|
|
62
|
+
/** Invalidate platformFunctionApiBinding queries */ readonly platformFunctionApiBinding: {
|
|
63
|
+
/** Invalidate all platformFunctionApiBinding queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
64
|
+
/** Invalidate platformFunctionApiBinding list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
65
|
+
/** Invalidate a specific platformFunctionApiBinding */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
66
|
+
};
|
|
67
|
+
/** Invalidate platformResourcesRequirementsState queries */ readonly platformResourcesRequirementsState: {
|
|
68
|
+
/** Invalidate all platformResourcesRequirementsState queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
69
|
+
/** Invalidate platformResourcesRequirementsState list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
70
|
+
/** Invalidate a specific platformResourcesRequirementsState */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
71
|
+
};
|
|
72
|
+
/** Invalidate resourcesRequirementsState queries */ readonly resourcesRequirementsState: {
|
|
73
|
+
/** Invalidate all resourcesRequirementsState queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
74
|
+
/** Invalidate resourcesRequirementsState list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
75
|
+
/** Invalidate a specific resourcesRequirementsState */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
76
|
+
};
|
|
77
|
+
/** Invalidate platformResourceStatusCheck queries */ readonly platformResourceStatusCheck: {
|
|
78
|
+
/** Invalidate all platformResourceStatusCheck queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
79
|
+
/** Invalidate platformResourceStatusCheck list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
80
|
+
/** Invalidate a specific platformResourceStatusCheck */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
81
|
+
};
|
|
82
|
+
/** Invalidate platformFunctionDeployment queries */ readonly platformFunctionDeployment: {
|
|
83
|
+
/** Invalidate all platformFunctionDeployment queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
84
|
+
/** Invalidate platformFunctionDeployment list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
85
|
+
/** Invalidate a specific platformFunctionDeployment */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
86
|
+
};
|
|
87
|
+
/** Invalidate platformResource queries */ readonly platformResource: {
|
|
88
|
+
/** Invalidate all platformResource queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
89
|
+
/** Invalidate platformResource list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
90
|
+
/** Invalidate a specific platformResource */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
91
|
+
};
|
|
92
|
+
/** Invalidate platformResourceDefinition queries */ readonly platformResourceDefinition: {
|
|
93
|
+
/** Invalidate all platformResourceDefinition queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
94
|
+
/** Invalidate platformResourceDefinition list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
|
+
/** Invalidate a specific platformResourceDefinition */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
96
|
+
};
|
|
97
|
+
/** Invalidate infraObject queries */ readonly infraObject: {
|
|
98
|
+
/** Invalidate all infraObject queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
99
|
+
/** Invalidate infraObject list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
100
|
+
/** Invalidate a specific infraObject */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
101
|
+
};
|
|
57
102
|
/** Invalidate functionGraphObject queries */ readonly functionGraphObject: {
|
|
58
103
|
/** Invalidate all functionGraphObject queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
59
104
|
/** Invalidate functionGraphObject list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
60
105
|
/** Invalidate a specific functionGraphObject */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
61
106
|
};
|
|
107
|
+
/** Invalidate platformFunctionDeploymentEvent queries */ readonly platformFunctionDeploymentEvent: {
|
|
108
|
+
/** Invalidate all platformFunctionDeploymentEvent queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
109
|
+
/** Invalidate platformFunctionDeploymentEvent list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
110
|
+
/** Invalidate a specific platformFunctionDeploymentEvent */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
111
|
+
};
|
|
112
|
+
/** Invalidate platformResourceEvent queries */ readonly platformResourceEvent: {
|
|
113
|
+
/** Invalidate all platformResourceEvent queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
114
|
+
/** Invalidate platformResourceEvent list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
115
|
+
/** Invalidate a specific platformResourceEvent */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
116
|
+
};
|
|
117
|
+
/** Invalidate resourceStatusCheck queries */ readonly resourceStatusCheck: {
|
|
118
|
+
/** Invalidate all resourceStatusCheck queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
119
|
+
/** Invalidate resourceStatusCheck list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
120
|
+
/** Invalidate a specific resourceStatusCheck */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
121
|
+
};
|
|
122
|
+
/** Invalidate functionDeployment queries */ readonly functionDeployment: {
|
|
123
|
+
/** Invalidate all functionDeployment queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
124
|
+
/** Invalidate functionDeployment list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
125
|
+
/** Invalidate a specific functionDeployment */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
126
|
+
};
|
|
127
|
+
/** Invalidate resource queries */ readonly resource: {
|
|
128
|
+
/** Invalidate all resource queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
129
|
+
/** Invalidate resource list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
130
|
+
/** Invalidate a specific resource */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
131
|
+
};
|
|
132
|
+
/** Invalidate resourceDefinition queries */ readonly resourceDefinition: {
|
|
133
|
+
/** Invalidate all resourceDefinition queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
134
|
+
/** Invalidate resourceDefinition list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
135
|
+
/** Invalidate a specific resourceDefinition */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
136
|
+
};
|
|
62
137
|
/** Invalidate functionDeploymentEvent queries */ readonly functionDeploymentEvent: {
|
|
63
138
|
/** Invalidate all functionDeploymentEvent queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
64
139
|
/** Invalidate functionDeploymentEvent list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
65
140
|
/** Invalidate a specific functionDeploymentEvent */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
66
141
|
};
|
|
67
|
-
/** Invalidate
|
|
68
|
-
/** Invalidate all
|
|
69
|
-
/** Invalidate
|
|
70
|
-
/** Invalidate a specific
|
|
142
|
+
/** Invalidate platformFunctionExecutionLog queries */ readonly platformFunctionExecutionLog: {
|
|
143
|
+
/** Invalidate all platformFunctionExecutionLog queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
144
|
+
/** Invalidate platformFunctionExecutionLog list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
145
|
+
/** Invalidate a specific platformFunctionExecutionLog */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
71
146
|
};
|
|
72
147
|
/** Invalidate resourceEvent queries */ readonly resourceEvent: {
|
|
73
148
|
/** Invalidate all resourceEvent queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -79,21 +154,41 @@ export declare const invalidate: {
|
|
|
79
154
|
/** Invalidate functionGraphExecutionOutput list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
80
155
|
/** Invalidate a specific functionGraphExecutionOutput */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
81
156
|
};
|
|
157
|
+
/** Invalidate infraCommit queries */ readonly infraCommit: {
|
|
158
|
+
/** Invalidate all infraCommit queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
159
|
+
/** Invalidate infraCommit list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
160
|
+
/** Invalidate a specific infraCommit */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
161
|
+
};
|
|
82
162
|
/** Invalidate functionGraphCommit queries */ readonly functionGraphCommit: {
|
|
83
163
|
/** Invalidate all functionGraphCommit queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
84
164
|
/** Invalidate functionGraphCommit list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
85
165
|
/** Invalidate a specific functionGraphCommit */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
86
166
|
};
|
|
87
|
-
/** Invalidate secretDefinition queries */ readonly secretDefinition: {
|
|
88
|
-
/** Invalidate all secretDefinition queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
89
|
-
/** Invalidate secretDefinition list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
90
|
-
/** Invalidate a specific secretDefinition */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
91
|
-
};
|
|
92
167
|
/** Invalidate functionExecutionLog queries */ readonly functionExecutionLog: {
|
|
93
168
|
/** Invalidate all functionExecutionLog queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
94
169
|
/** Invalidate functionExecutionLog list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
170
|
/** Invalidate a specific functionExecutionLog */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
96
171
|
};
|
|
172
|
+
/** Invalidate platformResourcesResolvedRequirement queries */ readonly platformResourcesResolvedRequirement: {
|
|
173
|
+
/** Invalidate all platformResourcesResolvedRequirement queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
174
|
+
/** Invalidate platformResourcesResolvedRequirement list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
175
|
+
/** Invalidate a specific platformResourcesResolvedRequirement */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
176
|
+
};
|
|
177
|
+
/** Invalidate resourcesResolvedRequirement queries */ readonly resourcesResolvedRequirement: {
|
|
178
|
+
/** Invalidate all resourcesResolvedRequirement queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
179
|
+
/** Invalidate resourcesResolvedRequirement list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
|
+
/** Invalidate a specific resourcesResolvedRequirement */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
181
|
+
};
|
|
182
|
+
/** Invalidate dbPreset queries */ readonly dbPreset: {
|
|
183
|
+
/** Invalidate all dbPreset queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
184
|
+
/** Invalidate dbPreset list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
185
|
+
/** Invalidate a specific dbPreset */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
186
|
+
};
|
|
187
|
+
/** Invalidate platformNamespace queries */ readonly platformNamespace: {
|
|
188
|
+
/** Invalidate all platformNamespace queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
189
|
+
/** Invalidate platformNamespace list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
190
|
+
/** Invalidate a specific platformNamespace */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
191
|
+
};
|
|
97
192
|
/** Invalidate functionGraph queries */ readonly functionGraph: {
|
|
98
193
|
/** Invalidate all functionGraph queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
99
194
|
/** Invalidate functionGraph list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -104,15 +199,15 @@ export declare const invalidate: {
|
|
|
104
199
|
/** Invalidate functionGraphExecutionNodeState list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
200
|
/** Invalidate a specific functionGraphExecutionNodeState */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
201
|
};
|
|
107
|
-
/** Invalidate
|
|
108
|
-
/** Invalidate all
|
|
109
|
-
/** Invalidate
|
|
110
|
-
/** Invalidate a specific
|
|
202
|
+
/** Invalidate namespace queries */ readonly namespace: {
|
|
203
|
+
/** Invalidate all namespace queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
204
|
+
/** Invalidate namespace list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
205
|
+
/** Invalidate a specific namespace */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
111
206
|
};
|
|
112
|
-
/** Invalidate
|
|
113
|
-
/** Invalidate all
|
|
114
|
-
/** Invalidate
|
|
115
|
-
/** Invalidate a specific
|
|
207
|
+
/** Invalidate platformFunctionInvocation queries */ readonly platformFunctionInvocation: {
|
|
208
|
+
/** Invalidate all platformFunctionInvocation queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
209
|
+
/** Invalidate platformFunctionInvocation list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
210
|
+
/** Invalidate a specific platformFunctionInvocation */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
116
211
|
};
|
|
117
212
|
/** Invalidate functionInvocation queries */ readonly functionInvocation: {
|
|
118
213
|
/** Invalidate all functionInvocation queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -124,11 +219,26 @@ export declare const invalidate: {
|
|
|
124
219
|
/** Invalidate platformNamespaceEvent list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
125
220
|
/** Invalidate a specific platformNamespaceEvent */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
126
221
|
};
|
|
222
|
+
/** Invalidate integrationProvider queries */ readonly integrationProvider: {
|
|
223
|
+
/** Invalidate all integrationProvider queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
224
|
+
/** Invalidate integrationProvider list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
225
|
+
/** Invalidate a specific integrationProvider */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
226
|
+
};
|
|
227
|
+
/** Invalidate namespaceEvent queries */ readonly namespaceEvent: {
|
|
228
|
+
/** Invalidate all namespaceEvent queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
229
|
+
/** Invalidate namespaceEvent list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
230
|
+
/** Invalidate a specific namespaceEvent */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
231
|
+
};
|
|
127
232
|
/** Invalidate functionGraphExecution queries */ readonly functionGraphExecution: {
|
|
128
233
|
/** Invalidate all functionGraphExecution queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
129
234
|
/** Invalidate functionGraphExecution list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
130
235
|
/** Invalidate a specific functionGraphExecution */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
131
236
|
};
|
|
237
|
+
/** Invalidate platformFunctionDefinition queries */ readonly platformFunctionDefinition: {
|
|
238
|
+
/** Invalidate all platformFunctionDefinition queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
239
|
+
/** Invalidate platformFunctionDefinition list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
240
|
+
/** Invalidate a specific platformFunctionDefinition */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
241
|
+
};
|
|
132
242
|
/** Invalidate functionDefinition queries */ readonly functionDefinition: {
|
|
133
243
|
/** Invalidate all functionDefinition queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
134
244
|
/** Invalidate functionDefinition list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -147,26 +257,48 @@ export declare const invalidate: {
|
|
|
147
257
|
* instead of just invalidating (which would trigger a refetch).
|
|
148
258
|
*/
|
|
149
259
|
export declare const remove: {
|
|
260
|
+
/** Remove infraGetAllRecord from cache */ readonly infraGetAllRecord: (queryClient: QueryClient, id: string | number) => void;
|
|
150
261
|
/** Remove getAllRecord from cache */ readonly getAllRecord: (queryClient: QueryClient, id: string | number) => void;
|
|
262
|
+
/** Remove infraRef from cache */ readonly infraRef: (queryClient: QueryClient, id: string | number) => void;
|
|
263
|
+
/** Remove infraStore from cache */ readonly infraStore: (queryClient: QueryClient, id: string | number) => void;
|
|
151
264
|
/** Remove functionApiBinding from cache */ readonly functionApiBinding: (queryClient: QueryClient, id: string | number) => void;
|
|
152
|
-
/** Remove functionDeployment from cache */ readonly functionDeployment: (queryClient: QueryClient, id: string | number) => void;
|
|
153
|
-
/** Remove resource from cache */ readonly resource: (queryClient: QueryClient, id: string | number) => void;
|
|
154
265
|
/** Remove functionGraphRef from cache */ readonly functionGraphRef: (queryClient: QueryClient, id: string | number) => void;
|
|
155
266
|
/** Remove functionGraphStore from cache */ readonly functionGraphStore: (queryClient: QueryClient, id: string | number) => void;
|
|
267
|
+
/** Remove platformFunctionApiBinding from cache */ readonly platformFunctionApiBinding: (queryClient: QueryClient, id: string | number) => void;
|
|
268
|
+
/** Remove platformResourcesRequirementsState from cache */ readonly platformResourcesRequirementsState: (queryClient: QueryClient, id: string | number) => void;
|
|
269
|
+
/** Remove resourcesRequirementsState from cache */ readonly resourcesRequirementsState: (queryClient: QueryClient, id: string | number) => void;
|
|
270
|
+
/** Remove platformResourceStatusCheck from cache */ readonly platformResourceStatusCheck: (queryClient: QueryClient, id: string | number) => void;
|
|
271
|
+
/** Remove platformFunctionDeployment from cache */ readonly platformFunctionDeployment: (queryClient: QueryClient, id: string | number) => void;
|
|
272
|
+
/** Remove platformResource from cache */ readonly platformResource: (queryClient: QueryClient, id: string | number) => void;
|
|
273
|
+
/** Remove platformResourceDefinition from cache */ readonly platformResourceDefinition: (queryClient: QueryClient, id: string | number) => void;
|
|
274
|
+
/** Remove infraObject from cache */ readonly infraObject: (queryClient: QueryClient, id: string | number) => void;
|
|
156
275
|
/** Remove functionGraphObject from cache */ readonly functionGraphObject: (queryClient: QueryClient, id: string | number) => void;
|
|
276
|
+
/** Remove platformFunctionDeploymentEvent from cache */ readonly platformFunctionDeploymentEvent: (queryClient: QueryClient, id: string | number) => void;
|
|
277
|
+
/** Remove platformResourceEvent from cache */ readonly platformResourceEvent: (queryClient: QueryClient, id: string | number) => void;
|
|
278
|
+
/** Remove resourceStatusCheck from cache */ readonly resourceStatusCheck: (queryClient: QueryClient, id: string | number) => void;
|
|
279
|
+
/** Remove functionDeployment from cache */ readonly functionDeployment: (queryClient: QueryClient, id: string | number) => void;
|
|
280
|
+
/** Remove resource from cache */ readonly resource: (queryClient: QueryClient, id: string | number) => void;
|
|
281
|
+
/** Remove resourceDefinition from cache */ readonly resourceDefinition: (queryClient: QueryClient, id: string | number) => void;
|
|
157
282
|
/** Remove functionDeploymentEvent from cache */ readonly functionDeploymentEvent: (queryClient: QueryClient, id: string | number) => void;
|
|
158
|
-
/** Remove
|
|
283
|
+
/** Remove platformFunctionExecutionLog from cache */ readonly platformFunctionExecutionLog: (queryClient: QueryClient, id: string | number) => void;
|
|
159
284
|
/** Remove resourceEvent from cache */ readonly resourceEvent: (queryClient: QueryClient, id: string | number) => void;
|
|
160
285
|
/** Remove functionGraphExecutionOutput from cache */ readonly functionGraphExecutionOutput: (queryClient: QueryClient, id: string | number) => void;
|
|
286
|
+
/** Remove infraCommit from cache */ readonly infraCommit: (queryClient: QueryClient, id: string | number) => void;
|
|
161
287
|
/** Remove functionGraphCommit from cache */ readonly functionGraphCommit: (queryClient: QueryClient, id: string | number) => void;
|
|
162
|
-
/** Remove secretDefinition from cache */ readonly secretDefinition: (queryClient: QueryClient, id: string | number) => void;
|
|
163
288
|
/** Remove functionExecutionLog from cache */ readonly functionExecutionLog: (queryClient: QueryClient, id: string | number) => void;
|
|
289
|
+
/** Remove platformResourcesResolvedRequirement from cache */ readonly platformResourcesResolvedRequirement: (queryClient: QueryClient, id: string | number) => void;
|
|
290
|
+
/** Remove resourcesResolvedRequirement from cache */ readonly resourcesResolvedRequirement: (queryClient: QueryClient, id: string | number) => void;
|
|
291
|
+
/** Remove dbPreset from cache */ readonly dbPreset: (queryClient: QueryClient, id: string | number) => void;
|
|
292
|
+
/** Remove platformNamespace from cache */ readonly platformNamespace: (queryClient: QueryClient, id: string | number) => void;
|
|
164
293
|
/** Remove functionGraph from cache */ readonly functionGraph: (queryClient: QueryClient, id: string | number) => void;
|
|
165
294
|
/** Remove functionGraphExecutionNodeState from cache */ readonly functionGraphExecutionNodeState: (queryClient: QueryClient, id: string | number) => void;
|
|
166
|
-
/** Remove
|
|
167
|
-
/** Remove
|
|
295
|
+
/** Remove namespace from cache */ readonly namespace: (queryClient: QueryClient, id: string | number) => void;
|
|
296
|
+
/** Remove platformFunctionInvocation from cache */ readonly platformFunctionInvocation: (queryClient: QueryClient, id: string | number) => void;
|
|
168
297
|
/** Remove functionInvocation from cache */ readonly functionInvocation: (queryClient: QueryClient, id: string | number) => void;
|
|
169
298
|
/** Remove platformNamespaceEvent from cache */ readonly platformNamespaceEvent: (queryClient: QueryClient, id: string | number) => void;
|
|
299
|
+
/** Remove integrationProvider from cache */ readonly integrationProvider: (queryClient: QueryClient, id: string | number) => void;
|
|
300
|
+
/** Remove namespaceEvent from cache */ readonly namespaceEvent: (queryClient: QueryClient, id: string | number) => void;
|
|
170
301
|
/** Remove functionGraphExecution from cache */ readonly functionGraphExecution: (queryClient: QueryClient, id: string | number) => void;
|
|
302
|
+
/** Remove platformFunctionDefinition from cache */ readonly platformFunctionDefinition: (queryClient: QueryClient, id: string | number) => void;
|
|
171
303
|
/** Remove functionDefinition from cache */ readonly functionDefinition: (queryClient: QueryClient, id: string | number) => void;
|
|
172
304
|
};
|