@dendotdev/grunt 1.0.7 → 1.0.8

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.mjs CHANGED
@@ -1733,18 +1733,6 @@ var SettingsModule = class extends ModuleBase {
1733
1733
  constructor(client) {
1734
1734
  super(client, HALO_CORE_ENDPOINTS.SETTINGS_ORIGIN);
1735
1735
  }
1736
- /**
1737
- * Get the clearance level for the current player.
1738
- *
1739
- * Returns feature flags and flight IDs the player has access to.
1740
- *
1741
- * @returns Flighted feature flags
1742
- */
1743
- getClearanceLevel() {
1744
- return this.get("/hi/clearance", {
1745
- useSpartanToken: true
1746
- });
1747
- }
1748
1736
  /**
1749
1737
  * Get a list of features enabled for a given flight.
1750
1738
  *