@stackable-labs/cli-app-extension 2.5.0 → 2.7.0
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 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -618,12 +618,6 @@ var SettingsPrompt = ({ defaultDir, onSubmit, onBack }) => {
|
|
|
618
618
|
var asClerkUserId = (value) => value;
|
|
619
619
|
var asClerkOrgId = (value) => value;
|
|
620
620
|
|
|
621
|
-
// ../../lib/contracts/src/custom.ts
|
|
622
|
-
var CUSTOM_ROLE = {
|
|
623
|
-
SUPER_ADMIN: "super_admin"
|
|
624
|
-
};
|
|
625
|
-
new Set(Object.values(CUSTOM_ROLE));
|
|
626
|
-
|
|
627
621
|
// ../../lib/contracts/src/fields.ts
|
|
628
622
|
var FIELD_TYPE = {
|
|
629
623
|
TEXTAREA: "textarea",
|