@acequants/aegis-contracts 0.1.34 → 0.1.35
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
package/proto/auth/v1/auth.proto
CHANGED
|
@@ -45,7 +45,7 @@ message GrpcDtoClient {
|
|
|
45
45
|
string publicId = 1;
|
|
46
46
|
string name = 2;
|
|
47
47
|
optional string description = 3;
|
|
48
|
-
GrpcDtoClientType clientType = 4;
|
|
48
|
+
optional GrpcDtoClientType clientType = 4;
|
|
49
49
|
google.protobuf.Timestamp createdAt = 5;
|
|
50
50
|
google.protobuf.Timestamp updatedAt = 6;
|
|
51
51
|
google.protobuf.Timestamp deletedAt = 7;
|
|
@@ -219,7 +219,7 @@ message GrpcDtoClient {
|
|
|
219
219
|
string publicId = 1;
|
|
220
220
|
string name = 2;
|
|
221
221
|
optional string description = 3;
|
|
222
|
-
GrpcDtoClientType clientType = 4;
|
|
222
|
+
optional GrpcDtoClientType clientType = 4;
|
|
223
223
|
google.protobuf.Timestamp createdAt = 5;
|
|
224
224
|
google.protobuf.Timestamp updatedAt = 6;
|
|
225
225
|
google.protobuf.Timestamp deletedAt = 7;
|