You've already forked npm-core-sdk
Latest generation
This commit is contained in:
4
idp.ts
4
idp.ts
@@ -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 "idp.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -601,7 +601,7 @@ export const GetIDPResult = new GetIDPResult$Type();
|
||||
class ListIDPResult$Type extends MessageType<ListIDPResult> {
|
||||
constructor() {
|
||||
super("api.ListIDPResult", [
|
||||
{ no: 1, name: "IDPs", kind: "message", localName: "IDPs", jsonName: "IDPs", repeat: 1 /*RepeatType.PACKED*/, T: () => IDP }
|
||||
{ no: 1, name: "IDPs", kind: "message", localName: "IDPs", jsonName: "IDPs", repeat: 2 /*RepeatType.UNPACKED*/, T: () => IDP }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListIDPResult>): ListIDPResult {
|
||||
|
||||
Reference in New Issue
Block a user