@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
|
@@ -46017,7 +46017,7 @@ var StreamRef;
|
|
|
46017
46017
|
StreamRef2.from = from4;
|
|
46018
46018
|
})(StreamRef || (StreamRef = {}));
|
|
46019
46019
|
|
|
46020
|
-
// ../../../node_modules/.pnpm/tslib@2.
|
|
46020
|
+
// ../../../node_modules/.pnpm/tslib@2.8.0/node_modules/tslib/tslib.es6.mjs
|
|
46021
46021
|
var extendStatics = /* @__PURE__ */ __name(function(d, b) {
|
|
46022
46022
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
46023
46023
|
d2.__proto__ = b2;
|
|
@@ -53544,6 +53544,19 @@ var LCNBoostClaimLinkOptionsValidator = mod.object({
|
|
|
53544
53544
|
ttlSeconds: mod.number().optional(),
|
|
53545
53545
|
totalUses: mod.number().optional()
|
|
53546
53546
|
});
|
|
53547
|
+
var BoostPermissionsValidator = mod.object({
|
|
53548
|
+
role: mod.string(),
|
|
53549
|
+
canEdit: mod.boolean(),
|
|
53550
|
+
canIssue: mod.boolean(),
|
|
53551
|
+
canRevoke: mod.boolean(),
|
|
53552
|
+
canManagePermissions: mod.boolean(),
|
|
53553
|
+
canIssueChildren: mod.string(),
|
|
53554
|
+
canCreateChildren: mod.string(),
|
|
53555
|
+
canEditChildren: mod.string(),
|
|
53556
|
+
canRevokeChildren: mod.string(),
|
|
53557
|
+
canManageChildrenPermissions: mod.string(),
|
|
53558
|
+
canViewAnalytics: mod.boolean()
|
|
53559
|
+
});
|
|
53547
53560
|
var LCNSigningAuthorityValidator = mod.object({
|
|
53548
53561
|
endpoint: mod.string()
|
|
53549
53562
|
});
|