@ax-llm/ax 15.0.0 → 15.0.2

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/index.d.cts CHANGED
@@ -918,6 +918,7 @@ declare class AxSignature<_TInput extends Record<string, any> = Record<string, a
918
918
  private updateHashLight;
919
919
  private updateHash;
920
920
  private validateSignatureConsistency;
921
+ hasComplexFields: () => boolean;
921
922
  validate: () => boolean;
922
923
  hash: () => string;
923
924
  toString: () => string;
package/index.d.ts CHANGED
@@ -918,6 +918,7 @@ declare class AxSignature<_TInput extends Record<string, any> = Record<string, a
918
918
  private updateHashLight;
919
919
  private updateHash;
920
920
  private validateSignatureConsistency;
921
+ hasComplexFields: () => boolean;
921
922
  validate: () => boolean;
922
923
  hash: () => string;
923
924
  toString: () => string;