@transcommerce/cwm-shared 1.1.22 → 1.1.23
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.
|
@@ -26863,16 +26863,17 @@ const MockInventoryApiResponse = {
|
|
|
26863
26863
|
};
|
|
26864
26864
|
|
|
26865
26865
|
const MockConfig = {
|
|
26866
|
+
"companyName": "Test Weed Dispensary",
|
|
26866
26867
|
"authConfig": {
|
|
26867
26868
|
"logLevel": "Info",
|
|
26868
26869
|
"configConnectString": "Endpoint=https://cheap-weed-menus-appconfig.azconfig.io;Id=tyjA;Secret=1FgL95lHkXViZX4Qf2GcRqn26mhTYDVYany8ToXpTnO68AzrdUUEJQQJ99AHAC8vTInIcYexAAACAZACsteF",
|
|
26869
26870
|
"clientId": "af1486e0-a27f-4c8d-8503-0752d90ce72d",
|
|
26870
|
-
"tenantId": "
|
|
26871
|
-
"authority": "https://login.microsoft.com/
|
|
26871
|
+
"tenantId": "72950c7a-314c-4ce9-87e5-a9866db20070",
|
|
26872
|
+
"authority": "https://login.microsoft.com/72950c7a-314c-4ce9-87e5-a9866db20070",
|
|
26872
26873
|
"scopes": "openid,email,profile",
|
|
26873
|
-
"menu_uri": "http://localhost:
|
|
26874
|
-
"redirect_uri": "https://
|
|
26875
|
-
"logout_redirect_uri": "https://
|
|
26874
|
+
"menu_uri": "http://localhost:4280/",
|
|
26875
|
+
"redirect_uri": "https://localhost:4280",
|
|
26876
|
+
"logout_redirect_uri": "https://localhost:4280/logout",
|
|
26876
26877
|
"prompt": "login"
|
|
26877
26878
|
},
|
|
26878
26879
|
"apiConfig": {
|
|
@@ -26960,7 +26961,7 @@ const MockConfig = {
|
|
|
26960
26961
|
};
|
|
26961
26962
|
|
|
26962
26963
|
const MockProfile = {
|
|
26963
|
-
"companyName": "
|
|
26964
|
+
"companyName": "Test Weed Dispensary",
|
|
26964
26965
|
"businessPhones": ["503.555.1212"],
|
|
26965
26966
|
"displayName": "Demo User",
|
|
26966
26967
|
"givenName": "Demo",
|