@wix/entity-advanced-permissions 1.1389.0 → 1.1390.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.
@@ -83,7 +83,6 @@ export interface EntityAdvancedPermissionsProps {
83
83
  theme?: string;
84
84
  isSitePublished?: string;
85
85
  availability?: string;
86
- showHiddenFolder_app?: boolean;
87
86
  locale?: string;
88
87
  triggerBiEventHiddenCheckboxClick?: (hiddenValue: boolean) => void;
89
88
  }
@@ -138,7 +137,6 @@ export interface HideFolderProps {
138
137
  checkboxLearnMore: string;
139
138
  locale: string;
140
139
  triggerBiEventHiddenCheckboxClick: (hiddenValue: boolean) => void;
141
- isExperimentOn?: boolean;
142
140
  }
143
141
  export interface HeaderProps {
144
142
  isDashboard: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/entity-advanced-permissions",
3
- "version": "1.1389.0",
3
+ "version": "1.1390.0",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "essam",
@@ -108,5 +108,5 @@
108
108
  }
109
109
  }
110
110
  },
111
- "falconPackageHash": "43b25207af01b8ac132083f9d1a7bec3110cadfc865e7fd5618036a3"
111
+ "falconPackageHash": "f785e790021208b5f1808bd858ea061e8c84c9b833c950e3b4c208a9"
112
112
  }