@stackable-labs/cli-app-extension 1.102.0 → 1.102.1
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/index.js +0 -13
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -624,19 +624,6 @@ var CUSTOM_ROLE = {
|
|
|
624
624
|
};
|
|
625
625
|
new Set(Object.values(CUSTOM_ROLE));
|
|
626
626
|
|
|
627
|
-
// ../../lib/contracts/src/permissions.ts
|
|
628
|
-
var ORG_ROLE = {
|
|
629
|
-
ADMIN: "org:admin",
|
|
630
|
-
MEMBER: "org:member"
|
|
631
|
-
};
|
|
632
|
-
var EDITOR_ROLES = [
|
|
633
|
-
ORG_ROLE.ADMIN
|
|
634
|
-
];
|
|
635
|
-
[
|
|
636
|
-
...Object.values(EDITOR_ROLES),
|
|
637
|
-
ORG_ROLE.MEMBER
|
|
638
|
-
];
|
|
639
|
-
|
|
640
627
|
// ../../lib/contracts/src/fields.ts
|
|
641
628
|
var FIELD_TYPE = {
|
|
642
629
|
TEXTAREA: "textarea",
|