@learncard/ceramic-plugin 1.0.14 → 1.0.15
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/ceramic-plugin.cjs.development.js +14 -1
- package/dist/ceramic-plugin.cjs.development.js.map +3 -3
- package/dist/ceramic-plugin.cjs.production.min.js +104 -104
- package/dist/ceramic-plugin.cjs.production.min.js.map +4 -4
- package/dist/ceramic-plugin.esm.js +14 -1
- package/dist/ceramic-plugin.esm.js.map +3 -3
- package/package.json +4 -4
|
@@ -46021,7 +46021,7 @@ var StreamRef;
|
|
|
46021
46021
|
StreamRef2.from = from4;
|
|
46022
46022
|
})(StreamRef || (StreamRef = {}));
|
|
46023
46023
|
|
|
46024
|
-
// ../../../node_modules/.pnpm/tslib@2.
|
|
46024
|
+
// ../../../node_modules/.pnpm/tslib@2.8.0/node_modules/tslib/tslib.es6.mjs
|
|
46025
46025
|
var extendStatics = /* @__PURE__ */ __name(function(d, b) {
|
|
46026
46026
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
46027
46027
|
d2.__proto__ = b2;
|
|
@@ -53548,6 +53548,19 @@ var LCNBoostClaimLinkOptionsValidator = mod.object({
|
|
|
53548
53548
|
ttlSeconds: mod.number().optional(),
|
|
53549
53549
|
totalUses: mod.number().optional()
|
|
53550
53550
|
});
|
|
53551
|
+
var BoostPermissionsValidator = mod.object({
|
|
53552
|
+
role: mod.string(),
|
|
53553
|
+
canEdit: mod.boolean(),
|
|
53554
|
+
canIssue: mod.boolean(),
|
|
53555
|
+
canRevoke: mod.boolean(),
|
|
53556
|
+
canManagePermissions: mod.boolean(),
|
|
53557
|
+
canIssueChildren: mod.string(),
|
|
53558
|
+
canCreateChildren: mod.string(),
|
|
53559
|
+
canEditChildren: mod.string(),
|
|
53560
|
+
canRevokeChildren: mod.string(),
|
|
53561
|
+
canManageChildrenPermissions: mod.string(),
|
|
53562
|
+
canViewAnalytics: mod.boolean()
|
|
53563
|
+
});
|
|
53551
53564
|
var LCNSigningAuthorityValidator = mod.object({
|
|
53552
53565
|
endpoint: mod.string()
|
|
53553
53566
|
});
|