@revibase/core 0.0.26 → 0.0.28

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/dist/index.d.cts CHANGED
@@ -2969,7 +2969,7 @@ type AuthenticationContext = {
2969
2969
  type BaseResponse = {
2970
2970
  signer: string;
2971
2971
  userAddressTreeIndex?: number;
2972
- additionalInfo?: unknown;
2972
+ additionalInfo?: any;
2973
2973
  };
2974
2974
  type TransactionPayloadWithBase64MessageBytes = {
2975
2975
  transactionActionType: TransactionActionType;
package/dist/index.d.ts CHANGED
@@ -2969,7 +2969,7 @@ type AuthenticationContext = {
2969
2969
  type BaseResponse = {
2970
2970
  signer: string;
2971
2971
  userAddressTreeIndex?: number;
2972
- additionalInfo?: unknown;
2972
+ additionalInfo?: any;
2973
2973
  };
2974
2974
  type TransactionPayloadWithBase64MessageBytes = {
2975
2975
  transactionActionType: TransactionActionType;