Skip to content

Commit

Permalink
apiExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
tnorling committed Sep 12, 2024
1 parent db70cbf commit 5e5ca18
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 144 deletions.
140 changes: 70 additions & 70 deletions lib/msal-browser/apiReview/msal-browser.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,65 +4,65 @@
```ts

import { AccountEntity } from '@azure/msal-common';
import { AccountFilter } from '@azure/msal-common';
import { AccountInfo } from '@azure/msal-common';
import { ApplicationTelemetry } from '@azure/msal-common';
import { AuthenticationHeaderParser } from '@azure/msal-common';
import { AuthenticationResult as AuthenticationResult_2 } from '@azure/msal-common';
import { AuthenticationScheme } from '@azure/msal-common';
import { AuthError } from '@azure/msal-common';
import { AuthErrorCodes } from '@azure/msal-common';
import { AuthErrorMessage } from '@azure/msal-common';
import { AzureCloudInstance } from '@azure/msal-common';
import { AzureCloudOptions } from '@azure/msal-common';
import { ClientAuthError } from '@azure/msal-common';
import { ClientAuthErrorCodes } from '@azure/msal-common';
import { ClientAuthErrorMessage } from '@azure/msal-common';
import { ClientConfigurationError } from '@azure/msal-common';
import { ClientConfigurationErrorCodes } from '@azure/msal-common';
import { ClientConfigurationErrorMessage } from '@azure/msal-common';
import { CommonAuthorizationCodeRequest } from '@azure/msal-common';
import { CommonAuthorizationUrlRequest } from '@azure/msal-common';
import { CommonEndSessionRequest } from '@azure/msal-common';
import { CommonSilentFlowRequest } from '@azure/msal-common';
import { ExternalTokenResponse } from '@azure/msal-common';
import { ICrypto } from '@azure/msal-common';
import { IdTokenClaims } from '@azure/msal-common';
import { ILoggerCallback } from '@azure/msal-common';
import { INetworkModule } from '@azure/msal-common';
import { InProgressPerformanceEvent } from '@azure/msal-common';
import { InteractionRequiredAuthError } from '@azure/msal-common';
import { InteractionRequiredAuthErrorCodes } from '@azure/msal-common';
import { InteractionRequiredAuthErrorMessage } from '@azure/msal-common';
import { invoke } from '@azure/msal-common';
import { invokeAsync } from '@azure/msal-common';
import { IPerformanceClient } from '@azure/msal-common';
import { IPerformanceMeasurement } from '@azure/msal-common';
import { JsonWebTokenTypes } from '@azure/msal-common';
import { Logger } from '@azure/msal-common';
import { LoggerOptions } from '@azure/msal-common';
import { LogLevel } from '@azure/msal-common';
import { NetworkRequestOptions } from '@azure/msal-common';
import { NetworkResponse } from '@azure/msal-common';
import { OIDC_DEFAULT_SCOPES } from '@azure/msal-common';
import { OIDCOptions } from '@azure/msal-common';
import { PerformanceCallbackFunction } from '@azure/msal-common';
import { PerformanceClient } from '@azure/msal-common';
import { PerformanceEvent } from '@azure/msal-common';
import { PerformanceEvents } from '@azure/msal-common';
import { PromptValue } from '@azure/msal-common';
import { ProtocolMode } from '@azure/msal-common';
import { ServerError } from '@azure/msal-common';
import { ServerResponseType } from '@azure/msal-common';
import { SignedHttpRequestParameters } from '@azure/msal-common';
import { StringDict } from '@azure/msal-common';
import { StringUtils } from '@azure/msal-common';
import { StubPerformanceClient } from '@azure/msal-common';
import { SubMeasurement } from '@azure/msal-common';
import { SystemOptions } from '@azure/msal-common';
import { TenantProfile } from '@azure/msal-common';
import { UrlString } from '@azure/msal-common';
import { AccountEntity } from '@azure/msal-common/browser';
import { AccountFilter } from '@azure/msal-common/browser';
import { AccountInfo } from '@azure/msal-common/browser';
import { ApplicationTelemetry } from '@azure/msal-common/browser';
import { AuthenticationHeaderParser } from '@azure/msal-common/browser';
import { AuthenticationResult as AuthenticationResult_2 } from '@azure/msal-common/browser';
import { AuthenticationScheme } from '@azure/msal-common/browser';
import { AuthError } from '@azure/msal-common/browser';
import { AuthErrorCodes } from '@azure/msal-common/browser';
import { AuthErrorMessage } from '@azure/msal-common/browser';
import { AzureCloudInstance } from '@azure/msal-common/browser';
import { AzureCloudOptions } from '@azure/msal-common/browser';
import { ClientAuthError } from '@azure/msal-common/browser';
import { ClientAuthErrorCodes } from '@azure/msal-common/browser';
import { ClientAuthErrorMessage } from '@azure/msal-common/browser';
import { ClientConfigurationError } from '@azure/msal-common/browser';
import { ClientConfigurationErrorCodes } from '@azure/msal-common/browser';
import { ClientConfigurationErrorMessage } from '@azure/msal-common/browser';
import { CommonAuthorizationCodeRequest } from '@azure/msal-common/browser';
import { CommonAuthorizationUrlRequest } from '@azure/msal-common/browser';
import { CommonEndSessionRequest } from '@azure/msal-common/browser';
import { CommonSilentFlowRequest } from '@azure/msal-common/browser';
import { ExternalTokenResponse } from '@azure/msal-common/browser';
import { ICrypto } from '@azure/msal-common/browser';
import { IdTokenClaims } from '@azure/msal-common/browser';
import { ILoggerCallback } from '@azure/msal-common/browser';
import { INetworkModule } from '@azure/msal-common/browser';
import { InProgressPerformanceEvent } from '@azure/msal-common/browser';
import { InteractionRequiredAuthError } from '@azure/msal-common/browser';
import { InteractionRequiredAuthErrorCodes } from '@azure/msal-common/browser';
import { InteractionRequiredAuthErrorMessage } from '@azure/msal-common/browser';
import { invoke } from '@azure/msal-common/browser';
import { invokeAsync } from '@azure/msal-common/browser';
import { IPerformanceClient } from '@azure/msal-common/browser';
import { IPerformanceMeasurement } from '@azure/msal-common/browser';
import { JsonWebTokenTypes } from '@azure/msal-common/browser';
import { Logger } from '@azure/msal-common/browser';
import { LoggerOptions } from '@azure/msal-common/browser';
import { LogLevel } from '@azure/msal-common/browser';
import { NetworkRequestOptions } from '@azure/msal-common/browser';
import { NetworkResponse } from '@azure/msal-common/browser';
import { OIDC_DEFAULT_SCOPES } from '@azure/msal-common/browser';
import { OIDCOptions } from '@azure/msal-common/browser';
import { PerformanceCallbackFunction } from '@azure/msal-common/browser';
import { PerformanceClient } from '@azure/msal-common/browser';
import { PerformanceEvent } from '@azure/msal-common/browser';
import { PerformanceEvents } from '@azure/msal-common/browser';
import { PromptValue } from '@azure/msal-common/browser';
import { ProtocolMode } from '@azure/msal-common/browser';
import { ServerError } from '@azure/msal-common/browser';
import { ServerResponseType } from '@azure/msal-common/browser';
import { SignedHttpRequestParameters } from '@azure/msal-common/browser';
import { StringDict } from '@azure/msal-common/browser';
import { StringUtils } from '@azure/msal-common/browser';
import { StubPerformanceClient } from '@azure/msal-common/browser';
import { SubMeasurement } from '@azure/msal-common/browser';
import { SystemOptions } from '@azure/msal-common/browser';
import { TenantProfile } from '@azure/msal-common/browser';
import { UrlString } from '@azure/msal-common/browser';

export { AccountEntity }

Expand Down Expand Up @@ -1690,17 +1690,17 @@ export type WrapperSKU = (typeof WrapperSKU)[keyof typeof WrapperSKU];

// Warnings were encountered during analysis:
//
// src/app/PublicClientNext.ts:66:8 - (tsdoc-undefined-tag) The TSDoc tag "@constructor" is not defined in this configuration
// src/app/PublicClientNext.ts:75:87 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:75:60 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:81:64 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:81:77 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:81:90 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:81:55 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:81:70 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:81:79 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:84:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/app/PublicClientNext.ts:85:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/app/PublicClientNext.ts:69:8 - (tsdoc-undefined-tag) The TSDoc tag "@constructor" is not defined in this configuration
// src/app/PublicClientNext.ts:78:87 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:78:60 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:84:64 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:84:77 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:84:90 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
// src/app/PublicClientNext.ts:84:55 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:84:70 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:84:79 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:87:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/app/PublicClientNext.ts:88:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/config/Configuration.ts:245:5 - (ae-forgotten-export) The symbol "InternalAuthOptions" needs to be exported by the entry point index.d.ts
// src/index.ts:8:12 - (tsdoc-characters-after-block-tag) The token "@azure" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
// src/index.ts:8:4 - (tsdoc-undefined-tag) The TSDoc tag "@module" is not defined in this configuration
Expand Down
148 changes: 74 additions & 74 deletions lib/msal-node/apiReview/msal-node.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,82 +6,82 @@

/// <reference types="node" />

import { AccessTokenCache } from '@azure/msal-common';
import { AccessTokenEntity } from '@azure/msal-common';
import { AccountCache } from '@azure/msal-common';
import { AccountEntity } from '@azure/msal-common';
import { AccountInfo } from '@azure/msal-common';
import { ApplicationTelemetry } from '@azure/msal-common';
import { AppMetadataCache } from '@azure/msal-common';
import { AppMetadataEntity } from '@azure/msal-common';
import { AppTokenProviderParameters } from '@azure/msal-common';
import { AppTokenProviderResult } from '@azure/msal-common';
import { AuthenticationResult } from '@azure/msal-common';
import { AuthError } from '@azure/msal-common';
import { AuthErrorCodes } from '@azure/msal-common';
import { AuthErrorMessage } from '@azure/msal-common';
import { Authority } from '@azure/msal-common';
import { AuthorityMetadataEntity } from '@azure/msal-common';
import { AuthorizationCodePayload } from '@azure/msal-common';
import { AzureCloudInstance } from '@azure/msal-common';
import { AzureCloudOptions } from '@azure/msal-common';
import { AzureRegionConfiguration } from '@azure/msal-common';
import { BaseAuthRequest } from '@azure/msal-common';
import { BaseClient } from '@azure/msal-common';
import { CacheManager } from '@azure/msal-common';
import { CacheOutcome } from '@azure/msal-common';
import { ClientAssertionCallback } from '@azure/msal-common';
import { ClientAuthError } from '@azure/msal-common';
import { ClientAuthErrorCodes } from '@azure/msal-common';
import { ClientAuthErrorMessage } from '@azure/msal-common';
import { ClientConfiguration } from '@azure/msal-common';
import { ClientConfigurationError } from '@azure/msal-common';
import { ClientConfigurationErrorCodes } from '@azure/msal-common';
import { ClientConfigurationErrorMessage } from '@azure/msal-common';
import { CommonAuthorizationCodeRequest } from '@azure/msal-common';
import { CommonAuthorizationUrlRequest } from '@azure/msal-common';
import { CommonClientCredentialRequest } from '@azure/msal-common';
import { CommonDeviceCodeRequest } from '@azure/msal-common';
import { CommonOnBehalfOfRequest } from '@azure/msal-common';
import { CommonRefreshTokenRequest } from '@azure/msal-common';
import { CommonSilentFlowRequest } from '@azure/msal-common';
import { CommonUsernamePasswordRequest } from '@azure/msal-common';
import { DeviceCodeResponse } from '@azure/msal-common';
import { AccessTokenCache } from '@azure/msal-common/node';
import { AccessTokenEntity } from '@azure/msal-common/node';
import { AccountCache } from '@azure/msal-common/node';
import { AccountEntity } from '@azure/msal-common/node';
import { AccountInfo } from '@azure/msal-common/node';
import { ApplicationTelemetry } from '@azure/msal-common/node';
import { AppMetadataCache } from '@azure/msal-common/node';
import { AppMetadataEntity } from '@azure/msal-common/node';
import { AppTokenProviderParameters } from '@azure/msal-common/node';
import { AppTokenProviderResult } from '@azure/msal-common/node';
import { AuthenticationResult } from '@azure/msal-common/node';
import { AuthError } from '@azure/msal-common/node';
import { AuthErrorCodes } from '@azure/msal-common/node';
import { AuthErrorMessage } from '@azure/msal-common/node';
import { Authority } from '@azure/msal-common/node';
import { AuthorityMetadataEntity } from '@azure/msal-common/node';
import { AuthorizationCodePayload } from '@azure/msal-common/node';
import { AzureCloudInstance } from '@azure/msal-common/node';
import { AzureCloudOptions } from '@azure/msal-common/node';
import { AzureRegionConfiguration } from '@azure/msal-common/node';
import { BaseAuthRequest } from '@azure/msal-common/node';
import { BaseClient } from '@azure/msal-common/node';
import { CacheManager } from '@azure/msal-common/node';
import { CacheOutcome } from '@azure/msal-common/node';
import { ClientAssertionCallback } from '@azure/msal-common/node';
import { ClientAuthError } from '@azure/msal-common/node';
import { ClientAuthErrorCodes } from '@azure/msal-common/node';
import { ClientAuthErrorMessage } from '@azure/msal-common/node';
import { ClientConfiguration } from '@azure/msal-common/node';
import { ClientConfigurationError } from '@azure/msal-common/node';
import { ClientConfigurationErrorCodes } from '@azure/msal-common/node';
import { ClientConfigurationErrorMessage } from '@azure/msal-common/node';
import { CommonAuthorizationCodeRequest } from '@azure/msal-common/node';
import { CommonAuthorizationUrlRequest } from '@azure/msal-common/node';
import { CommonClientCredentialRequest } from '@azure/msal-common/node';
import { CommonDeviceCodeRequest } from '@azure/msal-common/node';
import { CommonOnBehalfOfRequest } from '@azure/msal-common/node';
import { CommonRefreshTokenRequest } from '@azure/msal-common/node';
import { CommonSilentFlowRequest } from '@azure/msal-common/node';
import { CommonUsernamePasswordRequest } from '@azure/msal-common/node';
import { DeviceCodeResponse } from '@azure/msal-common/node';
import http from 'http';
import https from 'https';
import { IAppTokenProvider } from '@azure/msal-common';
import { ICachePlugin } from '@azure/msal-common';
import { ICrypto } from '@azure/msal-common';
import { IdTokenCache } from '@azure/msal-common';
import { IdTokenClaims } from '@azure/msal-common';
import { IdTokenEntity } from '@azure/msal-common';
import { INativeBrokerPlugin } from '@azure/msal-common';
import { INetworkModule } from '@azure/msal-common';
import { InteractionRequiredAuthError } from '@azure/msal-common';
import { InteractionRequiredAuthErrorCodes } from '@azure/msal-common';
import { InteractionRequiredAuthErrorMessage } from '@azure/msal-common';
import { ISerializableTokenCache } from '@azure/msal-common';
import { Logger } from '@azure/msal-common';
import { LoggerOptions } from '@azure/msal-common';
import { LogLevel } from '@azure/msal-common';
import { NetworkRequestOptions } from '@azure/msal-common';
import { NetworkResponse } from '@azure/msal-common';
import { PkceCodes } from '@azure/msal-common';
import { PromptValue } from '@azure/msal-common';
import { ProtocolMode } from '@azure/msal-common';
import { RefreshTokenCache } from '@azure/msal-common';
import { RefreshTokenEntity } from '@azure/msal-common';
import { ResponseMode } from '@azure/msal-common';
import { ServerAuthorizationCodeResponse } from '@azure/msal-common';
import { ServerError } from '@azure/msal-common';
import { ServerTelemetryEntity } from '@azure/msal-common';
import { ServerTelemetryManager } from '@azure/msal-common';
import { StaticAuthorityOptions } from '@azure/msal-common';
import { ThrottlingEntity } from '@azure/msal-common';
import { TokenCacheContext } from '@azure/msal-common';
import { TokenKeys } from '@azure/msal-common';
import { ValidCacheType } from '@azure/msal-common';
import { ValidCredentialType } from '@azure/msal-common';
import { IAppTokenProvider } from '@azure/msal-common/node';
import { ICachePlugin } from '@azure/msal-common/node';
import { ICrypto } from '@azure/msal-common/node';
import { IdTokenCache } from '@azure/msal-common/node';
import { IdTokenClaims } from '@azure/msal-common/node';
import { IdTokenEntity } from '@azure/msal-common/node';
import { INativeBrokerPlugin } from '@azure/msal-common/node';
import { INetworkModule } from '@azure/msal-common/node';
import { InteractionRequiredAuthError } from '@azure/msal-common/node';
import { InteractionRequiredAuthErrorCodes } from '@azure/msal-common/node';
import { InteractionRequiredAuthErrorMessage } from '@azure/msal-common/node';
import { ISerializableTokenCache } from '@azure/msal-common/node';
import { Logger } from '@azure/msal-common/node';
import { LoggerOptions } from '@azure/msal-common/node';
import { LogLevel } from '@azure/msal-common/node';
import { NetworkRequestOptions } from '@azure/msal-common/node';
import { NetworkResponse } from '@azure/msal-common/node';
import { PkceCodes } from '@azure/msal-common/node';
import { PromptValue } from '@azure/msal-common/node';
import { ProtocolMode } from '@azure/msal-common/node';
import { RefreshTokenCache } from '@azure/msal-common/node';
import { RefreshTokenEntity } from '@azure/msal-common/node';
import { ResponseMode } from '@azure/msal-common/node';
import { ServerAuthorizationCodeResponse } from '@azure/msal-common/node';
import { ServerError } from '@azure/msal-common/node';
import { ServerTelemetryEntity } from '@azure/msal-common/node';
import { ServerTelemetryManager } from '@azure/msal-common/node';
import { StaticAuthorityOptions } from '@azure/msal-common/node';
import { ThrottlingEntity } from '@azure/msal-common/node';
import { TokenCacheContext } from '@azure/msal-common/node';
import { TokenKeys } from '@azure/msal-common/node';
import { ValidCacheType } from '@azure/msal-common/node';
import { ValidCredentialType } from '@azure/msal-common/node';

export { AccountInfo }

Expand Down

0 comments on commit 5e5ca18

Please sign in to comment.