@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;