@revibase/core 0.0.27 → 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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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?:
|
|
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?:
|
|
2972
|
+
additionalInfo?: any;
|
|
2973
2973
|
};
|
|
2974
2974
|
type TransactionPayloadWithBase64MessageBytes = {
|
|
2975
2975
|
transactionActionType: TransactionActionType;
|