@etherean/etherean-grpc
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -229,2 +229,8 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies,optimize_code_size,output_javascript | ||
userId?: UserId; | ||
/** | ||
* Optional field - false by default | ||
* | ||
* @generated from protobuf field: optional bool activated_only = 4; | ||
*/ | ||
activatedOnly?: boolean; | ||
} | ||
@@ -231,0 +237,0 @@ /** |
@@ -153,3 +153,4 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies,optimize_code_size,output_javascript | ||
{ no: 2, name: "next_page_token", kind: "scalar", opt: true, T: 3 /*ScalarType.INT64*/, L: 0 /*LongType.BIGINT*/ }, | ||
{ no: 3, name: "user_id", kind: "message", T: () => UserId } | ||
{ no: 3, name: "user_id", kind: "message", T: () => UserId }, | ||
{ no: 4, name: "activated_only", kind: "scalar", opt: true, T: 8 /*ScalarType.BOOL*/ } | ||
]); | ||
@@ -156,0 +157,0 @@ } |
{ | ||
"name": "@etherean/etherean-grpc", | ||
"type": "module", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
250157
4928