@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.cjs +32 -32
- package/index.cjs.map +1 -1
- package/index.d.cts +1 -0
- package/index.d.ts +1 -0
- package/index.global.js +33 -33
- package/index.global.js.map +1 -1
- package/index.js +32 -32
- package/index.js.map +1 -1
- package/package.json +1 -1
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;
|