Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ts-proto from 1.146.0 to 1.148.1 in /impl/ts-proto #65

Merged
merged 3 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions impl/ts-proto/gen/conformance/conformance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,14 @@ export const FailureSet = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

message.failure.push(reader.string());
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down Expand Up @@ -301,70 +301,70 @@ export const ConformanceRequest = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

message.payload = { $case: "protobufPayload", protobufPayload: reader.bytes() };
continue;
case 2:
if (tag != 18) {
if (tag !== 18) {
break;
}

message.payload = { $case: "jsonPayload", jsonPayload: reader.string() };
continue;
case 7:
if (tag != 58) {
if (tag !== 58) {
break;
}

message.payload = { $case: "jspbPayload", jspbPayload: reader.string() };
continue;
case 8:
if (tag != 66) {
if (tag !== 66) {
break;
}

message.payload = { $case: "textPayload", textPayload: reader.string() };
continue;
case 3:
if (tag != 24) {
if (tag !== 24) {
break;
}

message.requestedOutputFormat = reader.int32() as any;
continue;
case 4:
if (tag != 34) {
if (tag !== 34) {
break;
}

message.messageType = reader.string();
continue;
case 5:
if (tag != 40) {
if (tag !== 40) {
break;
}

message.testCategory = reader.int32() as any;
continue;
case 6:
if (tag != 50) {
if (tag !== 50) {
break;
}

message.jspbEncodingOptions = JspbEncodingConfig.decode(reader, reader.uint32());
continue;
case 9:
if (tag != 72) {
if (tag !== 72) {
break;
}

message.printUnknownFields = reader.bool();
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down Expand Up @@ -504,70 +504,70 @@ export const ConformanceResponse = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

message.result = { $case: "parseError", parseError: reader.string() };
continue;
case 6:
if (tag != 50) {
if (tag !== 50) {
break;
}

message.result = { $case: "serializeError", serializeError: reader.string() };
continue;
case 9:
if (tag != 74) {
if (tag !== 74) {
break;
}

message.result = { $case: "timeoutError", timeoutError: reader.string() };
continue;
case 2:
if (tag != 18) {
if (tag !== 18) {
break;
}

message.result = { $case: "runtimeError", runtimeError: reader.string() };
continue;
case 3:
if (tag != 26) {
if (tag !== 26) {
break;
}

message.result = { $case: "protobufPayload", protobufPayload: reader.bytes() };
continue;
case 4:
if (tag != 34) {
if (tag !== 34) {
break;
}

message.result = { $case: "jsonPayload", jsonPayload: reader.string() };
continue;
case 5:
if (tag != 42) {
if (tag !== 42) {
break;
}

message.result = { $case: "skipped", skipped: reader.string() };
continue;
case 7:
if (tag != 58) {
if (tag !== 58) {
break;
}

message.result = { $case: "jspbPayload", jspbPayload: reader.string() };
continue;
case 8:
if (tag != 66) {
if (tag !== 66) {
break;
}

message.result = { $case: "textPayload", textPayload: reader.string() };
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down Expand Up @@ -704,14 +704,14 @@ export const JspbEncodingConfig = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 8) {
if (tag !== 8) {
break;
}

message.useJspbArrayAnyFormat = reader.bool();
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down
6 changes: 3 additions & 3 deletions impl/ts-proto/gen/google/protobuf/any.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,21 @@ export const Any = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

message.typeUrl = reader.string();
continue;
case 2:
if (tag != 18) {
if (tag !== 18) {
break;
}

message.value = reader.bytes();
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down
6 changes: 3 additions & 3 deletions impl/ts-proto/gen/google/protobuf/duration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,21 @@ export const Duration = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 8) {
if (tag !== 8) {
break;
}

message.seconds = longToNumber(reader.int64() as Long);
continue;
case 2:
if (tag != 16) {
if (tag !== 16) {
break;
}

message.nanos = reader.int32();
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down
4 changes: 2 additions & 2 deletions impl/ts-proto/gen/google/protobuf/field_mask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@ export const FieldMask = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

message.paths.push(reader.string());
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down
28 changes: 14 additions & 14 deletions impl/ts-proto/gen/google/protobuf/struct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const Struct = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

Expand All @@ -113,7 +113,7 @@ export const Struct = {
}
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down Expand Up @@ -203,21 +203,21 @@ export const Struct_FieldsEntry = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

message.key = reader.string();
continue;
case 2:
if (tag != 18) {
if (tag !== 18) {
break;
}

message.value = Value.unwrap(Value.decode(reader, reader.uint32()));
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down Expand Up @@ -285,49 +285,49 @@ export const Value = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 8) {
if (tag !== 8) {
break;
}

message.kind = { $case: "nullValue", nullValue: reader.int32() as any };
continue;
case 2:
if (tag != 17) {
if (tag !== 17) {
break;
}

message.kind = { $case: "numberValue", numberValue: reader.double() };
continue;
case 3:
if (tag != 26) {
if (tag !== 26) {
break;
}

message.kind = { $case: "stringValue", stringValue: reader.string() };
continue;
case 4:
if (tag != 32) {
if (tag !== 32) {
break;
}

message.kind = { $case: "boolValue", boolValue: reader.bool() };
continue;
case 5:
if (tag != 42) {
if (tag !== 42) {
break;
}

message.kind = { $case: "structValue", structValue: Struct.unwrap(Struct.decode(reader, reader.uint32())) };
continue;
case 6:
if (tag != 50) {
if (tag !== 50) {
break;
}

message.kind = { $case: "listValue", listValue: ListValue.unwrap(ListValue.decode(reader, reader.uint32())) };
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down Expand Up @@ -463,14 +463,14 @@ export const ListValue = {
const tag = reader.uint32();
switch (tag >>> 3) {
case 1:
if (tag != 10) {
if (tag !== 10) {
break;
}

message.values.push(Value.unwrap(Value.decode(reader, reader.uint32())));
continue;
}
if ((tag & 7) == 4 || tag == 0) {
if ((tag & 7) === 4 || tag === 0) {
break;
}
reader.skipType(tag & 7);
Expand Down
Loading