@ocap/proto
Advanced tools
Comparing version 1.18.142 to 1.18.143
@@ -192,2 +192,7 @@ // Generate by [js2dts@0.3.3](https://github.com/whxaxes/js2dts#readme) | ||
export enum TokenFlowDirection { | ||
IN = 0, | ||
OUT = 1, | ||
} | ||
export enum SupportedTxs { | ||
@@ -246,2 +251,3 @@ 0 = AccountMigrateTx, | ||
Validity: typeof Enums.Validity; | ||
TokenFlowDirection: typeof Enums.TokenFlowDirection; | ||
SupportedTxs: typeof Enums.SupportedTxs; | ||
@@ -437,2 +443,7 @@ SupportedStakes: typeof Enums.SupportedStakes; | ||
export enum TokenFlowDirection { | ||
0 = IN, | ||
1 = OUT, | ||
} | ||
export interface main { | ||
@@ -451,3 +462,4 @@ StatusCode: typeof Messages.StatusCode; | ||
Validity: typeof Messages.Validity; | ||
TokenFlowDirection: typeof Messages.TokenFlowDirection; | ||
} | ||
} |
{ | ||
"name": "@ocap/proto", | ||
"description": "Static modules generated from forge-sdk protobuf files", | ||
"version": "1.18.142", | ||
"version": "1.18.143", | ||
"author": { | ||
@@ -51,3 +51,3 @@ "name": "wangshijun", | ||
}, | ||
"gitHead": "fa18a9eddbb0cad69398c69c7930018593f4fb31" | ||
"gitHead": "d60db9ab9a62de1d99cf1fba59866592860bed22" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1825354
57720