@learncard/learn-card-plugin 1.1.16 → 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
|
@@ -3786,6 +3786,19 @@ var LCNBoostClaimLinkOptionsValidator = mod.object({
|
|
|
3786
3786
|
ttlSeconds: mod.number().optional(),
|
|
3787
3787
|
totalUses: mod.number().optional()
|
|
3788
3788
|
});
|
|
3789
|
+
var BoostPermissionsValidator = mod.object({
|
|
3790
|
+
role: mod.string(),
|
|
3791
|
+
canEdit: mod.boolean(),
|
|
3792
|
+
canIssue: mod.boolean(),
|
|
3793
|
+
canRevoke: mod.boolean(),
|
|
3794
|
+
canManagePermissions: mod.boolean(),
|
|
3795
|
+
canIssueChildren: mod.string(),
|
|
3796
|
+
canCreateChildren: mod.string(),
|
|
3797
|
+
canEditChildren: mod.string(),
|
|
3798
|
+
canRevokeChildren: mod.string(),
|
|
3799
|
+
canManageChildrenPermissions: mod.string(),
|
|
3800
|
+
canViewAnalytics: mod.boolean()
|
|
3801
|
+
});
|
|
3789
3802
|
var LCNSigningAuthorityValidator = mod.object({
|
|
3790
3803
|
endpoint: mod.string()
|
|
3791
3804
|
});
|
|
@@ -3956,7 +3969,7 @@ var LCNNotificationValidator = mod.object({
|
|
|
3956
3969
|
sent: mod.string().datetime().optional()
|
|
3957
3970
|
});
|
|
3958
3971
|
|
|
3959
|
-
// ../../../node_modules/.pnpm/@babel+runtime@7.
|
|
3972
|
+
// ../../../node_modules/.pnpm/@babel+runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
3960
3973
|
function _typeof(o) {
|
|
3961
3974
|
"@babel/helpers - typeof";
|
|
3962
3975
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|