@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 +1 -1
- package/proto/auth/v1/auth.proto +0 -9
package/package.json
CHANGED
package/proto/auth/v1/auth.proto
CHANGED
|
@@ -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
|
}
|