()
| 26 | }; |
| 27 | |
| 28 | export const deploymentSSHConfig = () => { |
| 29 | return { |
| 30 | ...disabledRefetchOptions, |
| 31 | queryKey: ["deployment", "sshConfig"], |
| 32 | queryFn: API.getDeploymentSSHConfig, |
| 33 | }; |
| 34 | }; |
| 35 | |
| 36 | export const deploymentIdpSyncFieldValues = (field: string) => { |
| 37 | return { |
no outgoing calls
no test coverage detected