@golocalinteractive/golocal-cloud-wrapper 1.3.19 → 1.3.20
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.
|
@@ -10456,12 +10456,14 @@ const Po = {
|
|
|
10456
10456
|
{
|
|
10457
10457
|
title: "FMS Connections",
|
|
10458
10458
|
url: "/configuration/connections",
|
|
10459
|
-
icon: "KeyRound"
|
|
10459
|
+
icon: "KeyRound",
|
|
10460
|
+
permissions: ["cred:read:credentials"]
|
|
10460
10461
|
},
|
|
10461
10462
|
{
|
|
10462
10463
|
title: "Subscriptions",
|
|
10463
10464
|
url: "/configuration/subscriptions",
|
|
10464
|
-
icon: "CalendarSync"
|
|
10465
|
+
icon: "CalendarSync",
|
|
10466
|
+
permissions: ["glc:org:read:subscriptions"]
|
|
10465
10467
|
}
|
|
10466
10468
|
]
|
|
10467
10469
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golocalinteractive/golocal-cloud-wrapper",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.20",
|
|
4
4
|
"description": "A React provider component for Go Local Interactive's cloud services",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Tanner Barrett, Cody Lacey, Go Local Interactive",
|