feat(Okta Node): Add Okta Node (#10278)

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Shireen Missi
2024-08-12 16:49:06 +01:00
committed by GitHub
parent 71b6c67179
commit 5cac0f339d
11 changed files with 1414 additions and 4 deletions

View File

@@ -308,6 +308,7 @@ export interface ICredentialTestRequestData {
type ICredentialHttpRequestNode = {
name: string;
docsUrl: string;
hidden?: boolean;
} & ({ apiBaseUrl: string } | { apiBaseUrlPlaceholder: string });
export interface ICredentialType {