@constructive-io/react 0.28.0 → 0.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/agent/orm/input-types.d.ts +96 -8
- package/agent/schema-types.d.ts +126 -78
- package/agent/types.d.ts +8 -0
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +6 -6
- package/api/hooks/invalidation.js +15 -15
- package/api/hooks/mutation-keys.d.ts +14 -18
- package/api/hooks/mutation-keys.js +11 -17
- package/api/hooks/mutations/index.d.ts +2 -4
- package/api/hooks/mutations/index.js +2 -4
- package/api/hooks/mutations/useRequestDatabaseMutation.d.ts +20 -0
- package/api/hooks/mutations/useRequestDatabaseMutation.js +26 -0
- package/api/hooks/queries/index.d.ts +2 -2
- package/api/hooks/queries/index.js +2 -2
- package/api/hooks/query-keys.d.ts +14 -14
- package/api/hooks/query-keys.js +9 -9
- package/api/orm/index.d.ts +5 -15
- package/api/orm/index.js +2 -2
- package/api/orm/input-types.d.ts +250 -231
- package/api/orm/models/index.d.ts +1 -1
- package/api/orm/models/index.js +3 -3
- package/api/orm/mutation/index.d.ts +11 -36
- package/api/orm/mutation/index.js +6 -30
- package/api/schema-types.d.ts +110 -112
- package/api/types.d.ts +20 -15
- package/auth/hooks/mutation-keys.d.ts +4 -2
- package/auth/hooks/mutation-keys.js +6 -3
- package/auth/hooks/mutations/index.d.ts +2 -2
- package/auth/hooks/mutations/index.js +2 -2
- package/auth/hooks/mutations/useDeletePrincipalMutation.d.ts +12 -30
- package/auth/hooks/mutations/useDeletePrincipalMutation.js +4 -17
- package/auth/orm/index.d.ts +10 -5
- package/auth/orm/input-types.d.ts +54 -45
- package/auth/orm/models/principal.d.ts +1 -10
- package/auth/orm/models/principal.js +0 -13
- package/auth/orm/mutation/index.d.ts +17 -9
- package/auth/orm/mutation/index.js +24 -12
- package/auth/schema-types.d.ts +37 -35
- package/auth/types.d.ts +3 -2
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +165 -33
- package/compute/hooks/invalidation.js +421 -69
- package/compute/hooks/mutation-keys.d.ts +338 -68
- package/compute/hooks/mutation-keys.js +241 -45
- package/compute/hooks/mutations/index.d.ts +78 -19
- package/compute/hooks/mutations/index.js +78 -19
- package/compute/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateDbPresetMutation.js +34 -0
- package/compute/hooks/mutations/useCreateFunctionDeploymentMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreateFunctionDeploymentMutation.js +1 -1
- package/compute/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraCommitMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraObjectMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraRefMutation.js +34 -0
- package/compute/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateInfraStoreMutation.js +34 -0
- package/compute/hooks/mutations/useCreateIntegrationProviderMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateIntegrationProviderMutation.js +34 -0
- package/compute/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateNamespaceEventMutation.js +34 -0
- package/compute/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateNamespaceMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceEventMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceEventMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.js +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourceDefinitionMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourceDefinitionMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourceStatusCheckMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourceStatusCheckMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.js +34 -0
- package/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.js +34 -0
- package/compute/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteDbPresetMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.js +1 -1
- package/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.js +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.js +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.js +2 -2
- package/compute/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteInfraCommitMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteInfraObjectMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteInfraRefMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteInfraStoreMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteIntegrationProviderMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteIntegrationProviderMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeleteNamespaceEventMutation.js +40 -0
- package/compute/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteNamespaceMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformResourceEventMutation.d.ts +40 -0
- package/compute/hooks/mutations/useDeletePlatformResourceEventMutation.js +40 -0
- package/compute/hooks/mutations/useDeletePlatformResourceMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformResourceMutation.js +39 -0
- package/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteResourceDefinitionMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteResourceDefinitionMutation.js +39 -0
- package/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.js +39 -0
- package/compute/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraInitEmptyRepoMutation.js +26 -0
- package/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.js +26 -0
- package/compute/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraSetDataAtPathMutation.js +26 -0
- package/compute/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateDbPresetMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.js +1 -1
- package/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.js +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.js +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.js +2 -2
- package/compute/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateInfraCommitMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateInfraObjectMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateInfraRefMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateInfraStoreMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateIntegrationProviderMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateIntegrationProviderMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdateNamespaceEventMutation.js +41 -0
- package/compute/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateNamespaceMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.d.ts +42 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.js +41 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceMutation.js +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateResourceDefinitionMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateResourceDefinitionMutation.js +40 -0
- package/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.js +40 -0
- package/compute/hooks/queries/index.d.ts +51 -12
- package/compute/hooks/queries/index.js +51 -12
- package/compute/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/compute/hooks/queries/useDbPresetQuery.js +53 -0
- package/compute/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/compute/hooks/queries/useDbPresetsQuery.js +38 -0
- package/compute/hooks/queries/useFunctionDeploymentQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionDeploymentQuery.js +1 -1
- package/compute/hooks/queries/useFunctionDeploymentsQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionDeploymentsQuery.js +1 -1
- package/compute/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraCommitQuery.js +53 -0
- package/compute/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraCommitsQuery.js +38 -0
- package/compute/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraGetAllQuery.js +38 -0
- package/compute/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraObjectQuery.js +53 -0
- package/compute/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraObjectsQuery.js +38 -0
- package/compute/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraRefQuery.js +53 -0
- package/compute/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraRefsQuery.js +38 -0
- package/compute/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/compute/hooks/queries/useInfraStoreQuery.js +53 -0
- package/compute/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/compute/hooks/queries/useInfraStoresQuery.js +38 -0
- package/compute/hooks/queries/useIntegrationProviderQuery.d.ts +65 -0
- package/compute/hooks/queries/useIntegrationProviderQuery.js +53 -0
- package/compute/hooks/queries/useIntegrationProvidersQuery.d.ts +69 -0
- package/compute/hooks/queries/useIntegrationProvidersQuery.js +38 -0
- package/compute/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/compute/hooks/queries/useNamespaceEventQuery.js +53 -0
- package/compute/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/compute/hooks/queries/useNamespaceEventsQuery.js +38 -0
- package/compute/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/compute/hooks/queries/useNamespaceQuery.js +53 -0
- package/compute/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/compute/hooks/queries/useNamespacesQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +53 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourceDefinitionsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourceEventQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceEventQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceEventsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourceEventsQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourceQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceStatusCheckQuery.d.ts +65 -0
- package/compute/hooks/queries/usePlatformResourceStatusCheckQuery.js +53 -0
- package/compute/hooks/queries/usePlatformResourceStatusChecksQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourceStatusChecksQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourcesQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourcesQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.js +38 -0
- package/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.js +38 -0
- package/compute/hooks/queries/useResourceDefinitionQuery.d.ts +65 -0
- package/compute/hooks/queries/useResourceDefinitionQuery.js +53 -0
- package/compute/hooks/queries/useResourceDefinitionsQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourceDefinitionsQuery.js +38 -0
- package/compute/hooks/queries/useResourceStatusCheckQuery.d.ts +65 -0
- package/compute/hooks/queries/useResourceStatusCheckQuery.js +53 -0
- package/compute/hooks/queries/useResourceStatusChecksQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourceStatusChecksQuery.js +38 -0
- package/compute/hooks/queries/useResourcesRequirementsStatesQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourcesRequirementsStatesQuery.js +38 -0
- package/compute/hooks/queries/useResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/compute/hooks/queries/useResourcesResolvedRequirementsQuery.js +38 -0
- package/compute/hooks/query-keys.d.ts +386 -78
- package/compute/hooks/query-keys.js +228 -46
- package/compute/orm/index.d.ts +76 -17
- package/compute/orm/index.js +56 -12
- package/compute/orm/input-types.d.ts +5893 -1343
- package/compute/orm/input-types.js +17 -3
- package/compute/orm/models/dbPreset.d.ts +54 -0
- package/compute/orm/models/dbPreset.js +104 -0
- package/compute/orm/models/functionGraphCommit.d.ts +2 -2
- package/compute/orm/models/functionGraphCommit.js +2 -2
- package/compute/orm/models/functionGraphObject.d.ts +2 -2
- package/compute/orm/models/functionGraphObject.js +2 -2
- package/compute/orm/models/functionGraphRef.d.ts +2 -2
- package/compute/orm/models/functionGraphRef.js +2 -2
- package/compute/orm/models/index.d.ts +28 -6
- package/compute/orm/models/index.js +57 -13
- package/compute/orm/models/infraCommit.d.ts +56 -0
- package/compute/orm/models/infraCommit.js +107 -0
- package/compute/orm/models/infraGetAllRecord.d.ts +30 -0
- package/compute/orm/models/infraGetAllRecord.js +59 -0
- package/compute/orm/models/infraObject.d.ts +56 -0
- package/compute/orm/models/infraObject.js +97 -0
- package/compute/orm/models/infraRef.d.ts +56 -0
- package/compute/orm/models/infraRef.js +107 -0
- package/compute/orm/models/infraStore.d.ts +54 -0
- package/compute/orm/models/infraStore.js +104 -0
- package/compute/orm/models/integrationProvider.d.ts +54 -0
- package/compute/orm/models/integrationProvider.js +104 -0
- package/compute/orm/models/namespace.d.ts +54 -0
- package/compute/orm/models/namespace.js +104 -0
- package/compute/orm/models/namespaceEvent.d.ts +56 -0
- package/compute/orm/models/namespaceEvent.js +107 -0
- package/compute/orm/models/platformFunctionApiBinding.d.ts +54 -0
- package/compute/orm/models/platformFunctionApiBinding.js +104 -0
- package/compute/orm/models/platformFunctionDefinition.d.ts +54 -0
- package/compute/orm/models/platformFunctionDefinition.js +104 -0
- package/compute/orm/models/platformFunctionDeployment.d.ts +54 -0
- package/compute/orm/models/platformFunctionDeployment.js +104 -0
- package/compute/orm/models/platformFunctionDeploymentEvent.d.ts +56 -0
- package/compute/orm/models/platformFunctionDeploymentEvent.js +107 -0
- package/compute/orm/models/platformFunctionExecutionLog.d.ts +56 -0
- package/compute/orm/models/platformFunctionExecutionLog.js +107 -0
- package/compute/orm/models/platformFunctionInvocation.d.ts +56 -0
- package/compute/orm/models/platformFunctionInvocation.js +107 -0
- package/compute/orm/models/platformResource.d.ts +54 -0
- package/compute/orm/models/platformResource.js +104 -0
- package/compute/orm/models/platformResourceDefinition.d.ts +54 -0
- package/compute/orm/models/platformResourceDefinition.js +104 -0
- package/compute/orm/models/platformResourceEvent.d.ts +56 -0
- package/compute/orm/models/platformResourceEvent.js +107 -0
- package/compute/orm/models/platformResourceStatusCheck.d.ts +54 -0
- package/compute/orm/models/platformResourceStatusCheck.js +104 -0
- package/compute/orm/models/platformResourcesRequirementsState.d.ts +30 -0
- package/compute/orm/models/platformResourcesRequirementsState.js +59 -0
- package/compute/orm/models/platformResourcesResolvedRequirement.d.ts +30 -0
- package/compute/orm/models/platformResourcesResolvedRequirement.js +59 -0
- package/compute/orm/models/resourceDefinition.d.ts +54 -0
- package/compute/orm/models/resourceDefinition.js +104 -0
- package/compute/orm/models/resourceStatusCheck.d.ts +54 -0
- package/compute/orm/models/resourceStatusCheck.js +104 -0
- package/compute/orm/models/resourcesRequirementsState.d.ts +30 -0
- package/compute/orm/models/resourcesRequirementsState.js +59 -0
- package/compute/orm/models/resourcesResolvedRequirement.d.ts +30 -0
- package/compute/orm/models/resourcesResolvedRequirement.js +59 -0
- package/compute/orm/mutation/index.d.ts +33 -9
- package/compute/orm/mutation/index.js +48 -12
- package/compute/schema-types.d.ts +3391 -617
- package/compute/types.d.ts +346 -38
- package/config/hooks/index.d.ts +1 -1
- package/config/hooks/index.js +1 -1
- package/config/hooks/invalidation.d.ts +24 -6
- package/config/hooks/invalidation.js +63 -15
- package/config/hooks/mutation-keys.d.ts +64 -20
- package/config/hooks/mutation-keys.js +56 -23
- package/config/hooks/mutations/index.d.ts +14 -7
- package/config/hooks/mutations/index.js +14 -7
- package/config/hooks/mutations/useCreateConfigMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreateConfigMutation.js +34 -0
- package/config/hooks/mutations/useCreatePlatformConfigMutation.d.ts +2 -2
- package/config/hooks/mutations/useCreatePlatformConfigMutation.js +1 -1
- package/config/hooks/mutations/useCreatePlatformInternalSecretMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreatePlatformInternalSecretMutation.js +34 -0
- package/config/hooks/mutations/useCreatePlatformSecretMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreatePlatformSecretMutation.js +34 -0
- package/config/hooks/mutations/useCreateSecretMutation.d.ts +34 -0
- package/config/hooks/mutations/useCreateSecretMutation.js +34 -0
- package/config/hooks/mutations/useDeleteConfigMutation.d.ts +38 -0
- package/config/hooks/mutations/useDeleteConfigMutation.js +39 -0
- package/config/hooks/mutations/useDeletePlatformConfigMutation.d.ts +2 -2
- package/config/hooks/mutations/useDeletePlatformConfigMutation.js +1 -1
- package/config/hooks/mutations/usePlatformInternalSecretsDelMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsDelMutation.js +26 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.js +26 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.js +26 -0
- package/config/hooks/mutations/usePlatformInternalSecretsSetMutation.d.ts +20 -0
- package/config/hooks/mutations/usePlatformInternalSecretsSetMutation.js +26 -0
- package/config/hooks/mutations/useUpdateConfigMutation.d.ts +40 -0
- package/config/hooks/mutations/useUpdateConfigMutation.js +40 -0
- package/config/hooks/mutations/useUpdatePlatformConfigMutation.d.ts +2 -2
- package/config/hooks/mutations/useUpdatePlatformConfigMutation.js +1 -1
- package/config/hooks/mutations/use_secretsDelMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsDelMutation.js +26 -0
- package/config/hooks/mutations/use_secretsRemoveArrayMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsRemoveArrayMutation.js +26 -0
- package/config/hooks/mutations/use_secretsRotateMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsRotateMutation.js +26 -0
- package/config/hooks/mutations/use_secretsSetMutation.d.ts +20 -0
- package/config/hooks/mutations/use_secretsSetMutation.js +26 -0
- package/config/hooks/queries/index.d.ts +8 -2
- package/config/hooks/queries/index.js +8 -2
- package/config/hooks/queries/useConfigQuery.d.ts +65 -0
- package/config/hooks/queries/useConfigQuery.js +53 -0
- package/config/hooks/queries/useConfigsQuery.d.ts +69 -0
- package/config/hooks/queries/useConfigsQuery.js +38 -0
- package/config/hooks/queries/usePlatformConfigQuery.d.ts +4 -4
- package/config/hooks/queries/usePlatformConfigQuery.js +1 -1
- package/config/hooks/queries/usePlatformConfigsQuery.d.ts +4 -4
- package/config/hooks/queries/usePlatformConfigsQuery.js +1 -1
- package/config/hooks/queries/usePlatformInternalSecretQuery.d.ts +65 -0
- package/config/hooks/queries/usePlatformInternalSecretQuery.js +53 -0
- package/config/hooks/queries/usePlatformInternalSecretsQuery.d.ts +69 -0
- package/config/hooks/queries/usePlatformInternalSecretsQuery.js +38 -0
- package/config/hooks/queries/usePlatformSecretQuery.d.ts +65 -0
- package/config/hooks/queries/usePlatformSecretQuery.js +53 -0
- package/config/hooks/queries/usePlatformSecretsQuery.d.ts +69 -0
- package/config/hooks/queries/usePlatformSecretsQuery.js +38 -0
- package/config/hooks/queries/useSecretQuery.d.ts +65 -0
- package/config/hooks/queries/useSecretQuery.js +53 -0
- package/config/hooks/queries/useSecretsQuery.d.ts +69 -0
- package/config/hooks/queries/useSecretsQuery.js +38 -0
- package/config/hooks/query-keys.d.ts +56 -14
- package/config/hooks/query-keys.js +33 -9
- package/config/orm/index.d.ts +42 -16
- package/config/orm/index.js +8 -2
- package/config/orm/input-types.d.ts +595 -154
- package/config/orm/models/config.d.ts +54 -0
- package/config/orm/models/config.js +104 -0
- package/config/orm/models/index.d.ts +4 -1
- package/config/orm/models/index.js +9 -3
- package/config/orm/models/platformInternalSecret.d.ts +36 -0
- package/config/orm/models/platformInternalSecret.js +80 -0
- package/config/orm/models/platformSecret.d.ts +36 -0
- package/config/orm/models/platformSecret.js +80 -0
- package/config/orm/models/secret.d.ts +36 -0
- package/config/orm/models/secret.js +80 -0
- package/config/orm/mutation/index.d.ts +56 -24
- package/config/orm/mutation/index.js +78 -30
- package/config/schema-types.d.ts +381 -107
- package/config/types.d.ts +50 -7
- package/esm/agent/orm/input-types.d.ts +96 -8
- package/esm/agent/schema-types.d.ts +126 -78
- package/esm/agent/types.d.ts +8 -0
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +6 -6
- package/esm/api/hooks/invalidation.js +16 -16
- package/esm/api/hooks/mutation-keys.d.ts +14 -18
- package/esm/api/hooks/mutation-keys.js +10 -16
- package/esm/api/hooks/mutations/index.d.ts +2 -4
- package/esm/api/hooks/mutations/index.js +2 -4
- package/esm/api/hooks/mutations/useRequestDatabaseMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useRequestDatabaseMutation.js +23 -0
- package/esm/api/hooks/queries/index.d.ts +2 -2
- package/esm/api/hooks/queries/index.js +2 -2
- package/esm/api/hooks/query-keys.d.ts +14 -14
- package/esm/api/hooks/query-keys.js +8 -8
- package/esm/api/orm/index.d.ts +5 -15
- package/esm/api/orm/index.js +2 -2
- package/esm/api/orm/input-types.d.ts +250 -231
- package/esm/api/orm/models/index.d.ts +1 -1
- package/esm/api/orm/models/index.js +1 -1
- package/esm/api/orm/mutation/index.d.ts +11 -36
- package/esm/api/orm/mutation/index.js +6 -30
- package/esm/api/schema-types.d.ts +110 -112
- package/esm/api/types.d.ts +20 -15
- package/esm/auth/hooks/mutation-keys.d.ts +4 -2
- package/esm/auth/hooks/mutation-keys.js +6 -3
- package/esm/auth/hooks/mutations/index.d.ts +2 -2
- package/esm/auth/hooks/mutations/index.js +2 -2
- package/esm/auth/hooks/mutations/useDeletePrincipalMutation.d.ts +12 -30
- package/esm/auth/hooks/mutations/useDeletePrincipalMutation.js +6 -19
- package/esm/auth/orm/index.d.ts +10 -5
- package/esm/auth/orm/input-types.d.ts +54 -45
- package/esm/auth/orm/models/principal.d.ts +1 -10
- package/esm/auth/orm/models/principal.js +1 -14
- package/esm/auth/orm/mutation/index.d.ts +17 -9
- package/esm/auth/orm/mutation/index.js +24 -12
- package/esm/auth/schema-types.d.ts +37 -35
- package/esm/auth/types.d.ts +3 -2
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +165 -33
- package/esm/compute/hooks/invalidation.js +422 -70
- package/esm/compute/hooks/mutation-keys.d.ts +338 -68
- package/esm/compute/hooks/mutation-keys.js +240 -44
- package/esm/compute/hooks/mutations/index.d.ts +78 -19
- package/esm/compute/hooks/mutations/index.js +78 -19
- package/esm/compute/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateDbPresetMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateFunctionDeploymentMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreateFunctionDeploymentMutation.js +1 -1
- package/esm/compute/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraCommitMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraGetAllRecordMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraObjectMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraRefMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateInfraStoreMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateIntegrationProviderMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateIntegrationProviderMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceEventMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateNamespaceMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionApiBindingMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDefinitionMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentEventMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionDeploymentMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionExecutionLogMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceDefinitionMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceEventMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceEventMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourceStatusCheckMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesRequirementsStateMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreatePlatformResourcesResolvedRequirementMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourceDefinitionMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourceDefinitionMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourceStatusCheckMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourceStatusCheckMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourcesRequirementsStateMutation.js +31 -0
- package/esm/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateResourcesResolvedRequirementMutation.js +31 -0
- package/esm/compute/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteDbPresetMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.js +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.js +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.js +2 -2
- package/esm/compute/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteInfraCommitMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteInfraObjectMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteInfraRefMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteInfraStoreMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteIntegrationProviderMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteIntegrationProviderMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceEventMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteNamespaceMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionApiBindingMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDefinitionMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentEventMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionDeploymentMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionExecutionLogMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceDefinitionMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceEventMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceEventMutation.js +37 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeletePlatformResourceStatusCheckMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteResourceDefinitionMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteResourceDefinitionMutation.js +36 -0
- package/esm/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteResourceStatusCheckMutation.js +36 -0
- package/esm/compute/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraInitEmptyRepoMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodeAtPathMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraSetDataAtPathMutation.js +23 -0
- package/esm/compute/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateDbPresetMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.js +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.js +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.js +2 -2
- package/esm/compute/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateInfraCommitMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateInfraObjectMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateInfraRefMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateInfraStoreMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateIntegrationProviderMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateIntegrationProviderMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceEventMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateNamespaceMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionApiBindingMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDefinitionMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentEventMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionDeploymentMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionExecutionLogMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceDefinitionMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.d.ts +42 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceEventMutation.js +38 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdatePlatformResourceStatusCheckMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateResourceDefinitionMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateResourceDefinitionMutation.js +37 -0
- package/esm/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateResourceStatusCheckMutation.js +37 -0
- package/esm/compute/hooks/queries/index.d.ts +51 -12
- package/esm/compute/hooks/queries/index.js +51 -12
- package/esm/compute/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useDbPresetQuery.js +47 -0
- package/esm/compute/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useDbPresetsQuery.js +32 -0
- package/esm/compute/hooks/queries/useFunctionDeploymentQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionDeploymentQuery.js +1 -1
- package/esm/compute/hooks/queries/useFunctionDeploymentsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionDeploymentsQuery.js +1 -1
- package/esm/compute/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraCommitQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraCommitsQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraGetAllQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraObjectQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraObjectsQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraRefQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraRefsQuery.js +32 -0
- package/esm/compute/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useInfraStoreQuery.js +47 -0
- package/esm/compute/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useInfraStoresQuery.js +32 -0
- package/esm/compute/hooks/queries/useIntegrationProviderQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useIntegrationProviderQuery.js +47 -0
- package/esm/compute/hooks/queries/useIntegrationProvidersQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useIntegrationProvidersQuery.js +32 -0
- package/esm/compute/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useNamespaceEventQuery.js +47 -0
- package/esm/compute/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useNamespaceEventsQuery.js +32 -0
- package/esm/compute/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useNamespaceQuery.js +47 -0
- package/esm/compute/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useNamespacesQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionApiBindingsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDefinitionsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentEventsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionDeploymentsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionExecutionLogsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourceDefinitionsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourceEventsQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourceQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusCheckQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusCheckQuery.js +47 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusChecksQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourceStatusChecksQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourcesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourcesQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourcesRequirementsStatesQuery.js +32 -0
- package/esm/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/usePlatformResourcesResolvedRequirementsQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourceDefinitionQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useResourceDefinitionQuery.js +47 -0
- package/esm/compute/hooks/queries/useResourceDefinitionsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourceDefinitionsQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourceStatusCheckQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useResourceStatusCheckQuery.js +47 -0
- package/esm/compute/hooks/queries/useResourceStatusChecksQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourceStatusChecksQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourcesRequirementsStatesQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourcesRequirementsStatesQuery.js +32 -0
- package/esm/compute/hooks/queries/useResourcesResolvedRequirementsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useResourcesResolvedRequirementsQuery.js +32 -0
- package/esm/compute/hooks/query-keys.d.ts +386 -78
- package/esm/compute/hooks/query-keys.js +227 -45
- package/esm/compute/orm/index.d.ts +76 -17
- package/esm/compute/orm/index.js +56 -12
- package/esm/compute/orm/input-types.d.ts +5893 -1343
- package/esm/compute/orm/input-types.js +17 -3
- package/esm/compute/orm/models/dbPreset.d.ts +54 -0
- package/esm/compute/orm/models/dbPreset.js +100 -0
- package/esm/compute/orm/models/functionGraphCommit.d.ts +2 -2
- package/esm/compute/orm/models/functionGraphCommit.js +2 -2
- package/esm/compute/orm/models/functionGraphObject.d.ts +2 -2
- package/esm/compute/orm/models/functionGraphObject.js +2 -2
- package/esm/compute/orm/models/functionGraphRef.d.ts +2 -2
- package/esm/compute/orm/models/functionGraphRef.js +2 -2
- package/esm/compute/orm/models/index.d.ts +28 -6
- package/esm/compute/orm/models/index.js +28 -6
- package/esm/compute/orm/models/infraCommit.d.ts +56 -0
- package/esm/compute/orm/models/infraCommit.js +103 -0
- package/esm/compute/orm/models/infraGetAllRecord.d.ts +30 -0
- package/esm/compute/orm/models/infraGetAllRecord.js +55 -0
- package/esm/compute/orm/models/infraObject.d.ts +56 -0
- package/esm/compute/orm/models/infraObject.js +93 -0
- package/esm/compute/orm/models/infraRef.d.ts +56 -0
- package/esm/compute/orm/models/infraRef.js +103 -0
- package/esm/compute/orm/models/infraStore.d.ts +54 -0
- package/esm/compute/orm/models/infraStore.js +100 -0
- package/esm/compute/orm/models/integrationProvider.d.ts +54 -0
- package/esm/compute/orm/models/integrationProvider.js +100 -0
- package/esm/compute/orm/models/namespace.d.ts +54 -0
- package/esm/compute/orm/models/namespace.js +100 -0
- package/esm/compute/orm/models/namespaceEvent.d.ts +56 -0
- package/esm/compute/orm/models/namespaceEvent.js +103 -0
- package/esm/compute/orm/models/platformFunctionApiBinding.d.ts +54 -0
- package/esm/compute/orm/models/platformFunctionApiBinding.js +100 -0
- package/esm/compute/orm/models/platformFunctionDefinition.d.ts +54 -0
- package/esm/compute/orm/models/platformFunctionDefinition.js +100 -0
- package/esm/compute/orm/models/platformFunctionDeployment.d.ts +54 -0
- package/esm/compute/orm/models/platformFunctionDeployment.js +100 -0
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.d.ts +56 -0
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.js +103 -0
- package/esm/compute/orm/models/platformFunctionExecutionLog.d.ts +56 -0
- package/esm/compute/orm/models/platformFunctionExecutionLog.js +103 -0
- package/esm/compute/orm/models/platformFunctionInvocation.d.ts +56 -0
- package/esm/compute/orm/models/platformFunctionInvocation.js +103 -0
- package/esm/compute/orm/models/platformResource.d.ts +54 -0
- package/esm/compute/orm/models/platformResource.js +100 -0
- package/esm/compute/orm/models/platformResourceDefinition.d.ts +54 -0
- package/esm/compute/orm/models/platformResourceDefinition.js +100 -0
- package/esm/compute/orm/models/platformResourceEvent.d.ts +56 -0
- package/esm/compute/orm/models/platformResourceEvent.js +103 -0
- package/esm/compute/orm/models/platformResourceStatusCheck.d.ts +54 -0
- package/esm/compute/orm/models/platformResourceStatusCheck.js +100 -0
- package/esm/compute/orm/models/platformResourcesRequirementsState.d.ts +30 -0
- package/esm/compute/orm/models/platformResourcesRequirementsState.js +55 -0
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.d.ts +30 -0
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.js +55 -0
- package/esm/compute/orm/models/resourceDefinition.d.ts +54 -0
- package/esm/compute/orm/models/resourceDefinition.js +100 -0
- package/esm/compute/orm/models/resourceStatusCheck.d.ts +54 -0
- package/esm/compute/orm/models/resourceStatusCheck.js +100 -0
- package/esm/compute/orm/models/resourcesRequirementsState.d.ts +30 -0
- package/esm/compute/orm/models/resourcesRequirementsState.js +55 -0
- package/esm/compute/orm/models/resourcesResolvedRequirement.d.ts +30 -0
- package/esm/compute/orm/models/resourcesResolvedRequirement.js +55 -0
- package/esm/compute/orm/mutation/index.d.ts +33 -9
- package/esm/compute/orm/mutation/index.js +48 -12
- package/esm/compute/schema-types.d.ts +3391 -617
- package/esm/compute/types.d.ts +346 -38
- package/esm/config/hooks/index.d.ts +1 -1
- package/esm/config/hooks/index.js +1 -1
- package/esm/config/hooks/invalidation.d.ts +24 -6
- package/esm/config/hooks/invalidation.js +64 -16
- package/esm/config/hooks/mutation-keys.d.ts +64 -20
- package/esm/config/hooks/mutation-keys.js +55 -22
- package/esm/config/hooks/mutations/index.d.ts +14 -7
- package/esm/config/hooks/mutations/index.js +14 -7
- package/esm/config/hooks/mutations/useCreateConfigMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreateConfigMutation.js +31 -0
- package/esm/config/hooks/mutations/useCreatePlatformConfigMutation.d.ts +2 -2
- package/esm/config/hooks/mutations/useCreatePlatformConfigMutation.js +1 -1
- package/esm/config/hooks/mutations/useCreatePlatformInternalSecretMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreatePlatformInternalSecretMutation.js +31 -0
- package/esm/config/hooks/mutations/useCreatePlatformSecretMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreatePlatformSecretMutation.js +31 -0
- package/esm/config/hooks/mutations/useCreateSecretMutation.d.ts +34 -0
- package/esm/config/hooks/mutations/useCreateSecretMutation.js +31 -0
- package/esm/config/hooks/mutations/useDeleteConfigMutation.d.ts +38 -0
- package/esm/config/hooks/mutations/useDeleteConfigMutation.js +36 -0
- package/esm/config/hooks/mutations/useDeletePlatformConfigMutation.d.ts +2 -2
- package/esm/config/hooks/mutations/useDeletePlatformConfigMutation.js +1 -1
- package/esm/config/hooks/mutations/usePlatformInternalSecretsDelMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsDelMutation.js +23 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRemoveArrayMutation.js +23 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsRotateMutation.js +23 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsSetMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/usePlatformInternalSecretsSetMutation.js +23 -0
- package/esm/config/hooks/mutations/useUpdateConfigMutation.d.ts +40 -0
- package/esm/config/hooks/mutations/useUpdateConfigMutation.js +37 -0
- package/esm/config/hooks/mutations/useUpdatePlatformConfigMutation.d.ts +2 -2
- package/esm/config/hooks/mutations/useUpdatePlatformConfigMutation.js +1 -1
- package/esm/config/hooks/mutations/use_secretsDelMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsDelMutation.js +23 -0
- package/esm/config/hooks/mutations/use_secretsRemoveArrayMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsRemoveArrayMutation.js +23 -0
- package/esm/config/hooks/mutations/use_secretsRotateMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsRotateMutation.js +23 -0
- package/esm/config/hooks/mutations/use_secretsSetMutation.d.ts +20 -0
- package/esm/config/hooks/mutations/use_secretsSetMutation.js +23 -0
- package/esm/config/hooks/queries/index.d.ts +8 -2
- package/esm/config/hooks/queries/index.js +8 -2
- package/esm/config/hooks/queries/useConfigQuery.d.ts +65 -0
- package/esm/config/hooks/queries/useConfigQuery.js +47 -0
- package/esm/config/hooks/queries/useConfigsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/useConfigsQuery.js +32 -0
- package/esm/config/hooks/queries/usePlatformConfigQuery.d.ts +4 -4
- package/esm/config/hooks/queries/usePlatformConfigQuery.js +1 -1
- package/esm/config/hooks/queries/usePlatformConfigsQuery.d.ts +4 -4
- package/esm/config/hooks/queries/usePlatformConfigsQuery.js +1 -1
- package/esm/config/hooks/queries/usePlatformInternalSecretQuery.d.ts +65 -0
- package/esm/config/hooks/queries/usePlatformInternalSecretQuery.js +47 -0
- package/esm/config/hooks/queries/usePlatformInternalSecretsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/usePlatformInternalSecretsQuery.js +32 -0
- package/esm/config/hooks/queries/usePlatformSecretQuery.d.ts +65 -0
- package/esm/config/hooks/queries/usePlatformSecretQuery.js +47 -0
- package/esm/config/hooks/queries/usePlatformSecretsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/usePlatformSecretsQuery.js +32 -0
- package/esm/config/hooks/queries/useSecretQuery.d.ts +65 -0
- package/esm/config/hooks/queries/useSecretQuery.js +47 -0
- package/esm/config/hooks/queries/useSecretsQuery.d.ts +69 -0
- package/esm/config/hooks/queries/useSecretsQuery.js +32 -0
- package/esm/config/hooks/query-keys.d.ts +56 -14
- package/esm/config/hooks/query-keys.js +32 -8
- package/esm/config/orm/index.d.ts +42 -16
- package/esm/config/orm/index.js +8 -2
- package/esm/config/orm/input-types.d.ts +595 -154
- package/esm/config/orm/models/config.d.ts +54 -0
- package/esm/config/orm/models/config.js +100 -0
- package/esm/config/orm/models/index.d.ts +4 -1
- package/esm/config/orm/models/index.js +4 -1
- package/esm/config/orm/models/platformInternalSecret.d.ts +36 -0
- package/esm/config/orm/models/platformInternalSecret.js +76 -0
- package/esm/config/orm/models/platformSecret.d.ts +36 -0
- package/esm/config/orm/models/platformSecret.js +76 -0
- package/esm/config/orm/models/secret.d.ts +36 -0
- package/esm/config/orm/models/secret.js +76 -0
- package/esm/config/orm/mutation/index.d.ts +56 -24
- package/esm/config/orm/mutation/index.js +78 -30
- package/esm/config/schema-types.d.ts +381 -107
- package/esm/config/types.d.ts +50 -7
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/infra/hooks/client.d.ts +30 -0
- package/esm/infra/hooks/client.js +34 -0
- package/esm/infra/hooks/index.d.ts +39 -0
- package/esm/infra/hooks/index.js +39 -0
- package/esm/infra/hooks/invalidation.d.ts +100 -0
- package/esm/infra/hooks/invalidation.js +200 -0
- package/esm/infra/hooks/mutation-keys.d.ts +161 -0
- package/esm/infra/hooks/mutation-keys.js +132 -0
- package/esm/infra/hooks/mutations/index.d.ts +37 -0
- package/esm/infra/hooks/mutations/index.js +37 -0
- package/esm/infra/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateDbPresetMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraCommitMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraObjectMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraRefMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateInfraStoreMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceEventMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreateNamespaceMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.js +31 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceMutation.d.ts +34 -0
- package/esm/infra/hooks/mutations/useCreatePlatformNamespaceMutation.js +31 -0
- package/esm/infra/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeleteDbPresetMutation.js +36 -0
- package/esm/infra/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteInfraCommitMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteInfraObjectMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteInfraRefMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeleteInfraStoreMutation.js +36 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceEventMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeleteNamespaceMutation.js +36 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.js +37 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceMutation.d.ts +38 -0
- package/esm/infra/hooks/mutations/useDeletePlatformNamespaceMutation.js +36 -0
- package/esm/infra/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useInfraInitEmptyRepoMutation.js +23 -0
- package/esm/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.js +23 -0
- package/esm/infra/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useInfraSetDataAtPathMutation.js +23 -0
- package/esm/infra/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
- package/esm/infra/hooks/mutations/useProvisionBucketMutation.js +23 -0
- package/esm/infra/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdateDbPresetMutation.js +37 -0
- package/esm/infra/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateInfraCommitMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateInfraObjectMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateInfraRefMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdateInfraStoreMutation.js +37 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceEventMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdateNamespaceMutation.js +37 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.d.ts +42 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.js +38 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.d.ts +40 -0
- package/esm/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.js +37 -0
- package/esm/infra/hooks/queries/index.d.ts +24 -0
- package/esm/infra/hooks/queries/index.js +24 -0
- package/esm/infra/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useDbPresetQuery.js +47 -0
- package/esm/infra/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useDbPresetsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraCommitQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraCommitsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraGetAllQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraObjectQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraObjectsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraRefQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraRefsQuery.js +32 -0
- package/esm/infra/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useInfraStoreQuery.js +47 -0
- package/esm/infra/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useInfraStoresQuery.js +32 -0
- package/esm/infra/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useNamespaceEventQuery.js +47 -0
- package/esm/infra/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useNamespaceEventsQuery.js +32 -0
- package/esm/infra/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/useNamespaceQuery.js +47 -0
- package/esm/infra/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/useNamespacesQuery.js +32 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventQuery.js +47 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventsQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceEventsQuery.js +32 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceQuery.d.ts +65 -0
- package/esm/infra/hooks/queries/usePlatformNamespaceQuery.js +47 -0
- package/esm/infra/hooks/queries/usePlatformNamespacesQuery.d.ts +69 -0
- package/esm/infra/hooks/queries/usePlatformNamespacesQuery.js +32 -0
- package/esm/infra/hooks/query-keys.d.ts +171 -0
- package/esm/infra/hooks/query-keys.js +122 -0
- package/esm/infra/hooks/selection.d.ts +30 -0
- package/esm/infra/hooks/selection.js +22 -0
- package/esm/infra/index.d.ts +7 -0
- package/esm/infra/index.js +7 -0
- package/esm/infra/orm/client.d.ts +97 -0
- package/esm/infra/orm/client.js +145 -0
- package/esm/infra/orm/index.d.ts +74 -0
- package/esm/infra/orm/index.js +61 -0
- package/esm/infra/orm/input-types.d.ts +1953 -0
- package/esm/infra/orm/input-types.js +2 -0
- package/esm/infra/orm/models/dbPreset.d.ts +54 -0
- package/esm/infra/orm/models/dbPreset.js +100 -0
- package/esm/infra/orm/models/index.d.ts +15 -0
- package/esm/infra/orm/models/index.js +15 -0
- package/esm/infra/orm/models/infraCommit.d.ts +56 -0
- package/esm/infra/orm/models/infraCommit.js +103 -0
- package/esm/infra/orm/models/infraGetAllRecord.d.ts +30 -0
- package/esm/infra/orm/models/infraGetAllRecord.js +55 -0
- package/esm/infra/orm/models/infraObject.d.ts +56 -0
- package/esm/infra/orm/models/infraObject.js +93 -0
- package/esm/infra/orm/models/infraRef.d.ts +56 -0
- package/esm/infra/orm/models/infraRef.js +103 -0
- package/esm/infra/orm/models/infraStore.d.ts +54 -0
- package/esm/infra/orm/models/infraStore.js +100 -0
- package/esm/infra/orm/models/namespace.d.ts +54 -0
- package/esm/infra/orm/models/namespace.js +100 -0
- package/esm/infra/orm/models/namespaceEvent.d.ts +56 -0
- package/esm/infra/orm/models/namespaceEvent.js +103 -0
- package/esm/infra/orm/models/platformNamespace.d.ts +54 -0
- package/esm/infra/orm/models/platformNamespace.js +100 -0
- package/esm/infra/orm/models/platformNamespaceEvent.d.ts +56 -0
- package/esm/infra/orm/models/platformNamespaceEvent.js +103 -0
- package/esm/infra/orm/mutation/index.d.ts +50 -0
- package/esm/infra/orm/mutation/index.js +54 -0
- package/esm/infra/orm/query-builder.d.ts +110 -0
- package/esm/infra/orm/query-builder.js +705 -0
- package/esm/infra/orm/realtime.d.ts +142 -0
- package/esm/infra/orm/realtime.js +100 -0
- package/esm/infra/orm/select-types.d.ts +125 -0
- package/esm/infra/orm/select-types.js +1 -0
- package/esm/infra/orm/types.d.ts +6 -0
- package/esm/infra/orm/types.js +7 -0
- package/esm/infra/schema-types.d.ts +1420 -0
- package/esm/infra/schema-types.js +6 -0
- package/esm/infra/types.d.ts +341 -0
- package/esm/infra/types.js +1 -0
- package/esm/modules/hooks/index.d.ts +1 -1
- package/esm/modules/hooks/index.js +1 -1
- package/esm/modules/hooks/invalidation.d.ts +136 -106
- package/esm/modules/hooks/invalidation.js +322 -242
- package/esm/modules/hooks/mutation-keys.d.ts +272 -212
- package/esm/modules/hooks/mutation-keys.js +178 -140
- package/esm/modules/hooks/mutations/index.d.ts +72 -57
- package/esm/modules/hooks/mutations/index.js +72 -57
- package/esm/modules/hooks/mutations/useCreateDbPoolConfigMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDbPoolConfigMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateDbPoolMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDbPoolMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateDbPresetModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDbPresetModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.d.ts +10 -12
- package/esm/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.js +5 -6
- package/esm/modules/hooks/mutations/useCreateInfraConfigModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateInfraConfigModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.d.ts +42 -0
- package/esm/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.js +35 -0
- package/esm/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolConfigMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolConfigMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDbPoolMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteDbPresetModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDbPresetModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.d.ts +10 -12
- package/esm/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.js +5 -6
- package/esm/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.d.ts +46 -0
- package/esm/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.js +40 -0
- package/esm/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolConfigMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolConfigMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDbPoolMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateDbPresetModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDbPresetModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.d.ts +10 -12
- package/esm/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.js +5 -6
- package/esm/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.d.ts +48 -0
- package/esm/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.js +41 -0
- package/esm/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.js +37 -0
- package/esm/modules/hooks/queries/index.d.ts +48 -38
- package/esm/modules/hooks/queries/index.js +48 -38
- package/esm/modules/hooks/queries/useDbPoolConfigQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDbPoolConfigQuery.js +47 -0
- package/esm/modules/hooks/queries/useDbPoolConfigsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDbPoolConfigsQuery.js +32 -0
- package/esm/modules/hooks/queries/useDbPoolQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDbPoolQuery.js +47 -0
- package/esm/modules/hooks/queries/useDbPoolsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDbPoolsQuery.js +32 -0
- package/esm/modules/hooks/queries/useDbPresetModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDbPresetModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useDbPresetModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDbPresetModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useIdentityProvidersModuleQuery.d.ts +20 -24
- package/esm/modules/hooks/queries/useIdentityProvidersModuleQuery.js +5 -6
- package/esm/modules/hooks/queries/useIdentityProvidersModulesQuery.d.ts +20 -24
- package/esm/modules/hooks/queries/useIdentityProvidersModulesQuery.js +5 -6
- package/esm/modules/hooks/queries/useInfraConfigModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useInfraConfigModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useInfraConfigModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useInfraConfigModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useInfraSecretsModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useInfraSecretsModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useInfraSecretsModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useInfraSecretsModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModuleQuery.d.ts +81 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModuleQuery.js +51 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModulesQuery.d.ts +85 -0
- package/esm/modules/hooks/queries/useIntegrationProvidersModulesQuery.js +36 -0
- package/esm/modules/hooks/queries/useInternalSecretsModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useInternalSecretsModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useInternalSecretsModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useInternalSecretsModulesQuery.js +32 -0
- package/esm/modules/hooks/query-keys.d.ts +320 -250
- package/esm/modules/hooks/query-keys.js +184 -144
- package/esm/modules/orm/index.d.ts +48 -38
- package/esm/modules/orm/index.js +48 -38
- package/esm/modules/orm/input-types.d.ts +5378 -4022
- package/esm/modules/orm/input-types.js +1 -0
- package/esm/modules/orm/models/dbPool.d.ts +54 -0
- package/esm/modules/orm/models/dbPool.js +100 -0
- package/esm/modules/orm/models/dbPoolConfig.d.ts +54 -0
- package/esm/modules/orm/models/dbPoolConfig.js +100 -0
- package/esm/modules/orm/models/dbPresetModule.d.ts +54 -0
- package/esm/modules/orm/models/dbPresetModule.js +100 -0
- package/esm/modules/orm/models/index.d.ts +24 -19
- package/esm/modules/orm/models/index.js +24 -19
- package/esm/modules/orm/models/infraConfigModule.d.ts +54 -0
- package/esm/modules/orm/models/infraConfigModule.js +100 -0
- package/esm/modules/orm/models/infraSecretsModule.d.ts +54 -0
- package/esm/modules/orm/models/infraSecretsModule.js +100 -0
- package/esm/modules/orm/models/integrationProvidersModule.d.ts +54 -0
- package/esm/modules/orm/models/integrationProvidersModule.js +100 -0
- package/esm/modules/orm/models/internalSecretsModule.d.ts +54 -0
- package/esm/modules/orm/models/internalSecretsModule.js +100 -0
- package/esm/modules/schema-types.d.ts +3200 -2380
- package/esm/modules/types.d.ts +416 -292
- package/index.d.ts +1 -0
- package/index.js +2 -1
- package/infra/hooks/client.d.ts +30 -0
- package/infra/hooks/client.js +40 -0
- package/infra/hooks/index.d.ts +39 -0
- package/infra/hooks/index.js +55 -0
- package/infra/hooks/invalidation.d.ts +100 -0
- package/infra/hooks/invalidation.js +203 -0
- package/infra/hooks/mutation-keys.d.ts +161 -0
- package/infra/hooks/mutation-keys.js +135 -0
- package/infra/hooks/mutations/index.d.ts +37 -0
- package/infra/hooks/mutations/index.js +53 -0
- package/infra/hooks/mutations/useCreateDbPresetMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateDbPresetMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraCommitMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraCommitMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraGetAllRecordMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraObjectMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraObjectMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraRefMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraRefMutation.js +34 -0
- package/infra/hooks/mutations/useCreateInfraStoreMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateInfraStoreMutation.js +34 -0
- package/infra/hooks/mutations/useCreateNamespaceEventMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateNamespaceEventMutation.js +34 -0
- package/infra/hooks/mutations/useCreateNamespaceMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreateNamespaceMutation.js +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceEventMutation.js +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceMutation.d.ts +34 -0
- package/infra/hooks/mutations/useCreatePlatformNamespaceMutation.js +34 -0
- package/infra/hooks/mutations/useDeleteDbPresetMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeleteDbPresetMutation.js +39 -0
- package/infra/hooks/mutations/useDeleteInfraCommitMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteInfraCommitMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteInfraObjectMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteInfraObjectMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteInfraRefMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteInfraRefMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteInfraStoreMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeleteInfraStoreMutation.js +39 -0
- package/infra/hooks/mutations/useDeleteNamespaceEventMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeleteNamespaceEventMutation.js +40 -0
- package/infra/hooks/mutations/useDeleteNamespaceMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeleteNamespaceMutation.js +39 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.d.ts +40 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceEventMutation.js +40 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceMutation.d.ts +38 -0
- package/infra/hooks/mutations/useDeletePlatformNamespaceMutation.js +39 -0
- package/infra/hooks/mutations/useInfraInitEmptyRepoMutation.d.ts +20 -0
- package/infra/hooks/mutations/useInfraInitEmptyRepoMutation.js +26 -0
- package/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.d.ts +20 -0
- package/infra/hooks/mutations/useInfraInsertNodeAtPathMutation.js +26 -0
- package/infra/hooks/mutations/useInfraSetDataAtPathMutation.d.ts +20 -0
- package/infra/hooks/mutations/useInfraSetDataAtPathMutation.js +26 -0
- package/infra/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
- package/infra/hooks/mutations/useProvisionBucketMutation.js +26 -0
- package/infra/hooks/mutations/useUpdateDbPresetMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdateDbPresetMutation.js +40 -0
- package/infra/hooks/mutations/useUpdateInfraCommitMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateInfraCommitMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateInfraObjectMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateInfraObjectMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateInfraRefMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateInfraRefMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateInfraStoreMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdateInfraStoreMutation.js +40 -0
- package/infra/hooks/mutations/useUpdateNamespaceEventMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdateNamespaceEventMutation.js +41 -0
- package/infra/hooks/mutations/useUpdateNamespaceMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdateNamespaceMutation.js +40 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.d.ts +42 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceEventMutation.js +41 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.d.ts +40 -0
- package/infra/hooks/mutations/useUpdatePlatformNamespaceMutation.js +40 -0
- package/infra/hooks/queries/index.d.ts +24 -0
- package/infra/hooks/queries/index.js +40 -0
- package/infra/hooks/queries/useDbPresetQuery.d.ts +65 -0
- package/infra/hooks/queries/useDbPresetQuery.js +53 -0
- package/infra/hooks/queries/useDbPresetsQuery.d.ts +69 -0
- package/infra/hooks/queries/useDbPresetsQuery.js +38 -0
- package/infra/hooks/queries/useInfraCommitQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraCommitQuery.js +53 -0
- package/infra/hooks/queries/useInfraCommitsQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraCommitsQuery.js +38 -0
- package/infra/hooks/queries/useInfraGetAllQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraGetAllQuery.js +38 -0
- package/infra/hooks/queries/useInfraObjectQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraObjectQuery.js +53 -0
- package/infra/hooks/queries/useInfraObjectsQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraObjectsQuery.js +38 -0
- package/infra/hooks/queries/useInfraRefQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraRefQuery.js +53 -0
- package/infra/hooks/queries/useInfraRefsQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraRefsQuery.js +38 -0
- package/infra/hooks/queries/useInfraStoreQuery.d.ts +65 -0
- package/infra/hooks/queries/useInfraStoreQuery.js +53 -0
- package/infra/hooks/queries/useInfraStoresQuery.d.ts +69 -0
- package/infra/hooks/queries/useInfraStoresQuery.js +38 -0
- package/infra/hooks/queries/useNamespaceEventQuery.d.ts +65 -0
- package/infra/hooks/queries/useNamespaceEventQuery.js +53 -0
- package/infra/hooks/queries/useNamespaceEventsQuery.d.ts +69 -0
- package/infra/hooks/queries/useNamespaceEventsQuery.js +38 -0
- package/infra/hooks/queries/useNamespaceQuery.d.ts +65 -0
- package/infra/hooks/queries/useNamespaceQuery.js +53 -0
- package/infra/hooks/queries/useNamespacesQuery.d.ts +69 -0
- package/infra/hooks/queries/useNamespacesQuery.js +38 -0
- package/infra/hooks/queries/usePlatformNamespaceEventQuery.d.ts +65 -0
- package/infra/hooks/queries/usePlatformNamespaceEventQuery.js +53 -0
- package/infra/hooks/queries/usePlatformNamespaceEventsQuery.d.ts +69 -0
- package/infra/hooks/queries/usePlatformNamespaceEventsQuery.js +38 -0
- package/infra/hooks/queries/usePlatformNamespaceQuery.d.ts +65 -0
- package/infra/hooks/queries/usePlatformNamespaceQuery.js +53 -0
- package/infra/hooks/queries/usePlatformNamespacesQuery.d.ts +69 -0
- package/infra/hooks/queries/usePlatformNamespacesQuery.js +38 -0
- package/infra/hooks/query-keys.d.ts +171 -0
- package/infra/hooks/query-keys.js +125 -0
- package/infra/hooks/selection.d.ts +30 -0
- package/infra/hooks/selection.js +26 -0
- package/infra/index.d.ts +7 -0
- package/infra/index.js +23 -0
- package/infra/orm/client.d.ts +97 -0
- package/infra/orm/client.js +152 -0
- package/infra/orm/index.d.ts +74 -0
- package/infra/orm/index.js +83 -0
- package/infra/orm/input-types.d.ts +1953 -0
- package/infra/orm/input-types.js +5 -0
- package/infra/orm/models/dbPreset.d.ts +54 -0
- package/infra/orm/models/dbPreset.js +104 -0
- package/infra/orm/models/index.d.ts +15 -0
- package/infra/orm/models/index.js +28 -0
- package/infra/orm/models/infraCommit.d.ts +56 -0
- package/infra/orm/models/infraCommit.js +107 -0
- package/infra/orm/models/infraGetAllRecord.d.ts +30 -0
- package/infra/orm/models/infraGetAllRecord.js +59 -0
- package/infra/orm/models/infraObject.d.ts +56 -0
- package/infra/orm/models/infraObject.js +97 -0
- package/infra/orm/models/infraRef.d.ts +56 -0
- package/infra/orm/models/infraRef.js +107 -0
- package/infra/orm/models/infraStore.d.ts +54 -0
- package/infra/orm/models/infraStore.js +104 -0
- package/infra/orm/models/namespace.d.ts +54 -0
- package/infra/orm/models/namespace.js +104 -0
- package/infra/orm/models/namespaceEvent.d.ts +56 -0
- package/infra/orm/models/namespaceEvent.js +107 -0
- package/infra/orm/models/platformNamespace.d.ts +54 -0
- package/infra/orm/models/platformNamespace.js +104 -0
- package/infra/orm/models/platformNamespaceEvent.d.ts +56 -0
- package/infra/orm/models/platformNamespaceEvent.js +107 -0
- package/infra/orm/mutation/index.d.ts +50 -0
- package/infra/orm/mutation/index.js +57 -0
- package/infra/orm/query-builder.d.ts +110 -0
- package/infra/orm/query-builder.js +757 -0
- package/infra/orm/realtime.d.ts +142 -0
- package/infra/orm/realtime.js +104 -0
- package/infra/orm/select-types.d.ts +125 -0
- package/infra/orm/select-types.js +2 -0
- package/infra/orm/types.d.ts +6 -0
- package/infra/orm/types.js +23 -0
- package/infra/schema-types.d.ts +1420 -0
- package/infra/schema-types.js +7 -0
- package/infra/types.d.ts +341 -0
- package/infra/types.js +2 -0
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +136 -106
- package/modules/hooks/invalidation.js +321 -241
- package/modules/hooks/mutation-keys.d.ts +272 -212
- package/modules/hooks/mutation-keys.js +180 -142
- package/modules/hooks/mutations/index.d.ts +72 -57
- package/modules/hooks/mutations/index.js +72 -57
- package/modules/hooks/mutations/useCreateDbPoolConfigMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDbPoolConfigMutation.js +34 -0
- package/modules/hooks/mutations/useCreateDbPoolMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDbPoolMutation.js +34 -0
- package/modules/hooks/mutations/useCreateDbPresetModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDbPresetModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.d.ts +10 -12
- package/modules/hooks/mutations/useCreateIdentityProvidersModuleMutation.js +5 -6
- package/modules/hooks/mutations/useCreateInfraConfigModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateInfraConfigModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateInfraSecretsModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.d.ts +42 -0
- package/modules/hooks/mutations/useCreateIntegrationProvidersModuleMutation.js +38 -0
- package/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateInternalSecretsModuleMutation.js +34 -0
- package/modules/hooks/mutations/useDeleteDbPoolConfigMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDbPoolConfigMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteDbPoolMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDbPoolMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteDbPresetModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDbPresetModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.d.ts +10 -12
- package/modules/hooks/mutations/useDeleteIdentityProvidersModuleMutation.js +5 -6
- package/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteInfraConfigModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteInfraSecretsModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.d.ts +46 -0
- package/modules/hooks/mutations/useDeleteIntegrationProvidersModuleMutation.js +43 -0
- package/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteInternalSecretsModuleMutation.js +39 -0
- package/modules/hooks/mutations/useUpdateDbPoolConfigMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDbPoolConfigMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateDbPoolMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDbPoolMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateDbPresetModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDbPresetModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.d.ts +10 -12
- package/modules/hooks/mutations/useUpdateIdentityProvidersModuleMutation.js +5 -6
- package/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateInfraConfigModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateInfraSecretsModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.d.ts +48 -0
- package/modules/hooks/mutations/useUpdateIntegrationProvidersModuleMutation.js +44 -0
- package/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateInternalSecretsModuleMutation.js +40 -0
- package/modules/hooks/queries/index.d.ts +48 -38
- package/modules/hooks/queries/index.js +48 -38
- package/modules/hooks/queries/useDbPoolConfigQuery.d.ts +65 -0
- package/modules/hooks/queries/useDbPoolConfigQuery.js +53 -0
- package/modules/hooks/queries/useDbPoolConfigsQuery.d.ts +69 -0
- package/modules/hooks/queries/useDbPoolConfigsQuery.js +38 -0
- package/modules/hooks/queries/useDbPoolQuery.d.ts +65 -0
- package/modules/hooks/queries/useDbPoolQuery.js +53 -0
- package/modules/hooks/queries/useDbPoolsQuery.d.ts +69 -0
- package/modules/hooks/queries/useDbPoolsQuery.js +38 -0
- package/modules/hooks/queries/useDbPresetModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useDbPresetModuleQuery.js +53 -0
- package/modules/hooks/queries/useDbPresetModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useDbPresetModulesQuery.js +38 -0
- package/modules/hooks/queries/useIdentityProvidersModuleQuery.d.ts +20 -24
- package/modules/hooks/queries/useIdentityProvidersModuleQuery.js +5 -6
- package/modules/hooks/queries/useIdentityProvidersModulesQuery.d.ts +20 -24
- package/modules/hooks/queries/useIdentityProvidersModulesQuery.js +5 -6
- package/modules/hooks/queries/useInfraConfigModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useInfraConfigModuleQuery.js +53 -0
- package/modules/hooks/queries/useInfraConfigModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useInfraConfigModulesQuery.js +38 -0
- package/modules/hooks/queries/useInfraSecretsModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useInfraSecretsModuleQuery.js +53 -0
- package/modules/hooks/queries/useInfraSecretsModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useInfraSecretsModulesQuery.js +38 -0
- package/modules/hooks/queries/useIntegrationProvidersModuleQuery.d.ts +81 -0
- package/modules/hooks/queries/useIntegrationProvidersModuleQuery.js +57 -0
- package/modules/hooks/queries/useIntegrationProvidersModulesQuery.d.ts +85 -0
- package/modules/hooks/queries/useIntegrationProvidersModulesQuery.js +42 -0
- package/modules/hooks/queries/useInternalSecretsModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useInternalSecretsModuleQuery.js +53 -0
- package/modules/hooks/queries/useInternalSecretsModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useInternalSecretsModulesQuery.js +38 -0
- package/modules/hooks/query-keys.d.ts +320 -250
- package/modules/hooks/query-keys.js +186 -146
- package/modules/orm/index.d.ts +48 -38
- package/modules/orm/index.js +48 -38
- package/modules/orm/input-types.d.ts +5378 -4022
- package/modules/orm/input-types.js +1 -0
- package/modules/orm/models/dbPool.d.ts +54 -0
- package/modules/orm/models/dbPool.js +104 -0
- package/modules/orm/models/dbPoolConfig.d.ts +54 -0
- package/modules/orm/models/dbPoolConfig.js +104 -0
- package/modules/orm/models/dbPresetModule.d.ts +54 -0
- package/modules/orm/models/dbPresetModule.js +104 -0
- package/modules/orm/models/index.d.ts +24 -19
- package/modules/orm/models/index.js +50 -40
- package/modules/orm/models/infraConfigModule.d.ts +54 -0
- package/modules/orm/models/infraConfigModule.js +104 -0
- package/modules/orm/models/infraSecretsModule.d.ts +54 -0
- package/modules/orm/models/infraSecretsModule.js +104 -0
- package/modules/orm/models/integrationProvidersModule.d.ts +54 -0
- package/modules/orm/models/integrationProvidersModule.js +104 -0
- package/modules/orm/models/internalSecretsModule.d.ts +54 -0
- package/modules/orm/models/internalSecretsModule.js +104 -0
- package/modules/schema-types.d.ts +3200 -2380
- package/modules/types.d.ts +416 -292
- package/package.json +4 -4
- package/api/hooks/mutations/useBootstrapUserMutation.d.ts +0 -20
- package/api/hooks/mutations/useBootstrapUserMutation.js +0 -26
- package/api/hooks/mutations/useCreateUserDatabaseMutation.d.ts +0 -20
- package/api/hooks/mutations/useCreateUserDatabaseMutation.js +0 -26
- package/api/hooks/mutations/useProvisionDatabaseWithUserMutation.d.ts +0 -20
- package/api/hooks/mutations/useProvisionDatabaseWithUserMutation.js +0 -26
- package/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.d.ts +0 -34
- package/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.js +0 -34
- package/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.d.ts +0 -34
- package/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.js +0 -34
- package/compute/hooks/mutations/useCreateSecretDefinitionMutation.d.ts +0 -34
- package/compute/hooks/mutations/useCreateSecretDefinitionMutation.js +0 -34
- package/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.d.ts +0 -40
- package/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.js +0 -40
- package/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.d.ts +0 -40
- package/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.js +0 -40
- package/compute/hooks/mutations/useDeleteSecretDefinitionMutation.d.ts +0 -38
- package/compute/hooks/mutations/useDeleteSecretDefinitionMutation.js +0 -39
- package/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.d.ts +0 -42
- package/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.js +0 -41
- package/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.d.ts +0 -42
- package/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.js +0 -41
- package/compute/hooks/mutations/useUpdateSecretDefinitionMutation.d.ts +0 -40
- package/compute/hooks/mutations/useUpdateSecretDefinitionMutation.js +0 -40
- package/compute/hooks/queries/useOrgFunctionExecutionLogQuery.d.ts +0 -65
- package/compute/hooks/queries/useOrgFunctionExecutionLogQuery.js +0 -53
- package/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.d.ts +0 -69
- package/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.js +0 -38
- package/compute/hooks/queries/useOrgFunctionInvocationQuery.d.ts +0 -65
- package/compute/hooks/queries/useOrgFunctionInvocationQuery.js +0 -53
- package/compute/hooks/queries/useOrgFunctionInvocationsQuery.d.ts +0 -69
- package/compute/hooks/queries/useOrgFunctionInvocationsQuery.js +0 -38
- package/compute/hooks/queries/useSecretDefinitionQuery.d.ts +0 -65
- package/compute/hooks/queries/useSecretDefinitionQuery.js +0 -53
- package/compute/hooks/queries/useSecretDefinitionsQuery.d.ts +0 -69
- package/compute/hooks/queries/useSecretDefinitionsQuery.js +0 -38
- package/compute/orm/models/orgFunctionExecutionLog.d.ts +0 -56
- package/compute/orm/models/orgFunctionExecutionLog.js +0 -107
- package/compute/orm/models/orgFunctionInvocation.d.ts +0 -56
- package/compute/orm/models/orgFunctionInvocation.js +0 -107
- package/compute/orm/models/secretDefinition.d.ts +0 -54
- package/compute/orm/models/secretDefinition.js +0 -104
- package/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.d.ts +0 -34
- package/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.js +0 -34
- package/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.d.ts +0 -38
- package/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.js +0 -39
- package/config/hooks/mutations/useOrgSecretsDelMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsDelMutation.js +0 -26
- package/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.js +0 -26
- package/config/hooks/mutations/useOrgSecretsRotateMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsRotateMutation.js +0 -26
- package/config/hooks/mutations/useOrgSecretsSetMutation.d.ts +0 -20
- package/config/hooks/mutations/useOrgSecretsSetMutation.js +0 -26
- package/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.d.ts +0 -40
- package/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.js +0 -40
- package/config/hooks/queries/usePlatformConfigDefinitionQuery.d.ts +0 -65
- package/config/hooks/queries/usePlatformConfigDefinitionQuery.js +0 -53
- package/config/hooks/queries/usePlatformConfigDefinitionsQuery.d.ts +0 -69
- package/config/hooks/queries/usePlatformConfigDefinitionsQuery.js +0 -38
- package/config/orm/models/platformConfigDefinition.d.ts +0 -54
- package/config/orm/models/platformConfigDefinition.js +0 -104
- package/esm/api/hooks/mutations/useBootstrapUserMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useBootstrapUserMutation.js +0 -23
- package/esm/api/hooks/mutations/useCreateUserDatabaseMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useCreateUserDatabaseMutation.js +0 -23
- package/esm/api/hooks/mutations/useProvisionDatabaseWithUserMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useProvisionDatabaseWithUserMutation.js +0 -23
- package/esm/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.d.ts +0 -34
- package/esm/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.js +0 -31
- package/esm/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.d.ts +0 -34
- package/esm/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.js +0 -31
- package/esm/compute/hooks/mutations/useCreateSecretDefinitionMutation.d.ts +0 -34
- package/esm/compute/hooks/mutations/useCreateSecretDefinitionMutation.js +0 -31
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.d.ts +0 -40
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.js +0 -37
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.d.ts +0 -40
- package/esm/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.js +0 -37
- package/esm/compute/hooks/mutations/useDeleteSecretDefinitionMutation.d.ts +0 -38
- package/esm/compute/hooks/mutations/useDeleteSecretDefinitionMutation.js +0 -36
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.d.ts +0 -42
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.js +0 -38
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.d.ts +0 -42
- package/esm/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.js +0 -38
- package/esm/compute/hooks/mutations/useUpdateSecretDefinitionMutation.d.ts +0 -40
- package/esm/compute/hooks/mutations/useUpdateSecretDefinitionMutation.js +0 -37
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogQuery.d.ts +0 -65
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogQuery.js +0 -47
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.d.ts +0 -69
- package/esm/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.js +0 -32
- package/esm/compute/hooks/queries/useOrgFunctionInvocationQuery.d.ts +0 -65
- package/esm/compute/hooks/queries/useOrgFunctionInvocationQuery.js +0 -47
- package/esm/compute/hooks/queries/useOrgFunctionInvocationsQuery.d.ts +0 -69
- package/esm/compute/hooks/queries/useOrgFunctionInvocationsQuery.js +0 -32
- package/esm/compute/hooks/queries/useSecretDefinitionQuery.d.ts +0 -65
- package/esm/compute/hooks/queries/useSecretDefinitionQuery.js +0 -47
- package/esm/compute/hooks/queries/useSecretDefinitionsQuery.d.ts +0 -69
- package/esm/compute/hooks/queries/useSecretDefinitionsQuery.js +0 -32
- package/esm/compute/orm/models/orgFunctionExecutionLog.d.ts +0 -56
- package/esm/compute/orm/models/orgFunctionExecutionLog.js +0 -103
- package/esm/compute/orm/models/orgFunctionInvocation.d.ts +0 -56
- package/esm/compute/orm/models/orgFunctionInvocation.js +0 -103
- package/esm/compute/orm/models/secretDefinition.d.ts +0 -54
- package/esm/compute/orm/models/secretDefinition.js +0 -100
- package/esm/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.d.ts +0 -34
- package/esm/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.js +0 -31
- package/esm/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.d.ts +0 -38
- package/esm/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.js +0 -36
- package/esm/config/hooks/mutations/useOrgSecretsDelMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsDelMutation.js +0 -23
- package/esm/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.js +0 -23
- package/esm/config/hooks/mutations/useOrgSecretsRotateMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsRotateMutation.js +0 -23
- package/esm/config/hooks/mutations/useOrgSecretsSetMutation.d.ts +0 -20
- package/esm/config/hooks/mutations/useOrgSecretsSetMutation.js +0 -23
- package/esm/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.d.ts +0 -40
- package/esm/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.js +0 -37
- package/esm/config/hooks/queries/usePlatformConfigDefinitionQuery.d.ts +0 -65
- package/esm/config/hooks/queries/usePlatformConfigDefinitionQuery.js +0 -47
- package/esm/config/hooks/queries/usePlatformConfigDefinitionsQuery.d.ts +0 -69
- package/esm/config/hooks/queries/usePlatformConfigDefinitionsQuery.js +0 -32
- package/esm/config/orm/models/platformConfigDefinition.d.ts +0 -54
- package/esm/config/orm/models/platformConfigDefinition.js +0 -100
- package/esm/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.d.ts +0 -38
- package/esm/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.js +0 -33
- package/esm/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.d.ts +0 -34
- package/esm/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.js +0 -31
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.d.ts +0 -42
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.js +0 -38
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.d.ts +0 -38
- package/esm/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.js +0 -36
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.d.ts +0 -44
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.js +0 -39
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.d.ts +0 -40
- package/esm/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.js +0 -37
- package/esm/modules/hooks/queries/useConfigSecretsModuleQuery.d.ts +0 -73
- package/esm/modules/hooks/queries/useConfigSecretsModuleQuery.js +0 -49
- package/esm/modules/hooks/queries/useConfigSecretsModulesQuery.d.ts +0 -77
- package/esm/modules/hooks/queries/useConfigSecretsModulesQuery.js +0 -34
- package/esm/modules/hooks/queries/useConfigSecretsOrgModuleQuery.d.ts +0 -65
- package/esm/modules/hooks/queries/useConfigSecretsOrgModuleQuery.js +0 -47
- package/esm/modules/hooks/queries/useConfigSecretsOrgModulesQuery.d.ts +0 -69
- package/esm/modules/hooks/queries/useConfigSecretsOrgModulesQuery.js +0 -32
- package/esm/modules/orm/models/configSecretsModule.d.ts +0 -54
- package/esm/modules/orm/models/configSecretsModule.js +0 -100
- package/esm/modules/orm/models/configSecretsOrgModule.d.ts +0 -54
- package/esm/modules/orm/models/configSecretsOrgModule.js +0 -100
- package/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.d.ts +0 -38
- package/modules/hooks/mutations/useCreateConfigSecretsModuleMutation.js +0 -36
- package/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.d.ts +0 -34
- package/modules/hooks/mutations/useCreateConfigSecretsOrgModuleMutation.js +0 -34
- package/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.d.ts +0 -42
- package/modules/hooks/mutations/useDeleteConfigSecretsModuleMutation.js +0 -41
- package/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.d.ts +0 -38
- package/modules/hooks/mutations/useDeleteConfigSecretsOrgModuleMutation.js +0 -39
- package/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.d.ts +0 -44
- package/modules/hooks/mutations/useUpdateConfigSecretsModuleMutation.js +0 -42
- package/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.d.ts +0 -40
- package/modules/hooks/mutations/useUpdateConfigSecretsOrgModuleMutation.js +0 -40
- package/modules/hooks/queries/useConfigSecretsModuleQuery.d.ts +0 -73
- package/modules/hooks/queries/useConfigSecretsModuleQuery.js +0 -55
- package/modules/hooks/queries/useConfigSecretsModulesQuery.d.ts +0 -77
- package/modules/hooks/queries/useConfigSecretsModulesQuery.js +0 -40
- package/modules/hooks/queries/useConfigSecretsOrgModuleQuery.d.ts +0 -65
- package/modules/hooks/queries/useConfigSecretsOrgModuleQuery.js +0 -53
- package/modules/hooks/queries/useConfigSecretsOrgModulesQuery.d.ts +0 -69
- package/modules/hooks/queries/useConfigSecretsOrgModulesQuery.js +0 -38
- package/modules/orm/models/configSecretsModule.d.ts +0 -54
- package/modules/orm/models/configSecretsModule.js +0 -104
- package/modules/orm/models/configSecretsOrgModule.d.ts +0 -54
- package/modules/orm/models/configSecretsOrgModule.js +0 -104
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* InfraConfigModule model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { InfraConfigModuleWithRelations, InfraConfigModuleSelect, InfraConfigModuleFilter, InfraConfigModuleOrderBy, CreateInfraConfigModuleInput, InfraConfigModulePatch } from '../input-types';
|
|
10
|
+
export declare class InfraConfigModuleModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends InfraConfigModuleSelect>(args: FindManyArgs<S, InfraConfigModuleFilter, InfraConfigModuleOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, InfraConfigModuleSelect>): QueryBuilder<{
|
|
16
|
+
infraConfigModules: ConnectionResult<InferSelectResult<InfraConfigModuleWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends InfraConfigModuleSelect>(args: FindFirstArgs<S, InfraConfigModuleFilter, InfraConfigModuleOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, InfraConfigModuleSelect>): QueryBuilder<{
|
|
21
|
+
infraConfigModule: InferSelectResult<InfraConfigModuleWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends InfraConfigModuleSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, InfraConfigModuleSelect>): QueryBuilder<{
|
|
27
|
+
infraConfigModule: InferSelectResult<InfraConfigModuleWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends InfraConfigModuleSelect>(args: CreateArgs<S, CreateInfraConfigModuleInput['infraConfigModule']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, InfraConfigModuleSelect>): QueryBuilder<{
|
|
32
|
+
createInfraConfigModule: {
|
|
33
|
+
infraConfigModule: InferSelectResult<InfraConfigModuleWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends InfraConfigModuleSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
}, InfraConfigModulePatch> & {
|
|
39
|
+
select: S;
|
|
40
|
+
} & StrictSelect<S, InfraConfigModuleSelect>): QueryBuilder<{
|
|
41
|
+
updateInfraConfigModule: {
|
|
42
|
+
infraConfigModule: InferSelectResult<InfraConfigModuleWithRelations, S>;
|
|
43
|
+
};
|
|
44
|
+
}>;
|
|
45
|
+
delete<S extends InfraConfigModuleSelect>(args: DeleteArgs<{
|
|
46
|
+
id: string;
|
|
47
|
+
}, S> & {
|
|
48
|
+
select: S;
|
|
49
|
+
} & StrictSelect<S, InfraConfigModuleSelect>): QueryBuilder<{
|
|
50
|
+
deleteInfraConfigModule: {
|
|
51
|
+
infraConfigModule: InferSelectResult<InfraConfigModuleWithRelations, S>;
|
|
52
|
+
};
|
|
53
|
+
}>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class InfraConfigModuleModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('InfraConfigModule', 'infraConfigModules', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'InfraConfigModuleFilter', 'InfraConfigModuleOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'InfraConfigModule',
|
|
22
|
+
fieldName: 'infraConfigModules',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('InfraConfigModule', 'infraConfigModules', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'InfraConfigModuleFilter', 'InfraConfigModuleOrderBy', connectionFieldsMap);
|
|
32
|
+
return new QueryBuilder({
|
|
33
|
+
client: this.client,
|
|
34
|
+
operation: 'query',
|
|
35
|
+
operationName: 'InfraConfigModule',
|
|
36
|
+
fieldName: 'infraConfigModule',
|
|
37
|
+
document,
|
|
38
|
+
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
infraConfigModule: data.infraConfigModules?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
findOne(args) {
|
|
45
|
+
const { document, variables } = buildFindManyDocument('InfraConfigModule', 'infraConfigModules', args.select, {
|
|
46
|
+
where: {
|
|
47
|
+
id: {
|
|
48
|
+
equalTo: args.id,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
first: 1,
|
|
52
|
+
}, 'InfraConfigModuleFilter', 'InfraConfigModuleOrderBy', connectionFieldsMap);
|
|
53
|
+
return new QueryBuilder({
|
|
54
|
+
client: this.client,
|
|
55
|
+
operation: 'query',
|
|
56
|
+
operationName: 'InfraConfigModule',
|
|
57
|
+
fieldName: 'infraConfigModule',
|
|
58
|
+
document,
|
|
59
|
+
variables,
|
|
60
|
+
transform: (data) => ({
|
|
61
|
+
infraConfigModule: data.infraConfigModules?.nodes?.[0] ?? null,
|
|
62
|
+
}),
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
create(args) {
|
|
66
|
+
const { document, variables } = buildCreateDocument('InfraConfigModule', 'createInfraConfigModule', 'infraConfigModule', args.select, args.data, 'CreateInfraConfigModuleInput', connectionFieldsMap);
|
|
67
|
+
return new QueryBuilder({
|
|
68
|
+
client: this.client,
|
|
69
|
+
operation: 'mutation',
|
|
70
|
+
operationName: 'InfraConfigModule',
|
|
71
|
+
fieldName: 'createInfraConfigModule',
|
|
72
|
+
document,
|
|
73
|
+
variables,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
update(args) {
|
|
77
|
+
const { document, variables } = buildUpdateByPkDocument('InfraConfigModule', 'updateInfraConfigModule', 'infraConfigModule', args.select, args.where.id, args.data, 'UpdateInfraConfigModuleInput', 'id', 'infraConfigModulePatch', connectionFieldsMap, undefined);
|
|
78
|
+
return new QueryBuilder({
|
|
79
|
+
client: this.client,
|
|
80
|
+
operation: 'mutation',
|
|
81
|
+
operationName: 'InfraConfigModule',
|
|
82
|
+
fieldName: 'updateInfraConfigModule',
|
|
83
|
+
document,
|
|
84
|
+
variables,
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
delete(args) {
|
|
88
|
+
const { document, variables } = buildDeleteByPkDocument('InfraConfigModule', 'deleteInfraConfigModule', 'infraConfigModule', {
|
|
89
|
+
id: args.where.id,
|
|
90
|
+
}, 'DeleteInfraConfigModuleInput', args.select, connectionFieldsMap);
|
|
91
|
+
return new QueryBuilder({
|
|
92
|
+
client: this.client,
|
|
93
|
+
operation: 'mutation',
|
|
94
|
+
operationName: 'InfraConfigModule',
|
|
95
|
+
fieldName: 'deleteInfraConfigModule',
|
|
96
|
+
document,
|
|
97
|
+
variables,
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* InfraSecretsModule model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { InfraSecretsModuleWithRelations, InfraSecretsModuleSelect, InfraSecretsModuleFilter, InfraSecretsModuleOrderBy, CreateInfraSecretsModuleInput, InfraSecretsModulePatch } from '../input-types';
|
|
10
|
+
export declare class InfraSecretsModuleModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends InfraSecretsModuleSelect>(args: FindManyArgs<S, InfraSecretsModuleFilter, InfraSecretsModuleOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, InfraSecretsModuleSelect>): QueryBuilder<{
|
|
16
|
+
infraSecretsModules: ConnectionResult<InferSelectResult<InfraSecretsModuleWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends InfraSecretsModuleSelect>(args: FindFirstArgs<S, InfraSecretsModuleFilter, InfraSecretsModuleOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, InfraSecretsModuleSelect>): QueryBuilder<{
|
|
21
|
+
infraSecretsModule: InferSelectResult<InfraSecretsModuleWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends InfraSecretsModuleSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, InfraSecretsModuleSelect>): QueryBuilder<{
|
|
27
|
+
infraSecretsModule: InferSelectResult<InfraSecretsModuleWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends InfraSecretsModuleSelect>(args: CreateArgs<S, CreateInfraSecretsModuleInput['infraSecretsModule']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, InfraSecretsModuleSelect>): QueryBuilder<{
|
|
32
|
+
createInfraSecretsModule: {
|
|
33
|
+
infraSecretsModule: InferSelectResult<InfraSecretsModuleWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends InfraSecretsModuleSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
}, InfraSecretsModulePatch> & {
|
|
39
|
+
select: S;
|
|
40
|
+
} & StrictSelect<S, InfraSecretsModuleSelect>): QueryBuilder<{
|
|
41
|
+
updateInfraSecretsModule: {
|
|
42
|
+
infraSecretsModule: InferSelectResult<InfraSecretsModuleWithRelations, S>;
|
|
43
|
+
};
|
|
44
|
+
}>;
|
|
45
|
+
delete<S extends InfraSecretsModuleSelect>(args: DeleteArgs<{
|
|
46
|
+
id: string;
|
|
47
|
+
}, S> & {
|
|
48
|
+
select: S;
|
|
49
|
+
} & StrictSelect<S, InfraSecretsModuleSelect>): QueryBuilder<{
|
|
50
|
+
deleteInfraSecretsModule: {
|
|
51
|
+
infraSecretsModule: InferSelectResult<InfraSecretsModuleWithRelations, S>;
|
|
52
|
+
};
|
|
53
|
+
}>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class InfraSecretsModuleModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('InfraSecretsModule', 'infraSecretsModules', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'InfraSecretsModuleFilter', 'InfraSecretsModuleOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'InfraSecretsModule',
|
|
22
|
+
fieldName: 'infraSecretsModules',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('InfraSecretsModule', 'infraSecretsModules', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'InfraSecretsModuleFilter', 'InfraSecretsModuleOrderBy', connectionFieldsMap);
|
|
32
|
+
return new QueryBuilder({
|
|
33
|
+
client: this.client,
|
|
34
|
+
operation: 'query',
|
|
35
|
+
operationName: 'InfraSecretsModule',
|
|
36
|
+
fieldName: 'infraSecretsModule',
|
|
37
|
+
document,
|
|
38
|
+
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
infraSecretsModule: data.infraSecretsModules?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
findOne(args) {
|
|
45
|
+
const { document, variables } = buildFindManyDocument('InfraSecretsModule', 'infraSecretsModules', args.select, {
|
|
46
|
+
where: {
|
|
47
|
+
id: {
|
|
48
|
+
equalTo: args.id,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
first: 1,
|
|
52
|
+
}, 'InfraSecretsModuleFilter', 'InfraSecretsModuleOrderBy', connectionFieldsMap);
|
|
53
|
+
return new QueryBuilder({
|
|
54
|
+
client: this.client,
|
|
55
|
+
operation: 'query',
|
|
56
|
+
operationName: 'InfraSecretsModule',
|
|
57
|
+
fieldName: 'infraSecretsModule',
|
|
58
|
+
document,
|
|
59
|
+
variables,
|
|
60
|
+
transform: (data) => ({
|
|
61
|
+
infraSecretsModule: data.infraSecretsModules?.nodes?.[0] ?? null,
|
|
62
|
+
}),
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
create(args) {
|
|
66
|
+
const { document, variables } = buildCreateDocument('InfraSecretsModule', 'createInfraSecretsModule', 'infraSecretsModule', args.select, args.data, 'CreateInfraSecretsModuleInput', connectionFieldsMap);
|
|
67
|
+
return new QueryBuilder({
|
|
68
|
+
client: this.client,
|
|
69
|
+
operation: 'mutation',
|
|
70
|
+
operationName: 'InfraSecretsModule',
|
|
71
|
+
fieldName: 'createInfraSecretsModule',
|
|
72
|
+
document,
|
|
73
|
+
variables,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
update(args) {
|
|
77
|
+
const { document, variables } = buildUpdateByPkDocument('InfraSecretsModule', 'updateInfraSecretsModule', 'infraSecretsModule', args.select, args.where.id, args.data, 'UpdateInfraSecretsModuleInput', 'id', 'infraSecretsModulePatch', connectionFieldsMap, undefined);
|
|
78
|
+
return new QueryBuilder({
|
|
79
|
+
client: this.client,
|
|
80
|
+
operation: 'mutation',
|
|
81
|
+
operationName: 'InfraSecretsModule',
|
|
82
|
+
fieldName: 'updateInfraSecretsModule',
|
|
83
|
+
document,
|
|
84
|
+
variables,
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
delete(args) {
|
|
88
|
+
const { document, variables } = buildDeleteByPkDocument('InfraSecretsModule', 'deleteInfraSecretsModule', 'infraSecretsModule', {
|
|
89
|
+
id: args.where.id,
|
|
90
|
+
}, 'DeleteInfraSecretsModuleInput', args.select, connectionFieldsMap);
|
|
91
|
+
return new QueryBuilder({
|
|
92
|
+
client: this.client,
|
|
93
|
+
operation: 'mutation',
|
|
94
|
+
operationName: 'InfraSecretsModule',
|
|
95
|
+
fieldName: 'deleteInfraSecretsModule',
|
|
96
|
+
document,
|
|
97
|
+
variables,
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IntegrationProvidersModule model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { IntegrationProvidersModuleWithRelations, IntegrationProvidersModuleSelect, IntegrationProvidersModuleFilter, IntegrationProvidersModuleOrderBy, CreateIntegrationProvidersModuleInput, IntegrationProvidersModulePatch } from '../input-types';
|
|
10
|
+
export declare class IntegrationProvidersModuleModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends IntegrationProvidersModuleSelect>(args: FindManyArgs<S, IntegrationProvidersModuleFilter, IntegrationProvidersModuleOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, IntegrationProvidersModuleSelect>): QueryBuilder<{
|
|
16
|
+
integrationProvidersModules: ConnectionResult<InferSelectResult<IntegrationProvidersModuleWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends IntegrationProvidersModuleSelect>(args: FindFirstArgs<S, IntegrationProvidersModuleFilter, IntegrationProvidersModuleOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, IntegrationProvidersModuleSelect>): QueryBuilder<{
|
|
21
|
+
integrationProvidersModule: InferSelectResult<IntegrationProvidersModuleWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends IntegrationProvidersModuleSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, IntegrationProvidersModuleSelect>): QueryBuilder<{
|
|
27
|
+
integrationProvidersModule: InferSelectResult<IntegrationProvidersModuleWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends IntegrationProvidersModuleSelect>(args: CreateArgs<S, CreateIntegrationProvidersModuleInput['integrationProvidersModule']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, IntegrationProvidersModuleSelect>): QueryBuilder<{
|
|
32
|
+
createIntegrationProvidersModule: {
|
|
33
|
+
integrationProvidersModule: InferSelectResult<IntegrationProvidersModuleWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends IntegrationProvidersModuleSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
}, IntegrationProvidersModulePatch> & {
|
|
39
|
+
select: S;
|
|
40
|
+
} & StrictSelect<S, IntegrationProvidersModuleSelect>): QueryBuilder<{
|
|
41
|
+
updateIntegrationProvidersModule: {
|
|
42
|
+
integrationProvidersModule: InferSelectResult<IntegrationProvidersModuleWithRelations, S>;
|
|
43
|
+
};
|
|
44
|
+
}>;
|
|
45
|
+
delete<S extends IntegrationProvidersModuleSelect>(args: DeleteArgs<{
|
|
46
|
+
id: string;
|
|
47
|
+
}, S> & {
|
|
48
|
+
select: S;
|
|
49
|
+
} & StrictSelect<S, IntegrationProvidersModuleSelect>): QueryBuilder<{
|
|
50
|
+
deleteIntegrationProvidersModule: {
|
|
51
|
+
integrationProvidersModule: InferSelectResult<IntegrationProvidersModuleWithRelations, S>;
|
|
52
|
+
};
|
|
53
|
+
}>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class IntegrationProvidersModuleModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('IntegrationProvidersModule', 'integrationProvidersModules', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'IntegrationProvidersModuleFilter', 'IntegrationProvidersModuleOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'IntegrationProvidersModule',
|
|
22
|
+
fieldName: 'integrationProvidersModules',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('IntegrationProvidersModule', 'integrationProvidersModules', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'IntegrationProvidersModuleFilter', 'IntegrationProvidersModuleOrderBy', connectionFieldsMap);
|
|
32
|
+
return new QueryBuilder({
|
|
33
|
+
client: this.client,
|
|
34
|
+
operation: 'query',
|
|
35
|
+
operationName: 'IntegrationProvidersModule',
|
|
36
|
+
fieldName: 'integrationProvidersModule',
|
|
37
|
+
document,
|
|
38
|
+
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
integrationProvidersModule: data.integrationProvidersModules?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
findOne(args) {
|
|
45
|
+
const { document, variables } = buildFindManyDocument('IntegrationProvidersModule', 'integrationProvidersModules', args.select, {
|
|
46
|
+
where: {
|
|
47
|
+
id: {
|
|
48
|
+
equalTo: args.id,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
first: 1,
|
|
52
|
+
}, 'IntegrationProvidersModuleFilter', 'IntegrationProvidersModuleOrderBy', connectionFieldsMap);
|
|
53
|
+
return new QueryBuilder({
|
|
54
|
+
client: this.client,
|
|
55
|
+
operation: 'query',
|
|
56
|
+
operationName: 'IntegrationProvidersModule',
|
|
57
|
+
fieldName: 'integrationProvidersModule',
|
|
58
|
+
document,
|
|
59
|
+
variables,
|
|
60
|
+
transform: (data) => ({
|
|
61
|
+
integrationProvidersModule: data.integrationProvidersModules?.nodes?.[0] ?? null,
|
|
62
|
+
}),
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
create(args) {
|
|
66
|
+
const { document, variables } = buildCreateDocument('IntegrationProvidersModule', 'createIntegrationProvidersModule', 'integrationProvidersModule', args.select, args.data, 'CreateIntegrationProvidersModuleInput', connectionFieldsMap);
|
|
67
|
+
return new QueryBuilder({
|
|
68
|
+
client: this.client,
|
|
69
|
+
operation: 'mutation',
|
|
70
|
+
operationName: 'IntegrationProvidersModule',
|
|
71
|
+
fieldName: 'createIntegrationProvidersModule',
|
|
72
|
+
document,
|
|
73
|
+
variables,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
update(args) {
|
|
77
|
+
const { document, variables } = buildUpdateByPkDocument('IntegrationProvidersModule', 'updateIntegrationProvidersModule', 'integrationProvidersModule', args.select, args.where.id, args.data, 'UpdateIntegrationProvidersModuleInput', 'id', 'integrationProvidersModulePatch', connectionFieldsMap, undefined);
|
|
78
|
+
return new QueryBuilder({
|
|
79
|
+
client: this.client,
|
|
80
|
+
operation: 'mutation',
|
|
81
|
+
operationName: 'IntegrationProvidersModule',
|
|
82
|
+
fieldName: 'updateIntegrationProvidersModule',
|
|
83
|
+
document,
|
|
84
|
+
variables,
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
delete(args) {
|
|
88
|
+
const { document, variables } = buildDeleteByPkDocument('IntegrationProvidersModule', 'deleteIntegrationProvidersModule', 'integrationProvidersModule', {
|
|
89
|
+
id: args.where.id,
|
|
90
|
+
}, 'DeleteIntegrationProvidersModuleInput', args.select, connectionFieldsMap);
|
|
91
|
+
return new QueryBuilder({
|
|
92
|
+
client: this.client,
|
|
93
|
+
operation: 'mutation',
|
|
94
|
+
operationName: 'IntegrationProvidersModule',
|
|
95
|
+
fieldName: 'deleteIntegrationProvidersModule',
|
|
96
|
+
document,
|
|
97
|
+
variables,
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* InternalSecretsModule model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { InternalSecretsModuleWithRelations, InternalSecretsModuleSelect, InternalSecretsModuleFilter, InternalSecretsModuleOrderBy, CreateInternalSecretsModuleInput, InternalSecretsModulePatch } from '../input-types';
|
|
10
|
+
export declare class InternalSecretsModuleModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends InternalSecretsModuleSelect>(args: FindManyArgs<S, InternalSecretsModuleFilter, InternalSecretsModuleOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, InternalSecretsModuleSelect>): QueryBuilder<{
|
|
16
|
+
internalSecretsModules: ConnectionResult<InferSelectResult<InternalSecretsModuleWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends InternalSecretsModuleSelect>(args: FindFirstArgs<S, InternalSecretsModuleFilter, InternalSecretsModuleOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, InternalSecretsModuleSelect>): QueryBuilder<{
|
|
21
|
+
internalSecretsModule: InferSelectResult<InternalSecretsModuleWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends InternalSecretsModuleSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, InternalSecretsModuleSelect>): QueryBuilder<{
|
|
27
|
+
internalSecretsModule: InferSelectResult<InternalSecretsModuleWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends InternalSecretsModuleSelect>(args: CreateArgs<S, CreateInternalSecretsModuleInput['internalSecretsModule']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, InternalSecretsModuleSelect>): QueryBuilder<{
|
|
32
|
+
createInternalSecretsModule: {
|
|
33
|
+
internalSecretsModule: InferSelectResult<InternalSecretsModuleWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends InternalSecretsModuleSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
}, InternalSecretsModulePatch> & {
|
|
39
|
+
select: S;
|
|
40
|
+
} & StrictSelect<S, InternalSecretsModuleSelect>): QueryBuilder<{
|
|
41
|
+
updateInternalSecretsModule: {
|
|
42
|
+
internalSecretsModule: InferSelectResult<InternalSecretsModuleWithRelations, S>;
|
|
43
|
+
};
|
|
44
|
+
}>;
|
|
45
|
+
delete<S extends InternalSecretsModuleSelect>(args: DeleteArgs<{
|
|
46
|
+
id: string;
|
|
47
|
+
}, S> & {
|
|
48
|
+
select: S;
|
|
49
|
+
} & StrictSelect<S, InternalSecretsModuleSelect>): QueryBuilder<{
|
|
50
|
+
deleteInternalSecretsModule: {
|
|
51
|
+
internalSecretsModule: InferSelectResult<InternalSecretsModuleWithRelations, S>;
|
|
52
|
+
};
|
|
53
|
+
}>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class InternalSecretsModuleModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('InternalSecretsModule', 'internalSecretsModules', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'InternalSecretsModuleFilter', 'InternalSecretsModuleOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'InternalSecretsModule',
|
|
22
|
+
fieldName: 'internalSecretsModules',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('InternalSecretsModule', 'internalSecretsModules', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'InternalSecretsModuleFilter', 'InternalSecretsModuleOrderBy', connectionFieldsMap);
|
|
32
|
+
return new QueryBuilder({
|
|
33
|
+
client: this.client,
|
|
34
|
+
operation: 'query',
|
|
35
|
+
operationName: 'InternalSecretsModule',
|
|
36
|
+
fieldName: 'internalSecretsModule',
|
|
37
|
+
document,
|
|
38
|
+
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
internalSecretsModule: data.internalSecretsModules?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
findOne(args) {
|
|
45
|
+
const { document, variables } = buildFindManyDocument('InternalSecretsModule', 'internalSecretsModules', args.select, {
|
|
46
|
+
where: {
|
|
47
|
+
id: {
|
|
48
|
+
equalTo: args.id,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
first: 1,
|
|
52
|
+
}, 'InternalSecretsModuleFilter', 'InternalSecretsModuleOrderBy', connectionFieldsMap);
|
|
53
|
+
return new QueryBuilder({
|
|
54
|
+
client: this.client,
|
|
55
|
+
operation: 'query',
|
|
56
|
+
operationName: 'InternalSecretsModule',
|
|
57
|
+
fieldName: 'internalSecretsModule',
|
|
58
|
+
document,
|
|
59
|
+
variables,
|
|
60
|
+
transform: (data) => ({
|
|
61
|
+
internalSecretsModule: data.internalSecretsModules?.nodes?.[0] ?? null,
|
|
62
|
+
}),
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
create(args) {
|
|
66
|
+
const { document, variables } = buildCreateDocument('InternalSecretsModule', 'createInternalSecretsModule', 'internalSecretsModule', args.select, args.data, 'CreateInternalSecretsModuleInput', connectionFieldsMap);
|
|
67
|
+
return new QueryBuilder({
|
|
68
|
+
client: this.client,
|
|
69
|
+
operation: 'mutation',
|
|
70
|
+
operationName: 'InternalSecretsModule',
|
|
71
|
+
fieldName: 'createInternalSecretsModule',
|
|
72
|
+
document,
|
|
73
|
+
variables,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
update(args) {
|
|
77
|
+
const { document, variables } = buildUpdateByPkDocument('InternalSecretsModule', 'updateInternalSecretsModule', 'internalSecretsModule', args.select, args.where.id, args.data, 'UpdateInternalSecretsModuleInput', 'id', 'internalSecretsModulePatch', connectionFieldsMap, undefined);
|
|
78
|
+
return new QueryBuilder({
|
|
79
|
+
client: this.client,
|
|
80
|
+
operation: 'mutation',
|
|
81
|
+
operationName: 'InternalSecretsModule',
|
|
82
|
+
fieldName: 'updateInternalSecretsModule',
|
|
83
|
+
document,
|
|
84
|
+
variables,
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
delete(args) {
|
|
88
|
+
const { document, variables } = buildDeleteByPkDocument('InternalSecretsModule', 'deleteInternalSecretsModule', 'internalSecretsModule', {
|
|
89
|
+
id: args.where.id,
|
|
90
|
+
}, 'DeleteInternalSecretsModuleInput', args.select, connectionFieldsMap);
|
|
91
|
+
return new QueryBuilder({
|
|
92
|
+
client: this.client,
|
|
93
|
+
operation: 'mutation',
|
|
94
|
+
operationName: 'InternalSecretsModule',
|
|
95
|
+
fieldName: 'deleteInternalSecretsModule',
|
|
96
|
+
document,
|
|
97
|
+
variables,
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
}
|