@@ -56,6 +56,7 @@ export {
5656 AuditReportErrorCode ,
5757 ActionReportErrorCode ,
5858 PasswordReportErrorCode ,
59+ PamErrorCode ,
5960 KEEPER_PUBLIC_HOSTS ,
6061 isBoolean ,
6162 isString ,
@@ -852,6 +853,78 @@ export type {
852853 NsfResolvedShareRecipient ,
853854} from './nestedShareFolders'
854855
856+ export {
857+ PamManager ,
858+ GatewayManager ,
859+ listGateways ,
860+ formatGatewaysTable ,
861+ renderGatewaysAsciiTable ,
862+ formatGatewaysJson ,
863+ formatGatewaysOutput ,
864+ createGateway ,
865+ editGateway ,
866+ removeGateway ,
867+ setGatewayMaxInstances ,
868+ GatewayListFormat ,
869+ GatewayStatus ,
870+ GatewayConfigInitFormat ,
871+ KSM_APP_RECORD_VERSION ,
872+ SUPPORTED_KSM_APP_RECORD_VERSIONS ,
873+ APP_NOT_ACCESSIBLE_LABEL ,
874+ KSM_CLIENT_ID_MESSAGE ,
875+ DEFAULT_GATEWAY_TOKEN_EXPIRES_IN_MIN ,
876+ MAX_GATEWAY_TOKEN_EXPIRES_IN_MIN ,
877+ MIN_GATEWAY_MAX_INSTANCES ,
878+ MAX_GATEWAY_MAX_INSTANCES ,
879+ EMPTY_GATEWAYS_MESSAGE ,
880+ GATEWAY_LIST_DEFAULT_HEADERS ,
881+ GATEWAY_LIST_VERBOSE_HEADERS ,
882+ getKeeperRouterBaseUrl ,
883+ webSafeUidFromBytes ,
884+ controllerUidsEqual ,
885+ toFiniteNumber ,
886+ formatTimestampMs ,
887+ parseGatewayVersionString ,
888+ getKsmApplicationDisplayInfo ,
889+ resolveKsmApplication ,
890+ getKeeperRegionAbbreviation ,
891+ formatGatewayOneTimeToken ,
892+ findEnterpriseGatewayByUidOrName ,
893+ requireEnterpriseGatewayByUidOrName ,
894+ fetchEnterprisePamControllers ,
895+ groupOnlineGatewaysByControllerUid ,
896+ isKeeperRouterConnectionError ,
897+ } from './pam'
898+ export type {
899+ ListGatewaysOptions ,
900+ GatewayCounts ,
901+ GatewayOsMetadata ,
902+ GatewayVersionParts ,
903+ GatewayPoolInstance ,
904+ GatewayListRow ,
905+ GatewayConnectivityStatus ,
906+ ListGatewaysResult ,
907+ FormattedGatewaysTable ,
908+ FormatGatewaysTableOptions ,
909+ RenderGatewaysAsciiTableOptions ,
910+ GatewayListFormatInput ,
911+ GatewayConfigInitFormatInput ,
912+ KsmApplicationDisplayInfo ,
913+ ResolvedKsmApplication ,
914+ CreateGatewayInput ,
915+ CreateGatewayResult ,
916+ EditGatewayInput ,
917+ EditGatewayResult ,
918+ RemoveGatewayInput ,
919+ RemoveGatewayResult ,
920+ SetGatewayMaxInstancesInput ,
921+ SetGatewayMaxInstancesResult ,
922+ GatewayJsonPoolInstance ,
923+ GatewayJsonEntry ,
924+ GatewaysJsonPayload ,
925+ KsmAppRecordVersion ,
926+ } from './pam'
927+
855928export type {
856929 DRecord ,
857930 DRecordMetadata ,
0 commit comments