@hashgraphonline/standards-sdk 0.0.29 → 0.0.30

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.
@@ -98,6 +98,7 @@ export interface InscribeImageResponse {
98
98
  export interface AIAgentMetadata {
99
99
  type: 'autonomous' | 'manual';
100
100
  }
101
+ export declare const capabilityNameToCapabilityMap: Record<string, AIAgentCapability>;
101
102
  export declare class HCS11Client {
102
103
  private client;
103
104
  private auth;
@@ -33723,6 +33723,7 @@ export {
33723
33723
  TopicCreationError,
33724
33724
  WasmBridge,
33725
33725
  accountIdsToExemptKeys,
33726
+ capabilityNameToCapabilityMap,
33726
33727
  inscribe,
33727
33728
  inscribeWithSigner,
33728
33729
  retrieveInscription,