You've already forked npm-viz-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 "core/shared.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
||||
@@ -2061,7 +2061,7 @@ class DomainDescription$Type extends MessageType<DomainDescription> {
|
||||
constructor() {
|
||||
super("api.DomainDescription", [
|
||||
{ no: 1, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "ObjectDescription", kind: "message", localName: "ObjectDescription", jsonName: "ObjectDescription", repeat: 1 /*RepeatType.PACKED*/, T: () => ObjectDescription }
|
||||
{ no: 2, name: "ObjectDescription", kind: "message", localName: "ObjectDescription", jsonName: "ObjectDescription", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ObjectDescription }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<DomainDescription>): DomainDescription {
|
||||
@@ -2116,10 +2116,10 @@ class ObjectDescription$Type extends MessageType<ObjectDescription> {
|
||||
constructor() {
|
||||
super("api.ObjectDescription", [
|
||||
{ no: 1, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "ApiAction", kind: "message", localName: "ApiAction", jsonName: "ApiAction", repeat: 1 /*RepeatType.PACKED*/, T: () => ObjectAction },
|
||||
{ no: 2, name: "ApiAction", kind: "message", localName: "ApiAction", jsonName: "ApiAction", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ObjectAction },
|
||||
{ no: 3, name: "PayloadJSON", kind: "scalar", localName: "PayloadJSON", jsonName: "PayloadJSON", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 4, name: "ApiInput", kind: "message", localName: "ApiInput", jsonName: "ApiInput", repeat: 1 /*RepeatType.PACKED*/, T: () => ObjectAction },
|
||||
{ no: 5, name: "ApiQuery", kind: "message", localName: "ApiQuery", jsonName: "ApiQuery", repeat: 1 /*RepeatType.PACKED*/, T: () => ObjectAction }
|
||||
{ no: 4, name: "ApiInput", kind: "message", localName: "ApiInput", jsonName: "ApiInput", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ObjectAction },
|
||||
{ no: 5, name: "ApiQuery", kind: "message", localName: "ApiQuery", jsonName: "ApiQuery", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ObjectAction }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ObjectDescription>): ObjectDescription {
|
||||
@@ -2383,8 +2383,8 @@ class CombinedFilter$Type extends MessageType<CombinedFilter> {
|
||||
constructor() {
|
||||
super("api.CombinedFilter", [
|
||||
{ no: 1, name: "Path", kind: "scalar", localName: "Path", jsonName: "Path", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "simpleFilters", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => SimpleFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Simple filter structure for Find query" } } },
|
||||
{ no: 3, name: "rangeFilters", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => RangeFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Range filter structure for Find query" } } },
|
||||
{ no: 2, name: "simpleFilters", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => SimpleFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Simple filter structure for Find query" } } },
|
||||
{ no: 3, name: "rangeFilters", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => RangeFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Range filter structure for Find query" } } },
|
||||
{ no: 4, name: "CombinedID", kind: "scalar", localName: "CombinedID", jsonName: "CombinedID", T: 9 /*ScalarType.STRING*/ }
|
||||
]);
|
||||
}
|
||||
@@ -2524,9 +2524,9 @@ export const RangeFilter = new RangeFilter$Type();
|
||||
class BlockFilter$Type extends MessageType<BlockFilter> {
|
||||
constructor() {
|
||||
super("api.BlockFilter", [
|
||||
{ no: 1, name: "simpleFilters", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => SimpleFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Simple filter structure for Find query" } } },
|
||||
{ no: 2, name: "rangeFilters", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => RangeFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Range filter structure for Find query" } } },
|
||||
{ no: 3, name: "BlockFilters", kind: "message", localName: "BlockFilters", jsonName: "BlockFilters", repeat: 1 /*RepeatType.PACKED*/, T: () => BlockFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Block filter structure for Find query" } } }
|
||||
{ no: 1, name: "simpleFilters", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => SimpleFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Simple filter structure for Find query" } } },
|
||||
{ no: 2, name: "rangeFilters", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => RangeFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Range filter structure for Find query" } } },
|
||||
{ no: 3, name: "BlockFilters", kind: "message", localName: "BlockFilters", jsonName: "BlockFilters", repeat: 2 /*RepeatType.UNPACKED*/, T: () => BlockFilter, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Block filter structure for Find query" } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<BlockFilter>): BlockFilter {
|
||||
@@ -2707,7 +2707,7 @@ class Errors$Type extends MessageType<Errors> {
|
||||
super("api.Errors", [
|
||||
{ no: 1, name: "ErrorCode", kind: "scalar", localName: "ErrorCode", jsonName: "ErrorCode", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "ErrorTrace", kind: "scalar", localName: "ErrorTrace", jsonName: "ErrorTrace", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "ErrorDetails", kind: "message", localName: "ErrorDetails", jsonName: "ErrorDetails", repeat: 1 /*RepeatType.PACKED*/, T: () => ErrorDetail },
|
||||
{ no: 3, name: "ErrorDetails", kind: "message", localName: "ErrorDetails", jsonName: "ErrorDetails", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ErrorDetail },
|
||||
{ no: 4, name: "ContextType", kind: "scalar", localName: "ContextType", jsonName: "ContextType", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 5, name: "ContextProcess", kind: "scalar", localName: "ContextProcess", jsonName: "ContextProcess", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 6, name: "ContextPayload", kind: "scalar", localName: "ContextPayload", jsonName: "ContextPayload", T: 9 /*ScalarType.STRING*/ }
|
||||
@@ -2848,7 +2848,7 @@ class LabelStructure$Type extends MessageType<LabelStructure> {
|
||||
super("api.LabelStructure", [
|
||||
{ no: 1, name: "Code", kind: "scalar", localName: "Code", jsonName: "Code", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Code of the message" }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 2, name: "Label", kind: "scalar", localName: "Label", jsonName: "Label", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Label of the message" }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 3, name: "Params", kind: "message", localName: "Params", jsonName: "Params", repeat: 1 /*RepeatType.PACKED*/, T: () => ParamElement, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Parameters for label" }, "api.aggKey": "Key" } }
|
||||
{ no: 3, name: "Params", kind: "message", localName: "Params", jsonName: "Params", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ParamElement, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Parameters for label" }, "api.aggKey": "Key" } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<LabelStructure>): LabelStructure {
|
||||
|
||||
@@ -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 "core/unitOfMeasures.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user