@acequants/aegis-contracts 0.1.51 → 0.1.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acequants/aegis-contracts",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -201,15 +201,6 @@ message GrpcDtoUserRole {
201
201
  google.protobuf.Timestamp updated_at = 5;
202
202
  }
203
203
 
204
- // message GrpcDtoUserAccountType {
205
- // string public_id = 1;
206
- // string name = 2;
207
-
208
- // google.protobuf.Timestamp created_at = 3;
209
- // google.protobuf.Timestamp updated_at = 4;
210
- // google.protobuf.Timestamp deleted_at = 5;
211
- // }
212
-
213
204
  message GrpcInputUserAccountTypeSeed {
214
205
  string name = 1;
215
206
  }