@openclaw/msteams 2026.7.1-beta.1 → 2026.7.1-beta.4
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/dist/api.js +2 -2
- package/dist/{channel-BrQGaAEV.js → channel-Cf5LJ4aO.js} +113 -8
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel.runtime-CjEyJo5B.js → channel.runtime-Bwu6Tjhf.js} +12 -6
- package/dist/directory-contract-api.js +1 -1
- package/dist/doctor-contract-api.js +10 -31
- package/dist/{oauth-CKGUl-St.js → oauth-BifWxWzq.js} +1 -1
- package/dist/{polls-C1VgSvKE.js → polls-B_hs4aKm.js} +13 -23
- package/dist/{probe-CiZIJ_eX.js → probe-BnyZRZsD.js} +26 -17
- package/dist/{resolve-allowlist-DlH_aNya.js → resolve-allowlist-Dnw4aNOu.js} +15 -17
- package/dist/setup-plugin-api.js +2 -2
- package/dist/{setup-surface-CuIeEFrR.js → setup-surface-qW-ECHL-.js} +2 -2
- package/dist/{src-doNP_Xd_.js → src-DZFs5XtZ.js} +152 -256
- package/dist/{sso-token-store-BYZaKr82.js → sso-token-store-DrVbnCUF.js} +1 -1
- package/node_modules/@azure/msal-browser/README.md +1 -0
- package/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs +16 -16
- package/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +11 -11
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +21 -21
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/AccountManager.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs +109 -34
- package/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/CacheKeys.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs +7 -7
- package/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs +6 -6
- package/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs +10 -8
- package/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/config/Configuration.mjs +6 -4
- package/node_modules/@azure/msal-browser/dist/config/Configuration.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs +16 -17
- package/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs +26 -26
- package/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs +7 -7
- package/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthConstants.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.mjs +13 -8
- package/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnexpectedError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/MfaClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/MfaClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/CustomHeaderUtils.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/CustomHeaderUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/UrlUtils.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/index.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/encode/Base64Encode.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs +20 -10
- package/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs +9 -5
- package/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs +7 -6
- package/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/event/EventMessage.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/event/EventType.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/index.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs +13 -9
- package/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs +27 -23
- package/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs +17 -17
- package/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs +27 -24
- package/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs +45 -23
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs +6 -6
- package/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs +13 -27
- package/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/log-strings-mapping.json +7 -3
- package/node_modules/@azure/msal-browser/dist/naa/BridgeError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs +18 -17
- package/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs +7 -7
- package/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs +8 -8
- package/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/redirect_bridge/index.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs +11 -11
- package/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceEvents.mjs +2 -3
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceEvents.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs +26 -20
- package/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/Helpers.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs +1 -1
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/log-strings-mapping.json +7 -3
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs +1281 -1030
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.js +1172 -925
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.js.map +1 -1
- package/node_modules/@azure/msal-browser/lib/log-strings-mapping.json +7 -3
- package/node_modules/@azure/msal-browser/lib/msal-browser.cjs +1199 -917
- package/node_modules/@azure/msal-browser/lib/msal-browser.cjs.map +1 -1
- package/node_modules/@azure/msal-browser/lib/msal-browser.js +1199 -917
- package/node_modules/@azure/msal-browser/lib/msal-browser.js.map +1 -1
- package/node_modules/@azure/msal-browser/lib/msal-browser.min.js +2 -2
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.cjs +55 -51
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.cjs.map +1 -1
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.js +55 -51
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -1
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.min.js +2 -2
- package/node_modules/@azure/msal-browser/package.json +5 -6
- package/node_modules/@azure/msal-browser/src/app/IPublicClientApplication.ts +30 -15
- package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthDOMHandler.ts +2 -0
- package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthExtensionHandler.ts +8 -2
- package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthProvider.ts +2 -1
- package/node_modules/@azure/msal-browser/src/cache/BrowserCacheManager.ts +163 -45
- package/node_modules/@azure/msal-browser/src/cache/CookieStorage.ts +13 -3
- package/node_modules/@azure/msal-browser/src/cache/DatabaseStorage.ts +12 -6
- package/node_modules/@azure/msal-browser/src/cache/LocalStorage.ts +8 -4
- package/node_modules/@azure/msal-browser/src/cache/SessionStorage.ts +2 -1
- package/node_modules/@azure/msal-browser/src/cache/TokenCache.ts +22 -7
- package/node_modules/@azure/msal-browser/src/config/Configuration.ts +21 -4
- package/node_modules/@azure/msal-browser/src/controllers/NestedAppAuthController.ts +19 -11
- package/node_modules/@azure/msal-browser/src/controllers/StandardController.ts +26 -15
- package/node_modules/@azure/msal-browser/src/crypto/BrowserCrypto.ts +10 -2
- package/node_modules/@azure/msal-browser/src/crypto/CryptoOps.ts +4 -2
- package/node_modules/@azure/msal-browser/src/crypto/PkceGenerator.ts +8 -2
- package/node_modules/@azure/msal-browser/src/custom_auth/controller/CustomAuthStandardController.ts +2 -4
- package/node_modules/@azure/msal-browser/src/custom_auth/core/CustomAuthAuthority.ts +4 -2
- package/node_modules/@azure/msal-browser/src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts +2 -1
- package/node_modules/@azure/msal-browser/src/encode/Base64Decode.ts +2 -1
- package/node_modules/@azure/msal-browser/src/error/BrowserAuthError.ts +9 -3
- package/node_modules/@azure/msal-browser/src/error/BrowserConfigurationAuthError.ts +9 -3
- package/node_modules/@azure/msal-browser/src/error/NativeAuthError.ts +44 -11
- package/node_modules/@azure/msal-browser/src/error/NestedAppAuthError.ts +14 -4
- package/node_modules/@azure/msal-browser/src/event/EventHandler.ts +2 -1
- package/node_modules/@azure/msal-browser/src/interaction_client/BaseInteractionClient.ts +22 -7
- package/node_modules/@azure/msal-browser/src/interaction_client/PlatformAuthInteractionClient.ts +58 -24
- package/node_modules/@azure/msal-browser/src/interaction_client/PopupClient.ts +23 -11
- package/node_modules/@azure/msal-browser/src/interaction_client/RedirectClient.ts +48 -18
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentAuthCodeClient.ts +8 -4
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentCacheClient.ts +3 -1
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentIframeClient.ts +99 -61
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentRefreshClient.ts +6 -3
- package/node_modules/@azure/msal-browser/src/interaction_client/StandardInteractionClient.ts +8 -4
- package/node_modules/@azure/msal-browser/src/interaction_handler/InteractionHandler.ts +4 -2
- package/node_modules/@azure/msal-browser/src/interaction_handler/SilentHandler.ts +15 -33
- package/node_modules/@azure/msal-browser/src/naa/mapping/NestedAppAuthAdapter.ts +43 -14
- package/node_modules/@azure/msal-browser/src/navigation/NavigationClient.ts +1 -0
- package/node_modules/@azure/msal-browser/src/network/FetchClient.ts +14 -6
- package/node_modules/@azure/msal-browser/src/packageMetadata.ts +1 -1
- package/node_modules/@azure/msal-browser/src/protocol/Authorize.ts +23 -7
- package/node_modules/@azure/msal-browser/src/request/RequestHelpers.ts +6 -3
- package/node_modules/@azure/msal-browser/src/response/ResponseHandler.ts +20 -7
- package/node_modules/@azure/msal-browser/src/telemetry/BrowserPerformanceEvents.ts +0 -1
- package/node_modules/@azure/msal-browser/src/utils/BrowserProtocolUtils.ts +11 -3
- package/node_modules/@azure/msal-browser/src/utils/BrowserUtils.ts +44 -17
- package/node_modules/@azure/msal-browser/types/app/IPublicClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthProvider.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/BrowserCacheManager.d.ts +18 -1
- package/node_modules/@azure/msal-browser/types/cache/BrowserCacheManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/CookieStorage.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/cache/CookieStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/DatabaseStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/LocalStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/SessionStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/TokenCache.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/config/Configuration.d.ts +10 -1
- package/node_modules/@azure/msal-browser/types/config/Configuration.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/controllers/NestedAppAuthController.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/controllers/StandardController.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/crypto/BrowserCrypto.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/crypto/CryptoOps.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/encode/Base64Decode.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/BrowserAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/BrowserAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/BrowserConfigurationAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/BrowserConfigurationAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/NativeAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/NativeAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/NestedAppAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/NestedAppAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/event/EventHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/BaseInteractionClient.d.ts +2 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/BaseInteractionClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/PopupClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/RedirectClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentAuthCodeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentCacheClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentRefreshClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_handler/InteractionHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_handler/SilentHandler.d.ts +13 -6
- package/node_modules/@azure/msal-browser/types/interaction_handler/SilentHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/naa/mapping/NestedAppAuthAdapter.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/navigation/NavigationClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/network/FetchClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/packageMetadata.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/protocol/Authorize.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/request/RequestHelpers.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/response/ResponseHandler.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/response/ResponseHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/telemetry/BrowserPerformanceEvents.d.ts +0 -1
- package/node_modules/@azure/msal-browser/types/telemetry/BrowserPerformanceEvents.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/utils/BrowserProtocolUtils.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/utils/BrowserProtocolUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/utils/BrowserUtils.d.ts +5 -3
- package/node_modules/@azure/msal-browser/types/utils/BrowserUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +9 -3
- package/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +9 -23
- package/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +4 -4
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/Authority.mjs +36 -37
- package/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +16 -10
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +62 -46
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/cache/utils/AccountEntityUtils.mjs +23 -7
- package/node_modules/@azure/msal-common/dist/cache/utils/AccountEntityUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +12 -4
- package/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +7 -7
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +8 -8
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +10 -18
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +6 -5
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +7 -3
- package/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +11 -11
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/AuthError.mjs +5 -7
- package/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/CacheError.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +2 -4
- package/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +5 -6
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ServerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/index-node.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/index.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/logger/Logger.mjs +26 -12
- package/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +4 -3
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +2 -1
- package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +18 -14
- package/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/protocol/Token.mjs +4 -2
- package/node_modules/@azure/msal-common/dist/protocol/Token.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +4 -4
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +48 -23
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +13 -12
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +30 -27
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +20 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +15 -2
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvents.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +4 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +54 -22
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/url/UrlString.mjs +15 -14
- package/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +3 -2
- package/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/Constants.mjs +7 -3
- package/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +12 -9
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +55 -41
- package/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/AccountInfo.mjs +9 -3
- package/node_modules/@azure/msal-common/dist-browser/account/AccountInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/AuthToken.mjs +9 -23
- package/node_modules/@azure/msal-common/dist-browser/account/AuthToken.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/CcsCredential.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/ClientInfo.mjs +4 -4
- package/node_modules/@azure/msal-common/dist-browser/account/ClientInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/TokenClaims.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/Authority.mjs +52 -50
- package/node_modules/@azure/msal-common/dist-browser/authority/Authority.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityFactory.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityFactory.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityMetadata.mjs +8 -7
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityMetadata.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityOptions.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityType.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/OpenIdConfigResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/ProtocolMode.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/RegionDiscovery.mjs +16 -10
- package/node_modules/@azure/msal-common/dist-browser/authority/RegionDiscovery.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/CacheManager.mjs +63 -47
- package/node_modules/@azure/msal-common/dist-browser/cache/CacheManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/persistence/TokenCacheContext.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/AccountEntityUtils.mjs +23 -7
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/AccountEntityUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/CacheHelpers.mjs +12 -4
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/CacheHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/client/AuthorizationCodeClient.mjs +10 -10
- package/node_modules/@azure/msal-common/dist-browser/client/AuthorizationCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/client/RefreshTokenClient.mjs +9 -9
- package/node_modules/@azure/msal-common/dist-browser/client/RefreshTokenClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/client/SilentFlowClient.mjs +11 -19
- package/node_modules/@azure/msal-common/dist-browser/client/SilentFlowClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/config/ClientConfiguration.mjs +6 -5
- package/node_modules/@azure/msal-common/dist-browser/config/ClientConfiguration.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/constants/AADServerParamKeys.mjs +7 -3
- package/node_modules/@azure/msal-common/dist-browser/constants/AADServerParamKeys.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/crypto/ICrypto.mjs +11 -11
- package/node_modules/@azure/msal-common/dist-browser/crypto/ICrypto.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/crypto/JoseHeader.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/crypto/JoseHeader.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/crypto/PopTokenGenerator.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/crypto/PopTokenGenerator.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/AuthError.mjs +5 -7
- package/node_modules/@azure/msal-common/dist-browser/error/AuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/AuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/CacheError.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/CacheErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthErrorCodes.mjs +2 -4
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthError.mjs +5 -6
- package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/NetworkError.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/error/NetworkError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/PlatformBrokerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/error/PlatformBrokerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ServerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/error/ServerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/index-browser.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/index.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/log-strings-mapping.json +11 -3
- package/node_modules/@azure/msal-common/dist-browser/logger/Logger.mjs +26 -12
- package/node_modules/@azure/msal-common/dist-browser/logger/Logger.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/network/INetworkModule.mjs +4 -3
- package/node_modules/@azure/msal-common/dist-browser/network/INetworkModule.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/network/RequestThumbprint.mjs +2 -1
- package/node_modules/@azure/msal-common/dist-browser/network/RequestThumbprint.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/network/ThrottlingUtils.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/network/ThrottlingUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/protocol/Authorize.mjs +18 -14
- package/node_modules/@azure/msal-common/dist-browser/protocol/Authorize.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/protocol/Token.mjs +5 -3
- package/node_modules/@azure/msal-common/dist-browser/protocol/Token.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/AuthenticationHeaderParser.mjs +4 -4
- package/node_modules/@azure/msal-common/dist-browser/request/AuthenticationHeaderParser.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/BaseAuthRequest.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/request/BaseAuthRequest.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/RequestParameterBuilder.mjs +48 -23
- package/node_modules/@azure/msal-common/dist-browser/request/RequestParameterBuilder.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/ScopeSet.mjs +13 -12
- package/node_modules/@azure/msal-common/dist-browser/request/ScopeSet.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/response/ResponseHandler.mjs +32 -29
- package/node_modules/@azure/msal-common/dist-browser/response/ResponseHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceClient.mjs +28 -9
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvent.mjs +15 -2
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvent.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvents.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/StubPerformanceClient.mjs +4 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/server/ServerTelemetryManager.mjs +54 -22
- package/node_modules/@azure/msal-common/dist-browser/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/url/UrlString.mjs +15 -14
- package/node_modules/@azure/msal-common/dist-browser/url/UrlString.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/ClientAssertionUtils.mjs +3 -2
- package/node_modules/@azure/msal-common/dist-browser/utils/ClientAssertionUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/Constants.mjs +7 -3
- package/node_modules/@azure/msal-common/dist-browser/utils/Constants.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/FunctionWrappers.mjs +7 -7
- package/node_modules/@azure/msal-common/dist-browser/utils/FunctionWrappers.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/ProtocolUtils.mjs +12 -9
- package/node_modules/@azure/msal-common/dist-browser/utils/ProtocolUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/StringUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/TimeUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/UrlUtils.mjs +55 -41
- package/node_modules/@azure/msal-common/dist-browser/utils/UrlUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/lib/index-browser.cjs +28 -8
- package/node_modules/@azure/msal-common/lib/index-browser.cjs.map +1 -1
- package/node_modules/@azure/msal-common/lib/{index-node-DHSwXao8.js → index-node-C_uKaUiZ.js} +527 -375
- package/node_modules/@azure/msal-common/lib/index-node-C_uKaUiZ.js.map +1 -0
- package/node_modules/@azure/msal-common/lib/index-node.cjs +3 -2
- package/node_modules/@azure/msal-common/lib/index-node.cjs.map +1 -1
- package/node_modules/@azure/msal-common/lib/index.cjs +3 -2
- package/node_modules/@azure/msal-common/lib/index.cjs.map +1 -1
- package/node_modules/@azure/msal-common/package.json +3 -5
- package/node_modules/@azure/msal-common/src/account/AccountInfo.ts +19 -1
- package/node_modules/@azure/msal-common/src/account/AuthToken.ts +19 -21
- package/node_modules/@azure/msal-common/src/account/ClientCredentials.ts +1 -0
- package/node_modules/@azure/msal-common/src/account/ClientInfo.ts +8 -3
- package/node_modules/@azure/msal-common/src/authority/Authority.ts +73 -38
- package/node_modules/@azure/msal-common/src/authority/AuthorityFactory.ts +4 -2
- package/node_modules/@azure/msal-common/src/authority/AuthorityMetadata.ts +2 -1
- package/node_modules/@azure/msal-common/src/authority/RegionDiscovery.ts +18 -11
- package/node_modules/@azure/msal-common/src/cache/CacheManager.ts +160 -57
- package/node_modules/@azure/msal-common/src/cache/entities/AccountEntity.ts +4 -0
- package/node_modules/@azure/msal-common/src/cache/entities/CredentialEntity.ts +2 -0
- package/node_modules/@azure/msal-common/src/cache/interface/ICacheManager.ts +1 -0
- package/node_modules/@azure/msal-common/src/cache/utils/AccountEntityUtils.ts +29 -3
- package/node_modules/@azure/msal-common/src/cache/utils/CacheHelpers.ts +18 -3
- package/node_modules/@azure/msal-common/src/cache/utils/CacheTypes.ts +2 -0
- package/node_modules/@azure/msal-common/src/client/AuthorizationCodeClient.ts +10 -4
- package/node_modules/@azure/msal-common/src/client/RefreshTokenClient.ts +12 -5
- package/node_modules/@azure/msal-common/src/client/SilentFlowClient.ts +17 -20
- package/node_modules/@azure/msal-common/src/config/ClientConfiguration.ts +14 -4
- package/node_modules/@azure/msal-common/src/constants/AADServerParamKeys.ts +5 -0
- package/node_modules/@azure/msal-common/src/crypto/ICrypto.ts +40 -10
- package/node_modules/@azure/msal-common/src/crypto/JoseHeader.ts +8 -2
- package/node_modules/@azure/msal-common/src/crypto/PopTokenGenerator.ts +1 -1
- package/node_modules/@azure/msal-common/src/error/AuthError.ts +9 -5
- package/node_modules/@azure/msal-common/src/error/ClientAuthError.ts +8 -3
- package/node_modules/@azure/msal-common/src/error/ClientAuthErrorCodes.ts +0 -2
- package/node_modules/@azure/msal-common/src/error/ClientConfigurationError.ts +5 -4
- package/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthError.ts +9 -5
- package/node_modules/@azure/msal-common/src/error/JoseHeaderError.ts +11 -4
- package/node_modules/@azure/msal-common/src/error/NetworkError.ts +6 -1
- package/node_modules/@azure/msal-common/src/error/PlatformBrokerError.ts +2 -1
- package/node_modules/@azure/msal-common/src/error/ServerError.ts +3 -2
- package/node_modules/@azure/msal-common/src/exports-common.ts +4 -1
- package/node_modules/@azure/msal-common/src/logger/Logger.ts +26 -11
- package/node_modules/@azure/msal-common/src/network/INetworkModule.ts +3 -2
- package/node_modules/@azure/msal-common/src/network/RequestThumbprint.ts +2 -0
- package/node_modules/@azure/msal-common/src/network/ThrottlingUtils.ts +1 -0
- package/node_modules/@azure/msal-common/src/packageMetadata.ts +1 -1
- package/node_modules/@azure/msal-common/src/protocol/Authorize.ts +23 -6
- package/node_modules/@azure/msal-common/src/protocol/Token.ts +6 -1
- package/node_modules/@azure/msal-common/src/request/AuthenticationHeaderParser.ts +6 -3
- package/node_modules/@azure/msal-common/src/request/BaseAuthRequest.ts +8 -2
- package/node_modules/@azure/msal-common/src/request/RequestParameterBuilder.ts +59 -25
- package/node_modules/@azure/msal-common/src/request/ScopeSet.ts +27 -11
- package/node_modules/@azure/msal-common/src/response/ImdsComputeResponse.ts +14 -0
- package/node_modules/@azure/msal-common/src/response/ResponseHandler.ts +46 -32
- package/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceClient.ts +1 -0
- package/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceClient.ts +28 -0
- package/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceEvent.ts +30 -6
- package/node_modules/@azure/msal-common/src/telemetry/performance/StubPerformanceClient.ts +4 -0
- package/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryManager.ts +73 -27
- package/node_modules/@azure/msal-common/src/url/UrlString.ts +32 -13
- package/node_modules/@azure/msal-common/src/utils/ClientAssertionUtils.ts +3 -1
- package/node_modules/@azure/msal-common/src/utils/Constants.ts +6 -3
- package/node_modules/@azure/msal-common/src/utils/ProtocolUtils.ts +26 -8
- package/node_modules/@azure/msal-common/src/utils/UrlUtils.ts +77 -43
- package/node_modules/@azure/msal-common/types/account/AccountInfo.d.ts +8 -2
- package/node_modules/@azure/msal-common/types/account/AccountInfo.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/account/AuthToken.d.ts +2 -6
- package/node_modules/@azure/msal-common/types/account/AuthToken.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/account/ClientCredentials.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/account/ClientCredentials.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/account/ClientInfo.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/Authority.d.ts +5 -5
- package/node_modules/@azure/msal-common/types/authority/Authority.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/AuthorityFactory.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/AuthorityMetadata.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/RegionDiscovery.d.ts +3 -2
- package/node_modules/@azure/msal-common/types/authority/RegionDiscovery.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/CacheManager.d.ts +0 -7
- package/node_modules/@azure/msal-common/types/cache/CacheManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/entities/AccountEntity.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/cache/entities/AccountEntity.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/entities/CredentialEntity.d.ts +2 -0
- package/node_modules/@azure/msal-common/types/cache/entities/CredentialEntity.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/interface/ICacheManager.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/cache/interface/ICacheManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/utils/AccountEntityUtils.d.ts +7 -1
- package/node_modules/@azure/msal-common/types/cache/utils/AccountEntityUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheHelpers.d.ts +4 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheHelpers.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheTypes.d.ts +2 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheTypes.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/client/RefreshTokenClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/client/SilentFlowClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/config/ClientConfiguration.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/config/ClientConfiguration.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/constants/AADServerParamKeys.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/constants/AADServerParamKeys.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/crypto/ICrypto.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/crypto/JoseHeader.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/AuthError.d.ts +2 -3
- package/node_modules/@azure/msal-common/types/error/AuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ClientAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/ClientAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ClientAuthErrorCodes.d.ts +0 -2
- package/node_modules/@azure/msal-common/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ClientConfigurationError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/ClientConfigurationError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/InteractionRequiredAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/InteractionRequiredAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/JoseHeaderError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/JoseHeaderError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/NetworkError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/PlatformBrokerError.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/error/PlatformBrokerError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ServerError.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/error/ServerError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/exports-common.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/exports-common.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/logger/Logger.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/network/INetworkModule.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/network/RequestThumbprint.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/network/RequestThumbprint.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/network/ThrottlingUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/packageMetadata.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/packageMetadata.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/protocol/Authorize.d.ts +6 -2
- package/node_modules/@azure/msal-common/types/protocol/Authorize.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/protocol/Token.d.ts +2 -0
- package/node_modules/@azure/msal-common/types/protocol/Token.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/AuthenticationHeaderParser.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/BaseAuthRequest.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/request/BaseAuthRequest.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/RequestParameterBuilder.d.ts +13 -3
- package/node_modules/@azure/msal-common/types/request/RequestParameterBuilder.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/ScopeSet.d.ts +4 -3
- package/node_modules/@azure/msal-common/types/request/ScopeSet.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/response/ImdsComputeResponse.d.ts +10 -0
- package/node_modules/@azure/msal-common/types/response/ImdsComputeResponse.d.ts.map +1 -0
- package/node_modules/@azure/msal-common/types/response/ResponseHandler.d.ts +2 -1
- package/node_modules/@azure/msal-common/types/response/ResponseHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/IPerformanceClient.d.ts +3 -0
- package/node_modules/@azure/msal-common/types/telemetry/performance/IPerformanceClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceClient.d.ts +18 -0
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceEvent.d.ts +16 -5
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/StubPerformanceClient.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/telemetry/performance/StubPerformanceClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/server/ServerTelemetryManager.d.ts +15 -0
- package/node_modules/@azure/msal-common/types/telemetry/server/ServerTelemetryManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/url/UrlString.d.ts +5 -4
- package/node_modules/@azure/msal-common/types/url/UrlString.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/ClientAssertionUtils.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/utils/ClientAssertionUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/Constants.d.ts +6 -2
- package/node_modules/@azure/msal-common/types/utils/Constants.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/ProtocolUtils.d.ts +6 -3
- package/node_modules/@azure/msal-common/types/utils/ProtocolUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/UrlUtils.d.ts +21 -4
- package/node_modules/@azure/msal-common/types/utils/UrlUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +16 -1
- package/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +2 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +2 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/BaseClient.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +9 -9
- package/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +34 -16
- package/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +61 -8
- package/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +17 -16
- package/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +11 -11
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +6 -5
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +9 -9
- package/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +10 -9
- package/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/UserFederatedIdentityCredentialClient.mjs +107 -0
- package/node_modules/@azure/msal-node/dist/client/UserFederatedIdentityCredentialClient.mjs.map +1 -0
- package/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +3 -3
- package/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/config/Configuration.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +4 -4
- package/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/error/ClientAuthErrorCodes.mjs +5 -2
- package/node_modules/@azure/msal-node/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +5 -5
- package/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +16 -16
- package/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/index.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/index.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/internals.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +4 -4
- package/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/utils/Constants.mjs +2 -1
- package/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +1 -1
- package/node_modules/@azure/msal-node/lib/msal-node.cjs +811 -534
- package/node_modules/@azure/msal-node/lib/msal-node.cjs.map +1 -1
- package/node_modules/@azure/msal-node/package.json +4 -4
- package/node_modules/@azure/msal-node/src/cache/CacheHelpers.ts +25 -0
- package/node_modules/@azure/msal-node/src/cache/serializer/Deserializer.ts +2 -0
- package/node_modules/@azure/msal-node/src/cache/serializer/Serializer.ts +2 -0
- package/node_modules/@azure/msal-node/src/cache/serializer/SerializerTypes.ts +1 -0
- package/node_modules/@azure/msal-node/src/client/ClientApplication.ts +19 -8
- package/node_modules/@azure/msal-node/src/client/ClientAssertion.ts +4 -1
- package/node_modules/@azure/msal-node/src/client/ClientCredentialClient.ts +61 -14
- package/node_modules/@azure/msal-node/src/client/ConfidentialClientApplication.ts +108 -6
- package/node_modules/@azure/msal-node/src/client/DeviceCodeClient.ts +28 -10
- package/node_modules/@azure/msal-node/src/client/ManagedIdentityApplication.ts +2 -1
- package/node_modules/@azure/msal-node/src/client/ManagedIdentityClient.ts +2 -1
- package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AzureArc.ts +20 -10
- package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts +10 -4
- package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/CloudShell.ts +2 -1
- package/node_modules/@azure/msal-node/src/client/OnBehalfOfClient.ts +22 -7
- package/node_modules/@azure/msal-node/src/client/PublicClientApplication.ts +23 -7
- package/node_modules/{@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/UsernamePasswordClient.ts → @azure/msal-node/src/client/UserFederatedIdentityCredentialClient.ts} +92 -81
- package/node_modules/@azure/msal-node/src/client/UsernamePasswordClient.ts +6 -1
- package/node_modules/@azure/msal-node/src/config/ManagedIdentityId.ts +6 -3
- package/node_modules/@azure/msal-node/src/error/ClientAuthErrorCodes.ts +3 -0
- package/node_modules/@azure/msal-node/src/error/ManagedIdentityError.ts +9 -4
- package/node_modules/@azure/msal-node/src/error/NodeAuthError.ts +25 -6
- package/node_modules/@azure/msal-node/src/index.ts +1 -0
- package/node_modules/@azure/msal-node/src/network/HttpClient.ts +3 -0
- package/node_modules/@azure/msal-node/src/packageMetadata.ts +1 -1
- package/node_modules/@azure/msal-node/src/request/CommonClientCredentialRequest.ts +4 -0
- package/node_modules/@azure/msal-node/src/request/CommonUserFederatedIdentityCredentialRequest.ts +25 -0
- package/node_modules/@azure/msal-node/src/request/UserFederatedIdentityCredentialRequest.ts +46 -0
- package/node_modules/@azure/msal-node/src/utils/Constants.ts +1 -0
- package/node_modules/@azure/msal-node/types/cache/CacheHelpers.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/cache/serializer/Deserializer.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/cache/serializer/Serializer.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/cache/serializer/SerializerTypes.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/cache/serializer/SerializerTypes.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientApplication.d.ts +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientAssertion.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientCredentialClient.d.ts +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientCredentialClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ConfidentialClientApplication.d.ts +10 -0
- package/node_modules/@azure/msal-node/types/client/ConfidentialClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/DeviceCodeClient.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/client/DeviceCodeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentityApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentityClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/AzureArc.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/CloudShell.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/OnBehalfOfClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/PublicClientApplication.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/client/PublicClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/UserFederatedIdentityCredentialClient.d.ts +26 -0
- package/node_modules/@azure/msal-node/types/client/UserFederatedIdentityCredentialClient.d.ts.map +1 -0
- package/node_modules/@azure/msal-node/types/client/UsernamePasswordClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/config/ManagedIdentityId.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/error/ClientAuthErrorCodes.d.ts +3 -0
- package/node_modules/@azure/msal-node/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/error/ManagedIdentityError.d.ts +2 -2
- package/node_modules/@azure/msal-node/types/error/ManagedIdentityError.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/error/NodeAuthError.d.ts +5 -5
- package/node_modules/@azure/msal-node/types/error/NodeAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/index.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/index.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/network/HttpClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/packageMetadata.d.ts +1 -1
- package/node_modules/@azure/msal-node/types/request/CommonClientCredentialRequest.d.ts +4 -0
- package/node_modules/@azure/msal-node/types/request/CommonClientCredentialRequest.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/request/CommonUserFederatedIdentityCredentialRequest.d.ts +17 -0
- package/node_modules/@azure/msal-node/types/request/CommonUserFederatedIdentityCredentialRequest.d.ts.map +1 -0
- package/node_modules/@azure/msal-node/types/request/UserFederatedIdentityCredentialRequest.d.ts +32 -0
- package/node_modules/@azure/msal-node/types/request/UserFederatedIdentityCredentialRequest.d.ts.map +1 -0
- package/node_modules/@azure/msal-node/types/utils/Constants.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/utils/Constants.d.ts.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/activity.d.mts +2 -0
- package/node_modules/@microsoft/teams.api/dist/activities/activity.d.ts +2 -0
- package/node_modules/@microsoft/teams.api/dist/activities/activity.js +39 -10
- package/node_modules/@microsoft/teams.api/dist/activities/activity.js.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/activity.mjs +39 -10
- package/node_modules/@microsoft/teams.api/dist/activities/activity.mjs.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.js +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.js.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.mjs +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.mjs.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.d.mts +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.d.ts +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.js.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.mjs.map +1 -1
- package/node_modules/@microsoft/teams.api/package.json +4 -4
- package/node_modules/@microsoft/teams.apps/README.md +59 -9
- package/node_modules/@microsoft/teams.apps/dist/app.d.ts +1 -22
- package/node_modules/@microsoft/teams.apps/dist/app.embed.d.ts +1 -8
- package/node_modules/@microsoft/teams.apps/dist/app.embed.js +2 -35
- package/node_modules/@microsoft/teams.apps/dist/app.js +1 -49
- package/node_modules/@microsoft/teams.apps/dist/http/http-server.js +11 -5
- package/node_modules/@microsoft/teams.apps/dist/index.d.ts +0 -1
- package/node_modules/@microsoft/teams.apps/dist/index.js +2 -25
- package/node_modules/@microsoft/teams.apps/dist/middleware/jwt-validation-middleware.js +2 -3
- package/node_modules/@microsoft/teams.apps/dist/token-manager.d.ts +2 -0
- package/node_modules/@microsoft/teams.apps/dist/token-manager.js +27 -13
- package/node_modules/@microsoft/teams.apps/dist/types/plugin/decorators/dependency.d.ts +3 -68
- package/node_modules/@microsoft/teams.apps/dist/types/plugin/decorators/dependency.js +2 -1
- package/node_modules/@microsoft/teams.apps/package.json +7 -8
- package/node_modules/@microsoft/teams.cards/package.json +2 -2
- package/node_modules/@microsoft/teams.common/package.json +2 -2
- package/node_modules/@microsoft/teams.graph/package.json +3 -3
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/node/buffer.d.ts +64 -30
- package/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/node/crypto.d.ts +471 -575
- package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
- package/node_modules/@types/node/dns.d.ts +15 -15
- package/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +7 -4
- package/node_modules/@types/node/fs.d.ts +24 -18
- package/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +30 -5
- package/node_modules/@types/node/http2.d.ts +2 -1
- package/node_modules/@types/node/index.d.ts +1 -3
- package/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/node/process.d.ts +25 -12
- package/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/node/sqlite.d.ts +56 -1
- package/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/node/stream.d.ts +37 -5
- package/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +120 -10
- package/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
- package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
- package/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/node/util.d.ts +22 -22
- package/node_modules/@types/node/v8.d.ts +85 -3
- package/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/worker_threads.d.ts +10 -12
- package/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/body-parser/README.md +16 -1
- package/node_modules/body-parser/index.js +4 -20
- package/node_modules/body-parser/lib/read.js +17 -17
- package/node_modules/body-parser/lib/types/json.js +60 -32
- package/node_modules/body-parser/lib/types/raw.js +3 -3
- package/node_modules/body-parser/lib/types/text.js +3 -3
- package/node_modules/body-parser/lib/types/urlencoded.js +16 -20
- package/node_modules/body-parser/lib/utils.js +18 -16
- package/node_modules/body-parser/node_modules/content-type/LICENSE +22 -0
- package/node_modules/body-parser/node_modules/content-type/README.md +69 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +26 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.js +170 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -0
- package/node_modules/body-parser/node_modules/content-type/package.json +52 -0
- package/node_modules/body-parser/package.json +23 -10
- package/node_modules/range-parser/README.md +13 -12
- package/node_modules/range-parser/index.js +27 -8
- package/node_modules/range-parser/package.json +12 -8
- package/node_modules/semver/classes/range.js +6 -2
- package/node_modules/semver/package.json +1 -1
- package/node_modules/side-channel/CHANGELOG.md +10 -0
- package/node_modules/side-channel/README.md +1 -1
- package/node_modules/side-channel/index.js +5 -2
- package/node_modules/side-channel/package.json +10 -10
- package/node_modules/side-channel/test/index.js +16 -0
- package/node_modules/typebox/build/compile/validator.d.mts +2 -7
- package/node_modules/typebox/build/compile/validator.mjs +6 -36
- package/node_modules/typebox/build/error/errors.d.mts +1 -7
- package/node_modules/typebox/build/format/_idna.mjs +36 -6
- package/node_modules/typebox/build/format/_puny.mjs +4 -1
- package/node_modules/typebox/build/format/uuid.d.mts +2 -2
- package/node_modules/typebox/build/format/uuid.mjs +3 -3
- package/node_modules/typebox/build/guard/emit.d.mts +0 -4
- package/node_modules/typebox/build/guard/emit.mjs +0 -8
- package/node_modules/typebox/build/guard/guard.d.mts +4 -8
- package/node_modules/typebox/build/guard/guard.mjs +5 -13
- package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
- package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
- package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
- package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
- package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
- package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
- package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/types/index.mjs +0 -1
- package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
- package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
- package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
- package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
- package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
- package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
- package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
- package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
- package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
- package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
- package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
- package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
- package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
- package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
- package/node_modules/typebox/build/type/action/index.d.mts +7 -4
- package/node_modules/typebox/build/type/action/index.mjs +7 -4
- package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
- package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
- package/node_modules/typebox/build/type/action/module.d.mts +8 -7
- package/node_modules/typebox/build/type/action/module.mjs +7 -6
- package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
- package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
- package/node_modules/typebox/build/type/action/with.d.mts +11 -0
- package/node_modules/typebox/build/type/action/with.mjs +11 -0
- package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
- package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
- package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
- package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
- package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
- package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
- package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
- package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
- package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/index.mjs +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
- package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
- package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
- package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
- package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
- package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
- package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
- package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
- package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
- package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
- package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
- package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
- package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
- package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
- package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
- package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
- package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
- package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
- package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
- package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
- package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
- package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
- package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
- package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
- package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
- package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
- package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
- package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
- package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
- package/node_modules/typebox/build/type/extends/object.mjs +25 -3
- package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
- package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
- package/node_modules/typebox/build/type/extends/record.mjs +23 -0
- package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
- package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
- package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
- package/node_modules/typebox/build/type/extends/union.mjs +2 -2
- package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
- package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
- package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
- package/node_modules/typebox/build/type/script/parser.mjs +22 -22
- package/node_modules/typebox/build/type/script/script.d.mts +3 -4
- package/node_modules/typebox/build/type/script/script.mjs +3 -2
- package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
- package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
- package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
- package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
- package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
- package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
- package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
- package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
- package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
- package/node_modules/typebox/build/type/types/call.d.mts +3 -3
- package/node_modules/typebox/build/type/types/call.mjs +3 -2
- package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
- package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
- package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
- package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
- package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
- package/node_modules/typebox/build/type/types/enum.mjs +5 -0
- package/node_modules/typebox/build/type/types/index.d.mts +1 -4
- package/node_modules/typebox/build/type/types/index.mjs +1 -4
- package/node_modules/typebox/build/type/types/number.d.mts +1 -1
- package/node_modules/typebox/build/type/types/number.mjs +1 -1
- package/node_modules/typebox/build/type/types/record.d.mts +13 -7
- package/node_modules/typebox/build/type/types/record.mjs +15 -9
- package/node_modules/typebox/build/type/types/static.d.mts +2 -5
- package/node_modules/typebox/build/typebox.d.mts +4 -8
- package/node_modules/typebox/build/typebox.mjs +4 -8
- package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
- package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
- package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
- package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
- package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
- package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
- package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
- package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
- package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
- package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
- package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
- package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
- package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/index.d.mts +0 -1
- package/node_modules/typebox/build/value/index.mjs +0 -1
- package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
- package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
- package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
- package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
- package/node_modules/typebox/build/value/value.d.mts +0 -1
- package/node_modules/typebox/build/value/value.mjs +0 -1
- package/node_modules/typebox/package.json +25 -25
- package/node_modules/typebox/readme.md +97 -80
- package/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/webidl.d.ts +0 -1
- package/npm-shrinkwrap.json +86 -105
- package/package.json +7 -7
- package/node_modules/@azure/msal-common/lib/index-node-DHSwXao8.js.map +0 -1
- package/node_modules/@microsoft/teams.apps/dist/manifest.d.ts +0 -1241
- package/node_modules/@microsoft/teams.apps/dist/manifest.js +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/LICENSE +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/README.md +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/browser/README.md +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/browser/package.json +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +0 -85
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +0 -86
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts +0 -88
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.d.ts +0 -255
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.mjs +0 -860
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +0 -180
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts +0 -2
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +0 -112
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts +0 -474
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +0 -1125
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts +0 -98
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts +0 -171
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts +0 -86
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +0 -270
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +0 -264
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.mjs +0 -167
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +0 -243
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +0 -112
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +0 -113
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +0 -68
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts +0 -69
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +0 -89
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.d.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.mjs +0 -56
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.mjs +0 -52
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts +0 -243
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +0 -264
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +0 -54
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts +0 -139
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +0 -155
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +0 -105
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +0 -54
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.mjs +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-common.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-common.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-node-only.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-node-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.mjs +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.mjs +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.mjs +0 -76
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.d.ts +0 -96
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.mjs +0 -195
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +0 -93
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.mjs +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +0 -242
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +0 -64
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts +0 -52
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts +0 -227
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +0 -429
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +0 -204
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts +0 -62
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +0 -358
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +0 -638
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts +0 -609
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +0 -542
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +0 -268
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/IUri.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/IUri.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.mjs +0 -172
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.d.ts +0 -314
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.mjs +0 -325
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +0 -99
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +0 -78
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts +0 -66
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +0 -139
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +0 -76
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +0 -122
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-browser.cjs +0 -808
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-browser.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node-Ddjhj5ij.js +0 -8673
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node-Ddjhj5ij.js.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node.cjs +0 -111
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index.cjs +0 -119
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/package.json +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts +0 -88
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts +0 -255
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts +0 -2
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts +0 -474
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts +0 -98
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts +0 -171
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts +0 -86
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts +0 -69
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts +0 -243
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts +0 -139
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/PlatformBrokerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/PlatformBrokerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-common.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-common.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-browser.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-browser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-node.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-node.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts +0 -96
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts +0 -52
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts +0 -227
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts +0 -62
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts +0 -609
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts +0 -314
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts +0 -66
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/node/README.md +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/node/package.json +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/package.json +0 -127
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/AccountInfo.ts +0 -181
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/AuthToken.ts +0 -94
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/CcsCredential.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/ClientCredentials.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/ClientInfo.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/TokenClaims.ts +0 -102
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/Authority.ts +0 -1365
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityFactory.ts +0 -74
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityMetadata.ts +0 -259
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityOptions.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityType.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AzureRegion.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AzureRegionConfiguration.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudDiscoveryMetadata.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudInstanceDiscoveryErrorResponse.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudInstanceDiscoveryResponse.ts +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/ImdsOptions.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/OIDCOptions.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/OpenIdConfigResponse.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/ProtocolMode.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/RegionDiscovery.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/RegionDiscoveryMetadata.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/broker/nativeBroker/INativeBrokerPlugin.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/CacheManager.ts +0 -1915
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AccessTokenEntity.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AccountEntity.ts +0 -370
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AppMetadataEntity.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AuthorityMetadataEntity.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/CacheRecord.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/CredentialEntity.ts +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/IdTokenEntity.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/RefreshTokenEntity.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/ServerTelemetryEntity.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/ThrottlingEntity.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ICacheManager.ts +0 -255
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ICachePlugin.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ISerializableTokenCache.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/persistence/TokenCacheContext.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/utils/CacheHelpers.ts +0 -391
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/utils/CacheTypes.ts +0 -105
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/AuthorizationCodeClient.ts +0 -529
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/BaseClient.ts +0 -320
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/RefreshTokenClient.ts +0 -532
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/SilentFlowClient.ts +0 -212
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/config/AppTokenProvider.ts +0 -47
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/config/ClientConfiguration.ts +0 -302
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/constants/AADServerParamKeys.ts +0 -64
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/ICrypto.ts +0 -126
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/IGuidGenerator.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/JoseHeader.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/PopTokenGenerator.ts +0 -160
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/SignedHttpRequest.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/AuthError.ts +0 -89
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/AuthErrorCodes.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/CacheError.ts +0 -65
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/CacheErrorCodes.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientAuthError.ts +0 -347
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientAuthErrorCodes.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientConfigurationError.ts +0 -226
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientConfigurationErrorCodes.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthError.ts +0 -171
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthErrorCodes.ts +0 -51
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/JoseHeaderError.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/JoseHeaderErrorCodes.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/NetworkError.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/PlatformBrokerError.ts +0 -66
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ServerError.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-browser-only.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-common.ts +0 -202
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-node-only.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index-browser.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index-node.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/logger/Logger.ts +0 -272
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/INetworkModule.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/NetworkResponse.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/RequestThumbprint.ts +0 -47
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/ThrottlingUtils.ts +0 -154
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/packageMetadata.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/protocol/Authorize.ts +0 -421
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/AuthenticationHeaderParser.ts +0 -92
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/BaseAuthRequest.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonAuthorizationCodeRequest.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonAuthorizationUrlRequest.ts +0 -57
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonClientCredentialRequest.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonDeviceCodeRequest.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonEndSessionRequest.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonOnBehalfOfRequest.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonRefreshTokenRequest.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonSilentFlowRequest.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonUsernamePasswordRequest.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/NativeRequest.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/NativeSignOutRequest.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/RequestParameterBuilder.ts +0 -657
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/ScopeSet.ts +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/StoreInCache.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthenticationResult.ts +0 -47
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthorizationCodePayload.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthorizeResponse.ts +0 -85
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/DeviceCodeResponse.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ExternalTokenResponse.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/IMDSBadResponse.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ResponseHandler.ts +0 -696
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ServerAuthorizationTokenResponse.ts +0 -55
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceClient.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceMeasurement.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceClient.ts +0 -964
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceEvent.ts +0 -1016
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/StubPerformanceClient.ts +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryManager.ts +0 -382
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryRequest.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/url/IUri.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/url/UrlString.ts +0 -226
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/ClientAssertionUtils.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/Constants.ts +0 -393
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/FunctionWrappers.ts +0 -126
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/MsalTypes.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/ProtocolUtils.ts +0 -120
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/StringUtils.ts +0 -154
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/TimeUtils.ts +0 -85
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/UrlUtils.ts +0 -148
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/LICENSE +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/README.md +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts +0 -4
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +0 -429
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts +0 -99
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +0 -300
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +0 -179
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +0 -146
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts +0 -146
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +0 -385
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts +0 -56
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +0 -153
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +0 -203
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +0 -194
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +0 -219
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +0 -134
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +0 -109
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts +0 -109
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +0 -248
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +0 -125
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +0 -244
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts +0 -67
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +0 -108
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +0 -128
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +0 -122
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +0 -211
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts +0 -73
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +0 -266
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +0 -105
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.d.ts +0 -144
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.mjs +0 -114
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +0 -57
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +0 -100
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +0 -112
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.mjs +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.mjs +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +0 -338
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +0 -92
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.mjs +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +0 -40
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +0 -90
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.mjs +0 -155
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +0 -51
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/msal-node.cjs +0 -13323
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/msal-node.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/package.json +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts +0 -4
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts +0 -99
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts +0 -146
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts +0 -56
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts +0 -109
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +0 -125
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts +0 -67
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts +0 -73
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts +0 -144
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/index.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/internals.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/internals.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/package.json +0 -93
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/CacheHelpers.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/ITokenCache.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/NodeStorage.ts +0 -562
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/TokenCache.ts +0 -394
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/DistributedCachePlugin.ts +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/ICacheClient.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/IPartitionManager.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/Deserializer.ts +0 -222
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/Serializer.ts +0 -182
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/SerializerTypes.ts +0 -122
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientApplication.ts +0 -689
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientAssertion.ts +0 -203
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientCredentialClient.ts +0 -424
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ConfidentialClientApplication.ts +0 -303
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/DeviceCodeClient.ts +0 -402
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/IConfidentialClientApplication.ts +0 -75
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/IPublicClientApplication.ts +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentityApplication.ts +0 -266
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentityClient.ts +0 -189
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AppService.ts +0 -192
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AzureArc.ts +0 -409
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts +0 -406
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/CloudShell.ts +0 -173
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/Imds.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/MachineLearning.ts +0 -217
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/ServiceFabric.ts +0 -214
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/OnBehalfOfClient.ts +0 -409
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/PublicClientApplication.ts +0 -376
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/Configuration.ts +0 -291
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/ManagedIdentityId.ts +0 -73
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/ManagedIdentityRequestParameters.ts +0 -67
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/CryptoProvider.ts +0 -113
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/GuidGenerator.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/HashUtils.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/PkceGenerator.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/ManagedIdentityError.ts +0 -65
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/ManagedIdentityErrorCodes.ts +0 -37
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/NodeAuthError.ts +0 -145
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/index.ts +0 -135
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/internals.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/HttpClient.ts +0 -510
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/HttpClientWithRetries.ts +0 -89
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/ILoopbackClient.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/LoopbackClient.ts +0 -117
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/packageMetadata.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/protocol/Authorize.ts +0 -74
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/AuthorizationCodeRequest.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/AuthorizationUrlRequest.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ClientCredentialRequest.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/DeviceCodeRequest.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/InteractiveRequest.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ManagedIdentityRequest.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ManagedIdentityRequestParams.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/OnBehalfOfRequest.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/RefreshTokenRequest.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/SignOutRequest.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/SilentFlowRequest.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/UsernamePasswordRequest.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/response/ManagedIdentityTokenResponse.ts +0 -55
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/DefaultManagedIdentityRetryPolicy.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/ExponentialRetryStrategy.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/IHttpRetryPolicy.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/ImdsRetryPolicy.ts +0 -121
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/LinearRetryStrategy.ts +0 -40
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/Constants.ts +0 -195
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/EncodingUtils.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/NetworkUtils.ts +0 -61
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/TimeUtils.ts +0 -20
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
- package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
- package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
- package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
- package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
- package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
- package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
- package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
- package/node_modules/typebox/build/type/action/options.d.mts +0 -11
- package/node_modules/typebox/build/type/action/options.mjs +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
- package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
- package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
- package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/base.d.mts +0 -50
- package/node_modules/typebox/build/type/types/base.mjs +0 -84
- package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
- package/node_modules/typebox/build/type/types/promise.mjs +0 -29
- package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
- package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
- package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
- package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
- package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
- package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
- package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
- package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
- package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
- package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
- package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
- package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
- package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
- package/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/uuid/README.md +0 -491
- package/node_modules/uuid/dist/index.d.ts +0 -15
- package/node_modules/uuid/dist/index.js +0 -14
- package/node_modules/uuid/dist/max.d.ts +0 -2
- package/node_modules/uuid/dist/max.js +0 -1
- package/node_modules/uuid/dist/md5.d.ts +0 -2
- package/node_modules/uuid/dist/md5.js +0 -135
- package/node_modules/uuid/dist/nil.d.ts +0 -2
- package/node_modules/uuid/dist/nil.js +0 -1
- package/node_modules/uuid/dist/parse.d.ts +0 -3
- package/node_modules/uuid/dist/parse.js +0 -9
- package/node_modules/uuid/dist/regex.d.ts +0 -2
- package/node_modules/uuid/dist/regex.js +0 -1
- package/node_modules/uuid/dist/rng.d.ts +0 -1
- package/node_modules/uuid/dist/rng.js +0 -4
- package/node_modules/uuid/dist/sha1.d.ts +0 -2
- package/node_modules/uuid/dist/sha1.js +0 -70
- package/node_modules/uuid/dist/stringify.d.ts +0 -3
- package/node_modules/uuid/dist/stringify.js +0 -35
- package/node_modules/uuid/dist/types.d.ts +0 -22
- package/node_modules/uuid/dist/types.js +0 -1
- package/node_modules/uuid/dist/uuid-bin.d.ts +0 -1
- package/node_modules/uuid/dist/uuid-bin.js +0 -70
- package/node_modules/uuid/dist/v1.d.ts +0 -11
- package/node_modules/uuid/dist/v1.js +0 -83
- package/node_modules/uuid/dist/v1ToV6.d.ts +0 -3
- package/node_modules/uuid/dist/v1ToV6.js +0 -10
- package/node_modules/uuid/dist/v3.d.ts +0 -9
- package/node_modules/uuid/dist/v3.js +0 -9
- package/node_modules/uuid/dist/v35.d.ts +0 -7
- package/node_modules/uuid/dist/v35.js +0 -39
- package/node_modules/uuid/dist/v4.d.ts +0 -4
- package/node_modules/uuid/dist/v4.js +0 -29
- package/node_modules/uuid/dist/v5.d.ts +0 -9
- package/node_modules/uuid/dist/v5.js +0 -9
- package/node_modules/uuid/dist/v6.d.ts +0 -4
- package/node_modules/uuid/dist/v6.js +0 -20
- package/node_modules/uuid/dist/v6ToV1.d.ts +0 -2
- package/node_modules/uuid/dist/v6ToV1.js +0 -10
- package/node_modules/uuid/dist/v7.d.ts +0 -9
- package/node_modules/uuid/dist/v7.js +0 -65
- package/node_modules/uuid/dist/validate.d.ts +0 -2
- package/node_modules/uuid/dist/validate.js +0 -5
- package/node_modules/uuid/dist/version.d.ts +0 -2
- package/node_modules/uuid/dist/version.js +0 -8
- package/node_modules/uuid/dist-node/bin/uuid +0 -2
- package/node_modules/uuid/dist-node/index.js +0 -14
- package/node_modules/uuid/dist-node/max.js +0 -1
- package/node_modules/uuid/dist-node/md5.js +0 -11
- package/node_modules/uuid/dist-node/nil.js +0 -1
- package/node_modules/uuid/dist-node/parse.js +0 -9
- package/node_modules/uuid/dist-node/regex.js +0 -1
- package/node_modules/uuid/dist-node/rng.js +0 -4
- package/node_modules/uuid/dist-node/sha1.js +0 -11
- package/node_modules/uuid/dist-node/stringify.js +0 -35
- package/node_modules/uuid/dist-node/types.js +0 -1
- package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
- package/node_modules/uuid/dist-node/v1.js +0 -83
- package/node_modules/uuid/dist-node/v1ToV6.js +0 -10
- package/node_modules/uuid/dist-node/v3.js +0 -9
- package/node_modules/uuid/dist-node/v35.js +0 -39
- package/node_modules/uuid/dist-node/v4.js +0 -29
- package/node_modules/uuid/dist-node/v5.js +0 -9
- package/node_modules/uuid/dist-node/v6.js +0 -20
- package/node_modules/uuid/dist-node/v6ToV1.js +0 -10
- package/node_modules/uuid/dist-node/v7.js +0 -65
- package/node_modules/uuid/dist-node/validate.js +0 -5
- package/node_modules/uuid/dist-node/version.js +0 -8
- package/node_modules/uuid/package.json +0 -110
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
|
@@ -1,1241 +0,0 @@
|
|
|
1
|
-
export type Manifest = {
|
|
2
|
-
$schema?: string;
|
|
3
|
-
/**
|
|
4
|
-
* A color to use in conjunction with the icon. The value must be a valid HTML color code
|
|
5
|
-
* starting with '#', for example `#4464ee`.
|
|
6
|
-
*/
|
|
7
|
-
accentColor: string;
|
|
8
|
-
activities?: Activities;
|
|
9
|
-
/**
|
|
10
|
-
* Specify and consolidates authorization related information for the App.
|
|
11
|
-
*/
|
|
12
|
-
authorization?: ManifestAuthorization;
|
|
13
|
-
/**
|
|
14
|
-
* The set of bots for this app. Currently only one bot per app is supported.
|
|
15
|
-
*/
|
|
16
|
-
bots?: Bot[];
|
|
17
|
-
/**
|
|
18
|
-
* The set of compose extensions for this app. Currently only one compose extension per app
|
|
19
|
-
* is supported.
|
|
20
|
-
*/
|
|
21
|
-
composeExtensions?: ComposeExtension[];
|
|
22
|
-
/**
|
|
23
|
-
* A list of tenant configured properties for an app
|
|
24
|
-
*/
|
|
25
|
-
configurableProperties?: ConfigurableProperty[];
|
|
26
|
-
/**
|
|
27
|
-
* These are tabs users can optionally add to their channels and 1:1 or group chats and
|
|
28
|
-
* require extra configuration before they are added. Configurable tabs are not supported in
|
|
29
|
-
* the personal scope. Currently only one configurable tab per app is supported.
|
|
30
|
-
*/
|
|
31
|
-
configurableTabs?: ConfigurableTab[];
|
|
32
|
-
/**
|
|
33
|
-
* The set of Office365 connectors for this app. Currently only one connector per app is
|
|
34
|
-
* supported.
|
|
35
|
-
*/
|
|
36
|
-
connectors?: Connector[];
|
|
37
|
-
copilotAgents?: CopilotAgents;
|
|
38
|
-
/**
|
|
39
|
-
* Defines the list of cards which could be pinned to dashboards that can provide summarized
|
|
40
|
-
* view of information relevant to user.
|
|
41
|
-
*/
|
|
42
|
-
dashboardCards?: DashboardCard[];
|
|
43
|
-
/**
|
|
44
|
-
* A value indicating whether an app is blocked by default until admin allows it
|
|
45
|
-
*/
|
|
46
|
-
defaultBlockUntilAdminAction?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* When a group install scope is selected, this will define the default capability when the
|
|
49
|
-
* user installs the app
|
|
50
|
-
*/
|
|
51
|
-
defaultGroupCapability?: DefaultGroupCapability;
|
|
52
|
-
/**
|
|
53
|
-
* The install scope defined for this app by default. This will be the option displayed on
|
|
54
|
-
* the button when a user tries to add the app
|
|
55
|
-
*/
|
|
56
|
-
defaultInstallScope?: DefaultInstallScope;
|
|
57
|
-
description: Description;
|
|
58
|
-
developer: Developer;
|
|
59
|
-
/**
|
|
60
|
-
* Specify the native features on a user's device that your app may request access to.
|
|
61
|
-
*/
|
|
62
|
-
devicePermissions?: DevicePermission[];
|
|
63
|
-
extensions?: ElementExtension[];
|
|
64
|
-
/**
|
|
65
|
-
* Specify the app's Graph connector configuration. If this is present then
|
|
66
|
-
* webApplicationInfo.id must also be specified.
|
|
67
|
-
*/
|
|
68
|
-
graphConnector?: GraphConnector;
|
|
69
|
-
icons: Icons;
|
|
70
|
-
/**
|
|
71
|
-
* A unique identifier for this app. This id must be a GUID.
|
|
72
|
-
*/
|
|
73
|
-
id: string;
|
|
74
|
-
/**
|
|
75
|
-
* A value indicating whether a personal app is rendered without a tab header-bar
|
|
76
|
-
*/
|
|
77
|
-
isFullScreen?: boolean;
|
|
78
|
-
localizationInfo?: LocalizationInfo;
|
|
79
|
-
/**
|
|
80
|
-
* The version of the schema this manifest is using. This schema version supports extending
|
|
81
|
-
* Teams apps to other parts of the Microsoft 365 ecosystem. More info at
|
|
82
|
-
* https://aka.ms/extendteamsapps.
|
|
83
|
-
*/
|
|
84
|
-
manifestVersion: ManifestVersion;
|
|
85
|
-
/**
|
|
86
|
-
* Specify meeting extension definition.
|
|
87
|
-
*/
|
|
88
|
-
meetingExtensionDefinition?: MeetingExtensionDefinition;
|
|
89
|
-
name: Name;
|
|
90
|
-
/**
|
|
91
|
-
* Specifies the permissions the app requests from users.
|
|
92
|
-
*/
|
|
93
|
-
permissions?: Permission[];
|
|
94
|
-
/**
|
|
95
|
-
* The url to the page that provides additional app information for the admins
|
|
96
|
-
*/
|
|
97
|
-
publisherDocsUrl?: string;
|
|
98
|
-
/**
|
|
99
|
-
* A value indicating whether or not show loading indicator when app/tab is loading
|
|
100
|
-
*/
|
|
101
|
-
showLoadingIndicator?: boolean;
|
|
102
|
-
/**
|
|
103
|
-
* A set of tabs that may be 'pinned' by default, without the user adding them manually.
|
|
104
|
-
* Static tabs declared in personal scope are always pinned to the app's personal
|
|
105
|
-
* experience. Static tabs do not currently support the 'teams' scope.
|
|
106
|
-
*/
|
|
107
|
-
staticTabs?: StaticTab[];
|
|
108
|
-
/**
|
|
109
|
-
* Subscription offer associated with this app.
|
|
110
|
-
*/
|
|
111
|
-
subscriptionOffer?: SubscriptionOffer;
|
|
112
|
-
/**
|
|
113
|
-
* List of 'non-standard' channel types that the app supports. Note: Channels of standard
|
|
114
|
-
* type are supported by default if the app supports team scope.
|
|
115
|
-
*/
|
|
116
|
-
supportedChannelTypes?: SupportedChannelType[];
|
|
117
|
-
/**
|
|
118
|
-
* A list of valid domains from which the tabs expect to load any content. Domain listings
|
|
119
|
-
* can include wildcards, for example `*.example.com`. If your tab configuration or content
|
|
120
|
-
* UI needs to navigate to any other domain besides the one use for tab configuration, that
|
|
121
|
-
* domain must be specified here.
|
|
122
|
-
*/
|
|
123
|
-
validDomains?: string[];
|
|
124
|
-
/**
|
|
125
|
-
* The version of the app. Changes to your manifest should cause a version change. This
|
|
126
|
-
* version string must follow the semver standard (http://semver.org).
|
|
127
|
-
*/
|
|
128
|
-
version: string;
|
|
129
|
-
/**
|
|
130
|
-
* Specify your AAD App ID and Graph information to help users seamlessly sign into your AAD
|
|
131
|
-
* app.
|
|
132
|
-
*/
|
|
133
|
-
webApplicationInfo?: WebApplicationInfo;
|
|
134
|
-
};
|
|
135
|
-
export type Activities = {
|
|
136
|
-
/**
|
|
137
|
-
* Specify the types of activites that your app can post to a users activity feed
|
|
138
|
-
*/
|
|
139
|
-
activityTypes?: ActivityType[];
|
|
140
|
-
};
|
|
141
|
-
export type ActivityType = {
|
|
142
|
-
description: string;
|
|
143
|
-
templateText: string;
|
|
144
|
-
type: string;
|
|
145
|
-
};
|
|
146
|
-
/**
|
|
147
|
-
* Specify and consolidates authorization related information for the App.
|
|
148
|
-
*/
|
|
149
|
-
export type ManifestAuthorization = {
|
|
150
|
-
/**
|
|
151
|
-
* List of permissions that the app needs to function.
|
|
152
|
-
*/
|
|
153
|
-
permissions?: Permissions;
|
|
154
|
-
};
|
|
155
|
-
/**
|
|
156
|
-
* List of permissions that the app needs to function.
|
|
157
|
-
*/
|
|
158
|
-
export type Permissions = {
|
|
159
|
-
/**
|
|
160
|
-
* Permissions that must be granted on a per resource instance basis.
|
|
161
|
-
*/
|
|
162
|
-
resourceSpecific?: ResourceSpecific[];
|
|
163
|
-
};
|
|
164
|
-
export type ResourceSpecific = {
|
|
165
|
-
/**
|
|
166
|
-
* The name of the resource-specific permission.
|
|
167
|
-
*/
|
|
168
|
-
name: string;
|
|
169
|
-
/**
|
|
170
|
-
* The type of the resource-specific permission: delegated vs application.
|
|
171
|
-
*/
|
|
172
|
-
type: ResourceSpecificType;
|
|
173
|
-
};
|
|
174
|
-
/**
|
|
175
|
-
* The type of the resource-specific permission: delegated vs application.
|
|
176
|
-
*/
|
|
177
|
-
export type ResourceSpecificType = 'Application' | 'Delegated';
|
|
178
|
-
export type Bot = {
|
|
179
|
-
/**
|
|
180
|
-
* The Microsoft App ID specified for the bot in the Bot Framework portal
|
|
181
|
-
* (https://dev.botframework.com/bots)
|
|
182
|
-
*/
|
|
183
|
-
botId: string;
|
|
184
|
-
/**
|
|
185
|
-
* The list of commands that the bot supplies, including their usage, description, and the
|
|
186
|
-
* scope for which the commands are valid. A separate command list should be used for each
|
|
187
|
-
* scope.
|
|
188
|
-
*/
|
|
189
|
-
commandLists?: CommandList[];
|
|
190
|
-
configuration?: Configuration;
|
|
191
|
-
/**
|
|
192
|
-
* A value indicating whether or not the bot is a one-way notification only bot, as opposed
|
|
193
|
-
* to a conversational bot.
|
|
194
|
-
*/
|
|
195
|
-
isNotificationOnly?: boolean;
|
|
196
|
-
/**
|
|
197
|
-
* This value describes whether or not the bot utilizes a user hint to add the bot to a
|
|
198
|
-
* specific channel.
|
|
199
|
-
*/
|
|
200
|
-
needsChannelSelector?: boolean;
|
|
201
|
-
/**
|
|
202
|
-
* Specifies whether the bot offers an experience in the context of a channel in a team, in
|
|
203
|
-
* a 1:1 or group chat, or in an experience scoped to an individual user alone. These
|
|
204
|
-
* options are non-exclusive.
|
|
205
|
-
*/
|
|
206
|
-
scopes: CommandListScope[];
|
|
207
|
-
/**
|
|
208
|
-
* A value indicating whether the bot supports audio calling.
|
|
209
|
-
*/
|
|
210
|
-
supportsCalling?: boolean;
|
|
211
|
-
/**
|
|
212
|
-
* A value indicating whether the bot supports uploading/downloading of files.
|
|
213
|
-
*/
|
|
214
|
-
supportsFiles?: boolean;
|
|
215
|
-
/**
|
|
216
|
-
* A value indicating whether the bot supports video calling.
|
|
217
|
-
*/
|
|
218
|
-
supportsVideo?: boolean;
|
|
219
|
-
};
|
|
220
|
-
export type CommandList = {
|
|
221
|
-
commands: CommandListCommand[];
|
|
222
|
-
/**
|
|
223
|
-
* Specifies the scopes for which the command list is valid
|
|
224
|
-
*/
|
|
225
|
-
scopes: CommandListScope[];
|
|
226
|
-
};
|
|
227
|
-
export type CommandListCommand = {
|
|
228
|
-
/**
|
|
229
|
-
* A simple text description or an example of the command syntax and its arguments.
|
|
230
|
-
*/
|
|
231
|
-
description: string;
|
|
232
|
-
/**
|
|
233
|
-
* The bot command name
|
|
234
|
-
*/
|
|
235
|
-
title: string;
|
|
236
|
-
};
|
|
237
|
-
export type CommandListScope = 'team' | 'personal' | 'groupChat';
|
|
238
|
-
export type Configuration = {
|
|
239
|
-
groupChat?: GroupChat;
|
|
240
|
-
team?: GroupChat;
|
|
241
|
-
};
|
|
242
|
-
export type GroupChat = {
|
|
243
|
-
fetchTask?: boolean;
|
|
244
|
-
taskInfo?: TaskInfo;
|
|
245
|
-
};
|
|
246
|
-
export type TaskInfo = {
|
|
247
|
-
/**
|
|
248
|
-
* Dialog height - either a number in pixels or default layout such as 'large', 'medium', or
|
|
249
|
-
* 'small'
|
|
250
|
-
*/
|
|
251
|
-
height?: string;
|
|
252
|
-
/**
|
|
253
|
-
* Initial dialog title
|
|
254
|
-
*/
|
|
255
|
-
title?: string;
|
|
256
|
-
/**
|
|
257
|
-
* Initial webview URL
|
|
258
|
-
*/
|
|
259
|
-
url?: string;
|
|
260
|
-
/**
|
|
261
|
-
* Dialog width - either a number in pixels or default layout such as 'large', 'medium', or
|
|
262
|
-
* 'small'
|
|
263
|
-
*/
|
|
264
|
-
width?: string;
|
|
265
|
-
};
|
|
266
|
-
export type ComposeExtension = {
|
|
267
|
-
/**
|
|
268
|
-
* A relative file path to the api specification file in the manifest package.
|
|
269
|
-
*/
|
|
270
|
-
apiSpecificationFile?: string;
|
|
271
|
-
/**
|
|
272
|
-
* Object capturing authorization information.
|
|
273
|
-
*/
|
|
274
|
-
authorization?: ComposeExtensionAuthorization;
|
|
275
|
-
/**
|
|
276
|
-
* The Microsoft App ID specified for the bot powering the compose extension in the Bot
|
|
277
|
-
* Framework portal (https://dev.botframework.com/bots)
|
|
278
|
-
*/
|
|
279
|
-
botId?: string;
|
|
280
|
-
/**
|
|
281
|
-
* A value indicating whether the configuration of a compose extension can be updated by the
|
|
282
|
-
* user.
|
|
283
|
-
*/
|
|
284
|
-
canUpdateConfiguration?: boolean | null;
|
|
285
|
-
commands?: ComposeExtensionCommand[];
|
|
286
|
-
/**
|
|
287
|
-
* Type of the compose extension.
|
|
288
|
-
*/
|
|
289
|
-
composeExtensionType?: ComposeExtensionType;
|
|
290
|
-
/**
|
|
291
|
-
* A list of handlers that allow apps to be invoked when certain conditions are met
|
|
292
|
-
*/
|
|
293
|
-
messageHandlers?: MessageHandler[];
|
|
294
|
-
};
|
|
295
|
-
/**
|
|
296
|
-
* Object capturing authorization information.
|
|
297
|
-
*/
|
|
298
|
-
export type ComposeExtensionAuthorization = {
|
|
299
|
-
/**
|
|
300
|
-
* Object capturing details needed to do service auth. It will be only present when auth
|
|
301
|
-
* type is apiSecretServiceAuth.
|
|
302
|
-
*/
|
|
303
|
-
apiSecretServiceAuthConfiguration?: APISecretServiceAuthConfiguration;
|
|
304
|
-
/**
|
|
305
|
-
* Enum of possible authentication types.
|
|
306
|
-
*/
|
|
307
|
-
authType?: AuthType;
|
|
308
|
-
/**
|
|
309
|
-
* Object capturing details needed to do single aad auth flow. It will be only present when
|
|
310
|
-
* auth type is entraId.
|
|
311
|
-
*/
|
|
312
|
-
microsoftEntraConfiguration?: MicrosoftEntraConfiguration;
|
|
313
|
-
};
|
|
314
|
-
/**
|
|
315
|
-
* Object capturing details needed to do service auth. It will be only present when auth
|
|
316
|
-
* type is apiSecretServiceAuth.
|
|
317
|
-
*/
|
|
318
|
-
export type APISecretServiceAuthConfiguration = {
|
|
319
|
-
/**
|
|
320
|
-
* Registration id returned when developer submits the api key through Developer Portal.
|
|
321
|
-
*/
|
|
322
|
-
apiSecretRegistrationId?: string;
|
|
323
|
-
};
|
|
324
|
-
/**
|
|
325
|
-
* Enum of possible authentication types.
|
|
326
|
-
*/
|
|
327
|
-
export type AuthType = 'none' | 'apiSecretServiceAuth' | 'microsoftEntra';
|
|
328
|
-
/**
|
|
329
|
-
* Object capturing details needed to do single aad auth flow. It will be only present when
|
|
330
|
-
* auth type is entraId.
|
|
331
|
-
*/
|
|
332
|
-
export type MicrosoftEntraConfiguration = {
|
|
333
|
-
/**
|
|
334
|
-
* Boolean indicating whether single sign on is configured for the app.
|
|
335
|
-
*/
|
|
336
|
-
supportsSingleSignOn?: boolean;
|
|
337
|
-
};
|
|
338
|
-
export type ComposeExtensionCommand = {
|
|
339
|
-
/**
|
|
340
|
-
* A relative file path for api response rendering template file.
|
|
341
|
-
*/
|
|
342
|
-
apiResponseRenderingTemplateFile?: string;
|
|
343
|
-
/**
|
|
344
|
-
* Context where the command would apply
|
|
345
|
-
*/
|
|
346
|
-
context?: CommandContext[];
|
|
347
|
-
/**
|
|
348
|
-
* Description of the command.
|
|
349
|
-
*/
|
|
350
|
-
description?: string;
|
|
351
|
-
/**
|
|
352
|
-
* A boolean value that indicates if it should fetch task module dynamically
|
|
353
|
-
*/
|
|
354
|
-
fetchTask?: boolean;
|
|
355
|
-
/**
|
|
356
|
-
* Id of the command.
|
|
357
|
-
*/
|
|
358
|
-
id: string;
|
|
359
|
-
/**
|
|
360
|
-
* A boolean value that indicates if the command should be run once initially with no
|
|
361
|
-
* parameter.
|
|
362
|
-
*/
|
|
363
|
-
initialRun?: boolean;
|
|
364
|
-
parameters?: Parameter[];
|
|
365
|
-
samplePrompts?: SamplePrompt[];
|
|
366
|
-
/**
|
|
367
|
-
* Semantic description for the command.
|
|
368
|
-
*/
|
|
369
|
-
semanticDescription?: string;
|
|
370
|
-
taskInfo?: TaskInfo;
|
|
371
|
-
/**
|
|
372
|
-
* Title of the command.
|
|
373
|
-
*/
|
|
374
|
-
title: string;
|
|
375
|
-
/**
|
|
376
|
-
* Type of the command
|
|
377
|
-
*/
|
|
378
|
-
type?: CommandType;
|
|
379
|
-
};
|
|
380
|
-
export type CommandContext = 'compose' | 'commandBox' | 'message';
|
|
381
|
-
export type Parameter = {
|
|
382
|
-
/**
|
|
383
|
-
* The choice options for the parameter
|
|
384
|
-
*/
|
|
385
|
-
choices?: Choice[];
|
|
386
|
-
/**
|
|
387
|
-
* Description of the parameter.
|
|
388
|
-
*/
|
|
389
|
-
description?: string;
|
|
390
|
-
/**
|
|
391
|
-
* Type of the parameter
|
|
392
|
-
*/
|
|
393
|
-
inputType?: InputType;
|
|
394
|
-
/**
|
|
395
|
-
* The value indicates if this parameter is a required field.
|
|
396
|
-
*/
|
|
397
|
-
isRequired?: boolean;
|
|
398
|
-
/**
|
|
399
|
-
* Name of the parameter.
|
|
400
|
-
*/
|
|
401
|
-
name: string;
|
|
402
|
-
/**
|
|
403
|
-
* Semantic description for the parameter.
|
|
404
|
-
*/
|
|
405
|
-
semanticDescription?: string;
|
|
406
|
-
/**
|
|
407
|
-
* Title of the parameter.
|
|
408
|
-
*/
|
|
409
|
-
title: string;
|
|
410
|
-
/**
|
|
411
|
-
* Initial value for the parameter
|
|
412
|
-
*/
|
|
413
|
-
value?: string;
|
|
414
|
-
};
|
|
415
|
-
export type Choice = {
|
|
416
|
-
/**
|
|
417
|
-
* Title of the choice
|
|
418
|
-
*/
|
|
419
|
-
title: string;
|
|
420
|
-
/**
|
|
421
|
-
* Value of the choice
|
|
422
|
-
*/
|
|
423
|
-
value: string;
|
|
424
|
-
};
|
|
425
|
-
/**
|
|
426
|
-
* Type of the parameter
|
|
427
|
-
*/
|
|
428
|
-
export type InputType = 'text' | 'textarea' | 'number' | 'date' | 'time' | 'toggle' | 'choiceset';
|
|
429
|
-
export type SamplePrompt = {
|
|
430
|
-
/**
|
|
431
|
-
* This string will hold the sample prompt
|
|
432
|
-
*/
|
|
433
|
-
text: string;
|
|
434
|
-
};
|
|
435
|
-
/**
|
|
436
|
-
* Type of the command
|
|
437
|
-
*/
|
|
438
|
-
export type CommandType = 'query' | 'action';
|
|
439
|
-
/**
|
|
440
|
-
* Type of the compose extension.
|
|
441
|
-
*/
|
|
442
|
-
export type ComposeExtensionType = 'botBased' | 'apiBased';
|
|
443
|
-
export type MessageHandler = {
|
|
444
|
-
/**
|
|
445
|
-
* Type of the message handler
|
|
446
|
-
*/
|
|
447
|
-
type: MessageHandlerType;
|
|
448
|
-
value: Value;
|
|
449
|
-
};
|
|
450
|
-
/**
|
|
451
|
-
* Type of the message handler
|
|
452
|
-
*/
|
|
453
|
-
export type MessageHandlerType = 'link';
|
|
454
|
-
export type Value = {
|
|
455
|
-
/**
|
|
456
|
-
* A list of domains that the link message handler can register for, and when they are
|
|
457
|
-
* matched the app will be invoked
|
|
458
|
-
*/
|
|
459
|
-
domains?: string[];
|
|
460
|
-
/**
|
|
461
|
-
* A boolean that indicates whether the app's link message handler supports anonymous invoke
|
|
462
|
-
* flow.
|
|
463
|
-
*/
|
|
464
|
-
supportsAnonymizedPayloads?: boolean;
|
|
465
|
-
[property: string]: any;
|
|
466
|
-
};
|
|
467
|
-
export type ConfigurableProperty = 'name' | 'shortDescription' | 'longDescription' | 'smallImageUrl' | 'largeImageUrl' | 'accentColor' | 'developerUrl' | 'privacyUrl' | 'termsOfUseUrl';
|
|
468
|
-
export type ConfigurableTab = {
|
|
469
|
-
/**
|
|
470
|
-
* A value indicating whether an instance of the tab's configuration can be updated by the
|
|
471
|
-
* user after creation.
|
|
472
|
-
*/
|
|
473
|
-
canUpdateConfiguration?: boolean;
|
|
474
|
-
/**
|
|
475
|
-
* The url to use when configuring the tab.
|
|
476
|
-
*/
|
|
477
|
-
configurationUrl: string;
|
|
478
|
-
/**
|
|
479
|
-
* The set of contextItem scopes that a tab belong to
|
|
480
|
-
*/
|
|
481
|
-
context?: ConfigurableTabContext[];
|
|
482
|
-
/**
|
|
483
|
-
* The set of meetingSurfaceItem scopes that a tab belong to
|
|
484
|
-
*/
|
|
485
|
-
meetingSurfaces?: MeetingSurface[];
|
|
486
|
-
/**
|
|
487
|
-
* Specifies whether the tab offers an experience in the context of a channel in a team, in
|
|
488
|
-
* a 1:1 or group chat, or in an experience scoped to an individual user alone. These
|
|
489
|
-
* options are non-exclusive. Currently, configurable tabs are only supported in the teams
|
|
490
|
-
* and groupchats scopes.
|
|
491
|
-
*/
|
|
492
|
-
scopes: ConfigurableTabScope[];
|
|
493
|
-
/**
|
|
494
|
-
* A relative file path to a tab preview image for use in SharePoint. Size 1024x768.
|
|
495
|
-
*/
|
|
496
|
-
sharePointPreviewImage?: string;
|
|
497
|
-
/**
|
|
498
|
-
* Defines how your tab will be made available in SharePoint.
|
|
499
|
-
*/
|
|
500
|
-
supportedSharePointHosts?: SupportedSharePointHost[];
|
|
501
|
-
};
|
|
502
|
-
export type ConfigurableTabContext = 'personalTab' | 'channelTab' | 'privateChatTab' | 'meetingChatTab' | 'meetingDetailsTab' | 'meetingSidePanel' | 'meetingStage';
|
|
503
|
-
export type MeetingSurface = 'sidePanel' | 'stage';
|
|
504
|
-
export type ConfigurableTabScope = 'team' | 'groupChat';
|
|
505
|
-
export type SupportedSharePointHost = 'sharePointFullPage' | 'sharePointWebPart';
|
|
506
|
-
export type Connector = {
|
|
507
|
-
/**
|
|
508
|
-
* The url to use for configuring the connector using the inline configuration experience.
|
|
509
|
-
*/
|
|
510
|
-
configurationUrl?: string;
|
|
511
|
-
/**
|
|
512
|
-
* A unique identifier for the connector which matches its ID in the Connectors Developer
|
|
513
|
-
* Portal.
|
|
514
|
-
*/
|
|
515
|
-
connectorId: string;
|
|
516
|
-
/**
|
|
517
|
-
* Specifies whether the connector offers an experience in the context of a channel in a
|
|
518
|
-
* team, or an experience scoped to an individual user alone. Currently, only the team scope
|
|
519
|
-
* is supported.
|
|
520
|
-
*/
|
|
521
|
-
scopes: ConnectorScope[];
|
|
522
|
-
};
|
|
523
|
-
export type ConnectorScope = 'team';
|
|
524
|
-
export type CopilotAgents = {
|
|
525
|
-
/**
|
|
526
|
-
* An array of declarative agent elements references. Currently, only one declarative agent
|
|
527
|
-
* per application is supported.
|
|
528
|
-
*/
|
|
529
|
-
declarativeAgents: DeclarativeAgentRef[];
|
|
530
|
-
};
|
|
531
|
-
/**
|
|
532
|
-
* A reference to a declarative agent element. The element's definition is in a separate
|
|
533
|
-
* file.
|
|
534
|
-
*/
|
|
535
|
-
export type DeclarativeAgentRef = {
|
|
536
|
-
/**
|
|
537
|
-
* Relative file path to this declarative agent element file in the application package.
|
|
538
|
-
*/
|
|
539
|
-
file: string;
|
|
540
|
-
/**
|
|
541
|
-
* A unique identifier for this declarative agent element.
|
|
542
|
-
*/
|
|
543
|
-
id: string;
|
|
544
|
-
};
|
|
545
|
-
/**
|
|
546
|
-
* Cards wich could be pinned to dashboard providing summarized view of information relevant
|
|
547
|
-
* to user.
|
|
548
|
-
*/
|
|
549
|
-
export type DashboardCard = {
|
|
550
|
-
contentSource: DashboardCardContentSource;
|
|
551
|
-
/**
|
|
552
|
-
* Rendering Size for dashboard card.
|
|
553
|
-
*/
|
|
554
|
-
defaultSize: DefaultSize;
|
|
555
|
-
/**
|
|
556
|
-
* Description of the card.Maximum length is 255 characters.
|
|
557
|
-
*/
|
|
558
|
-
description: string;
|
|
559
|
-
/**
|
|
560
|
-
* Represents the name of the card. Maximum length is 255 characters.
|
|
561
|
-
*/
|
|
562
|
-
displayName: string;
|
|
563
|
-
icon?: DashboardCardIcon;
|
|
564
|
-
/**
|
|
565
|
-
* Unique Id for the card. Must be unique inside the app.
|
|
566
|
-
*/
|
|
567
|
-
id: string;
|
|
568
|
-
/**
|
|
569
|
-
* Id of the group in the card picker. This must be guid.
|
|
570
|
-
*/
|
|
571
|
-
pickerGroupId: string;
|
|
572
|
-
};
|
|
573
|
-
/**
|
|
574
|
-
* Represents a configuration for the source of the card’s content.
|
|
575
|
-
*/
|
|
576
|
-
export type DashboardCardContentSource = {
|
|
577
|
-
/**
|
|
578
|
-
* The configuration for the bot source. Required if sourceType is set to bot.
|
|
579
|
-
*/
|
|
580
|
-
botConfiguration?: BotConfiguration;
|
|
581
|
-
/**
|
|
582
|
-
* The content of the dashboard card is sourced from a bot.
|
|
583
|
-
*/
|
|
584
|
-
sourceType?: SourceType;
|
|
585
|
-
};
|
|
586
|
-
/**
|
|
587
|
-
* The configuration for the bot source. Required if sourceType is set to bot.
|
|
588
|
-
*/
|
|
589
|
-
export type BotConfiguration = {
|
|
590
|
-
/**
|
|
591
|
-
* The unique Microsoft app ID for the bot as registered with the Bot Framework.
|
|
592
|
-
*/
|
|
593
|
-
botId?: string;
|
|
594
|
-
};
|
|
595
|
-
/**
|
|
596
|
-
* The content of the dashboard card is sourced from a bot.
|
|
597
|
-
*/
|
|
598
|
-
export type SourceType = 'bot';
|
|
599
|
-
/**
|
|
600
|
-
* Rendering Size for dashboard card.
|
|
601
|
-
*/
|
|
602
|
-
export type DefaultSize = 'medium' | 'large';
|
|
603
|
-
/**
|
|
604
|
-
* Represents a configuration for the source of the card’s content
|
|
605
|
-
*/
|
|
606
|
-
export type DashboardCardIcon = {
|
|
607
|
-
/**
|
|
608
|
-
* The icon for the card, to be displayed in the toolbox and card bar, represented as URL.
|
|
609
|
-
*/
|
|
610
|
-
iconUrl?: string;
|
|
611
|
-
/**
|
|
612
|
-
* Office UI Fabric/Fluent UI icon friendly name for the card. This value will be used if
|
|
613
|
-
* ‘iconUrl’ is not specified.
|
|
614
|
-
*/
|
|
615
|
-
officeUIFabricIconName?: string;
|
|
616
|
-
};
|
|
617
|
-
/**
|
|
618
|
-
* When a group install scope is selected, this will define the default capability when the
|
|
619
|
-
* user installs the app
|
|
620
|
-
*/
|
|
621
|
-
export type DefaultGroupCapability = {
|
|
622
|
-
/**
|
|
623
|
-
* When the install scope selected is GroupChat, this field specifies the default capability
|
|
624
|
-
* available
|
|
625
|
-
*/
|
|
626
|
-
groupchat?: Groupchat;
|
|
627
|
-
/**
|
|
628
|
-
* When the install scope selected is Meetings, this field specifies the default capability
|
|
629
|
-
* available
|
|
630
|
-
*/
|
|
631
|
-
meetings?: Groupchat;
|
|
632
|
-
/**
|
|
633
|
-
* When the install scope selected is Team, this field specifies the default capability
|
|
634
|
-
* available
|
|
635
|
-
*/
|
|
636
|
-
team?: Groupchat;
|
|
637
|
-
};
|
|
638
|
-
/**
|
|
639
|
-
* When the install scope selected is GroupChat, this field specifies the default capability
|
|
640
|
-
* available
|
|
641
|
-
*
|
|
642
|
-
* When the install scope selected is Meetings, this field specifies the default capability
|
|
643
|
-
* available
|
|
644
|
-
*
|
|
645
|
-
* When the install scope selected is Team, this field specifies the default capability
|
|
646
|
-
* available
|
|
647
|
-
*/
|
|
648
|
-
export type Groupchat = 'tab' | 'bot' | 'connector';
|
|
649
|
-
/**
|
|
650
|
-
* The install scope defined for this app by default. This will be the option displayed on
|
|
651
|
-
* the button when a user tries to add the app
|
|
652
|
-
*/
|
|
653
|
-
export type DefaultInstallScope = 'personal' | 'team' | 'groupChat' | 'meetings';
|
|
654
|
-
export type Description = {
|
|
655
|
-
/**
|
|
656
|
-
* The full description of the app. Maximum length is 4000 characters.
|
|
657
|
-
*/
|
|
658
|
-
full: string;
|
|
659
|
-
/**
|
|
660
|
-
* A short description of the app used when space is limited. Maximum length is 80
|
|
661
|
-
* characters.
|
|
662
|
-
*/
|
|
663
|
-
short: string;
|
|
664
|
-
};
|
|
665
|
-
export type Developer = {
|
|
666
|
-
/**
|
|
667
|
-
* The Microsoft Partner Network ID that identifies the partner organization building the
|
|
668
|
-
* app. This field is not required, and should only be used if you are already part of the
|
|
669
|
-
* Microsoft Partner Network. More info at https://aka.ms/partner
|
|
670
|
-
*/
|
|
671
|
-
mpnId?: string;
|
|
672
|
-
/**
|
|
673
|
-
* The display name for the developer.
|
|
674
|
-
*/
|
|
675
|
-
name: string;
|
|
676
|
-
/**
|
|
677
|
-
* The url to the page that provides privacy information for the app.
|
|
678
|
-
*/
|
|
679
|
-
privacyUrl: string;
|
|
680
|
-
/**
|
|
681
|
-
* The url to the page that provides the terms of use for the app.
|
|
682
|
-
*/
|
|
683
|
-
termsOfUseUrl: string;
|
|
684
|
-
/**
|
|
685
|
-
* The url to the page that provides support information for the app.
|
|
686
|
-
*/
|
|
687
|
-
websiteUrl: string;
|
|
688
|
-
};
|
|
689
|
-
export type DevicePermission = 'geolocation' | 'media' | 'notifications' | 'midi' | 'openExternal';
|
|
690
|
-
/**
|
|
691
|
-
* The set of extensions for this app. Currently only one extensions per app is supported.
|
|
692
|
-
*/
|
|
693
|
-
export type ElementExtension = {
|
|
694
|
-
alternates?: ExtensionAlternateVersionsArray[];
|
|
695
|
-
/**
|
|
696
|
-
* The url for your extension, used to validate Exchange user identity tokens.
|
|
697
|
-
*/
|
|
698
|
-
audienceClaimUrl?: string;
|
|
699
|
-
autoRunEvents?: ExtensionAutoRunEventsArray[];
|
|
700
|
-
requirements?: RequirementsExtensionElement;
|
|
701
|
-
ribbons?: ExtensionRibbonsArray[];
|
|
702
|
-
runtimes?: ExtensionRuntimesArray[];
|
|
703
|
-
};
|
|
704
|
-
export type ExtensionAlternateVersionsArray = {
|
|
705
|
-
alternateIcons?: AlternateIcons;
|
|
706
|
-
hide?: Hide;
|
|
707
|
-
prefer?: Prefer;
|
|
708
|
-
requirements?: RequirementsExtensionElement;
|
|
709
|
-
};
|
|
710
|
-
export type AlternateIcons = {
|
|
711
|
-
highResolutionIcon: ExtensionCommonIcon;
|
|
712
|
-
icon: ExtensionCommonIcon;
|
|
713
|
-
};
|
|
714
|
-
export type ExtensionCommonIcon = {
|
|
715
|
-
/**
|
|
716
|
-
* Size in pixels of the icon. Three image sizes are required (16, 32, and 80 pixels)
|
|
717
|
-
*/
|
|
718
|
-
size: number;
|
|
719
|
-
/**
|
|
720
|
-
* Absolute Url to the icon.
|
|
721
|
-
*/
|
|
722
|
-
url: string;
|
|
723
|
-
};
|
|
724
|
-
export type Hide = {
|
|
725
|
-
customOfficeAddin?: CustomOfficeAddin;
|
|
726
|
-
storeOfficeAddin?: StoreOfficeAddin;
|
|
727
|
-
[property: string]: any;
|
|
728
|
-
};
|
|
729
|
-
export type CustomOfficeAddin = {
|
|
730
|
-
/**
|
|
731
|
-
* Solution ID of the in-market add-in to hide. Maximum length is 64 characters.
|
|
732
|
-
*/
|
|
733
|
-
officeAddinId: string;
|
|
734
|
-
};
|
|
735
|
-
export type StoreOfficeAddin = {
|
|
736
|
-
/**
|
|
737
|
-
* Asset ID of the in-market add-in to hide. Maximum length is 64 characters.
|
|
738
|
-
*/
|
|
739
|
-
assetId: string;
|
|
740
|
-
/**
|
|
741
|
-
* Solution ID of an in-market add-in to hide. Maximum length is 64 characters.
|
|
742
|
-
*/
|
|
743
|
-
officeAddinId: string;
|
|
744
|
-
};
|
|
745
|
-
export type Prefer = {
|
|
746
|
-
comAddin?: COMAddin;
|
|
747
|
-
[property: string]: any;
|
|
748
|
-
};
|
|
749
|
-
export type COMAddin = {
|
|
750
|
-
/**
|
|
751
|
-
* Program ID of the alternate com extension. Maximum length is 64 characters.
|
|
752
|
-
*/
|
|
753
|
-
progId: string;
|
|
754
|
-
};
|
|
755
|
-
export type RequirementsExtensionElement = {
|
|
756
|
-
capabilities?: Capability[];
|
|
757
|
-
/**
|
|
758
|
-
* Identifies the form factors that support the add-in. Supported values: mobile, desktop.
|
|
759
|
-
*/
|
|
760
|
-
formFactors?: FormFactor[];
|
|
761
|
-
/**
|
|
762
|
-
* Identifies the scopes in which the add-in can run.
|
|
763
|
-
*/
|
|
764
|
-
scopes?: RequirementsScope[];
|
|
765
|
-
};
|
|
766
|
-
export type Capability = {
|
|
767
|
-
/**
|
|
768
|
-
* Identifies the maximum version for the requirement sets that the add-in needs to run.
|
|
769
|
-
*/
|
|
770
|
-
maxVersion?: string;
|
|
771
|
-
/**
|
|
772
|
-
* Identifies the minimum version for the requirement sets that the add-in needs to run.
|
|
773
|
-
*/
|
|
774
|
-
minVersion?: string;
|
|
775
|
-
/**
|
|
776
|
-
* Identifies the name of the requirement sets that the add-in needs to run.
|
|
777
|
-
*/
|
|
778
|
-
name: string;
|
|
779
|
-
};
|
|
780
|
-
export type FormFactor = 'desktop' | 'mobile';
|
|
781
|
-
export type RequirementsScope = 'mail' | 'workbook' | 'document' | 'presentation';
|
|
782
|
-
export type ExtensionAutoRunEventsArray = {
|
|
783
|
-
/**
|
|
784
|
-
* Specifies the type of event. For supported types, please see:
|
|
785
|
-
* https://review.learn.microsoft.com/en-us/office/dev/add-ins/outlook/autolaunch?tabs=xmlmanifest#supported-events.
|
|
786
|
-
*/
|
|
787
|
-
events: Event[];
|
|
788
|
-
requirements?: RequirementsExtensionElement;
|
|
789
|
-
};
|
|
790
|
-
export type Event = {
|
|
791
|
-
/**
|
|
792
|
-
* The ID of an action defined in runtimes. Maximum length is 64 characters.
|
|
793
|
-
*/
|
|
794
|
-
actionId: string;
|
|
795
|
-
/**
|
|
796
|
-
* Configures how Outlook responds to the event.
|
|
797
|
-
*/
|
|
798
|
-
options?: Options;
|
|
799
|
-
type: string;
|
|
800
|
-
};
|
|
801
|
-
/**
|
|
802
|
-
* Configures how Outlook responds to the event.
|
|
803
|
-
*/
|
|
804
|
-
export type Options = {
|
|
805
|
-
sendMode: SendMode;
|
|
806
|
-
};
|
|
807
|
-
export type SendMode = 'promptUser' | 'softBlock' | 'block';
|
|
808
|
-
export type ExtensionRibbonsArray = {
|
|
809
|
-
contexts?: ExtensionContext[];
|
|
810
|
-
requirements?: RequirementsExtensionElement;
|
|
811
|
-
tabs: ExtensionRibbonsArrayTabsItem[];
|
|
812
|
-
};
|
|
813
|
-
/**
|
|
814
|
-
* Specifies the Office application windows in which the ribbon customization is available
|
|
815
|
-
* to the user. Each item in the array is a member of a string array. Possible values are:
|
|
816
|
-
* mailRead, mailCompose, meetingDetailsOrganizer, meetingDetailsAttendee.
|
|
817
|
-
*/
|
|
818
|
-
export type ExtensionContext = 'mailRead' | 'mailCompose' | 'meetingDetailsOrganizer' | 'meetingDetailsAttendee' | 'onlineMeetingDetailsOrganizer' | 'logEventMeetingDetailsAttendee' | 'default';
|
|
819
|
-
export type ExtensionRibbonsArrayTabsItem = {
|
|
820
|
-
/**
|
|
821
|
-
* Id of the existing office Tab. Maximum length is 64 characters.
|
|
822
|
-
*/
|
|
823
|
-
builtInTabId?: string;
|
|
824
|
-
/**
|
|
825
|
-
* Defines mobile group item.
|
|
826
|
-
*/
|
|
827
|
-
customMobileRibbonGroups?: ExtensionRibbonsCustomMobileGroupItem[];
|
|
828
|
-
/**
|
|
829
|
-
* Defines tab groups.
|
|
830
|
-
*/
|
|
831
|
-
groups?: ExtensionRibbonsCustomTabGroupsItem[];
|
|
832
|
-
/**
|
|
833
|
-
* A unique identifier for this tab within the app. Maximum length is 64 characters.
|
|
834
|
-
*/
|
|
835
|
-
id?: string;
|
|
836
|
-
/**
|
|
837
|
-
* Displayed text for the tab. Maximum length is 64 characters.
|
|
838
|
-
*/
|
|
839
|
-
label?: string;
|
|
840
|
-
position?: Position;
|
|
841
|
-
};
|
|
842
|
-
export type ExtensionRibbonsCustomMobileGroupItem = {
|
|
843
|
-
controls: ExtensionRibbonsCustomMobileControlButtonItem[];
|
|
844
|
-
/**
|
|
845
|
-
* Specify the Id of the group. Used for mobileMessageRead ext point.
|
|
846
|
-
*/
|
|
847
|
-
id: string;
|
|
848
|
-
/**
|
|
849
|
-
* Short label of the control. Maximum length is 32 characters.
|
|
850
|
-
*/
|
|
851
|
-
label: string;
|
|
852
|
-
[property: string]: any;
|
|
853
|
-
};
|
|
854
|
-
export type ExtensionRibbonsCustomMobileControlButtonItem = {
|
|
855
|
-
/**
|
|
856
|
-
* The ID of an action defined in runtimes. Maximum length is 64 characters.
|
|
857
|
-
*/
|
|
858
|
-
actionId: string;
|
|
859
|
-
icons: ExtensionCustomMobileIcon[];
|
|
860
|
-
/**
|
|
861
|
-
* Specify the Id of the button like msgReadFunctionButton.
|
|
862
|
-
*/
|
|
863
|
-
id: string;
|
|
864
|
-
/**
|
|
865
|
-
* Short label of the control. Maximum length is 32 characters.
|
|
866
|
-
*/
|
|
867
|
-
label: string;
|
|
868
|
-
type: PurpleType;
|
|
869
|
-
[property: string]: any;
|
|
870
|
-
};
|
|
871
|
-
export type ExtensionCustomMobileIcon = {
|
|
872
|
-
/**
|
|
873
|
-
* How to scale - 1,2,3 for each image. This attribute specifies the UIScreen.scale property
|
|
874
|
-
* for iOS devices.
|
|
875
|
-
*/
|
|
876
|
-
scale: number;
|
|
877
|
-
/**
|
|
878
|
-
* Size in pixels of the icon. Three image sizes are required (25, 32, and 48 pixels).
|
|
879
|
-
*/
|
|
880
|
-
size: number;
|
|
881
|
-
/**
|
|
882
|
-
* Url to the icon.
|
|
883
|
-
*/
|
|
884
|
-
url: string;
|
|
885
|
-
};
|
|
886
|
-
export type PurpleType = 'mobileButton';
|
|
887
|
-
export type ExtensionRibbonsCustomTabGroupsItem = {
|
|
888
|
-
/**
|
|
889
|
-
* Id of a built-in Group. Maximum length is 64 characters.
|
|
890
|
-
*/
|
|
891
|
-
builtInGroupId?: string;
|
|
892
|
-
controls?: ExtensionCommonCustomGroupControlsItem[];
|
|
893
|
-
icons?: ExtensionCommonIcon[];
|
|
894
|
-
/**
|
|
895
|
-
* A unique identifier for this group within the app. Maximum length is 64 characters.
|
|
896
|
-
*/
|
|
897
|
-
id?: string;
|
|
898
|
-
/**
|
|
899
|
-
* Displayed text for the group. Maximum length is 64 characters.
|
|
900
|
-
*/
|
|
901
|
-
label?: string;
|
|
902
|
-
};
|
|
903
|
-
export type ExtensionCommonCustomGroupControlsItem = {
|
|
904
|
-
/**
|
|
905
|
-
* The ID of an execution-type action that handles this key combination. Maximum length is
|
|
906
|
-
* 64 characters.
|
|
907
|
-
*/
|
|
908
|
-
actionId: string;
|
|
909
|
-
/**
|
|
910
|
-
* Id of the existing office control. Maximum length is 64 characters.
|
|
911
|
-
*/
|
|
912
|
-
builtInControlId?: string;
|
|
913
|
-
/**
|
|
914
|
-
* Whether the control is initially enabled.
|
|
915
|
-
*/
|
|
916
|
-
enabled?: boolean;
|
|
917
|
-
icons: ExtensionCommonIcon[];
|
|
918
|
-
/**
|
|
919
|
-
* A unique identifier for this control within the app. Maximum length is 64 characters.
|
|
920
|
-
*/
|
|
921
|
-
id: string;
|
|
922
|
-
/**
|
|
923
|
-
* Configures the items for a menu control.
|
|
924
|
-
*/
|
|
925
|
-
items?: ExtensionCommonCustomControlMenuItem[];
|
|
926
|
-
/**
|
|
927
|
-
* Displayed text for the control. Maximum length is 64 characters.
|
|
928
|
-
*/
|
|
929
|
-
label: string;
|
|
930
|
-
/**
|
|
931
|
-
* Specifies whether a group, button, menu, or menu item will be hidden on application and
|
|
932
|
-
* platform combinations that support the API (Office.ribbon.requestCreateControls) that
|
|
933
|
-
* installs custom contextual tabs on the ribbon. Default is false.
|
|
934
|
-
*/
|
|
935
|
-
overriddenByRibbonApi?: boolean;
|
|
936
|
-
supertip: ExtensionCommonSuperToolTip;
|
|
937
|
-
/**
|
|
938
|
-
* Defines the type of control whether button or menu.
|
|
939
|
-
*/
|
|
940
|
-
type: FluffyType;
|
|
941
|
-
};
|
|
942
|
-
export type ExtensionCommonCustomControlMenuItem = {
|
|
943
|
-
/**
|
|
944
|
-
* The ID of an action defined in runtimes. Maximum length is 64 characters.
|
|
945
|
-
*/
|
|
946
|
-
actionId: string;
|
|
947
|
-
/**
|
|
948
|
-
* Whether the control is initially enabled.
|
|
949
|
-
*/
|
|
950
|
-
enabled?: boolean;
|
|
951
|
-
icons?: ExtensionCommonIcon[];
|
|
952
|
-
/**
|
|
953
|
-
* A unique identifier for this control within the app. Maximum length is 64 characters.
|
|
954
|
-
*/
|
|
955
|
-
id: string;
|
|
956
|
-
/**
|
|
957
|
-
* Displayed text for the control. Maximum length is 64 characters.
|
|
958
|
-
*/
|
|
959
|
-
label: string;
|
|
960
|
-
overriddenByRibbonApi?: boolean;
|
|
961
|
-
supertip: ExtensionCommonSuperToolTip;
|
|
962
|
-
/**
|
|
963
|
-
* Supported values: menuItem.
|
|
964
|
-
*/
|
|
965
|
-
type: ItemType;
|
|
966
|
-
};
|
|
967
|
-
export type ExtensionCommonSuperToolTip = {
|
|
968
|
-
/**
|
|
969
|
-
* Description of the super tip. Maximum length is 250 characters.
|
|
970
|
-
*/
|
|
971
|
-
description: string;
|
|
972
|
-
/**
|
|
973
|
-
* Title text of the super tip. Maximum length is 64 characters.
|
|
974
|
-
*/
|
|
975
|
-
title: string;
|
|
976
|
-
};
|
|
977
|
-
/**
|
|
978
|
-
* Supported values: menuItem.
|
|
979
|
-
*/
|
|
980
|
-
export type ItemType = 'menuItem';
|
|
981
|
-
/**
|
|
982
|
-
* Defines the type of control whether button or menu.
|
|
983
|
-
*/
|
|
984
|
-
export type FluffyType = 'button' | 'menu';
|
|
985
|
-
export type Position = {
|
|
986
|
-
/**
|
|
987
|
-
* Define alignment of this custom tab relative to the specified built-in tab.
|
|
988
|
-
*/
|
|
989
|
-
align: Align;
|
|
990
|
-
/**
|
|
991
|
-
* The id of the built-in tab. Maximum length is 64 characters.
|
|
992
|
-
*/
|
|
993
|
-
builtInTabId: string;
|
|
994
|
-
};
|
|
995
|
-
/**
|
|
996
|
-
* Define alignment of this custom tab relative to the specified built-in tab.
|
|
997
|
-
*/
|
|
998
|
-
export type Align = 'after' | 'before';
|
|
999
|
-
/**
|
|
1000
|
-
* A runtime environment for a page or script
|
|
1001
|
-
*/
|
|
1002
|
-
export type ExtensionRuntimesArray = {
|
|
1003
|
-
actions?: ExtensionRuntimesActionsItem[];
|
|
1004
|
-
code: ExtensionRuntimeCode;
|
|
1005
|
-
/**
|
|
1006
|
-
* A unique identifier for this runtime within the app. Maximum length is 64 characters.
|
|
1007
|
-
*/
|
|
1008
|
-
id: string;
|
|
1009
|
-
/**
|
|
1010
|
-
* Runtimes with a short lifetime do not preserve state across executions. Runtimes with a
|
|
1011
|
-
* long lifetime do.
|
|
1012
|
-
*/
|
|
1013
|
-
lifetime?: Lifetime;
|
|
1014
|
-
requirements?: RequirementsExtensionElement;
|
|
1015
|
-
/**
|
|
1016
|
-
* Supports running functions and launching pages.
|
|
1017
|
-
*/
|
|
1018
|
-
type?: RuntimeType;
|
|
1019
|
-
};
|
|
1020
|
-
/**
|
|
1021
|
-
* Specifies the set of actions supported by this runtime. An action is either running a
|
|
1022
|
-
* JavaScript function or opening a view such as a task pane.
|
|
1023
|
-
*/
|
|
1024
|
-
export type ExtensionRuntimesActionsItem = {
|
|
1025
|
-
/**
|
|
1026
|
-
* Display name of the action. Maximum length is 64 characters.
|
|
1027
|
-
*/
|
|
1028
|
-
displayName?: string;
|
|
1029
|
-
/**
|
|
1030
|
-
* Identifier for this action. Maximum length is 64 characters. This value is passed to the
|
|
1031
|
-
* code file.
|
|
1032
|
-
*/
|
|
1033
|
-
id: string;
|
|
1034
|
-
/**
|
|
1035
|
-
* Whether allows the action to have multiple selection.
|
|
1036
|
-
*/
|
|
1037
|
-
multiselect?: boolean;
|
|
1038
|
-
/**
|
|
1039
|
-
* Specifies that a task pane supports pinning, which keeps the task pane open when the user
|
|
1040
|
-
* changes the selection.
|
|
1041
|
-
*/
|
|
1042
|
-
pinnable?: boolean;
|
|
1043
|
-
/**
|
|
1044
|
-
* Whether allows task pane add-ins to activate without the Reading Pane enabled or a
|
|
1045
|
-
* message selected.
|
|
1046
|
-
*/
|
|
1047
|
-
supportsNoItemContext?: boolean;
|
|
1048
|
-
/**
|
|
1049
|
-
* executeFunction: Run a script function without waiting for it to finish. openPate: Open a
|
|
1050
|
-
* page in a view.
|
|
1051
|
-
*/
|
|
1052
|
-
type: ActionType;
|
|
1053
|
-
/**
|
|
1054
|
-
* View where the page should be opened. Maximum length is 64 characters.
|
|
1055
|
-
*/
|
|
1056
|
-
view?: string;
|
|
1057
|
-
};
|
|
1058
|
-
/**
|
|
1059
|
-
* executeFunction: Run a script function without waiting for it to finish. openPate: Open a
|
|
1060
|
-
* page in a view.
|
|
1061
|
-
*/
|
|
1062
|
-
export type ActionType = 'executeFunction' | 'openPage';
|
|
1063
|
-
export type ExtensionRuntimeCode = {
|
|
1064
|
-
/**
|
|
1065
|
-
* URL of the .html page to be loaded in browser-based runtimes.
|
|
1066
|
-
*/
|
|
1067
|
-
page: string;
|
|
1068
|
-
/**
|
|
1069
|
-
* URL of the .js script file to be loaded in UI-less runtimes.
|
|
1070
|
-
*/
|
|
1071
|
-
script?: string;
|
|
1072
|
-
};
|
|
1073
|
-
/**
|
|
1074
|
-
* Runtimes with a short lifetime do not preserve state across executions. Runtimes with a
|
|
1075
|
-
* long lifetime do.
|
|
1076
|
-
*/
|
|
1077
|
-
export type Lifetime = 'short' | 'long';
|
|
1078
|
-
/**
|
|
1079
|
-
* Supports running functions and launching pages.
|
|
1080
|
-
*/
|
|
1081
|
-
export type RuntimeType = 'general';
|
|
1082
|
-
/**
|
|
1083
|
-
* Specify the app's Graph connector configuration. If this is present then
|
|
1084
|
-
* webApplicationInfo.id must also be specified.
|
|
1085
|
-
*/
|
|
1086
|
-
export type GraphConnector = {
|
|
1087
|
-
/**
|
|
1088
|
-
* The url where Graph-connector notifications for the application should be sent.
|
|
1089
|
-
*/
|
|
1090
|
-
notificationUrl: string;
|
|
1091
|
-
};
|
|
1092
|
-
export type Icons = {
|
|
1093
|
-
/**
|
|
1094
|
-
* A relative file path to a full color PNG icon. Size 192x192.
|
|
1095
|
-
*/
|
|
1096
|
-
color: string;
|
|
1097
|
-
/**
|
|
1098
|
-
* A relative file path to a transparent PNG outline icon. The border color needs to be
|
|
1099
|
-
* white. Size 32x32.
|
|
1100
|
-
*/
|
|
1101
|
-
outline: string;
|
|
1102
|
-
};
|
|
1103
|
-
export type LocalizationInfo = {
|
|
1104
|
-
additionalLanguages?: AdditionalLanguage[];
|
|
1105
|
-
/**
|
|
1106
|
-
* A relative file path to a the .json file containing strings in the default language.
|
|
1107
|
-
*/
|
|
1108
|
-
defaultLanguageFile?: string;
|
|
1109
|
-
/**
|
|
1110
|
-
* The language tag of the strings in this top level manifest file.
|
|
1111
|
-
*/
|
|
1112
|
-
defaultLanguageTag: string;
|
|
1113
|
-
};
|
|
1114
|
-
export type AdditionalLanguage = {
|
|
1115
|
-
/**
|
|
1116
|
-
* A relative file path to a the .json file containing the translated strings.
|
|
1117
|
-
*/
|
|
1118
|
-
file: string;
|
|
1119
|
-
/**
|
|
1120
|
-
* The language tag of the strings in the provided file.
|
|
1121
|
-
*/
|
|
1122
|
-
languageTag: string;
|
|
1123
|
-
};
|
|
1124
|
-
export type ManifestVersion = '1.19';
|
|
1125
|
-
/**
|
|
1126
|
-
* Specify meeting extension definition.
|
|
1127
|
-
*/
|
|
1128
|
-
export type MeetingExtensionDefinition = {
|
|
1129
|
-
/**
|
|
1130
|
-
* Meeting supported scenes.
|
|
1131
|
-
*/
|
|
1132
|
-
scenes?: Scene[];
|
|
1133
|
-
/**
|
|
1134
|
-
* A boolean value indicating whether this app allows management by anonymous users.
|
|
1135
|
-
*/
|
|
1136
|
-
supportsAnonymousGuestUsers?: boolean;
|
|
1137
|
-
/**
|
|
1138
|
-
* A boolean value indicating whether this app can stream the meeting's audio video content
|
|
1139
|
-
* to an RTMP endpoint.
|
|
1140
|
-
*/
|
|
1141
|
-
supportsStreaming?: boolean;
|
|
1142
|
-
};
|
|
1143
|
-
export type Scene = {
|
|
1144
|
-
/**
|
|
1145
|
-
* A relative file path to a scene metadata json file.
|
|
1146
|
-
*/
|
|
1147
|
-
file: string;
|
|
1148
|
-
/**
|
|
1149
|
-
* A unique identifier for this scene. This id must be a GUID.
|
|
1150
|
-
*/
|
|
1151
|
-
id: string;
|
|
1152
|
-
/**
|
|
1153
|
-
* Maximum audiences supported in scene.
|
|
1154
|
-
*/
|
|
1155
|
-
maxAudience: number;
|
|
1156
|
-
/**
|
|
1157
|
-
* Scene name.
|
|
1158
|
-
*/
|
|
1159
|
-
name: string;
|
|
1160
|
-
/**
|
|
1161
|
-
* A relative file path to a scene PNG preview icon.
|
|
1162
|
-
*/
|
|
1163
|
-
preview: string;
|
|
1164
|
-
/**
|
|
1165
|
-
* Number of seats reserved for organizers or presenters.
|
|
1166
|
-
*/
|
|
1167
|
-
seatsReservedForOrganizersOrPresenters: number;
|
|
1168
|
-
};
|
|
1169
|
-
export type Name = {
|
|
1170
|
-
/**
|
|
1171
|
-
* The full name of the app, used if the full app name exceeds 30 characters.
|
|
1172
|
-
*/
|
|
1173
|
-
full: string;
|
|
1174
|
-
/**
|
|
1175
|
-
* A short display name for the app.
|
|
1176
|
-
*/
|
|
1177
|
-
short: string;
|
|
1178
|
-
};
|
|
1179
|
-
export type Permission = 'identity' | 'messageTeamMembers';
|
|
1180
|
-
export type StaticTab = {
|
|
1181
|
-
/**
|
|
1182
|
-
* The Microsoft App ID specified for the bot in the Bot Framework portal
|
|
1183
|
-
* (https://dev.botframework.com/bots)
|
|
1184
|
-
*/
|
|
1185
|
-
contentBotId?: string;
|
|
1186
|
-
/**
|
|
1187
|
-
* The url which points to the entity UI to be displayed in the canvas.
|
|
1188
|
-
*/
|
|
1189
|
-
contentUrl?: string;
|
|
1190
|
-
/**
|
|
1191
|
-
* The set of contextItem scopes that a tab belong to
|
|
1192
|
-
*/
|
|
1193
|
-
context?: StaticTabContext[];
|
|
1194
|
-
/**
|
|
1195
|
-
* A unique identifier for the entity which the tab displays.
|
|
1196
|
-
*/
|
|
1197
|
-
entityId: string;
|
|
1198
|
-
/**
|
|
1199
|
-
* The display name of the tab.
|
|
1200
|
-
*/
|
|
1201
|
-
name?: string;
|
|
1202
|
-
/**
|
|
1203
|
-
* Specifies whether the tab offers an experience in the context of a channel in a team, or
|
|
1204
|
-
* an experience scoped to an individual user alone or group chat. These options are
|
|
1205
|
-
* non-exclusive. Currently static tabs are only supported in the 'personal' scope.
|
|
1206
|
-
*/
|
|
1207
|
-
scopes: CommandListScope[];
|
|
1208
|
-
/**
|
|
1209
|
-
* The url to direct a user's search queries.
|
|
1210
|
-
*/
|
|
1211
|
-
searchUrl?: string;
|
|
1212
|
-
/**
|
|
1213
|
-
* The url to point at if a user opts to view in a browser.
|
|
1214
|
-
*/
|
|
1215
|
-
websiteUrl?: string;
|
|
1216
|
-
};
|
|
1217
|
-
export type StaticTabContext = 'personalTab' | 'channelTab' | 'privateChatTab' | 'meetingChatTab' | 'meetingDetailsTab' | 'meetingSidePanel' | 'meetingStage' | 'teamLevelApp';
|
|
1218
|
-
/**
|
|
1219
|
-
* Subscription offer associated with this app.
|
|
1220
|
-
*/
|
|
1221
|
-
export type SubscriptionOffer = {
|
|
1222
|
-
/**
|
|
1223
|
-
* A unique identifier for the Commercial Marketplace Software as a Service Offer.
|
|
1224
|
-
*/
|
|
1225
|
-
offerId: string;
|
|
1226
|
-
};
|
|
1227
|
-
export type SupportedChannelType = 'sharedChannels' | 'privateChannels';
|
|
1228
|
-
/**
|
|
1229
|
-
* Specify your AAD App ID and Graph information to help users seamlessly sign into your AAD
|
|
1230
|
-
* app.
|
|
1231
|
-
*/
|
|
1232
|
-
export type WebApplicationInfo = {
|
|
1233
|
-
/**
|
|
1234
|
-
* AAD application id of the app. This id must be a GUID.
|
|
1235
|
-
*/
|
|
1236
|
-
id: string;
|
|
1237
|
-
/**
|
|
1238
|
-
* Resource url of app for acquiring auth token for SSO.
|
|
1239
|
-
*/
|
|
1240
|
-
resource?: string;
|
|
1241
|
-
};
|