@teespring/user-identity-service-proto
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -83,4 +83,4 @@ // package: useridentityservice.v1 | ||
getUserId(): number; | ||
setUserId(value: number): void; | ||
getId(): number; | ||
setId(value: number): void; | ||
@@ -103,3 +103,3 @@ getMessage(): string; | ||
success?: google_protobuf_wrappers_pb.BoolValue.AsObject, | ||
userId: number, | ||
id: number, | ||
message: string, | ||
@@ -106,0 +106,0 @@ } |
@@ -654,3 +654,3 @@ // source: useridentityservice/v1/useridentityservice.proto | ||
success: (f = msg.getSuccess()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f), | ||
userId: jspb.Message.getFieldWithDefault(msg, 2, 0), | ||
id: jspb.Message.getFieldWithDefault(msg, 2, 0), | ||
message: jspb.Message.getFieldWithDefault(msg, 3, "") | ||
@@ -700,3 +700,3 @@ }; | ||
var value = /** @type {number} */ (reader.readInt32()); | ||
msg.setUserId(value); | ||
msg.setId(value); | ||
break; | ||
@@ -744,3 +744,3 @@ case 3: | ||
} | ||
f = message.getUserId(); | ||
f = message.getId(); | ||
if (f !== 0) { | ||
@@ -800,6 +800,6 @@ writer.writeInt32( | ||
/** | ||
* optional int32 user_id = 2; | ||
* optional int32 id = 2; | ||
* @return {number} | ||
*/ | ||
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.getUserId = function() { | ||
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.getId = function() { | ||
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); | ||
@@ -813,3 +813,3 @@ }; | ||
*/ | ||
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.setUserId = function(value) { | ||
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.setId = function(value) { | ||
return jspb.Message.setProto3IntField(this, 2, value); | ||
@@ -816,0 +816,0 @@ }; |
{ | ||
"name": "@teespring/user-identity-service-proto", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "User/Identity Service proto files and generated code", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
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
59987