@learncard/learn-card-plugin 1.1.15 → 1.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/learn-card-plugin.cjs.development.js +14 -1
- package/dist/learn-card-plugin.cjs.development.js.map +3 -3
- package/dist/learn-card-plugin.cjs.production.min.js +1 -1
- package/dist/learn-card-plugin.cjs.production.min.js.map +4 -4
- package/dist/learn-card-plugin.esm.js +14 -1
- package/dist/learn-card-plugin.esm.js.map +3 -3
- package/package.json +4 -4
|
@@ -3810,6 +3810,19 @@ var LCNBoostClaimLinkOptionsValidator = mod.object({
|
|
|
3810
3810
|
ttlSeconds: mod.number().optional(),
|
|
3811
3811
|
totalUses: mod.number().optional()
|
|
3812
3812
|
});
|
|
3813
|
+
var BoostPermissionsValidator = mod.object({
|
|
3814
|
+
role: mod.string(),
|
|
3815
|
+
canEdit: mod.boolean(),
|
|
3816
|
+
canIssue: mod.boolean(),
|
|
3817
|
+
canRevoke: mod.boolean(),
|
|
3818
|
+
canManagePermissions: mod.boolean(),
|
|
3819
|
+
canIssueChildren: mod.string(),
|
|
3820
|
+
canCreateChildren: mod.string(),
|
|
3821
|
+
canEditChildren: mod.string(),
|
|
3822
|
+
canRevokeChildren: mod.string(),
|
|
3823
|
+
canManageChildrenPermissions: mod.string(),
|
|
3824
|
+
canViewAnalytics: mod.boolean()
|
|
3825
|
+
});
|
|
3813
3826
|
var LCNSigningAuthorityValidator = mod.object({
|
|
3814
3827
|
endpoint: mod.string()
|
|
3815
3828
|
});
|
|
@@ -3980,7 +3993,7 @@ var LCNNotificationValidator = mod.object({
|
|
|
3980
3993
|
sent: mod.string().datetime().optional()
|
|
3981
3994
|
});
|
|
3982
3995
|
|
|
3983
|
-
// ../../../node_modules/.pnpm/@babel+runtime@7.
|
|
3996
|
+
// ../../../node_modules/.pnpm/@babel+runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
3984
3997
|
function _typeof(o) {
|
|
3985
3998
|
"@babel/helpers - typeof";
|
|
3986
3999
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|