tntd 1.4.31 → 1.4.33-beta.1
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/components/Ellipsis/index.js +47 -15
- package/components/QueryForm/Field/SelectInput.js +3 -1
- package/components/QueryForm/README.md +4 -1
- package/components/QueryListScene/QueryForm.js +4 -4
- package/components/QueryListScene/createActions.js +4 -4
- package/dist/1.tntd.js +1 -1
- package/dist/stats.json +27465 -26665
- package/dist/tntd.css +1 -1
- package/dist/tntd.js +7 -10
- package/es/ArrayInput/icon.js +5 -5
- package/es/ArrayInput/index.js +79 -111
- package/es/AuthContext.js +1 -1
- package/es/Columns/index.js +33 -40
- package/es/DevelopmentLogin/LoginModal.js +33 -46
- package/es/DevelopmentLogin/index.js +14 -18
- package/es/Ellipsis/Svg/CopySVG.js +13 -13
- package/es/Ellipsis/Svg/TickSVG.js +8 -8
- package/es/Ellipsis/index.js +100 -79
- package/es/Handle/index.js +46 -64
- package/es/Icon/fonts/iconfont.js +7 -12
- package/es/Icon/index.js +12 -15
- package/es/Img/Contain.js +26 -31
- package/es/Img/Cover.js +43 -57
- package/es/Img/index.js +39 -48
- package/es/Layout/ActionsContext.js +3 -2
- package/es/Layout/AppList.js +39 -94
- package/es/Layout/Application.js +28 -74
- package/es/Layout/Avatar.js +30 -67
- package/es/Layout/CompatibleLanguage.js +41 -96
- package/es/Layout/EnterpriseLayout/Avatar.js +39 -77
- package/es/Layout/EnterpriseLayout/Language.js +16 -34
- package/es/Layout/EnterpriseLayout/Theme.js +18 -36
- package/es/Layout/EnterpriseLayout/index.js +14 -16
- package/es/Layout/GlobalNavigation/NavigationPopup.js +61 -172
- package/es/Layout/GlobalNavigation/index.js +22 -56
- package/es/Layout/Header.js +26 -47
- package/es/Layout/HeaderActions.js +45 -59
- package/es/Layout/HeaderNavs.js +24 -51
- package/es/Layout/HeaderTabs.js +53 -106
- package/es/Layout/Iconfont.js +1 -1
- package/es/Layout/Language.js +16 -34
- package/es/Layout/Layout.js +88 -110
- package/es/Layout/Logo.js +17 -33
- package/es/Layout/OrgAppList.js +64 -109
- package/es/Layout/SideMenu.js +67 -128
- package/es/Layout/Theme.js +25 -63
- package/es/Layout/index.js +28 -37
- package/es/Layout/paaslayout/CompactSideMenu.js +37 -76
- package/es/Layout/paaslayout/Header.js +23 -46
- package/es/Layout/paaslayout/Logo.js +4 -14
- package/es/Layout/paaslayout/SideMenu.js +41 -80
- package/es/Layout/paaslayout/index.js +77 -104
- package/es/Layout/storage.js +10 -9
- package/es/LoadingButton/index.js +18 -27
- package/es/Modal/index.js +42 -51
- package/es/Page/Box.js +36 -43
- package/es/Page/index.js +56 -71
- package/es/Page/utils.js +0 -5
- package/es/QueryForm/Field/Checkbox.js +7 -11
- package/es/QueryForm/Field/Select.js +34 -44
- package/es/QueryForm/Field/SelectInput.js +32 -45
- package/es/QueryForm/Field/fieldsMap.js +0 -1
- package/es/QueryForm/Field/index.js +46 -78
- package/es/QueryForm/README.md +4 -1
- package/es/QueryForm/createActions.js +6 -7
- package/es/QueryForm/index.js +79 -140
- package/es/QueryListScene/List.js +83 -139
- package/es/QueryListScene/QueryForm.js +54 -91
- package/es/QueryListScene/QueryListScene.js +29 -47
- package/es/QueryListScene/Title.js +3 -3
- package/es/QueryListScene/Toolbar.js +13 -14
- package/es/QueryListScene/createActions.js +4 -4
- package/es/Select/DropDownWrap.js +32 -55
- package/es/Select/index.js +140 -232
- package/es/Table/ResizableTable/index.js +29 -43
- package/es/Table/index.js +20 -19
- package/es/Title/index.js +23 -25
- package/es/locale.js +1 -5
- package/es/utils/checkAuth.js +6 -8
- package/es/utils/findMenuInfoByPath.js +0 -4
- package/es/utils/index.js +17 -27
- package/lib/ArrayInput/icon.js +7 -9
- package/lib/ArrayInput/index.js +82 -131
- package/lib/AuthContext.js +2 -6
- package/lib/Columns/index.js +36 -54
- package/lib/DevelopmentLogin/LoginModal.js +36 -63
- package/lib/DevelopmentLogin/index.js +21 -31
- package/lib/Ellipsis/Svg/CopySVG.js +15 -18
- package/lib/Ellipsis/Svg/TickSVG.js +10 -13
- package/lib/Ellipsis/index.js +105 -93
- package/lib/Handle/index.js +51 -87
- package/lib/Icon/fonts/iconfont.js +7 -12
- package/lib/Icon/iconList.js +1 -2
- package/lib/Icon/index.js +16 -26
- package/lib/Img/Contain.js +29 -40
- package/lib/Img/Cover.js +48 -72
- package/lib/Img/index.js +42 -58
- package/lib/Layout/ActionsContext.js +1 -5
- package/lib/Layout/AppList.js +45 -124
- package/lib/Layout/Application.js +31 -92
- package/lib/Layout/Avatar.js +36 -91
- package/lib/Layout/CompatibleLanguage.js +44 -116
- package/lib/Layout/EnterpriseLayout/Avatar.js +45 -105
- package/lib/Layout/EnterpriseLayout/Language.js +22 -54
- package/lib/Layout/EnterpriseLayout/Theme.js +21 -50
- package/lib/Layout/EnterpriseLayout/index.js +17 -27
- package/lib/Layout/GlobalNavigation/NavigationPopup.js +64 -192
- package/lib/Layout/GlobalNavigation/index.js +28 -80
- package/lib/Layout/Header.js +36 -68
- package/lib/Layout/HeaderActions.js +51 -81
- package/lib/Layout/HeaderNavs.js +30 -70
- package/lib/Layout/HeaderTabs.js +58 -127
- package/lib/Layout/Iconfont.js +4 -9
- package/lib/Layout/Language.js +22 -54
- package/lib/Layout/Layout.js +93 -134
- package/lib/Layout/Logo.js +26 -47
- package/lib/Layout/OrgAppList.js +69 -133
- package/lib/Layout/SideMenu.js +72 -151
- package/lib/Layout/Theme.js +28 -79
- package/lib/Layout/createActions.js +3 -9
- package/lib/Layout/images/index.js +5 -36
- package/lib/Layout/index.js +35 -63
- package/lib/Layout/paaslayout/CompactSideMenu.js +40 -90
- package/lib/Layout/paaslayout/Header.js +30 -60
- package/lib/Layout/paaslayout/Logo.js +11 -24
- package/lib/Layout/paaslayout/SideMenu.js +44 -93
- package/lib/Layout/paaslayout/index.js +82 -128
- package/lib/Layout/storage.js +26 -68
- package/lib/LoadingButton/index.js +21 -36
- package/lib/Modal/index.js +45 -62
- package/lib/Page/Box.js +38 -50
- package/lib/Page/index.js +58 -84
- package/lib/Page/utils.js +5 -16
- package/lib/QueryForm/Field/Checkbox.js +10 -19
- package/lib/QueryForm/Field/Select.js +39 -60
- package/lib/QueryForm/Field/SelectInput.js +37 -64
- package/lib/QueryForm/Field/fieldsMap.js +6 -23
- package/lib/QueryForm/Field/index.js +50 -91
- package/lib/QueryForm/README.md +4 -1
- package/lib/QueryForm/createActions.js +9 -16
- package/lib/QueryForm/index.js +83 -165
- package/lib/QueryForm/useForm.js +1 -6
- package/lib/QueryListScene/List.js +89 -153
- package/lib/QueryListScene/QueryForm.js +58 -101
- package/lib/QueryListScene/QueryListScene.js +31 -56
- package/lib/QueryListScene/Title.js +6 -11
- package/lib/QueryListScene/Toolbar.js +16 -22
- package/lib/QueryListScene/createActions.js +7 -13
- package/lib/QueryListScene/index.js +5 -19
- package/lib/QueryListScene/useActions.js +1 -6
- package/lib/Select/DropDownWrap.js +35 -63
- package/lib/Select/index.js +142 -245
- package/lib/Table/ResizableTable/index.js +31 -54
- package/lib/Table/index.js +21 -34
- package/lib/Title/index.js +26 -34
- package/lib/index.js +36 -57
- package/lib/locale.js +9 -25
- package/lib/utils/checkAuth.js +9 -16
- package/lib/utils/findMenuInfoByPath.js +3 -12
- package/lib/utils/index.js +26 -60
- package/package.json +3 -2
- package/common/temp/publish-home/.npm/_logs/2023-02-24T09_28_35_585Z-debug-0.log +0 -39
- package/common/temp/publish-home/.npm/_logs/2023-02-24T09_29_14_285Z-debug-0.log +0 -1426
- package/common/temp/publish-home/.npm/_logs/2023-03-07T06_11_25_569Z-debug-0.log +0 -39
- package/common/temp/publish-home/.npm/_logs/2023-03-07T06_11_28_924Z-debug-0.log +0 -1426
- package/common/temp/publish-home/.npm/_logs/2023-03-08T11_15_34_815Z-debug-0.log +0 -34
- package/common/temp/publish-home/.npm/_logs/2023-03-08T11_18_04_372Z-debug-0.log +0 -34
- package/common/temp/publish-home/.npm/_logs/2023-03-08T11_22_54_526Z-debug-0.log +0 -34
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/abort-controller/dist/index.js +0 -239
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/abort-controller/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-auth/dist/index.js +0 -215
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-auth/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-client/dist/index.js +0 -2171
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-client/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-http/dist/index.js +0 -5500
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-http/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-lro/dist/index.js +0 -1171
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-lro/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-paging/dist/index.js +0 -104
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-paging/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-rest-pipeline/dist/index.js +0 -2282
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-rest-pipeline/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-tracing/dist/index.js +0 -184
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-tracing/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-util/dist/index.js +0 -217
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/core-util/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/identity/dist/index.js +0 -3727
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/identity/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/logger/dist/index.js +0 -208
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/logger/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/_virtual/_tslib.js +0 -117
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/_virtual/_tslib.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/ClientApplication.d.ts +0 -333
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/ClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/ClientApplication.js +0 -1039
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/ClientApplication.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/IPublicClientApplication.d.ts +0 -46
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/IPublicClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/IPublicClientApplication.js +0 -103
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/IPublicClientApplication.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/PublicClientApplication.d.ts +0 -71
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/PublicClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/PublicClientApplication.js +0 -278
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/app/PublicClientApplication.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeMessageHandler.d.ts +0 -60
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeMessageHandler.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeMessageHandler.js +0 -261
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeMessageHandler.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeRequest.d.ts +0 -44
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeResponse.d.ts +0 -49
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/broker/nativeBroker/NativeResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/AsyncMemoryStorage.d.ts +0 -52
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/AsyncMemoryStorage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/AsyncMemoryStorage.js +0 -210
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/AsyncMemoryStorage.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserCacheManager.d.ts +0 -319
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserCacheManager.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserCacheManager.js +0 -975
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserCacheManager.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserStorage.d.ts +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserStorage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserStorage.js +0 -43
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/BrowserStorage.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/CryptoKeyStore.d.ts +0 -18
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/CryptoKeyStore.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/CryptoKeyStore.js +0 -58
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/CryptoKeyStore.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/DatabaseStorage.d.ts +0 -57
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/DatabaseStorage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/DatabaseStorage.js +0 -262
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/DatabaseStorage.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/IAsyncMemoryStorage.d.ts +0 -28
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/IAsyncMemoryStorage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/ITokenCache.d.ts +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/ITokenCache.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/IWindowStorage.d.ts +0 -28
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/IWindowStorage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/MemoryStorage.d.ts +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/MemoryStorage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/MemoryStorage.js +0 -37
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/MemoryStorage.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/TokenCache.d.ts +0 -77
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/TokenCache.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/TokenCache.js +0 -227
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/cache/TokenCache.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/config/Configuration.d.ts +0 -196
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/config/Configuration.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/config/Configuration.js +0 -86
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/config/Configuration.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/BrowserCrypto.d.ts +0 -62
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/BrowserCrypto.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/BrowserCrypto.js +0 -167
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/BrowserCrypto.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/CryptoOps.d.ts +0 -74
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/CryptoOps.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/CryptoOps.js +0 -223
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/CryptoOps.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/GuidGenerator.d.ts +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/GuidGenerator.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/GuidGenerator.js +0 -93
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/GuidGenerator.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/ISubtleCrypto.d.ts +0 -10
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/ISubtleCrypto.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/ModernBrowserCrypto.d.ts +0 -10
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/ModernBrowserCrypto.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/ModernBrowserCrypto.js +0 -55
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/ModernBrowserCrypto.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsBrowserCrypto.d.ts +0 -10
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsBrowserCrypto.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsBrowserCrypto.js +0 -112
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsBrowserCrypto.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsrBrowserCrypto.d.ts +0 -18
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsrBrowserCrypto.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsrBrowserCrypto.js +0 -59
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/MsrBrowserCrypto.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/PkceGenerator.d.ts +0 -25
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/PkceGenerator.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/PkceGenerator.js +0 -87
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/PkceGenerator.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/SignedHttpRequest.d.ts +0 -31
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/SignedHttpRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/SignedHttpRequest.js +0 -70
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/crypto/SignedHttpRequest.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Decode.d.ts +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Decode.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Decode.js +0 -82
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Decode.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Encode.d.ts +0 -32
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Encode.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Encode.js +0 -88
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/encode/Base64Encode.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserAuthError.d.ts +0 -375
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserAuthError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserAuthError.js +0 -482
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserAuthError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.d.ts +0 -71
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.js +0 -107
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/NativeAuthError.d.ts +0 -57
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/NativeAuthError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/NativeAuthError.js +0 -97
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/error/NativeAuthError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventHandler.d.ts +0 -42
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventHandler.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventHandler.js +0 -127
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventHandler.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventMessage.d.ts +0 -26
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventMessage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventMessage.js +0 -71
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventMessage.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventType.d.ts +0 -27
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventType.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventType.js +0 -36
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/event/EventType.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/index.cjs.js +0 -17467
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/index.cjs.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/index.d.ts +0 -36
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/index.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/index.js +0 -18
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.d.ts +0 -53
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.js +0 -179
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.d.ts +0 -5
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.js +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/NativeInteractionClient.d.ts +0 -86
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/NativeInteractionClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/NativeInteractionClient.js +0 -480
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/NativeInteractionClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/PopupClient.d.ts +0 -112
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/PopupClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/PopupClient.js +0 -513
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/PopupClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/RedirectClient.d.ts +0 -49
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/RedirectClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/RedirectClient.js +0 -353
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/RedirectClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.d.ts +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.js +0 -87
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentCacheClient.d.ts +0 -22
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentCacheClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentCacheClient.js +0 -108
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentCacheClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentIframeClient.d.ts +0 -32
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentIframeClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentIframeClient.js +0 -158
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentIframeClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.d.ts +0 -20
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.js +0 -100
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.d.ts +0 -60
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.js +0 -308
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/InteractionHandler.d.ts +0 -40
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/InteractionHandler.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/InteractionHandler.js +0 -162
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/InteractionHandler.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/RedirectHandler.d.ts +0 -25
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/RedirectHandler.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/RedirectHandler.js +0 -145
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/RedirectHandler.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/SilentHandler.d.ts +0 -48
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/SilentHandler.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/SilentHandler.js +0 -161
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/interaction_handler/SilentHandler.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/internals.d.ts +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/internals.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/internals.js +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/internals.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/INavigationClient.d.ts +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/INavigationClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/NavigationClient.d.ts +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/NavigationClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/NavigationClient.js +0 -48
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/NavigationClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/NavigationOptions.d.ts +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/navigation/NavigationOptions.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/FetchClient.d.ts +0 -27
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/FetchClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/FetchClient.js +0 -138
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/FetchClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/XhrClient.d.ts +0 -41
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/XhrClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/XhrClient.js +0 -138
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/network/XhrClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/packageMetadata.d.ts +0 -3
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/packageMetadata.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/packageMetadata.js +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/packageMetadata.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/AuthorizationCodeRequest.d.ts +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/AuthorizationCodeRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/AuthorizationUrlRequest.d.ts +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/AuthorizationUrlRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/EndSessionPopupRequest.d.ts +0 -19
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/EndSessionPopupRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/EndSessionRequest.d.ts +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/EndSessionRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/PopupRequest.d.ts +0 -33
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/PopupRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/PopupWindowAttributes.d.ts +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/PopupWindowAttributes.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/RedirectRequest.d.ts +0 -34
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/RedirectRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/SilentRequest.d.ts +0 -31
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/SilentRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/SsoSilentRequest.d.ts +0 -27
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/request/SsoSilentRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.d.ts +0 -37
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.js +0 -108
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.d.ts +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.js +0 -66
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserConstants.d.ts +0 -163
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserConstants.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserConstants.js +0 -216
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserConstants.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserProtocolUtils.d.ts +0 -19
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserProtocolUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserProtocolUtils.js +0 -44
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserProtocolUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserStringUtils.d.ts +0 -27
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserStringUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserStringUtils.js +0 -122
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserStringUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserUtils.d.ts +0 -66
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserUtils.js +0 -147
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/BrowserUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/MathUtils.d.ts +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/MathUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/MathUtils.js +0 -29
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-browser/dist/utils/MathUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/_virtual/_tslib.js +0 -90
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/_virtual/_tslib.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/AccountInfo.d.ts +0 -32
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/AccountInfo.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/AuthToken.d.ts +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/AuthToken.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/AuthToken.js +0 -57
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/AuthToken.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/CcsCredential.d.ts +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/CcsCredential.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/CcsCredential.js +0 -14
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/CcsCredential.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/ClientCredentials.d.ts +0 -15
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/ClientCredentials.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/ClientInfo.d.ts +0 -20
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/ClientInfo.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/ClientInfo.js +0 -44
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/ClientInfo.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/DecodedAuthToken.d.ts +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/DecodedAuthToken.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/TokenClaims.d.ts +0 -61
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/account/TokenClaims.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/Authority.d.ts +0 -202
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/Authority.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/Authority.js +0 -688
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/Authority.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityFactory.d.ts +0 -29
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityFactory.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityFactory.js +0 -69
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityFactory.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts +0 -623
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityMetadata.js +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityMetadata.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityOptions.d.ts +0 -19
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityOptions.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityOptions.js +0 -24
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityOptions.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityType.d.ts +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityType.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityType.js +0 -18
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AuthorityType.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AzureRegion.d.ts +0 -2
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AzureRegion.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts +0 -6
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts +0 -6
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.js +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/ImdsOptions.d.ts +0 -7
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/ImdsOptions.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/OpenIdConfigResponse.js +0 -15
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/OpenIdConfigResponse.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/ProtocolMode.d.ts +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/ProtocolMode.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/ProtocolMode.js +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/ProtocolMode.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/RegionDiscovery.d.ts +0 -28
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/RegionDiscovery.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/RegionDiscovery.js +0 -127
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/RegionDiscovery.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts +0 -7
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/CacheManager.d.ts +0 -393
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/CacheManager.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/CacheManager.js +0 -890
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/CacheManager.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts +0 -57
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccessTokenEntity.js +0 -124
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccessTokenEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts +0 -100
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccountEntity.js +0 -247
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AccountEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts +0 -40
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AppMetadataEntity.js +0 -74
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AppMetadataEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts +0 -48
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.js +0 -82
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts +0 -14
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CacheRecord.js +0 -19
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CacheRecord.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts +0 -94
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CredentialEntity.js +0 -164
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/CredentialEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts +0 -35
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/IdTokenEntity.js +0 -70
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/IdTokenEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts +0 -37
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.js +0 -73
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.js +0 -35
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts +0 -14
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ThrottlingEntity.js +0 -32
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/entities/ThrottlingEntity.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts +0 -157
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts +0 -6
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts +0 -5
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts +0 -24
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/persistence/TokenCacheContext.js +0 -39
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/persistence/TokenCacheContext.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts +0 -60
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts +0 -76
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/AuthorizationCodeClient.js +0 -470
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/AuthorizationCodeClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/BaseClient.d.ts +0 -45
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/BaseClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/BaseClient.js +0 -103
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/BaseClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/ClientCredentialClient.d.ts +0 -39
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/ClientCredentialClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/ClientCredentialClient.js +0 -202
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/ClientCredentialClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/DeviceCodeClient.d.ts +0 -52
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/DeviceCodeClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/DeviceCodeClient.js +0 -232
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/DeviceCodeClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/OnBehalfOfClient.d.ts +0 -51
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/OnBehalfOfClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/OnBehalfOfClient.js +0 -244
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/OnBehalfOfClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/RefreshTokenClient.d.ts +0 -40
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/RefreshTokenClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/RefreshTokenClient.js +0 -284
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/RefreshTokenClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/SilentFlowClient.d.ts +0 -25
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/SilentFlowClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/SilentFlowClient.js +0 -136
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/SilentFlowClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/UsernamePasswordClient.d.ts +0 -29
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/UsernamePasswordClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/UsernamePasswordClient.js +0 -120
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/client/UsernamePasswordClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/config/AppTokenProvider.d.ts +0 -39
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/config/AppTokenProvider.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/config/ClientConfiguration.d.ts +0 -135
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/config/ClientConfiguration.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/config/ClientConfiguration.js +0 -105
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/config/ClientConfiguration.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/ICrypto.d.ts +0 -63
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/ICrypto.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/ICrypto.js +0 -80
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/ICrypto.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts +0 -5
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/JoseHeader.d.ts +0 -22
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/JoseHeader.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/JoseHeader.js +0 -45
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/JoseHeader.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts +0 -56
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/PopTokenGenerator.js +0 -107
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/PopTokenGenerator.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/AuthError.d.ts +0 -48
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/AuthError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/AuthError.js +0 -61
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/AuthError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientAuthError.d.ts +0 -389
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientAuthError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientAuthError.js +0 -500
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientAuthError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientConfigurationError.d.ts +0 -199
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientConfigurationError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientConfigurationError.js +0 -260
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ClientConfigurationError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts +0 -42
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/InteractionRequiredAuthError.js +0 -80
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/InteractionRequiredAuthError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/JoseHeaderError.d.ts +0 -29
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/JoseHeaderError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/JoseHeaderError.js +0 -50
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/JoseHeaderError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ServerError.d.ts +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ServerError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ServerError.js +0 -25
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/error/ServerError.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/index.cjs.js +0 -8611
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/index.cjs.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/index.d.ts +0 -92
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/index.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/index.js +0 -55
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/logger/Logger.d.ts +0 -95
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/logger/Logger.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/logger/Logger.js +0 -185
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/logger/Logger.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/INetworkModule.d.ts +0 -31
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/INetworkModule.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/INetworkModule.js +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/INetworkModule.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/NetworkManager.d.ts +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/NetworkManager.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/NetworkManager.js +0 -56
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/NetworkManager.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/RequestThumbprint.d.ts +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/RequestThumbprint.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/ThrottlingUtils.d.ts +0 -42
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/ThrottlingUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/ThrottlingUtils.js +0 -101
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/network/ThrottlingUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/packageMetadata.d.ts +0 -3
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/packageMetadata.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/packageMetadata.js +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/packageMetadata.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts +0 -20
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/AuthenticationHeaderParser.js +0 -64
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/AuthenticationHeaderParser.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/BaseAuthRequest.d.ts +0 -35
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/BaseAuthRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts +0 -28
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts +0 -52
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts +0 -19
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts +0 -20
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts +0 -217
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestParameterBuilder.js +0 -387
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestParameterBuilder.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestValidator.d.ts +0 -34
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestValidator.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestValidator.js +0 -92
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/RequestValidator.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/ScopeSet.d.ts +0 -83
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/ScopeSet.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/ScopeSet.js +0 -192
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/request/ScopeSet.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/AuthenticationResult.d.ts +0 -40
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/AuthenticationResult.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts +0 -14
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts +0 -26
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/IMDSBadResponse.d.ts +0 -5
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/IMDSBadResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ResponseHandler.d.ts +0 -71
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ResponseHandler.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ResponseHandler.js +0 -302
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ResponseHandler.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ServerAuthorizationCodeResponse.d.ts +0 -22
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ServerAuthorizationCodeResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts +0 -43
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts +0 -22
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts +0 -125
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceClient.js +0 -284
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts +0 -275
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.js +0 -128
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.js +0 -37
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts +0 -67
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.js +0 -168
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/url/IUri.d.ts +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/url/IUri.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/url/UrlString.d.ts +0 -71
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/url/UrlString.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/url/UrlString.js +0 -241
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/url/UrlString.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/Constants.d.ts +0 -345
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/Constants.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/Constants.js +0 -386
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/Constants.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/MsalTypes.d.ts +0 -7
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/MsalTypes.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/ProtocolUtils.d.ts +0 -43
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/ProtocolUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/ProtocolUtils.js +0 -77
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/ProtocolUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/StringUtils.d.ts +0 -54
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/StringUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/StringUtils.js +0 -129
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/StringUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/TimeUtils.d.ts +0 -28
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/TimeUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/TimeUtils.js +0 -53
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-common/dist/utils/TimeUtils.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/ITokenCache.d.ts +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/ITokenCache.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/NodeStorage.d.ts +0 -181
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/NodeStorage.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/TokenCache.d.ts +0 -91
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/TokenCache.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts +0 -18
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts +0 -33
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts +0 -43
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/serializer/Serializer.d.ts +0 -40
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/serializer/Serializer.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts +0 -102
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/ClientApplication.d.ts +0 -143
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/ClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/ClientAssertion.d.ts +0 -47
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/ClientAssertion.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts +0 -59
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts +0 -40
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/IPublicClientApplication.d.ts +0 -38
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/IPublicClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/PublicClientApplication.d.ts +0 -46
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/client/PublicClientApplication.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/config/Configuration.d.ts +0 -91
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/config/Configuration.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/CryptoProvider.d.ts +0 -53
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/CryptoProvider.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/GuidGenerator.d.ts +0 -15
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/GuidGenerator.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/HashUtils.d.ts +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/HashUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/PkceGenerator.d.ts +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/crypto/PkceGenerator.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/error/NodeAuthError.d.ts +0 -66
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/error/NodeAuthError.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/index.d.ts +0 -31
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/index.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/index.js +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/msal-node.cjs.development.js +0 -2581
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/msal-node.cjs.development.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/msal-node.cjs.production.min.js +0 -2
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/msal-node.cjs.production.min.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/msal-node.esm.js +0 -2470
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/msal-node.esm.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/network/HttpClient.d.ts +0 -25
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/network/HttpClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/network/LoopbackClient.d.ts +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/network/LoopbackClient.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/packageMetadata.d.ts +0 -3
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/packageMetadata.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts +0 -22
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts +0 -34
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/InteractiveRequest.d.ts +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/InteractiveRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts +0 -15
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts +0 -18
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/SilentFlowRequest.d.ts +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/SilentFlowRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts +0 -20
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/utils/Constants.d.ts +0 -93
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/utils/Constants.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/utils/EncodingUtils.d.ts +0 -27
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/utils/NetworkUtils.d.ts +0 -5
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/storage-blob/dist/index.js +0 -25339
- package/common/temp/rush-recycler/install-run-1678274025679/@azure/storage-blob/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@microsoft/rush-lib/dist/rush-lib.d.ts +0 -3652
- package/common/temp/rush-recycler/install-run-1678274025679/@microsoft/rush-lib/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/heft-config-file/dist/heft-config-file.d.ts +0 -254
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/heft-config-file/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/node-core-library/dist/node-core-library.d.ts +0 -3717
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/node-core-library/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/package-deps-hash/dist/package-deps-hash.d.ts +0 -80
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/package-deps-hash/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/rig-package/dist/rig-package.d.ts +0 -198
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/rig-package/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/rush-amazon-s3-build-cache-plugin/dist/rush-amazon-s3-build-cache-plugin.d.ts +0 -150
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/rush-azure-storage-build-cache-plugin/dist/rush-azure-storage-build-cache-plugin.d.ts +0 -93
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/rush-sdk/dist/rush-lib.d.ts +0 -3652
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/stream-collator/dist/stream-collator.d.ts +0 -124
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/stream-collator/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/terminal/dist/terminal.d.ts +0 -743
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/terminal/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/ts-command-line/dist/ts-command-line.d.ts +0 -998
- package/common/temp/rush-recycler/install-run-1678274025679/@rushstack/ts-command-line/dist/tsdoc-metadata.json +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/index.d.ts +0 -7
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/index.js +0 -24
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/overloaded-parameters.d.ts +0 -231
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/overloaded-parameters.js +0 -3
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/overloaded-parameters.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/types.d.ts +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/types.js +0 -3
- package/common/temp/rush-recycler/install-run-1678274025679/@tootallnate/once/dist/types.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/agent-base/dist/src/index.d.ts +0 -78
- package/common/temp/rush-recycler/install-run-1678274025679/agent-base/dist/src/index.js +0 -203
- package/common/temp/rush-recycler/install-run-1678274025679/agent-base/dist/src/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/agent-base/dist/src/promisify.d.ts +0 -4
- package/common/temp/rush-recycler/install-run-1678274025679/agent-base/dist/src/promisify.js +0 -18
- package/common/temp/rush-recycler/install-run-1678274025679/agent-base/dist/src/promisify.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/esprima/dist/esprima.js +0 -6709
- package/common/temp/rush-recycler/install-run-1678274025679/form-data/README.md.bak +0 -358
- package/common/temp/rush-recycler/install-run-1678274025679/http-proxy-agent/dist/agent.d.ts +0 -32
- package/common/temp/rush-recycler/install-run-1678274025679/http-proxy-agent/dist/agent.js +0 -145
- package/common/temp/rush-recycler/install-run-1678274025679/http-proxy-agent/dist/agent.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/http-proxy-agent/dist/index.d.ts +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/http-proxy-agent/dist/index.js +0 -14
- package/common/temp/rush-recycler/install-run-1678274025679/http-proxy-agent/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/agent.d.ts +0 -30
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/agent.js +0 -177
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/agent.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/index.d.ts +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/index.js +0 -14
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/index.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/parse-proxy-response.js +0 -66
- package/common/temp/rush-recycler/install-run-1678274025679/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/immediate/dist/immediate.js +0 -75
- package/common/temp/rush-recycler/install-run-1678274025679/immediate/dist/immediate.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/js-yaml/dist/js-yaml.js +0 -3946
- package/common/temp/rush-recycler/install-run-1678274025679/js-yaml/dist/js-yaml.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/json5/dist/index.js +0 -1737
- package/common/temp/rush-recycler/install-run-1678274025679/json5/dist/index.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/json5/dist/index.min.mjs +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/json5/dist/index.mjs +0 -1426
- package/common/temp/rush-recycler/install-run-1678274025679/jsonpath-plus/dist/index-es.js +0 -1062
- package/common/temp/rush-recycler/install-run-1678274025679/jsonpath-plus/dist/index-es.min.js +0 -2
- package/common/temp/rush-recycler/install-run-1678274025679/jsonpath-plus/dist/index-es.min.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/jsonpath-plus/dist/index-umd.js +0 -1072
- package/common/temp/rush-recycler/install-run-1678274025679/jsonpath-plus/dist/index-umd.min.js +0 -2
- package/common/temp/rush-recycler/install-run-1678274025679/jsonpath-plus/dist/index-umd.min.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/jszip/dist/jszip.js +0 -11370
- package/common/temp/rush-recycler/install-run-1678274025679/jszip/dist/jszip.min.js +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/lie/dist/lie.js +0 -350
- package/common/temp/rush-recycler/install-run-1678274025679/lie/dist/lie.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/lie/dist/lie.polyfill.js +0 -358
- package/common/temp/rush-recycler/install-run-1678274025679/lie/dist/lie.polyfill.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/pako/dist/pako.js +0 -6818
- package/common/temp/rush-recycler/install-run-1678274025679/pako/dist/pako.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/pako/dist/pako_deflate.js +0 -3997
- package/common/temp/rush-recycler/install-run-1678274025679/pako/dist/pako_deflate.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/pako/dist/pako_inflate.js +0 -3300
- package/common/temp/rush-recycler/install-run-1678274025679/pako/dist/pako_inflate.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/psl/dist/psl.js +0 -10187
- package/common/temp/rush-recycler/install-run-1678274025679/psl/dist/psl.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/ramda/dist/ramda.js +0 -9716
- package/common/temp/rush-recycler/install-run-1678274025679/ramda/dist/ramda.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/sprintf-js/dist/angular-sprintf.min.js +0 -4
- package/common/temp/rush-recycler/install-run-1678274025679/sprintf-js/dist/angular-sprintf.min.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/sprintf-js/dist/angular-sprintf.min.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/sprintf-js/dist/sprintf.min.js +0 -4
- package/common/temp/rush-recycler/install-run-1678274025679/sprintf-js/dist/sprintf.min.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/sprintf-js/dist/sprintf.min.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/tunnel/.idea/encodings.xml +0 -6
- package/common/temp/rush-recycler/install-run-1678274025679/tunnel/.idea/modules.xml +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/tunnel/.idea/node-tunnel.iml +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/tunnel/.idea/vcs.xml +0 -6
- package/common/temp/rush-recycler/install-run-1678274025679/tunnel/.idea/workspace.xml +0 -797
- package/common/temp/rush-recycler/install-run-1678274025679/url-parse/dist/url-parse.js +0 -755
- package/common/temp/rush-recycler/install-run-1678274025679/url-parse/dist/url-parse.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/url-parse/dist/url-parse.min.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/bin/uuid +0 -2
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/index.js +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/md5.js +0 -215
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/nil.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/parse.js +0 -35
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/regex.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/rng.js +0 -19
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/sha1.js +0 -96
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/stringify.js +0 -30
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/v1.js +0 -95
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/v3.js +0 -4
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/v35.js +0 -64
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/v4.js +0 -24
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/v5.js +0 -4
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/validate.js +0 -7
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-browser/version.js +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/index.js +0 -9
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/md5.js +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/nil.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/parse.js +0 -35
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/regex.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/rng.js +0 -12
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/sha1.js +0 -13
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/stringify.js +0 -29
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/v1.js +0 -95
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/v3.js +0 -4
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/v35.js +0 -64
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/v4.js +0 -24
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/v5.js +0 -4
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/validate.js +0 -7
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/esm-node/version.js +0 -11
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/index.js +0 -79
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/md5-browser.js +0 -223
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/md5.js +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/nil.js +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/parse.js +0 -45
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/regex.js +0 -8
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/rng-browser.js +0 -26
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/rng.js +0 -24
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/sha1-browser.js +0 -104
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/sha1.js +0 -23
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/stringify.js +0 -39
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuid.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidParse.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidv1.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidv3.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidv4.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/umd/uuidv5.min.js +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/uuid-bin.js +0 -85
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/v1.js +0 -107
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/v3.js +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/v35.js +0 -78
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/v4.js +0 -37
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/v5.js +0 -16
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/validate.js +0 -17
- package/common/temp/rush-recycler/install-run-1678274025679/uuid/dist/version.js +0 -21
- package/common/temp/rush-recycler/install-run-1678274025679/z-schema/dist/ZSchema-browser-min.js +0 -2
- package/common/temp/rush-recycler/install-run-1678274025679/z-schema/dist/ZSchema-browser-min.js.map +0 -1
- package/common/temp/rush-recycler/install-run-1678274025679/z-schema/dist/ZSchema-browser-test.js +0 -30407
- package/common/temp/rush-recycler/install-run-1678274025679/z-schema/dist/ZSchema-browser.js +0 -12901
|
@@ -1,1171 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var logger$1 = require('@azure/logger');
|
|
6
|
-
var abortController = require('@azure/abort-controller');
|
|
7
|
-
|
|
8
|
-
// Copyright (c) Microsoft Corporation.
|
|
9
|
-
/**
|
|
10
|
-
* The `@azure/logger` configuration for this package.
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
const logger = logger$1.createClientLogger("core-lro");
|
|
14
|
-
|
|
15
|
-
// Copyright (c) Microsoft Corporation.
|
|
16
|
-
// Licensed under the MIT license.
|
|
17
|
-
/**
|
|
18
|
-
* The default time interval to wait before sending the next polling request.
|
|
19
|
-
*/
|
|
20
|
-
const POLL_INTERVAL_IN_MS = 2000;
|
|
21
|
-
/**
|
|
22
|
-
* The closed set of terminal states.
|
|
23
|
-
*/
|
|
24
|
-
const terminalStates = ["succeeded", "canceled", "failed"];
|
|
25
|
-
|
|
26
|
-
// Copyright (c) Microsoft Corporation.
|
|
27
|
-
/**
|
|
28
|
-
* Deserializes the state
|
|
29
|
-
*/
|
|
30
|
-
function deserializeState(serializedState) {
|
|
31
|
-
try {
|
|
32
|
-
return JSON.parse(serializedState).state;
|
|
33
|
-
}
|
|
34
|
-
catch (e) {
|
|
35
|
-
throw new Error(`Unable to deserialize input state: ${serializedState}`);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
function setStateError(inputs) {
|
|
39
|
-
const { state, stateProxy, isOperationError } = inputs;
|
|
40
|
-
return (error) => {
|
|
41
|
-
if (isOperationError(error)) {
|
|
42
|
-
stateProxy.setError(state, error);
|
|
43
|
-
stateProxy.setFailed(state);
|
|
44
|
-
}
|
|
45
|
-
throw error;
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
function processOperationStatus(result) {
|
|
49
|
-
const { state, stateProxy, status, isDone, processResult, response, setErrorAsResult } = result;
|
|
50
|
-
switch (status) {
|
|
51
|
-
case "succeeded": {
|
|
52
|
-
stateProxy.setSucceeded(state);
|
|
53
|
-
break;
|
|
54
|
-
}
|
|
55
|
-
case "failed": {
|
|
56
|
-
stateProxy.setError(state, new Error(`The long-running operation has failed`));
|
|
57
|
-
stateProxy.setFailed(state);
|
|
58
|
-
break;
|
|
59
|
-
}
|
|
60
|
-
case "canceled": {
|
|
61
|
-
stateProxy.setCanceled(state);
|
|
62
|
-
break;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
if ((isDone === null || isDone === void 0 ? void 0 : isDone(response, state)) ||
|
|
66
|
-
(isDone === undefined &&
|
|
67
|
-
["succeeded", "canceled"].concat(setErrorAsResult ? [] : ["failed"]).includes(status))) {
|
|
68
|
-
stateProxy.setResult(state, buildResult({
|
|
69
|
-
response,
|
|
70
|
-
state,
|
|
71
|
-
processResult,
|
|
72
|
-
}));
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
function buildResult(inputs) {
|
|
76
|
-
const { processResult, response, state } = inputs;
|
|
77
|
-
return processResult ? processResult(response, state) : response;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* Initiates the long-running operation.
|
|
81
|
-
*/
|
|
82
|
-
async function initOperation(inputs) {
|
|
83
|
-
const { init, stateProxy, processResult, getOperationStatus, withOperationLocation, setErrorAsResult, } = inputs;
|
|
84
|
-
const { operationLocation, resourceLocation, metadata, response } = await init();
|
|
85
|
-
if (operationLocation)
|
|
86
|
-
withOperationLocation === null || withOperationLocation === void 0 ? void 0 : withOperationLocation(operationLocation, false);
|
|
87
|
-
const config = {
|
|
88
|
-
metadata,
|
|
89
|
-
operationLocation,
|
|
90
|
-
resourceLocation,
|
|
91
|
-
};
|
|
92
|
-
logger.verbose(`LRO: Operation description:`, config);
|
|
93
|
-
const state = stateProxy.initState(config);
|
|
94
|
-
const status = getOperationStatus({ response, state, operationLocation });
|
|
95
|
-
processOperationStatus({ state, status, stateProxy, response, setErrorAsResult, processResult });
|
|
96
|
-
return state;
|
|
97
|
-
}
|
|
98
|
-
async function pollOperationHelper(inputs) {
|
|
99
|
-
const { poll, state, stateProxy, operationLocation, getOperationStatus, getResourceLocation, isOperationError, options, } = inputs;
|
|
100
|
-
const response = await poll(operationLocation, options).catch(setStateError({
|
|
101
|
-
state,
|
|
102
|
-
stateProxy,
|
|
103
|
-
isOperationError,
|
|
104
|
-
}));
|
|
105
|
-
const status = getOperationStatus(response, state);
|
|
106
|
-
logger.verbose(`LRO: Status:\n\tPolling from: ${state.config.operationLocation}\n\tOperation status: ${status}\n\tPolling status: ${terminalStates.includes(status) ? "Stopped" : "Running"}`);
|
|
107
|
-
if (status === "succeeded") {
|
|
108
|
-
const resourceLocation = getResourceLocation(response, state);
|
|
109
|
-
if (resourceLocation !== undefined) {
|
|
110
|
-
return {
|
|
111
|
-
response: await poll(resourceLocation).catch(setStateError({ state, stateProxy, isOperationError })),
|
|
112
|
-
status,
|
|
113
|
-
};
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
return { response, status };
|
|
117
|
-
}
|
|
118
|
-
/** Polls the long-running operation. */
|
|
119
|
-
async function pollOperation(inputs) {
|
|
120
|
-
const { poll, state, stateProxy, options, getOperationStatus, getResourceLocation, getOperationLocation, isOperationError, withOperationLocation, getPollingInterval, processResult, updateState, setDelay, isDone, setErrorAsResult, } = inputs;
|
|
121
|
-
const { operationLocation } = state.config;
|
|
122
|
-
if (operationLocation !== undefined) {
|
|
123
|
-
const { response, status } = await pollOperationHelper({
|
|
124
|
-
poll,
|
|
125
|
-
getOperationStatus,
|
|
126
|
-
state,
|
|
127
|
-
stateProxy,
|
|
128
|
-
operationLocation,
|
|
129
|
-
getResourceLocation,
|
|
130
|
-
isOperationError,
|
|
131
|
-
options,
|
|
132
|
-
});
|
|
133
|
-
processOperationStatus({
|
|
134
|
-
status,
|
|
135
|
-
response,
|
|
136
|
-
state,
|
|
137
|
-
stateProxy,
|
|
138
|
-
isDone,
|
|
139
|
-
processResult,
|
|
140
|
-
setErrorAsResult,
|
|
141
|
-
});
|
|
142
|
-
if (!terminalStates.includes(status)) {
|
|
143
|
-
const intervalInMs = getPollingInterval === null || getPollingInterval === void 0 ? void 0 : getPollingInterval(response);
|
|
144
|
-
if (intervalInMs)
|
|
145
|
-
setDelay(intervalInMs);
|
|
146
|
-
const location = getOperationLocation === null || getOperationLocation === void 0 ? void 0 : getOperationLocation(response, state);
|
|
147
|
-
if (location !== undefined) {
|
|
148
|
-
const isUpdated = operationLocation !== location;
|
|
149
|
-
state.config.operationLocation = location;
|
|
150
|
-
withOperationLocation === null || withOperationLocation === void 0 ? void 0 : withOperationLocation(location, isUpdated);
|
|
151
|
-
}
|
|
152
|
-
else
|
|
153
|
-
withOperationLocation === null || withOperationLocation === void 0 ? void 0 : withOperationLocation(operationLocation, false);
|
|
154
|
-
}
|
|
155
|
-
updateState === null || updateState === void 0 ? void 0 : updateState(state, response);
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// Copyright (c) Microsoft Corporation.
|
|
160
|
-
function getOperationLocationPollingUrl(inputs) {
|
|
161
|
-
const { azureAsyncOperation, operationLocation } = inputs;
|
|
162
|
-
return operationLocation !== null && operationLocation !== void 0 ? operationLocation : azureAsyncOperation;
|
|
163
|
-
}
|
|
164
|
-
function getLocationHeader(rawResponse) {
|
|
165
|
-
return rawResponse.headers["location"];
|
|
166
|
-
}
|
|
167
|
-
function getOperationLocationHeader(rawResponse) {
|
|
168
|
-
return rawResponse.headers["operation-location"];
|
|
169
|
-
}
|
|
170
|
-
function getAzureAsyncOperationHeader(rawResponse) {
|
|
171
|
-
return rawResponse.headers["azure-asyncoperation"];
|
|
172
|
-
}
|
|
173
|
-
function findResourceLocation(inputs) {
|
|
174
|
-
const { location, requestMethod, requestPath, resourceLocationConfig } = inputs;
|
|
175
|
-
switch (requestMethod) {
|
|
176
|
-
case "PUT": {
|
|
177
|
-
return requestPath;
|
|
178
|
-
}
|
|
179
|
-
case "DELETE": {
|
|
180
|
-
return undefined;
|
|
181
|
-
}
|
|
182
|
-
default: {
|
|
183
|
-
switch (resourceLocationConfig) {
|
|
184
|
-
case "azure-async-operation": {
|
|
185
|
-
return undefined;
|
|
186
|
-
}
|
|
187
|
-
case "original-uri": {
|
|
188
|
-
return requestPath;
|
|
189
|
-
}
|
|
190
|
-
case "location":
|
|
191
|
-
default: {
|
|
192
|
-
return location;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
function inferLroMode(inputs) {
|
|
199
|
-
const { rawResponse, requestMethod, requestPath, resourceLocationConfig } = inputs;
|
|
200
|
-
const operationLocation = getOperationLocationHeader(rawResponse);
|
|
201
|
-
const azureAsyncOperation = getAzureAsyncOperationHeader(rawResponse);
|
|
202
|
-
const pollingUrl = getOperationLocationPollingUrl({ operationLocation, azureAsyncOperation });
|
|
203
|
-
const location = getLocationHeader(rawResponse);
|
|
204
|
-
const normalizedRequestMethod = requestMethod === null || requestMethod === void 0 ? void 0 : requestMethod.toLocaleUpperCase();
|
|
205
|
-
if (pollingUrl !== undefined) {
|
|
206
|
-
return {
|
|
207
|
-
mode: "OperationLocation",
|
|
208
|
-
operationLocation: pollingUrl,
|
|
209
|
-
resourceLocation: findResourceLocation({
|
|
210
|
-
requestMethod: normalizedRequestMethod,
|
|
211
|
-
location,
|
|
212
|
-
requestPath,
|
|
213
|
-
resourceLocationConfig,
|
|
214
|
-
}),
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
else if (location !== undefined) {
|
|
218
|
-
return {
|
|
219
|
-
mode: "ResourceLocation",
|
|
220
|
-
operationLocation: location,
|
|
221
|
-
};
|
|
222
|
-
}
|
|
223
|
-
else if (normalizedRequestMethod === "PUT" && requestPath) {
|
|
224
|
-
return {
|
|
225
|
-
mode: "Body",
|
|
226
|
-
operationLocation: requestPath,
|
|
227
|
-
};
|
|
228
|
-
}
|
|
229
|
-
else {
|
|
230
|
-
return undefined;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
function transformStatus(inputs) {
|
|
234
|
-
const { status, statusCode } = inputs;
|
|
235
|
-
if (typeof status !== "string" && status !== undefined) {
|
|
236
|
-
throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${status}. This doesn't necessarily indicate the operation has failed. Check your Azure subscription or resource status for more information.`);
|
|
237
|
-
}
|
|
238
|
-
switch (status === null || status === void 0 ? void 0 : status.toLocaleLowerCase()) {
|
|
239
|
-
case undefined:
|
|
240
|
-
return toOperationStatus(statusCode);
|
|
241
|
-
case "succeeded":
|
|
242
|
-
return "succeeded";
|
|
243
|
-
case "failed":
|
|
244
|
-
return "failed";
|
|
245
|
-
case "running":
|
|
246
|
-
case "accepted":
|
|
247
|
-
case "started":
|
|
248
|
-
case "canceling":
|
|
249
|
-
case "cancelling":
|
|
250
|
-
return "running";
|
|
251
|
-
case "canceled":
|
|
252
|
-
case "cancelled":
|
|
253
|
-
return "canceled";
|
|
254
|
-
default: {
|
|
255
|
-
logger.warning(`LRO: unrecognized operation status: ${status}`);
|
|
256
|
-
return status;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
function getStatus(rawResponse) {
|
|
261
|
-
var _a;
|
|
262
|
-
const { status } = (_a = rawResponse.body) !== null && _a !== void 0 ? _a : {};
|
|
263
|
-
return transformStatus({ status, statusCode: rawResponse.statusCode });
|
|
264
|
-
}
|
|
265
|
-
function getProvisioningState(rawResponse) {
|
|
266
|
-
var _a, _b;
|
|
267
|
-
const { properties, provisioningState } = (_a = rawResponse.body) !== null && _a !== void 0 ? _a : {};
|
|
268
|
-
const status = (_b = properties === null || properties === void 0 ? void 0 : properties.provisioningState) !== null && _b !== void 0 ? _b : provisioningState;
|
|
269
|
-
return transformStatus({ status, statusCode: rawResponse.statusCode });
|
|
270
|
-
}
|
|
271
|
-
function toOperationStatus(statusCode) {
|
|
272
|
-
if (statusCode === 202) {
|
|
273
|
-
return "running";
|
|
274
|
-
}
|
|
275
|
-
else if (statusCode < 300) {
|
|
276
|
-
return "succeeded";
|
|
277
|
-
}
|
|
278
|
-
else {
|
|
279
|
-
return "failed";
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
function parseRetryAfter({ rawResponse }) {
|
|
283
|
-
const retryAfter = rawResponse.headers["retry-after"];
|
|
284
|
-
if (retryAfter !== undefined) {
|
|
285
|
-
// Retry-After header value is either in HTTP date format, or in seconds
|
|
286
|
-
const retryAfterInSeconds = parseInt(retryAfter);
|
|
287
|
-
return isNaN(retryAfterInSeconds)
|
|
288
|
-
? calculatePollingIntervalFromDate(new Date(retryAfter))
|
|
289
|
-
: retryAfterInSeconds * 1000;
|
|
290
|
-
}
|
|
291
|
-
return undefined;
|
|
292
|
-
}
|
|
293
|
-
function calculatePollingIntervalFromDate(retryAfterDate) {
|
|
294
|
-
const timeNow = Math.floor(new Date().getTime());
|
|
295
|
-
const retryAfterTime = retryAfterDate.getTime();
|
|
296
|
-
if (timeNow < retryAfterTime) {
|
|
297
|
-
return retryAfterTime - timeNow;
|
|
298
|
-
}
|
|
299
|
-
return undefined;
|
|
300
|
-
}
|
|
301
|
-
function getStatusFromInitialResponse(inputs) {
|
|
302
|
-
const { response, state, operationLocation } = inputs;
|
|
303
|
-
function helper() {
|
|
304
|
-
var _a;
|
|
305
|
-
const mode = (_a = state.config.metadata) === null || _a === void 0 ? void 0 : _a["mode"];
|
|
306
|
-
switch (mode) {
|
|
307
|
-
case undefined:
|
|
308
|
-
return toOperationStatus(response.rawResponse.statusCode);
|
|
309
|
-
case "Body":
|
|
310
|
-
return getOperationStatus(response, state);
|
|
311
|
-
default:
|
|
312
|
-
return "running";
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
const status = helper();
|
|
316
|
-
return status === "running" && operationLocation === undefined ? "succeeded" : status;
|
|
317
|
-
}
|
|
318
|
-
/**
|
|
319
|
-
* Initiates the long-running operation.
|
|
320
|
-
*/
|
|
321
|
-
async function initHttpOperation(inputs) {
|
|
322
|
-
const { stateProxy, resourceLocationConfig, processResult, lro, setErrorAsResult } = inputs;
|
|
323
|
-
return initOperation({
|
|
324
|
-
init: async () => {
|
|
325
|
-
const response = await lro.sendInitialRequest();
|
|
326
|
-
const config = inferLroMode({
|
|
327
|
-
rawResponse: response.rawResponse,
|
|
328
|
-
requestPath: lro.requestPath,
|
|
329
|
-
requestMethod: lro.requestMethod,
|
|
330
|
-
resourceLocationConfig,
|
|
331
|
-
});
|
|
332
|
-
return Object.assign({ response, operationLocation: config === null || config === void 0 ? void 0 : config.operationLocation, resourceLocation: config === null || config === void 0 ? void 0 : config.resourceLocation }, ((config === null || config === void 0 ? void 0 : config.mode) ? { metadata: { mode: config.mode } } : {}));
|
|
333
|
-
},
|
|
334
|
-
stateProxy,
|
|
335
|
-
processResult: processResult
|
|
336
|
-
? ({ flatResponse }, state) => processResult(flatResponse, state)
|
|
337
|
-
: ({ flatResponse }) => flatResponse,
|
|
338
|
-
getOperationStatus: getStatusFromInitialResponse,
|
|
339
|
-
setErrorAsResult,
|
|
340
|
-
});
|
|
341
|
-
}
|
|
342
|
-
function getOperationLocation({ rawResponse }, state) {
|
|
343
|
-
var _a;
|
|
344
|
-
const mode = (_a = state.config.metadata) === null || _a === void 0 ? void 0 : _a["mode"];
|
|
345
|
-
switch (mode) {
|
|
346
|
-
case "OperationLocation": {
|
|
347
|
-
return getOperationLocationPollingUrl({
|
|
348
|
-
operationLocation: getOperationLocationHeader(rawResponse),
|
|
349
|
-
azureAsyncOperation: getAzureAsyncOperationHeader(rawResponse),
|
|
350
|
-
});
|
|
351
|
-
}
|
|
352
|
-
case "ResourceLocation": {
|
|
353
|
-
return getLocationHeader(rawResponse);
|
|
354
|
-
}
|
|
355
|
-
case "Body":
|
|
356
|
-
default: {
|
|
357
|
-
return undefined;
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
function getOperationStatus({ rawResponse }, state) {
|
|
362
|
-
var _a;
|
|
363
|
-
const mode = (_a = state.config.metadata) === null || _a === void 0 ? void 0 : _a["mode"];
|
|
364
|
-
switch (mode) {
|
|
365
|
-
case "OperationLocation": {
|
|
366
|
-
return getStatus(rawResponse);
|
|
367
|
-
}
|
|
368
|
-
case "ResourceLocation": {
|
|
369
|
-
return toOperationStatus(rawResponse.statusCode);
|
|
370
|
-
}
|
|
371
|
-
case "Body": {
|
|
372
|
-
return getProvisioningState(rawResponse);
|
|
373
|
-
}
|
|
374
|
-
default:
|
|
375
|
-
throw new Error(`Internal error: Unexpected operation mode: ${mode}`);
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
function getResourceLocation({ flatResponse }, state) {
|
|
379
|
-
if (typeof flatResponse === "object") {
|
|
380
|
-
const resourceLocation = flatResponse.resourceLocation;
|
|
381
|
-
if (resourceLocation !== undefined) {
|
|
382
|
-
state.config.resourceLocation = resourceLocation;
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
return state.config.resourceLocation;
|
|
386
|
-
}
|
|
387
|
-
function isOperationError(e) {
|
|
388
|
-
return e.name === "RestError";
|
|
389
|
-
}
|
|
390
|
-
/** Polls the long-running operation. */
|
|
391
|
-
async function pollHttpOperation(inputs) {
|
|
392
|
-
const { lro, stateProxy, options, processResult, updateState, setDelay, state, setErrorAsResult, } = inputs;
|
|
393
|
-
return pollOperation({
|
|
394
|
-
state,
|
|
395
|
-
stateProxy,
|
|
396
|
-
setDelay,
|
|
397
|
-
processResult: processResult
|
|
398
|
-
? ({ flatResponse }, inputState) => processResult(flatResponse, inputState)
|
|
399
|
-
: ({ flatResponse }) => flatResponse,
|
|
400
|
-
updateState,
|
|
401
|
-
getPollingInterval: parseRetryAfter,
|
|
402
|
-
getOperationLocation,
|
|
403
|
-
getOperationStatus,
|
|
404
|
-
isOperationError,
|
|
405
|
-
getResourceLocation,
|
|
406
|
-
options,
|
|
407
|
-
/**
|
|
408
|
-
* The expansion here is intentional because `lro` could be an object that
|
|
409
|
-
* references an inner this, so we need to preserve a reference to it.
|
|
410
|
-
*/
|
|
411
|
-
poll: async (location, inputOptions) => lro.sendPollRequest(location, inputOptions),
|
|
412
|
-
setErrorAsResult,
|
|
413
|
-
});
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
// Copyright (c) Microsoft Corporation.
|
|
417
|
-
// Licensed under the MIT license.
|
|
418
|
-
/**
|
|
419
|
-
* Map an optional value through a function
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
const maybemap = (value, f) => value === undefined ? undefined : f(value);
|
|
423
|
-
const INTERRUPTED = new Error("The poller is already stopped");
|
|
424
|
-
/**
|
|
425
|
-
* A promise that delays resolution until a certain amount of time (in milliseconds) has passed, with facilities for
|
|
426
|
-
* robust cancellation.
|
|
427
|
-
*
|
|
428
|
-
* ### Example:
|
|
429
|
-
*
|
|
430
|
-
* ```javascript
|
|
431
|
-
* let toCancel;
|
|
432
|
-
*
|
|
433
|
-
* // Wait 20 seconds, and optionally allow the function to be cancelled.
|
|
434
|
-
* await delayMs(20000, (cancel) => { toCancel = cancel });
|
|
435
|
-
*
|
|
436
|
-
* // ... if `toCancel` is called before the 20 second timer expires, then the delayMs promise will reject.
|
|
437
|
-
* ```
|
|
438
|
-
*
|
|
439
|
-
* @internal
|
|
440
|
-
* @param ms - the number of milliseconds to wait before resolving
|
|
441
|
-
* @param cb - a callback that can provide the caller with a cancellation function
|
|
442
|
-
*/
|
|
443
|
-
function delayMs(ms) {
|
|
444
|
-
let aborted = false;
|
|
445
|
-
let toReject;
|
|
446
|
-
return Object.assign(new Promise((resolve, reject) => {
|
|
447
|
-
let token;
|
|
448
|
-
toReject = () => {
|
|
449
|
-
maybemap(token, clearTimeout);
|
|
450
|
-
reject(INTERRUPTED);
|
|
451
|
-
};
|
|
452
|
-
// In the rare case that the operation is _already_ aborted, we will reject instantly. This could happen, for
|
|
453
|
-
// example, if the user calls the cancellation function immediately without yielding execution.
|
|
454
|
-
if (aborted) {
|
|
455
|
-
toReject();
|
|
456
|
-
}
|
|
457
|
-
else {
|
|
458
|
-
token = setTimeout(resolve, ms);
|
|
459
|
-
}
|
|
460
|
-
}), {
|
|
461
|
-
cancel: () => {
|
|
462
|
-
aborted = true;
|
|
463
|
-
toReject === null || toReject === void 0 ? void 0 : toReject();
|
|
464
|
-
},
|
|
465
|
-
});
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
// Copyright (c) Microsoft Corporation.
|
|
469
|
-
const createStateProxy$1 = () => ({
|
|
470
|
-
/**
|
|
471
|
-
* The state at this point is created to be of type OperationState<TResult>.
|
|
472
|
-
* It will be updated later to be of type TState when the
|
|
473
|
-
* customer-provided callback, `updateState`, is called during polling.
|
|
474
|
-
*/
|
|
475
|
-
initState: (config) => ({ status: "running", config }),
|
|
476
|
-
setCanceled: (state) => (state.status = "canceled"),
|
|
477
|
-
setError: (state, error) => (state.error = error),
|
|
478
|
-
setResult: (state, result) => (state.result = result),
|
|
479
|
-
setRunning: (state) => (state.status = "running"),
|
|
480
|
-
setSucceeded: (state) => (state.status = "succeeded"),
|
|
481
|
-
setFailed: (state) => (state.status = "failed"),
|
|
482
|
-
getError: (state) => state.error,
|
|
483
|
-
getResult: (state) => state.result,
|
|
484
|
-
isCanceled: (state) => state.status === "canceled",
|
|
485
|
-
isFailed: (state) => state.status === "failed",
|
|
486
|
-
isRunning: (state) => state.status === "running",
|
|
487
|
-
isSucceeded: (state) => state.status === "succeeded",
|
|
488
|
-
});
|
|
489
|
-
/**
|
|
490
|
-
* Returns a poller factory.
|
|
491
|
-
*/
|
|
492
|
-
function buildCreatePoller(inputs) {
|
|
493
|
-
const { getOperationLocation, getStatusFromInitialResponse, getStatusFromPollResponse, isOperationError, getResourceLocation, getPollingInterval, resolveOnUnsuccessful, } = inputs;
|
|
494
|
-
return async ({ init, poll }, options) => {
|
|
495
|
-
const { processResult, updateState, withOperationLocation: withOperationLocationCallback, intervalInMs = POLL_INTERVAL_IN_MS, restoreFrom, } = options || {};
|
|
496
|
-
const stateProxy = createStateProxy$1();
|
|
497
|
-
const withOperationLocation = withOperationLocationCallback
|
|
498
|
-
? (() => {
|
|
499
|
-
let called = false;
|
|
500
|
-
return (operationLocation, isUpdated) => {
|
|
501
|
-
if (isUpdated)
|
|
502
|
-
withOperationLocationCallback(operationLocation);
|
|
503
|
-
else if (!called)
|
|
504
|
-
withOperationLocationCallback(operationLocation);
|
|
505
|
-
called = true;
|
|
506
|
-
};
|
|
507
|
-
})()
|
|
508
|
-
: undefined;
|
|
509
|
-
const state = restoreFrom
|
|
510
|
-
? deserializeState(restoreFrom)
|
|
511
|
-
: await initOperation({
|
|
512
|
-
init,
|
|
513
|
-
stateProxy,
|
|
514
|
-
processResult,
|
|
515
|
-
getOperationStatus: getStatusFromInitialResponse,
|
|
516
|
-
withOperationLocation,
|
|
517
|
-
setErrorAsResult: !resolveOnUnsuccessful,
|
|
518
|
-
});
|
|
519
|
-
let resultPromise;
|
|
520
|
-
let cancelJob;
|
|
521
|
-
const abortController$1 = new abortController.AbortController();
|
|
522
|
-
const handlers = new Map();
|
|
523
|
-
const handleProgressEvents = async () => handlers.forEach((h) => h(state));
|
|
524
|
-
const cancelErrMsg = "Operation was canceled";
|
|
525
|
-
let currentPollIntervalInMs = intervalInMs;
|
|
526
|
-
const poller = {
|
|
527
|
-
getOperationState: () => state,
|
|
528
|
-
getResult: () => state.result,
|
|
529
|
-
isDone: () => ["succeeded", "failed", "canceled"].includes(state.status),
|
|
530
|
-
isStopped: () => resultPromise === undefined,
|
|
531
|
-
stopPolling: () => {
|
|
532
|
-
abortController$1.abort();
|
|
533
|
-
cancelJob === null || cancelJob === void 0 ? void 0 : cancelJob();
|
|
534
|
-
},
|
|
535
|
-
toString: () => JSON.stringify({
|
|
536
|
-
state,
|
|
537
|
-
}),
|
|
538
|
-
onProgress: (callback) => {
|
|
539
|
-
const s = Symbol();
|
|
540
|
-
handlers.set(s, callback);
|
|
541
|
-
return () => handlers.delete(s);
|
|
542
|
-
},
|
|
543
|
-
pollUntilDone: (pollOptions) => (resultPromise !== null && resultPromise !== void 0 ? resultPromise : (resultPromise = (async () => {
|
|
544
|
-
const { abortSignal: inputAbortSignal } = pollOptions || {};
|
|
545
|
-
const { signal: abortSignal } = inputAbortSignal
|
|
546
|
-
? new abortController.AbortController([inputAbortSignal, abortController$1.signal])
|
|
547
|
-
: abortController$1;
|
|
548
|
-
if (!poller.isDone()) {
|
|
549
|
-
await poller.poll({ abortSignal });
|
|
550
|
-
while (!poller.isDone()) {
|
|
551
|
-
const delay = delayMs(currentPollIntervalInMs);
|
|
552
|
-
cancelJob = delay.cancel;
|
|
553
|
-
await delay;
|
|
554
|
-
await poller.poll({ abortSignal });
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
if (resolveOnUnsuccessful) {
|
|
558
|
-
return poller.getResult();
|
|
559
|
-
}
|
|
560
|
-
else {
|
|
561
|
-
switch (state.status) {
|
|
562
|
-
case "succeeded":
|
|
563
|
-
return poller.getResult();
|
|
564
|
-
case "canceled":
|
|
565
|
-
throw new Error(cancelErrMsg);
|
|
566
|
-
case "failed":
|
|
567
|
-
throw state.error;
|
|
568
|
-
case "notStarted":
|
|
569
|
-
case "running":
|
|
570
|
-
throw new Error(`Polling completed without succeeding or failing`);
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
})().finally(() => {
|
|
574
|
-
resultPromise = undefined;
|
|
575
|
-
}))),
|
|
576
|
-
async poll(pollOptions) {
|
|
577
|
-
if (resolveOnUnsuccessful) {
|
|
578
|
-
if (poller.isDone())
|
|
579
|
-
return;
|
|
580
|
-
}
|
|
581
|
-
else {
|
|
582
|
-
switch (state.status) {
|
|
583
|
-
case "succeeded":
|
|
584
|
-
return;
|
|
585
|
-
case "canceled":
|
|
586
|
-
throw new Error(cancelErrMsg);
|
|
587
|
-
case "failed":
|
|
588
|
-
throw state.error;
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
await pollOperation({
|
|
592
|
-
poll,
|
|
593
|
-
state,
|
|
594
|
-
stateProxy,
|
|
595
|
-
getOperationLocation,
|
|
596
|
-
isOperationError,
|
|
597
|
-
withOperationLocation,
|
|
598
|
-
getPollingInterval,
|
|
599
|
-
getOperationStatus: getStatusFromPollResponse,
|
|
600
|
-
getResourceLocation,
|
|
601
|
-
processResult,
|
|
602
|
-
updateState,
|
|
603
|
-
options: pollOptions,
|
|
604
|
-
setDelay: (pollIntervalInMs) => {
|
|
605
|
-
currentPollIntervalInMs = pollIntervalInMs;
|
|
606
|
-
},
|
|
607
|
-
setErrorAsResult: !resolveOnUnsuccessful,
|
|
608
|
-
});
|
|
609
|
-
await handleProgressEvents();
|
|
610
|
-
if (!resolveOnUnsuccessful) {
|
|
611
|
-
switch (state.status) {
|
|
612
|
-
case "canceled":
|
|
613
|
-
throw new Error(cancelErrMsg);
|
|
614
|
-
case "failed":
|
|
615
|
-
throw state.error;
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
};
|
|
620
|
-
return poller;
|
|
621
|
-
};
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
// Copyright (c) Microsoft Corporation.
|
|
625
|
-
/**
|
|
626
|
-
* Creates a poller that can be used to poll a long-running operation.
|
|
627
|
-
* @param lro - Description of the long-running operation
|
|
628
|
-
* @param options - options to configure the poller
|
|
629
|
-
* @returns an initialized poller
|
|
630
|
-
*/
|
|
631
|
-
async function createHttpPoller(lro, options) {
|
|
632
|
-
const { resourceLocationConfig, intervalInMs, processResult, restoreFrom, updateState, withOperationLocation, resolveOnUnsuccessful = false, } = options || {};
|
|
633
|
-
return buildCreatePoller({
|
|
634
|
-
getStatusFromInitialResponse,
|
|
635
|
-
getStatusFromPollResponse: getOperationStatus,
|
|
636
|
-
isOperationError,
|
|
637
|
-
getOperationLocation,
|
|
638
|
-
getResourceLocation,
|
|
639
|
-
getPollingInterval: parseRetryAfter,
|
|
640
|
-
resolveOnUnsuccessful,
|
|
641
|
-
})({
|
|
642
|
-
init: async () => {
|
|
643
|
-
const response = await lro.sendInitialRequest();
|
|
644
|
-
const config = inferLroMode({
|
|
645
|
-
rawResponse: response.rawResponse,
|
|
646
|
-
requestPath: lro.requestPath,
|
|
647
|
-
requestMethod: lro.requestMethod,
|
|
648
|
-
resourceLocationConfig,
|
|
649
|
-
});
|
|
650
|
-
return Object.assign({ response, operationLocation: config === null || config === void 0 ? void 0 : config.operationLocation, resourceLocation: config === null || config === void 0 ? void 0 : config.resourceLocation }, ((config === null || config === void 0 ? void 0 : config.mode) ? { metadata: { mode: config.mode } } : {}));
|
|
651
|
-
},
|
|
652
|
-
poll: lro.sendPollRequest,
|
|
653
|
-
}, {
|
|
654
|
-
intervalInMs,
|
|
655
|
-
withOperationLocation,
|
|
656
|
-
restoreFrom,
|
|
657
|
-
updateState,
|
|
658
|
-
processResult: processResult
|
|
659
|
-
? ({ flatResponse }, state) => processResult(flatResponse, state)
|
|
660
|
-
: ({ flatResponse }) => flatResponse,
|
|
661
|
-
});
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
// Copyright (c) Microsoft Corporation.
|
|
665
|
-
const createStateProxy = () => ({
|
|
666
|
-
initState: (config) => ({ config, isStarted: true }),
|
|
667
|
-
setCanceled: (state) => (state.isCancelled = true),
|
|
668
|
-
setError: (state, error) => (state.error = error),
|
|
669
|
-
setResult: (state, result) => (state.result = result),
|
|
670
|
-
setRunning: (state) => (state.isStarted = true),
|
|
671
|
-
setSucceeded: (state) => (state.isCompleted = true),
|
|
672
|
-
setFailed: () => {
|
|
673
|
-
/** empty body */
|
|
674
|
-
},
|
|
675
|
-
getError: (state) => state.error,
|
|
676
|
-
getResult: (state) => state.result,
|
|
677
|
-
isCanceled: (state) => !!state.isCancelled,
|
|
678
|
-
isFailed: (state) => !!state.error,
|
|
679
|
-
isRunning: (state) => !!state.isStarted,
|
|
680
|
-
isSucceeded: (state) => Boolean(state.isCompleted && !state.isCancelled && !state.error),
|
|
681
|
-
});
|
|
682
|
-
class GenericPollOperation {
|
|
683
|
-
constructor(state, lro, setErrorAsResult, lroResourceLocationConfig, processResult, updateState, isDone) {
|
|
684
|
-
this.state = state;
|
|
685
|
-
this.lro = lro;
|
|
686
|
-
this.setErrorAsResult = setErrorAsResult;
|
|
687
|
-
this.lroResourceLocationConfig = lroResourceLocationConfig;
|
|
688
|
-
this.processResult = processResult;
|
|
689
|
-
this.updateState = updateState;
|
|
690
|
-
this.isDone = isDone;
|
|
691
|
-
}
|
|
692
|
-
setPollerConfig(pollerConfig) {
|
|
693
|
-
this.pollerConfig = pollerConfig;
|
|
694
|
-
}
|
|
695
|
-
async update(options) {
|
|
696
|
-
var _a;
|
|
697
|
-
const stateProxy = createStateProxy();
|
|
698
|
-
if (!this.state.isStarted) {
|
|
699
|
-
this.state = Object.assign(Object.assign({}, this.state), (await initHttpOperation({
|
|
700
|
-
lro: this.lro,
|
|
701
|
-
stateProxy,
|
|
702
|
-
resourceLocationConfig: this.lroResourceLocationConfig,
|
|
703
|
-
processResult: this.processResult,
|
|
704
|
-
setErrorAsResult: this.setErrorAsResult,
|
|
705
|
-
})));
|
|
706
|
-
}
|
|
707
|
-
const updateState = this.updateState;
|
|
708
|
-
const isDone = this.isDone;
|
|
709
|
-
if (!this.state.isCompleted && this.state.error === undefined) {
|
|
710
|
-
await pollHttpOperation({
|
|
711
|
-
lro: this.lro,
|
|
712
|
-
state: this.state,
|
|
713
|
-
stateProxy,
|
|
714
|
-
processResult: this.processResult,
|
|
715
|
-
updateState: updateState
|
|
716
|
-
? (state, { rawResponse }) => updateState(state, rawResponse)
|
|
717
|
-
: undefined,
|
|
718
|
-
isDone: isDone
|
|
719
|
-
? ({ flatResponse }, state) => isDone(flatResponse, state)
|
|
720
|
-
: undefined,
|
|
721
|
-
options,
|
|
722
|
-
setDelay: (intervalInMs) => {
|
|
723
|
-
this.pollerConfig.intervalInMs = intervalInMs;
|
|
724
|
-
},
|
|
725
|
-
setErrorAsResult: this.setErrorAsResult,
|
|
726
|
-
});
|
|
727
|
-
}
|
|
728
|
-
(_a = options === null || options === void 0 ? void 0 : options.fireProgress) === null || _a === void 0 ? void 0 : _a.call(options, this.state);
|
|
729
|
-
return this;
|
|
730
|
-
}
|
|
731
|
-
async cancel() {
|
|
732
|
-
logger.error("`cancelOperation` is deprecated because it wasn't implemented");
|
|
733
|
-
return this;
|
|
734
|
-
}
|
|
735
|
-
/**
|
|
736
|
-
* Serializes the Poller operation.
|
|
737
|
-
*/
|
|
738
|
-
toString() {
|
|
739
|
-
return JSON.stringify({
|
|
740
|
-
state: this.state,
|
|
741
|
-
});
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
// Copyright (c) Microsoft Corporation.
|
|
746
|
-
// Licensed under the MIT license.
|
|
747
|
-
/**
|
|
748
|
-
* When a poller is manually stopped through the `stopPolling` method,
|
|
749
|
-
* the poller will be rejected with an instance of the PollerStoppedError.
|
|
750
|
-
*/
|
|
751
|
-
class PollerStoppedError extends Error {
|
|
752
|
-
constructor(message) {
|
|
753
|
-
super(message);
|
|
754
|
-
this.name = "PollerStoppedError";
|
|
755
|
-
Object.setPrototypeOf(this, PollerStoppedError.prototype);
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
/**
|
|
759
|
-
* When the operation is cancelled, the poller will be rejected with an instance
|
|
760
|
-
* of the PollerCancelledError.
|
|
761
|
-
*/
|
|
762
|
-
class PollerCancelledError extends Error {
|
|
763
|
-
constructor(message) {
|
|
764
|
-
super(message);
|
|
765
|
-
this.name = "PollerCancelledError";
|
|
766
|
-
Object.setPrototypeOf(this, PollerCancelledError.prototype);
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
/**
|
|
770
|
-
* A class that represents the definition of a program that polls through consecutive requests
|
|
771
|
-
* until it reaches a state of completion.
|
|
772
|
-
*
|
|
773
|
-
* A poller can be executed manually, by polling request by request by calling to the `poll()` method repeatedly, until its operation is completed.
|
|
774
|
-
* It also provides a way to wait until the operation completes, by calling `pollUntilDone()` and waiting until the operation finishes.
|
|
775
|
-
* Pollers can also request the cancellation of the ongoing process to whom is providing the underlying long running operation.
|
|
776
|
-
*
|
|
777
|
-
* ```ts
|
|
778
|
-
* const poller = new MyPoller();
|
|
779
|
-
*
|
|
780
|
-
* // Polling just once:
|
|
781
|
-
* await poller.poll();
|
|
782
|
-
*
|
|
783
|
-
* // We can try to cancel the request here, by calling:
|
|
784
|
-
* //
|
|
785
|
-
* // await poller.cancelOperation();
|
|
786
|
-
* //
|
|
787
|
-
*
|
|
788
|
-
* // Getting the final result:
|
|
789
|
-
* const result = await poller.pollUntilDone();
|
|
790
|
-
* ```
|
|
791
|
-
*
|
|
792
|
-
* The Poller is defined by two types, a type representing the state of the poller, which
|
|
793
|
-
* must include a basic set of properties from `PollOperationState<TResult>`,
|
|
794
|
-
* and a return type defined by `TResult`, which can be anything.
|
|
795
|
-
*
|
|
796
|
-
* The Poller class implements the `PollerLike` interface, which allows poller implementations to avoid having
|
|
797
|
-
* to export the Poller's class directly, and instead only export the already instantiated poller with the PollerLike type.
|
|
798
|
-
*
|
|
799
|
-
* ```ts
|
|
800
|
-
* class Client {
|
|
801
|
-
* public async makePoller: PollerLike<MyOperationState, MyResult> {
|
|
802
|
-
* const poller = new MyPoller({});
|
|
803
|
-
* // It might be preferred to return the poller after the first request is made,
|
|
804
|
-
* // so that some information can be obtained right away.
|
|
805
|
-
* await poller.poll();
|
|
806
|
-
* return poller;
|
|
807
|
-
* }
|
|
808
|
-
* }
|
|
809
|
-
*
|
|
810
|
-
* const poller: PollerLike<MyOperationState, MyResult> = myClient.makePoller();
|
|
811
|
-
* ```
|
|
812
|
-
*
|
|
813
|
-
* A poller can be created through its constructor, then it can be polled until it's completed.
|
|
814
|
-
* At any point in time, the state of the poller can be obtained without delay through the getOperationState method.
|
|
815
|
-
* At any point in time, the intermediate forms of the result type can be requested without delay.
|
|
816
|
-
* Once the underlying operation is marked as completed, the poller will stop and the final value will be returned.
|
|
817
|
-
*
|
|
818
|
-
* ```ts
|
|
819
|
-
* const poller = myClient.makePoller();
|
|
820
|
-
* const state: MyOperationState = poller.getOperationState();
|
|
821
|
-
*
|
|
822
|
-
* // The intermediate result can be obtained at any time.
|
|
823
|
-
* const result: MyResult | undefined = poller.getResult();
|
|
824
|
-
*
|
|
825
|
-
* // The final result can only be obtained after the poller finishes.
|
|
826
|
-
* const result: MyResult = await poller.pollUntilDone();
|
|
827
|
-
* ```
|
|
828
|
-
*
|
|
829
|
-
*/
|
|
830
|
-
// eslint-disable-next-line no-use-before-define
|
|
831
|
-
class Poller {
|
|
832
|
-
/**
|
|
833
|
-
* A poller needs to be initialized by passing in at least the basic properties of the `PollOperation<TState, TResult>`.
|
|
834
|
-
*
|
|
835
|
-
* When writing an implementation of a Poller, this implementation needs to deal with the initialization
|
|
836
|
-
* of any custom state beyond the basic definition of the poller. The basic poller assumes that the poller's
|
|
837
|
-
* operation has already been defined, at least its basic properties. The code below shows how to approach
|
|
838
|
-
* the definition of the constructor of a new custom poller.
|
|
839
|
-
*
|
|
840
|
-
* ```ts
|
|
841
|
-
* export class MyPoller extends Poller<MyOperationState, string> {
|
|
842
|
-
* constructor({
|
|
843
|
-
* // Anything you might need outside of the basics
|
|
844
|
-
* }) {
|
|
845
|
-
* let state: MyOperationState = {
|
|
846
|
-
* privateProperty: private,
|
|
847
|
-
* publicProperty: public,
|
|
848
|
-
* };
|
|
849
|
-
*
|
|
850
|
-
* const operation = {
|
|
851
|
-
* state,
|
|
852
|
-
* update,
|
|
853
|
-
* cancel,
|
|
854
|
-
* toString
|
|
855
|
-
* }
|
|
856
|
-
*
|
|
857
|
-
* // Sending the operation to the parent's constructor.
|
|
858
|
-
* super(operation);
|
|
859
|
-
*
|
|
860
|
-
* // You can assign more local properties here.
|
|
861
|
-
* }
|
|
862
|
-
* }
|
|
863
|
-
* ```
|
|
864
|
-
*
|
|
865
|
-
* Inside of this constructor, a new promise is created. This will be used to
|
|
866
|
-
* tell the user when the poller finishes (see `pollUntilDone()`). The promise's
|
|
867
|
-
* resolve and reject methods are also used internally to control when to resolve
|
|
868
|
-
* or reject anyone waiting for the poller to finish.
|
|
869
|
-
*
|
|
870
|
-
* The constructor of a custom implementation of a poller is where any serialized version of
|
|
871
|
-
* a previous poller's operation should be deserialized into the operation sent to the
|
|
872
|
-
* base constructor. For example:
|
|
873
|
-
*
|
|
874
|
-
* ```ts
|
|
875
|
-
* export class MyPoller extends Poller<MyOperationState, string> {
|
|
876
|
-
* constructor(
|
|
877
|
-
* baseOperation: string | undefined
|
|
878
|
-
* ) {
|
|
879
|
-
* let state: MyOperationState = {};
|
|
880
|
-
* if (baseOperation) {
|
|
881
|
-
* state = {
|
|
882
|
-
* ...JSON.parse(baseOperation).state,
|
|
883
|
-
* ...state
|
|
884
|
-
* };
|
|
885
|
-
* }
|
|
886
|
-
* const operation = {
|
|
887
|
-
* state,
|
|
888
|
-
* // ...
|
|
889
|
-
* }
|
|
890
|
-
* super(operation);
|
|
891
|
-
* }
|
|
892
|
-
* }
|
|
893
|
-
* ```
|
|
894
|
-
*
|
|
895
|
-
* @param operation - Must contain the basic properties of `PollOperation<State, TResult>`.
|
|
896
|
-
*/
|
|
897
|
-
constructor(operation) {
|
|
898
|
-
/** controls whether to throw an error if the operation failed or was canceled. */
|
|
899
|
-
this.resolveOnUnsuccessful = false;
|
|
900
|
-
this.stopped = true;
|
|
901
|
-
this.pollProgressCallbacks = [];
|
|
902
|
-
this.operation = operation;
|
|
903
|
-
this.promise = new Promise((resolve, reject) => {
|
|
904
|
-
this.resolve = resolve;
|
|
905
|
-
this.reject = reject;
|
|
906
|
-
});
|
|
907
|
-
// This prevents the UnhandledPromiseRejectionWarning in node.js from being thrown.
|
|
908
|
-
// The above warning would get thrown if `poller.poll` is called, it returns an error,
|
|
909
|
-
// and pullUntilDone did not have a .catch or await try/catch on it's return value.
|
|
910
|
-
this.promise.catch(() => {
|
|
911
|
-
/* intentionally blank */
|
|
912
|
-
});
|
|
913
|
-
}
|
|
914
|
-
/**
|
|
915
|
-
* Starts a loop that will break only if the poller is done
|
|
916
|
-
* or if the poller is stopped.
|
|
917
|
-
*/
|
|
918
|
-
async startPolling(pollOptions = {}) {
|
|
919
|
-
if (this.stopped) {
|
|
920
|
-
this.stopped = false;
|
|
921
|
-
}
|
|
922
|
-
while (!this.isStopped() && !this.isDone()) {
|
|
923
|
-
await this.poll(pollOptions);
|
|
924
|
-
await this.delay();
|
|
925
|
-
}
|
|
926
|
-
}
|
|
927
|
-
/**
|
|
928
|
-
* pollOnce does one polling, by calling to the update method of the underlying
|
|
929
|
-
* poll operation to make any relevant change effective.
|
|
930
|
-
*
|
|
931
|
-
* It only optionally receives an object with an abortSignal property, from \@azure/abort-controller's AbortSignalLike.
|
|
932
|
-
*
|
|
933
|
-
* @param options - Optional properties passed to the operation's update method.
|
|
934
|
-
*/
|
|
935
|
-
async pollOnce(options = {}) {
|
|
936
|
-
if (!this.isDone()) {
|
|
937
|
-
this.operation = await this.operation.update({
|
|
938
|
-
abortSignal: options.abortSignal,
|
|
939
|
-
fireProgress: this.fireProgress.bind(this),
|
|
940
|
-
});
|
|
941
|
-
}
|
|
942
|
-
this.processUpdatedState();
|
|
943
|
-
}
|
|
944
|
-
/**
|
|
945
|
-
* fireProgress calls the functions passed in via onProgress the method of the poller.
|
|
946
|
-
*
|
|
947
|
-
* It loops over all of the callbacks received from onProgress, and executes them, sending them
|
|
948
|
-
* the current operation state.
|
|
949
|
-
*
|
|
950
|
-
* @param state - The current operation state.
|
|
951
|
-
*/
|
|
952
|
-
fireProgress(state) {
|
|
953
|
-
for (const callback of this.pollProgressCallbacks) {
|
|
954
|
-
callback(state);
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
/**
|
|
958
|
-
* Invokes the underlying operation's cancel method.
|
|
959
|
-
*/
|
|
960
|
-
async cancelOnce(options = {}) {
|
|
961
|
-
this.operation = await this.operation.cancel(options);
|
|
962
|
-
}
|
|
963
|
-
/**
|
|
964
|
-
* Returns a promise that will resolve once a single polling request finishes.
|
|
965
|
-
* It does this by calling the update method of the Poller's operation.
|
|
966
|
-
*
|
|
967
|
-
* It only optionally receives an object with an abortSignal property, from \@azure/abort-controller's AbortSignalLike.
|
|
968
|
-
*
|
|
969
|
-
* @param options - Optional properties passed to the operation's update method.
|
|
970
|
-
*/
|
|
971
|
-
poll(options = {}) {
|
|
972
|
-
if (!this.pollOncePromise) {
|
|
973
|
-
this.pollOncePromise = this.pollOnce(options);
|
|
974
|
-
const clearPollOncePromise = () => {
|
|
975
|
-
this.pollOncePromise = undefined;
|
|
976
|
-
};
|
|
977
|
-
this.pollOncePromise.then(clearPollOncePromise, clearPollOncePromise).catch(this.reject);
|
|
978
|
-
}
|
|
979
|
-
return this.pollOncePromise;
|
|
980
|
-
}
|
|
981
|
-
processUpdatedState() {
|
|
982
|
-
if (this.operation.state.error) {
|
|
983
|
-
this.stopped = true;
|
|
984
|
-
if (!this.resolveOnUnsuccessful) {
|
|
985
|
-
this.reject(this.operation.state.error);
|
|
986
|
-
throw this.operation.state.error;
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
if (this.operation.state.isCancelled) {
|
|
990
|
-
this.stopped = true;
|
|
991
|
-
if (!this.resolveOnUnsuccessful) {
|
|
992
|
-
const error = new PollerCancelledError("Operation was canceled");
|
|
993
|
-
this.reject(error);
|
|
994
|
-
throw error;
|
|
995
|
-
}
|
|
996
|
-
}
|
|
997
|
-
if (this.isDone() && this.resolve) {
|
|
998
|
-
// If the poller has finished polling, this means we now have a result.
|
|
999
|
-
// However, it can be the case that TResult is instantiated to void, so
|
|
1000
|
-
// we are not expecting a result anyway. To assert that we might not
|
|
1001
|
-
// have a result eventually after finishing polling, we cast the result
|
|
1002
|
-
// to TResult.
|
|
1003
|
-
this.resolve(this.getResult());
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
/**
|
|
1007
|
-
* Returns a promise that will resolve once the underlying operation is completed.
|
|
1008
|
-
*/
|
|
1009
|
-
async pollUntilDone(pollOptions = {}) {
|
|
1010
|
-
if (this.stopped) {
|
|
1011
|
-
this.startPolling(pollOptions).catch(this.reject);
|
|
1012
|
-
}
|
|
1013
|
-
// This is needed because the state could have been updated by
|
|
1014
|
-
// `cancelOperation`, e.g. the operation is canceled or an error occurred.
|
|
1015
|
-
this.processUpdatedState();
|
|
1016
|
-
return this.promise;
|
|
1017
|
-
}
|
|
1018
|
-
/**
|
|
1019
|
-
* Invokes the provided callback after each polling is completed,
|
|
1020
|
-
* sending the current state of the poller's operation.
|
|
1021
|
-
*
|
|
1022
|
-
* It returns a method that can be used to stop receiving updates on the given callback function.
|
|
1023
|
-
*/
|
|
1024
|
-
onProgress(callback) {
|
|
1025
|
-
this.pollProgressCallbacks.push(callback);
|
|
1026
|
-
return () => {
|
|
1027
|
-
this.pollProgressCallbacks = this.pollProgressCallbacks.filter((c) => c !== callback);
|
|
1028
|
-
};
|
|
1029
|
-
}
|
|
1030
|
-
/**
|
|
1031
|
-
* Returns true if the poller has finished polling.
|
|
1032
|
-
*/
|
|
1033
|
-
isDone() {
|
|
1034
|
-
const state = this.operation.state;
|
|
1035
|
-
return Boolean(state.isCompleted || state.isCancelled || state.error);
|
|
1036
|
-
}
|
|
1037
|
-
/**
|
|
1038
|
-
* Stops the poller from continuing to poll.
|
|
1039
|
-
*/
|
|
1040
|
-
stopPolling() {
|
|
1041
|
-
if (!this.stopped) {
|
|
1042
|
-
this.stopped = true;
|
|
1043
|
-
if (this.reject) {
|
|
1044
|
-
this.reject(new PollerStoppedError("This poller is already stopped"));
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
/**
|
|
1049
|
-
* Returns true if the poller is stopped.
|
|
1050
|
-
*/
|
|
1051
|
-
isStopped() {
|
|
1052
|
-
return this.stopped;
|
|
1053
|
-
}
|
|
1054
|
-
/**
|
|
1055
|
-
* Attempts to cancel the underlying operation.
|
|
1056
|
-
*
|
|
1057
|
-
* It only optionally receives an object with an abortSignal property, from \@azure/abort-controller's AbortSignalLike.
|
|
1058
|
-
*
|
|
1059
|
-
* If it's called again before it finishes, it will throw an error.
|
|
1060
|
-
*
|
|
1061
|
-
* @param options - Optional properties passed to the operation's update method.
|
|
1062
|
-
*/
|
|
1063
|
-
cancelOperation(options = {}) {
|
|
1064
|
-
if (!this.cancelPromise) {
|
|
1065
|
-
this.cancelPromise = this.cancelOnce(options);
|
|
1066
|
-
}
|
|
1067
|
-
else if (options.abortSignal) {
|
|
1068
|
-
throw new Error("A cancel request is currently pending");
|
|
1069
|
-
}
|
|
1070
|
-
return this.cancelPromise;
|
|
1071
|
-
}
|
|
1072
|
-
/**
|
|
1073
|
-
* Returns the state of the operation.
|
|
1074
|
-
*
|
|
1075
|
-
* Even though TState will be the same type inside any of the methods of any extension of the Poller class,
|
|
1076
|
-
* implementations of the pollers can customize what's shared with the public by writing their own
|
|
1077
|
-
* version of the `getOperationState` method, and by defining two types, one representing the internal state of the poller
|
|
1078
|
-
* and a public type representing a safe to share subset of the properties of the internal state.
|
|
1079
|
-
* Their definition of getOperationState can then return their public type.
|
|
1080
|
-
*
|
|
1081
|
-
* Example:
|
|
1082
|
-
*
|
|
1083
|
-
* ```ts
|
|
1084
|
-
* // Let's say we have our poller's operation state defined as:
|
|
1085
|
-
* interface MyOperationState extends PollOperationState<ResultType> {
|
|
1086
|
-
* privateProperty?: string;
|
|
1087
|
-
* publicProperty?: string;
|
|
1088
|
-
* }
|
|
1089
|
-
*
|
|
1090
|
-
* // To allow us to have a true separation of public and private state, we have to define another interface:
|
|
1091
|
-
* interface PublicState extends PollOperationState<ResultType> {
|
|
1092
|
-
* publicProperty?: string;
|
|
1093
|
-
* }
|
|
1094
|
-
*
|
|
1095
|
-
* // Then, we define our Poller as follows:
|
|
1096
|
-
* export class MyPoller extends Poller<MyOperationState, ResultType> {
|
|
1097
|
-
* // ... More content is needed here ...
|
|
1098
|
-
*
|
|
1099
|
-
* public getOperationState(): PublicState {
|
|
1100
|
-
* const state: PublicState = this.operation.state;
|
|
1101
|
-
* return {
|
|
1102
|
-
* // Properties from PollOperationState<TResult>
|
|
1103
|
-
* isStarted: state.isStarted,
|
|
1104
|
-
* isCompleted: state.isCompleted,
|
|
1105
|
-
* isCancelled: state.isCancelled,
|
|
1106
|
-
* error: state.error,
|
|
1107
|
-
* result: state.result,
|
|
1108
|
-
*
|
|
1109
|
-
* // The only other property needed by PublicState.
|
|
1110
|
-
* publicProperty: state.publicProperty
|
|
1111
|
-
* }
|
|
1112
|
-
* }
|
|
1113
|
-
* }
|
|
1114
|
-
* ```
|
|
1115
|
-
*
|
|
1116
|
-
* You can see this in the tests of this repository, go to the file:
|
|
1117
|
-
* `../test/utils/testPoller.ts`
|
|
1118
|
-
* and look for the getOperationState implementation.
|
|
1119
|
-
*/
|
|
1120
|
-
getOperationState() {
|
|
1121
|
-
return this.operation.state;
|
|
1122
|
-
}
|
|
1123
|
-
/**
|
|
1124
|
-
* Returns the result value of the operation,
|
|
1125
|
-
* regardless of the state of the poller.
|
|
1126
|
-
* It can return undefined or an incomplete form of the final TResult value
|
|
1127
|
-
* depending on the implementation.
|
|
1128
|
-
*/
|
|
1129
|
-
getResult() {
|
|
1130
|
-
const state = this.operation.state;
|
|
1131
|
-
return state.result;
|
|
1132
|
-
}
|
|
1133
|
-
/**
|
|
1134
|
-
* Returns a serialized version of the poller's operation
|
|
1135
|
-
* by invoking the operation's toString method.
|
|
1136
|
-
*/
|
|
1137
|
-
toString() {
|
|
1138
|
-
return this.operation.toString();
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
// Copyright (c) Microsoft Corporation.
|
|
1143
|
-
/**
|
|
1144
|
-
* The LRO Engine, a class that performs polling.
|
|
1145
|
-
*/
|
|
1146
|
-
class LroEngine extends Poller {
|
|
1147
|
-
constructor(lro, options) {
|
|
1148
|
-
const { intervalInMs = POLL_INTERVAL_IN_MS, resumeFrom, resolveOnUnsuccessful = false, isDone, lroResourceLocationConfig, processResult, updateState, } = options || {};
|
|
1149
|
-
const state = resumeFrom
|
|
1150
|
-
? deserializeState(resumeFrom)
|
|
1151
|
-
: {};
|
|
1152
|
-
const operation = new GenericPollOperation(state, lro, !resolveOnUnsuccessful, lroResourceLocationConfig, processResult, updateState, isDone);
|
|
1153
|
-
super(operation);
|
|
1154
|
-
this.resolveOnUnsuccessful = resolveOnUnsuccessful;
|
|
1155
|
-
this.config = { intervalInMs: intervalInMs };
|
|
1156
|
-
operation.setPollerConfig(this.config);
|
|
1157
|
-
}
|
|
1158
|
-
/**
|
|
1159
|
-
* The method used by the poller to wait before attempting to update its operation.
|
|
1160
|
-
*/
|
|
1161
|
-
delay() {
|
|
1162
|
-
return new Promise((resolve) => setTimeout(() => resolve(), this.config.intervalInMs));
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
exports.LroEngine = LroEngine;
|
|
1167
|
-
exports.Poller = Poller;
|
|
1168
|
-
exports.PollerCancelledError = PollerCancelledError;
|
|
1169
|
-
exports.PollerStoppedError = PollerStoppedError;
|
|
1170
|
-
exports.createHttpPoller = createHttpPoller;
|
|
1171
|
-
//# sourceMappingURL=index.js.map
|