You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "partnerApp.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -562,9 +562,6 @@ class CreatePartnerAppResult$Type extends MessageType<CreatePartnerAppResult> {
|
||||
/* string PartnerAppID = 4 [json_name = "PartnerAppID"]; */
|
||||
if (message.PartnerAppID !== "")
|
||||
writer.tag(4, WireType.LengthDelimited).string(message.PartnerAppID);
|
||||
/* string PartnerAppJWT = 11 [json_name = "PartnerAppJWT"]; */
|
||||
if (message.PartnerAppJWT !== "")
|
||||
writer.tag(11, WireType.LengthDelimited).string(message.PartnerAppJWT);
|
||||
/* api.CoreEndpoint Core = 5 [json_name = "Core"]; */
|
||||
if (message.Core)
|
||||
CoreEndpoint.internalBinaryWrite(message.Core, writer.tag(5, WireType.LengthDelimited).fork(), options).join();
|
||||
@@ -583,6 +580,9 @@ class CreatePartnerAppResult$Type extends MessageType<CreatePartnerAppResult> {
|
||||
/* api.StorageEndpoint Storage = 10 [json_name = "Storage"]; */
|
||||
if (message.Storage)
|
||||
StorageEndpoint.internalBinaryWrite(message.Storage, writer.tag(10, WireType.LengthDelimited).fork(), options).join();
|
||||
/* string PartnerAppJWT = 11 [json_name = "PartnerAppJWT"]; */
|
||||
if (message.PartnerAppJWT !== "")
|
||||
writer.tag(11, WireType.LengthDelimited).string(message.PartnerAppJWT);
|
||||
let u = options.writeUnknownFields;
|
||||
if (u !== false)
|
||||
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
||||
@@ -858,7 +858,7 @@ export const ListPartnerAppsRequest = new ListPartnerAppsRequest$Type();
|
||||
class ListPartnerAppsResult$Type extends MessageType<ListPartnerAppsResult> {
|
||||
constructor() {
|
||||
super("api.ListPartnerAppsResult", [
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 1 /*RepeatType.PACKED*/, T: () => PartnerApp }
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 2 /*RepeatType.UNPACKED*/, T: () => PartnerApp }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListPartnerAppsResult>): ListPartnerAppsResult {
|
||||
@@ -1222,9 +1222,6 @@ class RenewPartnerAppResult$Type extends MessageType<RenewPartnerAppResult> {
|
||||
/* string PartnerAppID = 4 [json_name = "PartnerAppID"]; */
|
||||
if (message.PartnerAppID !== "")
|
||||
writer.tag(4, WireType.LengthDelimited).string(message.PartnerAppID);
|
||||
/* string PartnerAppJWT = 11 [json_name = "PartnerAppJWT"]; */
|
||||
if (message.PartnerAppJWT !== "")
|
||||
writer.tag(11, WireType.LengthDelimited).string(message.PartnerAppJWT);
|
||||
/* api.CoreEndpoint Core = 5 [json_name = "Core"]; */
|
||||
if (message.Core)
|
||||
CoreEndpoint.internalBinaryWrite(message.Core, writer.tag(5, WireType.LengthDelimited).fork(), options).join();
|
||||
@@ -1243,6 +1240,9 @@ class RenewPartnerAppResult$Type extends MessageType<RenewPartnerAppResult> {
|
||||
/* api.StorageEndpoint Storage = 10 [json_name = "Storage"]; */
|
||||
if (message.Storage)
|
||||
StorageEndpoint.internalBinaryWrite(message.Storage, writer.tag(10, WireType.LengthDelimited).fork(), options).join();
|
||||
/* string PartnerAppJWT = 11 [json_name = "PartnerAppJWT"]; */
|
||||
if (message.PartnerAppJWT !== "")
|
||||
writer.tag(11, WireType.LengthDelimited).string(message.PartnerAppJWT);
|
||||
let u = options.writeUnknownFields;
|
||||
if (u !== false)
|
||||
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
||||
|
||||
Reference in New Issue
Block a user