@rockcarver/frodo-lib 2.0.0-13 → 2.0.0-15
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/build.zip +0 -0
- package/cjs/api/AgentApi.js.map +1 -1
- package/cjs/api/AuthenticateApi.js.map +1 -1
- package/cjs/api/BaseApi.js +1 -1
- package/cjs/api/BaseApi.js.map +1 -1
- package/cjs/api/CirclesOfTrustApi.js.map +1 -1
- package/cjs/api/IdmConfigApi.js.map +1 -1
- package/cjs/api/IdmSystemApi.js.map +1 -1
- package/cjs/api/ManagedObjectApi.js.map +1 -1
- package/cjs/api/NodeApi.js.map +1 -1
- package/cjs/api/OAuth2ClientApi.js.map +1 -1
- package/cjs/api/OAuth2OIDCApi.js.map +1 -1
- package/cjs/api/OAuth2OIDCApi.test.js +2 -2
- package/cjs/api/OAuth2OIDCApi.test.js.map +1 -1
- package/cjs/api/OAuth2ProviderApi.js.map +1 -1
- package/cjs/api/PoliciesApi.js.map +1 -1
- package/cjs/api/PolicySetApi.js.map +1 -1
- package/cjs/api/RealmApi.js.map +1 -1
- package/cjs/api/ResourceTypesApi.js.map +1 -1
- package/cjs/api/Saml2Api.js.map +1 -1
- package/cjs/api/ScriptApi.js.map +1 -1
- package/cjs/api/ServerInfoApi.js.map +1 -1
- package/cjs/api/ServiceApi.js.map +1 -1
- package/cjs/api/SocialIdentityProvidersApi.js.map +1 -1
- package/cjs/api/TreeApi.js.map +1 -1
- package/cjs/api/cloud/AdminFederationProvidersApi.js.map +1 -1
- package/cjs/api/cloud/EnvInfoApi.js.map +1 -1
- package/cjs/api/cloud/FeatureApi.js.map +1 -1
- package/cjs/api/cloud/LogApi.js.map +1 -1
- package/cjs/api/cloud/SecretsApi.js.map +1 -1
- package/cjs/api/cloud/StartupApi.js.map +1 -1
- package/cjs/api/cloud/VariablesApi.js.map +1 -1
- package/cjs/api/utils/ApiUtils.js.map +1 -1
- package/cjs/api/utils/Base64.js +4 -4
- package/cjs/api/utils/Base64.js.map +1 -1
- package/cjs/index.js +12 -10
- package/cjs/index.js.map +1 -1
- package/cjs/lib/FrodoLib.js +181 -22
- package/cjs/lib/FrodoLib.js.map +1 -1
- package/cjs/lib/FrodoLib.test.js +9 -9
- package/cjs/lib/FrodoLib.test.js.map +1 -1
- package/cjs/ops/AdminOps.js.map +1 -1
- package/cjs/ops/AgentOps.js +35 -35
- package/cjs/ops/AgentOps.js.map +1 -1
- package/cjs/ops/AuthenticateOps.js +10 -12
- package/cjs/ops/AuthenticateOps.js.map +1 -1
- package/cjs/ops/CirclesOfTrustOps.js +14 -14
- package/cjs/ops/CirclesOfTrustOps.js.map +1 -1
- package/cjs/ops/ConnectionProfileOps.js +2 -2
- package/cjs/ops/ConnectionProfileOps.js.map +1 -1
- package/cjs/ops/ConnectionProfileOps.test.js +5 -5
- package/cjs/ops/ConnectionProfileOps.test.js.map +1 -1
- package/cjs/ops/EmailTemplateOps.js.map +1 -1
- package/cjs/ops/IdmOps.js.map +1 -1
- package/cjs/ops/IdpOps.js.map +1 -1
- package/cjs/ops/InfoOps.js +3 -4
- package/cjs/ops/InfoOps.js.map +1 -1
- package/cjs/ops/JoseOps.js +30 -0
- package/cjs/ops/JoseOps.js.map +1 -1
- package/cjs/ops/JourneyOps.js +41 -43
- package/cjs/ops/JourneyOps.js.map +1 -1
- package/cjs/ops/JourneyOps.test.js +3 -2
- package/cjs/ops/JourneyOps.test.js.map +1 -1
- package/cjs/ops/ManagedObjectOps.js.map +1 -1
- package/cjs/ops/NodeOps.js.map +1 -1
- package/cjs/ops/OAuth2ClientOps.js +19 -19
- package/cjs/ops/OAuth2ClientOps.js.map +1 -1
- package/cjs/ops/OAuth2OidcOps.js.map +1 -1
- package/cjs/ops/OAuth2ProviderOps.js.map +1 -1
- package/cjs/ops/OpsTypes.js.map +1 -1
- package/cjs/ops/OrganizationOps.js.map +1 -1
- package/cjs/ops/PolicyOps.js +29 -29
- package/cjs/ops/PolicyOps.js.map +1 -1
- package/cjs/ops/PolicySetOps.js +27 -27
- package/cjs/ops/PolicySetOps.js.map +1 -1
- package/cjs/ops/RealmOps.js.map +1 -1
- package/cjs/ops/ResourceTypeOps.js +23 -23
- package/cjs/ops/ResourceTypeOps.js.map +1 -1
- package/cjs/ops/Saml2Ops.js +11 -11
- package/cjs/ops/Saml2Ops.js.map +1 -1
- package/cjs/ops/Saml2Ops.test.js +3 -2
- package/cjs/ops/Saml2Ops.test.js.map +1 -1
- package/cjs/ops/ScriptOps.js +3 -3
- package/cjs/ops/ScriptOps.js.map +1 -1
- package/cjs/ops/ServiceOps.js.map +1 -1
- package/cjs/ops/ThemeOps.js.map +1 -1
- package/cjs/ops/cloud/AdminFederationOps.js.map +1 -1
- package/cjs/ops/cloud/FeatureOps.js.map +1 -1
- package/cjs/ops/cloud/LogOps.js.map +1 -1
- package/cjs/ops/cloud/SecretsOps.js.map +1 -1
- package/cjs/ops/cloud/ServiceAccountOps.js +1 -1
- package/cjs/ops/cloud/ServiceAccountOps.js.map +1 -1
- package/cjs/ops/cloud/StartupOps.js.map +1 -1
- package/cjs/ops/cloud/VariablesOps.js.map +1 -1
- package/cjs/ops/utils/Console.js.map +1 -1
- package/cjs/ops/utils/DataProtection.js +3 -3
- package/cjs/ops/utils/DataProtection.js.map +1 -1
- package/cjs/ops/utils/DataProtection.test.js +1 -1
- package/cjs/ops/utils/DataProtection.test.js.map +1 -1
- package/cjs/ops/utils/ExportImportUtils.js +2 -2
- package/cjs/ops/utils/ExportImportUtils.js.map +1 -1
- package/cjs/ops/utils/OpsUtils.js +105 -25
- package/cjs/ops/utils/OpsUtils.js.map +1 -1
- package/cjs/ops/utils/OpsUtils.test.js +6 -5
- package/cjs/ops/utils/OpsUtils.test.js.map +1 -1
- package/cjs/ops/utils/ScriptValidationUtils.js +33 -2
- package/cjs/ops/utils/ScriptValidationUtils.js.map +1 -1
- package/cjs/ops/utils/ScriptValidationUtils.test.js +1 -1
- package/cjs/ops/utils/ScriptValidationUtils.test.js.map +1 -1
- package/cjs/ops/utils/{Version.js → VersionUtils.js} +1 -1
- package/cjs/ops/utils/VersionUtils.js.map +1 -0
- package/cjs/ops/utils/{Version.test.js → VersionUtils.test.js} +3 -3
- package/cjs/ops/utils/VersionUtils.test.js.map +1 -0
- package/cjs/shared/Constants.js +34 -0
- package/cjs/shared/Constants.js.map +1 -0
- package/cjs/shared/State.js +477 -220
- package/cjs/shared/State.js.map +1 -1
- package/cjs/utils/SetupPollyForFrodoLib.js.map +1 -1
- package/esm/api/AgentApi.js.map +1 -1
- package/esm/api/AuthenticateApi.js.map +1 -1
- package/esm/api/BaseApi.js +2 -2
- package/esm/api/BaseApi.js.map +1 -1
- package/esm/api/CirclesOfTrustApi.js.map +1 -1
- package/esm/api/IdmConfigApi.js.map +1 -1
- package/esm/api/IdmSystemApi.js.map +1 -1
- package/esm/api/ManagedObjectApi.js.map +1 -1
- package/esm/api/NodeApi.js.map +1 -1
- package/esm/api/OAuth2ClientApi.js.map +1 -1
- package/esm/api/OAuth2OIDCApi.js.map +1 -1
- package/esm/api/OAuth2OIDCApi.test.js +2 -2
- package/esm/api/OAuth2OIDCApi.test.js.map +1 -1
- package/esm/api/OAuth2ProviderApi.js.map +1 -1
- package/esm/api/PoliciesApi.js.map +1 -1
- package/esm/api/PolicySetApi.js.map +1 -1
- package/esm/api/RealmApi.js.map +1 -1
- package/esm/api/ResourceTypesApi.js.map +1 -1
- package/esm/api/Saml2Api.js.map +1 -1
- package/esm/api/ScriptApi.js.map +1 -1
- package/esm/api/ServerInfoApi.js.map +1 -1
- package/esm/api/ServiceApi.js.map +1 -1
- package/esm/api/SocialIdentityProvidersApi.js.map +1 -1
- package/esm/api/TreeApi.js.map +1 -1
- package/esm/api/cloud/AdminFederationProvidersApi.js.map +1 -1
- package/esm/api/cloud/EnvInfoApi.js.map +1 -1
- package/esm/api/cloud/FeatureApi.js.map +1 -1
- package/esm/api/cloud/LogApi.js.map +1 -1
- package/esm/api/cloud/SecretsApi.js.map +1 -1
- package/esm/api/cloud/StartupApi.js.map +1 -1
- package/esm/api/cloud/VariablesApi.js.map +1 -1
- package/esm/api/utils/ApiUtils.js.map +1 -1
- package/esm/api/utils/Base64.js +4 -4
- package/esm/api/utils/Base64.js.map +1 -1
- package/esm/index.js +2 -1
- package/esm/index.js.map +1 -1
- package/esm/lib/FrodoLib.js +164 -19
- package/esm/lib/FrodoLib.js.map +1 -1
- package/esm/lib/FrodoLib.test.js +10 -10
- package/esm/lib/FrodoLib.test.js.map +1 -1
- package/esm/ops/AdminOps.js.map +1 -1
- package/esm/ops/AgentOps.js.map +1 -1
- package/esm/ops/AuthenticateOps.js +10 -10
- package/esm/ops/AuthenticateOps.js.map +1 -1
- package/esm/ops/CirclesOfTrustOps.js.map +1 -1
- package/esm/ops/ConnectionProfileOps.js +2 -2
- package/esm/ops/ConnectionProfileOps.js.map +1 -1
- package/esm/ops/ConnectionProfileOps.test.js +5 -5
- package/esm/ops/ConnectionProfileOps.test.js.map +1 -1
- package/esm/ops/EmailTemplateOps.js.map +1 -1
- package/esm/ops/IdmOps.js.map +1 -1
- package/esm/ops/IdpOps.js.map +1 -1
- package/esm/ops/InfoOps.js +2 -2
- package/esm/ops/InfoOps.js.map +1 -1
- package/esm/ops/JoseOps.js +20 -0
- package/esm/ops/JoseOps.js.map +1 -1
- package/esm/ops/JourneyOps.js +10 -11
- package/esm/ops/JourneyOps.js.map +1 -1
- package/esm/ops/JourneyOps.test.js +2 -2
- package/esm/ops/JourneyOps.test.js.map +1 -1
- package/esm/ops/ManagedObjectOps.js.map +1 -1
- package/esm/ops/NodeOps.js.map +1 -1
- package/esm/ops/OAuth2ClientOps.js.map +1 -1
- package/esm/ops/OAuth2OidcOps.js.map +1 -1
- package/esm/ops/OAuth2ProviderOps.js.map +1 -1
- package/esm/ops/OpsTypes.js.map +1 -1
- package/esm/ops/OrganizationOps.js.map +1 -1
- package/esm/ops/PolicyOps.js.map +1 -1
- package/esm/ops/PolicySetOps.js.map +1 -1
- package/esm/ops/RealmOps.js.map +1 -1
- package/esm/ops/ResourceTypeOps.js.map +1 -1
- package/esm/ops/Saml2Ops.js.map +1 -1
- package/esm/ops/Saml2Ops.test.js +2 -2
- package/esm/ops/Saml2Ops.test.js.map +1 -1
- package/esm/ops/ScriptOps.js.map +1 -1
- package/esm/ops/ServiceOps.js.map +1 -1
- package/esm/ops/ThemeOps.js.map +1 -1
- package/esm/ops/cloud/AdminFederationOps.js.map +1 -1
- package/esm/ops/cloud/FeatureOps.js.map +1 -1
- package/esm/ops/cloud/LogOps.js.map +1 -1
- package/esm/ops/cloud/SecretsOps.js.map +1 -1
- package/esm/ops/cloud/ServiceAccountOps.js +1 -1
- package/esm/ops/cloud/ServiceAccountOps.js.map +1 -1
- package/esm/ops/cloud/StartupOps.js.map +1 -1
- package/esm/ops/cloud/VariablesOps.js.map +1 -1
- package/esm/ops/utils/Console.js.map +1 -1
- package/esm/ops/utils/DataProtection.js +3 -3
- package/esm/ops/utils/DataProtection.js.map +1 -1
- package/esm/ops/utils/DataProtection.test.js +2 -2
- package/esm/ops/utils/DataProtection.test.js.map +1 -1
- package/esm/ops/utils/ExportImportUtils.js +2 -2
- package/esm/ops/utils/ExportImportUtils.js.map +1 -1
- package/esm/ops/utils/OpsUtils.js +96 -22
- package/esm/ops/utils/OpsUtils.js.map +1 -1
- package/esm/ops/utils/OpsUtils.test.js +5 -5
- package/esm/ops/utils/OpsUtils.test.js.map +1 -1
- package/esm/ops/utils/ScriptValidationUtils.js +28 -0
- package/esm/ops/utils/ScriptValidationUtils.js.map +1 -1
- package/esm/ops/utils/ScriptValidationUtils.test.js +2 -2
- package/esm/ops/utils/ScriptValidationUtils.test.js.map +1 -1
- package/esm/ops/utils/{Version.js → VersionUtils.js} +1 -1
- package/esm/ops/utils/VersionUtils.js.map +1 -0
- package/esm/ops/utils/{Version.test.js → VersionUtils.test.js} +2 -2
- package/esm/ops/utils/VersionUtils.test.js.map +1 -0
- package/esm/shared/Constants.js +27 -0
- package/esm/shared/Constants.js.map +1 -0
- package/esm/shared/State.js +481 -226
- package/esm/shared/State.js.map +1 -1
- package/esm/utils/SetupPollyForFrodoLib.js.map +1 -1
- package/package.json +5 -2
- package/types/api/AgentApi.d.ts +1 -1
- package/types/api/AgentApi.d.ts.map +1 -1
- package/types/api/AuthenticateApi.d.ts +1 -1
- package/types/api/AuthenticateApi.d.ts.map +1 -1
- package/types/api/BaseApi.d.ts +1 -1
- package/types/api/BaseApi.d.ts.map +1 -1
- package/types/api/CirclesOfTrustApi.d.ts +1 -1
- package/types/api/CirclesOfTrustApi.d.ts.map +1 -1
- package/types/api/IdmConfigApi.d.ts +1 -1
- package/types/api/IdmConfigApi.d.ts.map +1 -1
- package/types/api/IdmSystemApi.d.ts +1 -1
- package/types/api/IdmSystemApi.d.ts.map +1 -1
- package/types/api/ManagedObjectApi.d.ts +1 -1
- package/types/api/ManagedObjectApi.d.ts.map +1 -1
- package/types/api/NodeApi.d.ts +1 -1
- package/types/api/NodeApi.d.ts.map +1 -1
- package/types/api/OAuth2ClientApi.d.ts +1 -1
- package/types/api/OAuth2ClientApi.d.ts.map +1 -1
- package/types/api/OAuth2OIDCApi.d.ts +1 -1
- package/types/api/OAuth2OIDCApi.d.ts.map +1 -1
- package/types/api/OAuth2ProviderApi.d.ts +1 -1
- package/types/api/OAuth2ProviderApi.d.ts.map +1 -1
- package/types/api/PoliciesApi.d.ts +1 -1
- package/types/api/PoliciesApi.d.ts.map +1 -1
- package/types/api/PolicySetApi.d.ts +1 -1
- package/types/api/PolicySetApi.d.ts.map +1 -1
- package/types/api/RealmApi.d.ts +1 -1
- package/types/api/RealmApi.d.ts.map +1 -1
- package/types/api/ResourceTypesApi.d.ts +1 -1
- package/types/api/ResourceTypesApi.d.ts.map +1 -1
- package/types/api/Saml2Api.d.ts +1 -1
- package/types/api/Saml2Api.d.ts.map +1 -1
- package/types/api/ScriptApi.d.ts +1 -1
- package/types/api/ScriptApi.d.ts.map +1 -1
- package/types/api/ServerInfoApi.d.ts +1 -1
- package/types/api/ServerInfoApi.d.ts.map +1 -1
- package/types/api/ServiceApi.d.ts +1 -1
- package/types/api/ServiceApi.d.ts.map +1 -1
- package/types/api/SocialIdentityProvidersApi.d.ts +1 -1
- package/types/api/SocialIdentityProvidersApi.d.ts.map +1 -1
- package/types/api/TreeApi.d.ts +1 -1
- package/types/api/TreeApi.d.ts.map +1 -1
- package/types/api/cloud/AdminFederationProvidersApi.d.ts +1 -1
- package/types/api/cloud/AdminFederationProvidersApi.d.ts.map +1 -1
- package/types/api/cloud/EnvInfoApi.d.ts +1 -1
- package/types/api/cloud/EnvInfoApi.d.ts.map +1 -1
- package/types/api/cloud/FeatureApi.d.ts +1 -1
- package/types/api/cloud/FeatureApi.d.ts.map +1 -1
- package/types/api/cloud/LogApi.d.ts +1 -1
- package/types/api/cloud/LogApi.d.ts.map +1 -1
- package/types/api/cloud/SecretsApi.d.ts +1 -1
- package/types/api/cloud/SecretsApi.d.ts.map +1 -1
- package/types/api/cloud/StartupApi.d.ts +1 -1
- package/types/api/cloud/StartupApi.d.ts.map +1 -1
- package/types/api/cloud/VariablesApi.d.ts +1 -1
- package/types/api/cloud/VariablesApi.d.ts.map +1 -1
- package/types/api/utils/ApiUtils.d.ts +1 -1
- package/types/api/utils/ApiUtils.d.ts.map +1 -1
- package/types/api/utils/Base64.d.ts +6 -6
- package/types/api/utils/Base64.d.ts.map +1 -1
- package/types/index.d.ts +2 -1
- package/types/index.d.ts.map +1 -1
- package/types/lib/FrodoLib.d.ts +224 -370
- package/types/lib/FrodoLib.d.ts.map +1 -1
- package/types/ops/AdminOps.d.ts +3 -2
- package/types/ops/AdminOps.d.ts.map +1 -1
- package/types/ops/AgentOps.d.ts +3 -2
- package/types/ops/AgentOps.d.ts.map +1 -1
- package/types/ops/AuthenticateOps.d.ts +3 -2
- package/types/ops/AuthenticateOps.d.ts.map +1 -1
- package/types/ops/CirclesOfTrustOps.d.ts +3 -2
- package/types/ops/CirclesOfTrustOps.d.ts.map +1 -1
- package/types/ops/ConnectionProfileOps.d.ts +3 -2
- package/types/ops/ConnectionProfileOps.d.ts.map +1 -1
- package/types/ops/EmailTemplateOps.d.ts +3 -2
- package/types/ops/EmailTemplateOps.d.ts.map +1 -1
- package/types/ops/IdmOps.d.ts +3 -2
- package/types/ops/IdmOps.d.ts.map +1 -1
- package/types/ops/IdpOps.d.ts +3 -2
- package/types/ops/IdpOps.d.ts.map +1 -1
- package/types/ops/InfoOps.d.ts +3 -2
- package/types/ops/InfoOps.d.ts.map +1 -1
- package/types/ops/JoseOps.d.ts +17 -1
- package/types/ops/JoseOps.d.ts.map +1 -1
- package/types/ops/JourneyOps.d.ts +16 -10
- package/types/ops/JourneyOps.d.ts.map +1 -1
- package/types/ops/ManagedObjectOps.d.ts +3 -2
- package/types/ops/ManagedObjectOps.d.ts.map +1 -1
- package/types/ops/NodeOps.d.ts +3 -2
- package/types/ops/NodeOps.d.ts.map +1 -1
- package/types/ops/OAuth2ClientOps.d.ts +3 -2
- package/types/ops/OAuth2ClientOps.d.ts.map +1 -1
- package/types/ops/OAuth2OidcOps.d.ts +6 -5
- package/types/ops/OAuth2OidcOps.d.ts.map +1 -1
- package/types/ops/OAuth2ProviderOps.d.ts +3 -2
- package/types/ops/OAuth2ProviderOps.d.ts.map +1 -1
- package/types/ops/OpsTypes.d.ts +1 -1
- package/types/ops/OpsTypes.d.ts.map +1 -1
- package/types/ops/OrganizationOps.d.ts +3 -2
- package/types/ops/OrganizationOps.d.ts.map +1 -1
- package/types/ops/PolicyOps.d.ts +3 -2
- package/types/ops/PolicyOps.d.ts.map +1 -1
- package/types/ops/PolicySetOps.d.ts +3 -2
- package/types/ops/PolicySetOps.d.ts.map +1 -1
- package/types/ops/RealmOps.d.ts +3 -2
- package/types/ops/RealmOps.d.ts.map +1 -1
- package/types/ops/ResourceTypeOps.d.ts +3 -2
- package/types/ops/ResourceTypeOps.d.ts.map +1 -1
- package/types/ops/Saml2Ops.d.ts +3 -2
- package/types/ops/Saml2Ops.d.ts.map +1 -1
- package/types/ops/ScriptOps.d.ts +3 -2
- package/types/ops/ScriptOps.d.ts.map +1 -1
- package/types/ops/ServiceOps.d.ts +4 -3
- package/types/ops/ServiceOps.d.ts.map +1 -1
- package/types/ops/ThemeOps.d.ts +3 -2
- package/types/ops/ThemeOps.d.ts.map +1 -1
- package/types/ops/cloud/AdminFederationOps.d.ts +3 -2
- package/types/ops/cloud/AdminFederationOps.d.ts.map +1 -1
- package/types/ops/cloud/FeatureOps.d.ts +3 -2
- package/types/ops/cloud/FeatureOps.d.ts.map +1 -1
- package/types/ops/cloud/LogOps.d.ts +3 -2
- package/types/ops/cloud/LogOps.d.ts.map +1 -1
- package/types/ops/cloud/SecretsOps.d.ts +3 -2
- package/types/ops/cloud/SecretsOps.d.ts.map +1 -1
- package/types/ops/cloud/ServiceAccountOps.d.ts +7 -6
- package/types/ops/cloud/ServiceAccountOps.d.ts.map +1 -1
- package/types/ops/cloud/StartupOps.d.ts +3 -2
- package/types/ops/cloud/StartupOps.d.ts.map +1 -1
- package/types/ops/cloud/VariablesOps.d.ts +3 -2
- package/types/ops/cloud/VariablesOps.d.ts.map +1 -1
- package/types/ops/utils/Console.d.ts +1 -1
- package/types/ops/utils/Console.d.ts.map +1 -1
- package/types/ops/utils/DataProtection.d.ts +1 -1
- package/types/ops/utils/DataProtection.d.ts.map +1 -1
- package/types/ops/utils/ExportImportUtils.d.ts +3 -2
- package/types/ops/utils/ExportImportUtils.d.ts.map +1 -1
- package/types/ops/utils/OpsUtils.d.ts +73 -17
- package/types/ops/utils/OpsUtils.d.ts.map +1 -1
- package/types/ops/utils/ScriptValidationUtils.d.ts +20 -1
- package/types/ops/utils/ScriptValidationUtils.d.ts.map +1 -1
- package/types/ops/utils/{Version.d.ts → VersionUtils.d.ts} +4 -4
- package/types/ops/utils/VersionUtils.d.ts.map +1 -0
- package/types/shared/Constants.d.ts +34 -0
- package/types/shared/Constants.d.ts.map +1 -0
- package/types/shared/State.d.ts +38 -38
- package/types/shared/State.d.ts.map +1 -1
- package/types/utils/SetupPollyForFrodoLib.d.ts +1 -1
- package/types/utils/SetupPollyForFrodoLib.d.ts.map +1 -1
- package/cjs/lib/Frodo.js +0 -85
- package/cjs/lib/Frodo.js.map +0 -1
- package/cjs/ops/utils/Version.js.map +0 -1
- package/cjs/ops/utils/Version.test.js.map +0 -1
- package/cjs/ops/utils/Wordwrap.js +0 -12
- package/cjs/ops/utils/Wordwrap.js.map +0 -1
- package/cjs/ops/utils/Wordwrap.test.js +0 -22
- package/cjs/ops/utils/Wordwrap.test.js.map +0 -1
- package/cjs/storage/StaticStorage.js +0 -31
- package/cjs/storage/StaticStorage.js.map +0 -1
- package/esm/lib/Frodo.js +0 -59
- package/esm/lib/Frodo.js.map +0 -1
- package/esm/ops/utils/Version.js.map +0 -1
- package/esm/ops/utils/Version.test.js.map +0 -1
- package/esm/ops/utils/Wordwrap.js +0 -5
- package/esm/ops/utils/Wordwrap.js.map +0 -1
- package/esm/ops/utils/Wordwrap.test.js +0 -19
- package/esm/ops/utils/Wordwrap.test.js.map +0 -1
- package/esm/storage/StaticStorage.js +0 -15
- package/esm/storage/StaticStorage.js.map +0 -1
- package/types/lib/Frodo.d.ts +0 -1159
- package/types/lib/Frodo.d.ts.map +0 -1
- package/types/ops/utils/Version.d.ts.map +0 -1
- package/types/ops/utils/Wordwrap.d.ts +0 -2
- package/types/ops/utils/Wordwrap.d.ts.map +0 -1
- package/types/storage/StaticStorage.d.ts +0 -15
- package/types/storage/StaticStorage.d.ts.map +0 -1
package/types/lib/FrodoLib.d.ts
CHANGED
|
@@ -1,385 +1,239 @@
|
|
|
1
|
-
import State,
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
1
|
+
import { State, StateInterface } from '../shared/State';
|
|
2
|
+
import { AdminFederation } from '../ops/cloud/AdminFederationOps';
|
|
3
|
+
import { Admin } from '../ops/AdminOps';
|
|
4
|
+
import { Agent } from '../ops/AgentOps';
|
|
5
|
+
import { Authenticate } from '../ops/AuthenticateOps';
|
|
6
|
+
import { CirclesOfTrust } from '../ops/CirclesOfTrustOps';
|
|
7
|
+
import { ConnectionProfile } from '../ops/ConnectionProfileOps';
|
|
8
|
+
import { EmailTemplate } from '../ops/EmailTemplateOps';
|
|
9
|
+
import { ExportImport } from '../ops/utils/ExportImportUtils';
|
|
10
|
+
import { Feature } from '../ops/cloud/FeatureOps';
|
|
11
|
+
import { Idm } from '../ops/IdmOps';
|
|
12
|
+
import { Idp } from '../ops/IdpOps';
|
|
13
|
+
import { Info } from '../ops/InfoOps';
|
|
14
|
+
import { Jose } from '../ops/JoseOps';
|
|
15
|
+
import { Journey } from '../ops/JourneyOps';
|
|
16
|
+
import { Log } from '../ops/cloud/LogOps';
|
|
17
|
+
import { ManagedObject } from '../ops/ManagedObjectOps';
|
|
18
|
+
import { Node } from '../ops/NodeOps';
|
|
19
|
+
import { OAuth2Client } from '../ops/OAuth2ClientOps';
|
|
20
|
+
import { OAuth2Oidc } from '../ops/OAuth2OidcOps';
|
|
21
|
+
import { OAuth2Provider } from '../ops/OAuth2ProviderOps';
|
|
22
|
+
import { Utils } from '../ops/utils/OpsUtils';
|
|
23
|
+
import { Organization } from '../ops/OrganizationOps';
|
|
24
|
+
import { Policy } from '../ops/PolicyOps';
|
|
25
|
+
import { PolicySet } from '../ops/PolicySetOps';
|
|
26
|
+
import { Realm } from '../ops/RealmOps';
|
|
27
|
+
import { ResourceType } from '../ops/ResourceTypeOps';
|
|
28
|
+
import { Saml2 } from '../ops/Saml2Ops';
|
|
29
|
+
import { Script } from '../ops/ScriptOps';
|
|
30
|
+
import { ScriptValidation } from '../ops/utils/ScriptValidationUtils';
|
|
31
|
+
import { Service } from '../ops/ServiceOps';
|
|
32
|
+
import { Secret } from '../ops/cloud/SecretsOps';
|
|
33
|
+
import { ServiceAccount } from '../ops/cloud/ServiceAccountOps';
|
|
34
|
+
import { Startup } from '../ops/cloud/StartupOps';
|
|
35
|
+
import { Theme } from '../ops/ThemeOps';
|
|
36
|
+
import { Variable } from '../ops/cloud/VariablesOps';
|
|
37
|
+
import { Version } from '../ops/utils/VersionUtils';
|
|
38
|
+
import { Constants } from '../shared/Constants';
|
|
39
|
+
/**
|
|
40
|
+
* Frodo Library
|
|
41
|
+
*/
|
|
42
|
+
export type Frodo = {
|
|
8
43
|
state: State;
|
|
9
|
-
admin:
|
|
10
|
-
|
|
11
|
-
listOAuth2AdminClients(): Promise<any>;
|
|
12
|
-
listNonOAuth2AdminStaticUserMappings(showProtected: boolean): Promise<any>;
|
|
13
|
-
addAutoIdStaticUserMapping(): Promise<void>;
|
|
14
|
-
grantOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
15
|
-
revokeOAuth2ClientAdminPrivileges(clientId: string): Promise<void>;
|
|
16
|
-
createOAuth2ClientWithAdminPrivileges(clientId: string, clientSecret: string): Promise<void>;
|
|
17
|
-
createLongLivedToken(clientId: string, clientSecret: string, scope: string, secret: string | boolean, lifetime: number): Promise<any>;
|
|
18
|
-
removeStaticUserMapping(subject: string): Promise<void>;
|
|
19
|
-
hideGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
20
|
-
showGenericExtensionAttributes(includeCustomized: boolean, dryRun: boolean): Promise<void>;
|
|
21
|
-
repairOrgModel(excludeCustomized: boolean, extendPermissions: boolean, dryRun: boolean): Promise<void>;
|
|
22
|
-
};
|
|
23
|
-
agent: {
|
|
24
|
-
createAgentExportTemplate(): import("../ops/OpsTypes").AgentExportInterface;
|
|
25
|
-
getAgents(): Promise<import("../api/ApiTypes").AgentSkeleton[]>;
|
|
26
|
-
getAgent(agentId: string): Promise<any>;
|
|
27
|
-
getAgentByTypeAndId(agentType: import("../api/ApiTypes").AgentType, agentId: string): Promise<any>;
|
|
28
|
-
getIdentityGatewayAgents(): Promise<any>;
|
|
29
|
-
getIdentityGatewayAgent(gatewayId: string): Promise<any>;
|
|
30
|
-
putIdentityGatewayAgent(gatewayId: string, gatewayData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
31
|
-
getJavaAgents(): Promise<any>;
|
|
32
|
-
getJavaAgent(agentId: string): Promise<any>;
|
|
33
|
-
putJavaAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
34
|
-
getWebAgents(): Promise<any>;
|
|
35
|
-
getWebAgent(agentId: string): Promise<any>;
|
|
36
|
-
putWebAgent(agentId: string, agentData: import("../api/ApiTypes").AgentSkeleton): Promise<any>;
|
|
37
|
-
exportAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
38
|
-
exportIdentityGatewayAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
39
|
-
exportJavaAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
40
|
-
exportWebAgents(): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
41
|
-
exportAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
42
|
-
exportIdentityGatewayAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
43
|
-
exportJavaAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
44
|
-
exportWebAgent(agentId: string): Promise<import("../ops/OpsTypes").AgentExportInterface>;
|
|
45
|
-
importAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
46
|
-
importIdentityGatewayAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
47
|
-
importJavaAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
48
|
-
importWebAgents(importData: import("../ops/OpsTypes").AgentExportInterface): Promise<void>;
|
|
49
|
-
importAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
50
|
-
importIdentityGatewayAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
51
|
-
importJavaAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
52
|
-
importWebAgent(agentId: string, importData: import("../ops/OpsTypes").AgentExportInterface): Promise<any>;
|
|
53
|
-
deleteAgents(): Promise<void>;
|
|
54
|
-
deleteAgent(agentId: string): Promise<void>;
|
|
55
|
-
deleteIdentityGatewayAgents(): Promise<void>;
|
|
56
|
-
deleteIdentityGatewayAgent(agentId: string): Promise<void>;
|
|
57
|
-
deleteJavaAgents(): Promise<void>;
|
|
58
|
-
deleteJavaAgent(agentId: string): Promise<void>;
|
|
59
|
-
deleteWebAgents(): Promise<void>;
|
|
60
|
-
deleteWebAgent(agentId: string): Promise<void>;
|
|
61
|
-
};
|
|
44
|
+
admin: Admin;
|
|
45
|
+
agent: Agent;
|
|
62
46
|
authn: {
|
|
63
|
-
journey:
|
|
64
|
-
|
|
65
|
-
createMultiTreeExportTemplate(): import("../ops/OpsTypes").MultiTreeExportInterface;
|
|
66
|
-
exportJourney(treeId: string, options?: import("../ops/OpsTypes").TreeExportOptions): Promise<import("../ops/OpsTypes").SingleTreeExportInterface>;
|
|
67
|
-
getJourneys(): Promise<import("../api/ApiTypes").TreeSkeleton[]>;
|
|
68
|
-
getJourney(journeyId: string): Promise<import("../api/ApiTypes").TreeSkeleton>;
|
|
69
|
-
importJourney(treeObject: import("../ops/OpsTypes").SingleTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<boolean>;
|
|
70
|
-
resolveDependencies(installedJorneys: any, journeyMap: any, unresolvedJourneys: any, resolvedJourneys: any, index?: number): Promise<void>;
|
|
71
|
-
importAllJourneys(treesMap: import("../ops/OpsTypes").MultiTreeExportInterface, options: import("../ops/OpsTypes").TreeImportOptions): Promise<void>;
|
|
72
|
-
getNodeRef(nodeObj: import("../api/ApiTypes").NodeSkeleton, singleTreeExport: import("../ops/OpsTypes").SingleTreeExportInterface): import("../api/ApiTypes").NodeRefSkeletonInterface | import("../api/ApiTypes").InnerNodeRefSkeletonInterface;
|
|
73
|
-
onlineTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
74
|
-
fileByIdTreeExportResolver: import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
75
|
-
createFileParamTreeExportResolver(file: string): import("../ops/OpsTypes").TreeExportResolverInterface;
|
|
76
|
-
getTreeDescendents(treeExport: import("../ops/OpsTypes").SingleTreeExportInterface, resolveTreeExport: import("../ops/OpsTypes").TreeExportResolverInterface, resolvedTreeIds?: string[]): Promise<import("../ops/OpsTypes").TreeDependencyMapInterface>;
|
|
77
|
-
findOrphanedNodes(): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
78
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<unknown[]>;
|
|
79
|
-
isCustomJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
80
|
-
isPremiumJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
81
|
-
isCloudOnlyJourney(journey: import("../ops/OpsTypes").SingleTreeExportInterface): boolean;
|
|
82
|
-
getJourneyClassification(journey: import("../ops/OpsTypes").SingleTreeExportInterface): import("../ops/OpsTypes").JourneyClassificationType[];
|
|
83
|
-
deleteJourney(journeyId: string, options: {
|
|
84
|
-
deep: boolean;
|
|
85
|
-
verbose: boolean;
|
|
86
|
-
progress?: boolean;
|
|
87
|
-
}): Promise<{
|
|
88
|
-
nodes: {};
|
|
89
|
-
}>;
|
|
90
|
-
deleteJourneys(options: {
|
|
91
|
-
deep: boolean;
|
|
92
|
-
verbose: boolean;
|
|
93
|
-
}): Promise<{}>;
|
|
94
|
-
enableJourney(journeyId: string): Promise<boolean>;
|
|
95
|
-
disableJourney(journeyId: string): Promise<boolean>;
|
|
96
|
-
};
|
|
97
|
-
node: {
|
|
98
|
-
findOrphanedNodes(): Promise<unknown[]>;
|
|
99
|
-
removeOrphanedNodes(orphanedNodes: import("../api/ApiTypes").NodeSkeleton[]): Promise<import("../api/ApiTypes").NodeSkeleton[]>;
|
|
100
|
-
isPremiumNode(nodeType: string): boolean;
|
|
101
|
-
isCloudOnlyNode(nodeType: string): boolean;
|
|
102
|
-
isCustomNode(nodeType: string): boolean;
|
|
103
|
-
getNodeClassification(nodeType: string): import("../ops/OpsTypes").NodeClassificationType[];
|
|
104
|
-
};
|
|
47
|
+
journey: Journey;
|
|
48
|
+
node: Node;
|
|
105
49
|
};
|
|
106
50
|
authz: {
|
|
107
|
-
policy:
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
getPolicy(policyId: string): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
111
|
-
putPolicy(policyId: string, policyData: import("../api/ApiTypes").PolicySkeleton): Promise<any>;
|
|
112
|
-
deletePolicy(policyId: string): Promise<any>;
|
|
113
|
-
exportPolicy(policyId: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
114
|
-
exportPolicies(options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
115
|
-
exportPoliciesByPolicySet(policySetName: string, options?: import("../ops/PolicyOps").PolicyExportOptions): Promise<import("../ops/PolicyOps").PolicyExportInterface>;
|
|
116
|
-
importPolicy(policyId: string, importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
117
|
-
importFirstPolicy(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton>;
|
|
118
|
-
importPolicies(importData: import("../ops/PolicyOps").PolicyExportInterface, options?: import("../ops/PolicyOps").PolicyImportOptions): Promise<import("../api/ApiTypes").PolicySkeleton[]>;
|
|
119
|
-
};
|
|
120
|
-
policySet: {
|
|
121
|
-
getPolicySets(): Promise<import("../api/ApiTypes").PolicySetSkeleton[]>;
|
|
122
|
-
getPolicySet(policySetName: string): Promise<import("../api/ApiTypes").PolicySetSkeleton>;
|
|
123
|
-
createPolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
124
|
-
updatePolicySet(policySetData: import("../api/ApiTypes").PolicySetSkeleton): Promise<any>;
|
|
125
|
-
deletePolicySet(policySetName: string): Promise<any>;
|
|
126
|
-
exportPolicySet(policySetName: string, options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
127
|
-
exportPolicySets(options?: import("../ops/PolicySetOps").PolicySetExportOptions): Promise<import("../ops/PolicySetOps").PolicySetExportInterface>;
|
|
128
|
-
importPolicySet(policySetName: string, importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
129
|
-
importFirstPolicySet(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
130
|
-
importPolicySets(importData: import("../ops/PolicySetOps").PolicySetExportInterface, options?: import("../ops/PolicySetOps").PolicySetImportOptions): Promise<any>;
|
|
131
|
-
};
|
|
132
|
-
resourceType: {
|
|
133
|
-
getResourceType(resourceTypeUuid: string): Promise<any>;
|
|
134
|
-
getResourceTypes(): Promise<import("../api/ApiTypes").ResourceTypeSkeleton[]>;
|
|
135
|
-
getResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
136
|
-
updateResourceType(resourceTypeUuid: string, resourceTypeData: import("../api/ApiTypes").ResourceTypeSkeleton): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
137
|
-
deleteResourceType(resourceTypeUuid: string): Promise<any>;
|
|
138
|
-
deleteResourceTypeByName(resourceTypeName: string): Promise<import("../api/ApiTypes").ResourceTypeSkeleton>;
|
|
139
|
-
exportResourceType(resourceTypeUuid: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
140
|
-
exportResourceTypeByName(resourceTypeName: string): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
141
|
-
exportResourceTypes(): Promise<import("../ops/ResourceTypeOps").ResourceTypeExportInterface>;
|
|
142
|
-
importResourceType(resourceTypeUuid: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
143
|
-
importResourceTypeByName(resourceTypeName: string, importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
144
|
-
importFirstResourceType(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any>;
|
|
145
|
-
importResourceTypes(importData: import("../ops/ResourceTypeOps").ResourceTypeExportInterface): Promise<any[]>;
|
|
146
|
-
};
|
|
51
|
+
policy: Policy;
|
|
52
|
+
policySet: PolicySet;
|
|
53
|
+
resourceType: ResourceType;
|
|
147
54
|
};
|
|
148
55
|
cloud: {
|
|
149
|
-
adminFed:
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
importFirstAdminFederationProvider(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton>;
|
|
159
|
-
importAdminFederationProviders(importData: import("../ops/cloud/AdminFederationOps").AdminFederationExportInterface): Promise<import("../api/ApiTypes").SocialIdpSkeleton[]>;
|
|
160
|
-
};
|
|
161
|
-
feature: {
|
|
162
|
-
getFeatures(): Promise<import("../api/cloud/FeatureApi").FeatureInterface[]>;
|
|
163
|
-
hasFeature(featureId: string): Promise<boolean>;
|
|
164
|
-
};
|
|
165
|
-
log: {
|
|
166
|
-
getDefaultNoiseFilter(): string[];
|
|
167
|
-
resolveLevel(level: string | number): string[];
|
|
168
|
-
resolvePayloadLevel(log: import("../api/ApiTypes").LogEventSkeleton): string;
|
|
169
|
-
getLogSources(): Promise<string[]>;
|
|
170
|
-
getLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
171
|
-
getLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
172
|
-
createLogApiKey(keyName: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
173
|
-
deleteLogApiKey(keyId: string): Promise<import("../api/ApiTypes").LogApiKey>;
|
|
174
|
-
deleteLogApiKeys(): Promise<import("../api/ApiTypes").LogApiKey[]>;
|
|
175
|
-
tail(source: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
176
|
-
fetch(source: string, startTs: string, endTs: string, cookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").LogEventSkeleton>>;
|
|
177
|
-
};
|
|
178
|
-
secret: {
|
|
179
|
-
getSecrets(): Promise<any>;
|
|
180
|
-
getSecret(secretId: string): Promise<any>;
|
|
181
|
-
putSecret(secretId: string, value: string, description: string, encoding?: string, useInPlaceholders?: boolean): Promise<any>;
|
|
182
|
-
setSecretDescription(secretId: string, description: string): Promise<any>;
|
|
183
|
-
deleteSecret(secretId: string): Promise<any>;
|
|
184
|
-
getSecretVersions(secretId: string): Promise<any>;
|
|
185
|
-
createNewVersionOfSecret(secretId: string, value: string): Promise<any>;
|
|
186
|
-
getVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
187
|
-
setStatusOfVersionOfSecret(secretId: string, version: string, status: import("../api/ApiTypes").VersionOfSecretStatus): Promise<any>;
|
|
188
|
-
deleteVersionOfSecret(secretId: string, version: string): Promise<any>;
|
|
189
|
-
};
|
|
190
|
-
serviceAccount: {
|
|
191
|
-
isServiceAccountsFeatureAvailable(): Promise<boolean>;
|
|
192
|
-
createServiceAccount(name: string, description: string, accountStatus: "Active" | "Inactive", scopes: string[], jwks: jose.JwksInterface): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
193
|
-
getServiceAccount(serviceAccountId: string): Promise<import("../ops/cloud/ServiceAccountOps").ServiceAccount>;
|
|
194
|
-
};
|
|
195
|
-
startup: {
|
|
196
|
-
checkForUpdates(): Promise<import("../ops/cloud/StartupOps").Updates>;
|
|
197
|
-
applyUpdates(wait: boolean, timeout?: number): Promise<boolean>;
|
|
198
|
-
};
|
|
199
|
-
variable: {
|
|
200
|
-
deleteVariable(variableId: string): Promise<any>;
|
|
201
|
-
getVariable(variableId: string): Promise<any>;
|
|
202
|
-
getVariables(): Promise<any>;
|
|
203
|
-
putVariable(variableId: string, value: string, description: string): Promise<any>;
|
|
204
|
-
setVariableDescription(variableId: string, description: string): Promise<any>;
|
|
205
|
-
};
|
|
206
|
-
};
|
|
207
|
-
conn: {
|
|
208
|
-
getConnectionProfilesPath(): string;
|
|
209
|
-
findConnectionProfiles(connectionProfiles: import("../ops/ConnectionProfileOps").ConnectionsFileInterface, host: string): import("../ops/ConnectionProfileOps").SecureConnectionProfileInterface[];
|
|
210
|
-
initConnectionProfiles(): Promise<void>;
|
|
211
|
-
getConnectionProfileByHost(host: string): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
212
|
-
getConnectionProfile(): Promise<import("../ops/ConnectionProfileOps").ConnectionProfileInterface>;
|
|
213
|
-
saveConnectionProfile(host: string): Promise<boolean>;
|
|
214
|
-
deleteConnectionProfile(host: string): void;
|
|
215
|
-
addNewServiceAccount(): Promise<import("../api/ApiTypes").IdObjectSkeletonInterface>;
|
|
216
|
-
};
|
|
56
|
+
adminFed: AdminFederation;
|
|
57
|
+
feature: Feature;
|
|
58
|
+
log: Log;
|
|
59
|
+
secret: Secret;
|
|
60
|
+
serviceAccount: ServiceAccount;
|
|
61
|
+
startup: Startup;
|
|
62
|
+
variable: Variable;
|
|
63
|
+
};
|
|
64
|
+
conn: ConnectionProfile;
|
|
217
65
|
email: {
|
|
218
|
-
template:
|
|
219
|
-
EMAIL_TEMPLATE_TYPE: string;
|
|
220
|
-
getEmailTemplates(): Promise<any>;
|
|
221
|
-
getEmailTemplate(templateId: string): Promise<any>;
|
|
222
|
-
putEmailTemplate(templateId: string, templateData: import("../api/ApiTypes").EmailTemplateSkeleton): Promise<any>;
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
helper: {
|
|
226
|
-
base64: typeof base64;
|
|
227
|
-
constants: typeof constants;
|
|
228
|
-
jose: typeof jose;
|
|
229
|
-
script: typeof script;
|
|
230
|
-
utils: typeof utils;
|
|
66
|
+
template: EmailTemplate;
|
|
231
67
|
};
|
|
232
68
|
idm: {
|
|
233
|
-
config:
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
getConfigEntity(entityId: string): Promise<any>;
|
|
237
|
-
putConfigEntity(entityId: string, entityData: string | import("../api/ApiTypes").NoIdObjectSkeletonInterface): Promise<any>;
|
|
238
|
-
queryAllManagedObjectsByType(type: string, fields: string[], pageCookie: string): Promise<import("../api/ApiTypes").PagedResult<import("../api/ApiTypes").IdObjectSkeletonInterface>>;
|
|
239
|
-
testConnectorServers(): Promise<import("../api/IdmSystemApi").ConnectorServerStatusInterface[]>;
|
|
240
|
-
};
|
|
241
|
-
managed: {
|
|
242
|
-
resolveUserName(type: string, id: string): Promise<string | number | boolean | object>;
|
|
243
|
-
resolveFullName(type: string, id: string): Promise<string>;
|
|
244
|
-
};
|
|
245
|
-
organization: {
|
|
246
|
-
getRealmManagedOrganization(): string;
|
|
247
|
-
getOrganizations(): Promise<any[]>;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
info: {
|
|
251
|
-
getInfo(): Promise<import("../ops/InfoOps").PlatformInfo>;
|
|
252
|
-
};
|
|
253
|
-
login: {
|
|
254
|
-
getAccessTokenForServiceAccount(saId?: string, saJwk?: jose.JwkRsa): Promise<string>;
|
|
255
|
-
getTokens(forceLoginAsUser?: boolean): Promise<boolean>;
|
|
69
|
+
config: Idm;
|
|
70
|
+
managed: ManagedObject;
|
|
71
|
+
organization: Organization;
|
|
256
72
|
};
|
|
73
|
+
info: Info;
|
|
74
|
+
login: Authenticate;
|
|
257
75
|
oauth2oidc: {
|
|
258
|
-
client:
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
deleteOAuth2Client(clientId: string): Promise<import("../api/ApiTypes").OAuth2ClientSkeleton>;
|
|
263
|
-
exportOAuth2Clients(options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
264
|
-
exportOAuth2Client(clientId: string, options?: import("../ops/OAuth2ClientOps").OAuth2ClientExportOptions): Promise<import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface>;
|
|
265
|
-
importOAuth2Client(clientId: string, importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
266
|
-
importFirstOAuth2Client(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<any>;
|
|
267
|
-
importOAuth2Clients(importData: import("../ops/OAuth2ClientOps").OAuth2ClientExportInterface, options?: import("../ops/OAuth2ClientOps").OAuth2ClientImportOptions): Promise<unknown[]>;
|
|
268
|
-
};
|
|
269
|
-
endpoint: {
|
|
270
|
-
authorize(amBaseUrl: string, data: string, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
271
|
-
accessToken(amBaseUrl: string, data: any, config: import("axios").AxiosRequestConfig<any>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
272
|
-
getTokenInfo(amBaseUrl: string, config: import("axios").AxiosRequestConfig<any>): Promise<any>;
|
|
273
|
-
clientCredentialsGrant(amBaseUrl: string, clientId: string, clientSecret: string, scope: string): Promise<any>;
|
|
274
|
-
};
|
|
275
|
-
external: {
|
|
276
|
-
getSocialIdentityProviders(): Promise<any>;
|
|
277
|
-
getSocialProvider(providerId: string): Promise<any>;
|
|
278
|
-
putProviderByTypeAndId(providerType: string, providerId: string, providerData: import("../api/ApiTypes").SocialIdpSkeleton): Promise<any>;
|
|
279
|
-
deleteSocialProvider(providerId: string): Promise<unknown>;
|
|
280
|
-
exportSocialProvider(providerId: string): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
281
|
-
exportSocialProviders(): Promise<import("../ops/IdpOps").SocialProviderExportInterface>;
|
|
282
|
-
importSocialProvider(providerId: string, importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
283
|
-
importFirstSocialProvider(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
284
|
-
importSocialProviders(importData: import("../ops/IdpOps").SocialProviderExportInterface): Promise<boolean>;
|
|
285
|
-
};
|
|
286
|
-
provider: {
|
|
287
|
-
getOAuth2Provider(): Promise<any>;
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
realm: {
|
|
291
|
-
getRealms(): Promise<any>;
|
|
292
|
-
getRealmByName(realmName: string): Promise<any>;
|
|
293
|
-
putRealm(realmId: string, realmData: object): Promise<any>;
|
|
294
|
-
addCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
295
|
-
removeCustomDomain(realmName: string, domain: string): Promise<any>;
|
|
76
|
+
client: OAuth2Client;
|
|
77
|
+
endpoint: OAuth2Oidc;
|
|
78
|
+
external: Idp;
|
|
79
|
+
provider: OAuth2Provider;
|
|
296
80
|
};
|
|
81
|
+
realm: Realm;
|
|
297
82
|
saml2: {
|
|
298
|
-
circlesOfTrust:
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
importService(serviceId: string, importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton>;
|
|
344
|
-
importServices(importData: import("../ops/OpsTypes").ServiceExportInterface, clean: boolean, globalConfig?: boolean): Promise<import("../api/ApiTypes").AmServiceSkeleton[]>;
|
|
345
|
-
};
|
|
346
|
-
theme: {
|
|
347
|
-
getThemes(): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
348
|
-
getTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
349
|
-
getThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
350
|
-
putTheme(themeId: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
351
|
-
putThemeByName(themeName: string, themeData: import("../api/ApiTypes").ThemeSkeleton, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
352
|
-
putThemes(themeMap: Map<string, import("../api/ApiTypes").ThemeSkeleton>): Promise<Map<string, import("../api/ApiTypes").ThemeSkeleton>>;
|
|
353
|
-
deleteTheme(themeId: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
354
|
-
deleteThemeByName(themeName: string, realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton>;
|
|
355
|
-
deleteThemes(realm?: string): Promise<import("../api/ApiTypes").ThemeSkeleton[]>;
|
|
356
|
-
};
|
|
357
|
-
utils: {
|
|
358
|
-
impex: {
|
|
359
|
-
getMetadata(): import("../ops/OpsTypes").ExportMetaData;
|
|
360
|
-
titleCase(input: string): string;
|
|
361
|
-
getRealmString(): string;
|
|
362
|
-
convertBase64TextToArray(b64text: string): any[];
|
|
363
|
-
convertBase64UrlTextToArray(b64UTF8Text: string): any[];
|
|
364
|
-
convertTextArrayToBase64(textArray: string[]): string;
|
|
365
|
-
convertTextArrayToBase64Url(textArray: string[]): any;
|
|
366
|
-
validateImport(metadata: any): boolean;
|
|
367
|
-
getTypedFilename(name: string, type: string, suffix?: string): string;
|
|
368
|
-
getWorkingDirectory(): string;
|
|
369
|
-
saveToFile(type: string, data: object, identifier: string, filename: string): void;
|
|
370
|
-
saveJsonToFile(data: object, filename: string, includeMeta?: boolean): boolean;
|
|
371
|
-
appendTextToFile(data: string, filename: string): void;
|
|
372
|
-
findFilesByName(fileName: string, fast?: boolean, path?: string): string[];
|
|
373
|
-
readFilesRecursive(directory: string): Promise<string[]>;
|
|
374
|
-
};
|
|
375
|
-
version: {
|
|
376
|
-
getVersion(): string;
|
|
377
|
-
getAllVersions(endpoints: {
|
|
378
|
-
base: string;
|
|
379
|
-
path: string;
|
|
380
|
-
}[]): Promise<PromiseSettledResult<any>[]>;
|
|
381
|
-
};
|
|
382
|
-
};
|
|
83
|
+
circlesOfTrust: CirclesOfTrust;
|
|
84
|
+
entityProvider: Saml2;
|
|
85
|
+
};
|
|
86
|
+
script: Script;
|
|
87
|
+
service: Service;
|
|
88
|
+
theme: Theme;
|
|
89
|
+
utils: Utils & {
|
|
90
|
+
constants: Constants;
|
|
91
|
+
impex: ExportImport;
|
|
92
|
+
jose: Jose;
|
|
93
|
+
script: ScriptValidation;
|
|
94
|
+
version: Version;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Create a new frodo instance
|
|
98
|
+
* @param {StateInterface} config Initial state configuration to use with the new instance
|
|
99
|
+
* @returns {Frodo} frodo instance
|
|
100
|
+
*/
|
|
101
|
+
createInstance(config: StateInterface): Frodo;
|
|
102
|
+
/**
|
|
103
|
+
* Factory helper to create a frodo instance ready for logging in with an admin user account
|
|
104
|
+
* @param {string} host host base URL, e.g. 'https://openam-my-tenant.forgeblocks.com/am'
|
|
105
|
+
* @param {string} username admin account username
|
|
106
|
+
* @param {string} password admin account password
|
|
107
|
+
* @param {string} realm (optional) override default realm
|
|
108
|
+
* @param {string} deploymentType (optional) override deployment type ('cloud', 'forgeops', or 'classic')
|
|
109
|
+
* @param {boolean} allowInsecureConnection (optional) allow insecure connection
|
|
110
|
+
* @param {boolean} debug (optional) enable debug output
|
|
111
|
+
* @param {boolean} curlirize (optional) enable output of all library REST calls as curl commands
|
|
112
|
+
* @returns {Frodo} frodo instance
|
|
113
|
+
*/
|
|
114
|
+
createInstanceWithAdminAccount(host: string, serviceAccountId: string, serviceAccountJwkStr: string, realm?: string, deploymentType?: string, allowInsecureConnection?: boolean, debug?: boolean, curlirize?: boolean): Frodo;
|
|
115
|
+
/**
|
|
116
|
+
* Factory helper to create a frodo instance ready for logging in with a service account
|
|
117
|
+
* @param {string} host host base URL, e.g. 'https://openam-my-tenant.forgeblocks.com/am'
|
|
118
|
+
* @param {string} serviceAccountId service account uuid
|
|
119
|
+
* @param {string} serviceAccountJwkStr service account JWK as stringified JSON
|
|
120
|
+
* @param {string} realm (optional) override default realm
|
|
121
|
+
* @param {string} deploymentType (optional) override deployment type ('cloud', 'forgeops', or 'classic')
|
|
122
|
+
* @param {boolean} allowInsecureConnection (optional) allow insecure connection
|
|
123
|
+
* @param {boolean} debug (optional) enable debug output
|
|
124
|
+
* @param {boolean} curlirize (optional) enable output of all library REST calls as curl commands
|
|
125
|
+
* @returns {Frodo} frodo instance
|
|
126
|
+
*/
|
|
127
|
+
createInstanceWithServiceAccount(host: string, serviceAccountId: string, serviceAccountJwkStr: string, realm?: string, deploymentType?: string, allowInsecureConnection?: boolean, debug?: boolean, curlirize?: boolean): Frodo;
|
|
383
128
|
};
|
|
384
|
-
|
|
129
|
+
/**
|
|
130
|
+
* Create a new frodo instance
|
|
131
|
+
* @param {StateInterface} config Initial state configuration to use with the new instance
|
|
132
|
+
* @returns {Frodo} frodo instance
|
|
133
|
+
*/
|
|
134
|
+
declare const FrodoLib: (config?: StateInterface) => Frodo;
|
|
135
|
+
/**
|
|
136
|
+
* Default frodo instance
|
|
137
|
+
*
|
|
138
|
+
* @remarks
|
|
139
|
+
*
|
|
140
|
+
* If your application requires a single connection to a ForgeRock Identity Platform
|
|
141
|
+
* instance at a time, then this default instance is all you need:
|
|
142
|
+
*
|
|
143
|
+
* In order to use the default {@link Frodo | frodo} instance, you must populate its {@link State | state} with the
|
|
144
|
+
* minimum required information to login to your ForgeRock Identity Platform instance:
|
|
145
|
+
*
|
|
146
|
+
* ```javascript
|
|
147
|
+
* // configure the state before invoking any library functions that require credentials
|
|
148
|
+
* state.setHost('https://instance0/am');
|
|
149
|
+
* state.setUsername('admin');
|
|
150
|
+
* state.setPassword('p@ssw0rd!');
|
|
151
|
+
*
|
|
152
|
+
* // now the library can login
|
|
153
|
+
* frodo.login.getTokens();
|
|
154
|
+
*
|
|
155
|
+
* // and perform operations
|
|
156
|
+
* frodo.authn.journey.exportJourney('Login');
|
|
157
|
+
* ```
|
|
158
|
+
*
|
|
159
|
+
* If your application needs to connect to multiple ForgeRock Identity Platform instances
|
|
160
|
+
* simultaneously, then you will want to create additional frodo instances using any of
|
|
161
|
+
* the available factory methods accessible from the default instance:
|
|
162
|
+
*
|
|
163
|
+
* {@link frodo.createInstance}
|
|
164
|
+
* ```javascript
|
|
165
|
+
* // use factory method to create a new Frodo instance
|
|
166
|
+
* const instance1 = frodo.createInstance({
|
|
167
|
+
* host: 'https://instance1/am',
|
|
168
|
+
* });
|
|
169
|
+
*
|
|
170
|
+
* // now the instance can login
|
|
171
|
+
* instance1.login.getTokens();
|
|
172
|
+
*
|
|
173
|
+
* // and perform operations
|
|
174
|
+
* instance1.authn.journey.exportJourney('Login');
|
|
175
|
+
* ```
|
|
176
|
+
*
|
|
177
|
+
* {@link frodo.createInstanceWithAdminAccount}
|
|
178
|
+
* ```javascript
|
|
179
|
+
* // use factory method to create a new Frodo instance ready to login with an admin user account
|
|
180
|
+
* const instance2 = frodo.createInstanceWithAdminAccount(
|
|
181
|
+
* 'https://instance2/am',
|
|
182
|
+
* 'admin',
|
|
183
|
+
* 'p@ssw0rd!'
|
|
184
|
+
* );
|
|
185
|
+
*
|
|
186
|
+
* // now the instance can login
|
|
187
|
+
* instance2.login.getTokens();
|
|
188
|
+
*
|
|
189
|
+
* // and perform operations
|
|
190
|
+
* instance2.authn.journey.exportJourney('Login');
|
|
191
|
+
* ```
|
|
192
|
+
*
|
|
193
|
+
* {@link frodo.createInstanceWithServiceAccount}
|
|
194
|
+
* ```javascript
|
|
195
|
+
* // use factory method to create a new Frodo instance ready to login with a service account
|
|
196
|
+
* const instance3 = frodo.createInstanceWithServiceAccount(
|
|
197
|
+
* 'https://instance3/am',
|
|
198
|
+
* 'serviceAccount',
|
|
199
|
+
* '{"k":"jwk"}'
|
|
200
|
+
* );
|
|
201
|
+
*
|
|
202
|
+
* // now the instance can login
|
|
203
|
+
* instance3.login.getTokens();
|
|
204
|
+
*
|
|
205
|
+
* // and perform operations
|
|
206
|
+
* instance3.authn.journey.exportJourney('Login');
|
|
207
|
+
* ```
|
|
208
|
+
*/
|
|
209
|
+
declare const frodo: Frodo;
|
|
210
|
+
/**
|
|
211
|
+
* Default state instance
|
|
212
|
+
*
|
|
213
|
+
* @remarks
|
|
214
|
+
*
|
|
215
|
+
* {@link Frodo} maintains a {@link State | state} for each instance. The state is where Frodo gets configuration
|
|
216
|
+
* information from like host to connecto to, username and password to use, whether to
|
|
217
|
+
* allow insecure connections or not, etc. As the library operates, it updates its state.
|
|
218
|
+
*
|
|
219
|
+
* The default frodo instance contains an empty state instance by default. In order to
|
|
220
|
+
* use the default frodo instance, you must populate its state with the minimum required
|
|
221
|
+
* information to login to your ForgeRock Identity Platform instance:
|
|
222
|
+
*
|
|
223
|
+
* ```javascript
|
|
224
|
+
* // configure the state before invoking any library functions that require credentials
|
|
225
|
+
* state.setHost('https://instance0/am');
|
|
226
|
+
* state.setUsername('admin');
|
|
227
|
+
* state.setPassword('p@ssw0rd!');
|
|
228
|
+
*
|
|
229
|
+
* // now the library can login
|
|
230
|
+
* frodo.login.getTokens();
|
|
231
|
+
*
|
|
232
|
+
* // and perform operations
|
|
233
|
+
* frodo.authn.journey.exportJourney('Login');
|
|
234
|
+
* ```
|
|
235
|
+
*/
|
|
236
|
+
declare const state: State;
|
|
237
|
+
export { frodo, state, FrodoLib };
|
|
238
|
+
export default FrodoLib;
|
|
385
239
|
//# sourceMappingURL=FrodoLib.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrodoLib.d.ts","sourceRoot":"","sources":["../../src/lib/FrodoLib.ts"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"FrodoLib.d.ts","sourceRoot":"","sources":["../../src/lib/FrodoLib.ts"],"names":[],"mappings":"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"}
|