@camstack/system 1.1.13 → 1.1.14

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.
@@ -1,7 +1,7 @@
1
- import { ProviderRegistration, BaseAddon, DeviceBindingEntry } from '@camstack/types';
2
- import { ContributionShape } from './device-meta-types.js';
1
+ import { DeviceBindingEntry, BaseAddon, ProviderRegistration } from '@camstack/types';
3
2
  import { mergeAggregates } from './device-aggregation-merge.js';
4
- import { ResolvedTargetLink, DependentLink } from './device-link-overlay.js';
3
+ import { DependentLink, ResolvedTargetLink } from './device-link-overlay.js';
4
+ import { ContributionShape } from './device-meta-types.js';
5
5
  export { mergeAggregates };
6
6
  export declare class DeviceManagerAddon extends BaseAddon {
7
7
  constructor();
@@ -98,6 +98,12 @@ export declare class DeviceManagerAddon extends BaseAddon {
98
98
  private requireDeviceProvider;
99
99
  /** Require a device-adoption provider by addonId — throws if not found. */
100
100
  private requireDeviceAdoptionProvider;
101
+ /** Addon ids that currently register a `device-provider`. */
102
+ private listDeviceProviderIds;
103
+ /** "provider-gree" → "Gree" — a human label for the discovery modal. */
104
+ private discoveryProviderLabel;
105
+ /** Provider ids that report `supportsDiscovery() === true` (probed in parallel). */
106
+ private listDiscoveryCapableProviderIds;
101
107
  /** Build the dependency context the extracted binding resolvers consume. */
102
108
  private get bindingsDeps();
103
109
  getBindings(input: {