chain-client-sdk-dart/lib/src/generated/chain/v1/hub.pbjson.dart
flemming-it 58ff6b2376 chore(proto): regenerate stubs for Submit/RunSavedFlow project field
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-07-09 19:28:45 +02:00

2038 lines
76 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from chain/v1/hub.proto.
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names
// ignore_for_file: curly_braces_in_flow_control_structures
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_relative_imports
// ignore_for_file: unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use revokeSatelliteRequestDescriptor instead')
const RevokeSatelliteRequest$json = {
'1': 'RevokeSatelliteRequest',
'2': [
{'1': 'hub_id', '3': 1, '4': 1, '5': 9, '10': 'hubId'},
],
};
/// Descriptor for `RevokeSatelliteRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List revokeSatelliteRequestDescriptor =
$convert.base64Decode(
'ChZSZXZva2VTYXRlbGxpdGVSZXF1ZXN0EhUKBmh1Yl9pZBgBIAEoCVIFaHViSWQ=');
@$core.Deprecated('Use submitRequestDescriptor instead')
const SubmitRequest$json = {
'1': 'SubmitRequest',
'2': [
{'1': 'flow_yaml', '3': 1, '4': 1, '5': 12, '10': 'flowYaml'},
{
'1': 'inputs',
'3': 2,
'4': 3,
'5': 11,
'6': '.chain.v1.SubmitRequest.InputsEntry',
'10': 'inputs'
},
{'1': 'detach', '3': 3, '4': 1, '5': 8, '10': 'detach'},
{'1': 'project', '3': 4, '4': 1, '5': 9, '10': 'project'},
],
'3': [SubmitRequest_InputsEntry$json],
};
@$core.Deprecated('Use submitRequestDescriptor instead')
const SubmitRequest_InputsEntry$json = {
'1': 'InputsEntry',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
{
'1': 'value',
'3': 2,
'4': 1,
'5': 11,
'6': '.chain.v1.Payload',
'10': 'value'
},
],
'7': {'7': true},
};
/// Descriptor for `SubmitRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List submitRequestDescriptor = $convert.base64Decode(
'Cg1TdWJtaXRSZXF1ZXN0EhsKCWZsb3dfeWFtbBgBIAEoDFIIZmxvd1lhbWwSOwoGaW5wdXRzGA'
'IgAygLMiMuY2hhaW4udjEuU3VibWl0UmVxdWVzdC5JbnB1dHNFbnRyeVIGaW5wdXRzEhYKBmRl'
'dGFjaBgDIAEoCFIGZGV0YWNoEhgKB3Byb2plY3QYBCABKAlSB3Byb2plY3QaTAoLSW5wdXRzRW'
'50cnkSEAoDa2V5GAEgASgJUgNrZXkSJwoFdmFsdWUYAiABKAsyES5jaGFpbi52MS5QYXlsb2Fk'
'UgV2YWx1ZToCOAE=');
@$core.Deprecated('Use submitResponseDescriptor instead')
const SubmitResponse$json = {
'1': 'SubmitResponse',
'2': [
{
'1': 'invocation_id',
'3': 1,
'4': 1,
'5': 11,
'6': '.chain.v1.InvocationId',
'10': 'invocationId'
},
{
'1': 'outputs',
'3': 2,
'4': 3,
'5': 11,
'6': '.chain.v1.SubmitResponse.OutputsEntry',
'10': 'outputs'
},
],
'3': [SubmitResponse_OutputsEntry$json],
};
@$core.Deprecated('Use submitResponseDescriptor instead')
const SubmitResponse_OutputsEntry$json = {
'1': 'OutputsEntry',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
{
'1': 'value',
'3': 2,
'4': 1,
'5': 11,
'6': '.chain.v1.Payload',
'10': 'value'
},
],
'7': {'7': true},
};
/// Descriptor for `SubmitResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List submitResponseDescriptor = $convert.base64Decode(
'Cg5TdWJtaXRSZXNwb25zZRI7Cg1pbnZvY2F0aW9uX2lkGAEgASgLMhYuY2hhaW4udjEuSW52b2'
'NhdGlvbklkUgxpbnZvY2F0aW9uSWQSPwoHb3V0cHV0cxgCIAMoCzIlLmNoYWluLnYxLlN1Ym1p'
'dFJlc3BvbnNlLk91dHB1dHNFbnRyeVIHb3V0cHV0cxpNCgxPdXRwdXRzRW50cnkSEAoDa2V5GA'
'EgASgJUgNrZXkSJwoFdmFsdWUYAiABKAsyES5jaGFpbi52MS5QYXlsb2FkUgV2YWx1ZToCOAE=');
@$core.Deprecated('Use submitStreamEventDescriptor instead')
const SubmitStreamEvent$json = {
'1': 'SubmitStreamEvent',
'2': [
{
'1': 'step_started',
'3': 1,
'4': 1,
'5': 11,
'6': '.chain.v1.StepStarted',
'9': 0,
'10': 'stepStarted'
},
{
'1': 'step_finished',
'3': 2,
'4': 1,
'5': 11,
'6': '.chain.v1.StepFinished',
'9': 0,
'10': 'stepFinished'
},
{
'1': 'module_event',
'3': 3,
'4': 1,
'5': 11,
'6': '.chain.v1.ModuleEvent',
'9': 0,
'10': 'moduleEvent'
},
{
'1': 'final_result',
'3': 4,
'4': 1,
'5': 11,
'6': '.chain.v1.SubmitResponse',
'9': 0,
'10': 'finalResult'
},
{
'1': 'error',
'3': 5,
'4': 1,
'5': 11,
'6': '.chain.v1.StreamError',
'9': 0,
'10': 'error'
},
],
'8': [
{'1': 'event'},
],
};
/// Descriptor for `SubmitStreamEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List submitStreamEventDescriptor = $convert.base64Decode(
'ChFTdWJtaXRTdHJlYW1FdmVudBI6CgxzdGVwX3N0YXJ0ZWQYASABKAsyFS5jaGFpbi52MS5TdG'
'VwU3RhcnRlZEgAUgtzdGVwU3RhcnRlZBI9Cg1zdGVwX2ZpbmlzaGVkGAIgASgLMhYuY2hhaW4u'
'djEuU3RlcEZpbmlzaGVkSABSDHN0ZXBGaW5pc2hlZBI6Cgxtb2R1bGVfZXZlbnQYAyABKAsyFS'
'5jaGFpbi52MS5Nb2R1bGVFdmVudEgAUgttb2R1bGVFdmVudBI9CgxmaW5hbF9yZXN1bHQYBCAB'
'KAsyGC5jaGFpbi52MS5TdWJtaXRSZXNwb25zZUgAUgtmaW5hbFJlc3VsdBItCgVlcnJvchgFIA'
'EoCzIVLmNoYWluLnYxLlN0cmVhbUVycm9ySABSBWVycm9yQgcKBWV2ZW50');
@$core.Deprecated('Use stepStartedDescriptor instead')
const StepStarted$json = {
'1': 'StepStarted',
'2': [
{'1': 'step', '3': 1, '4': 1, '5': 9, '10': 'step'},
{'1': 'capability', '3': 2, '4': 1, '5': 9, '10': 'capability'},
],
};
/// Descriptor for `StepStarted`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List stepStartedDescriptor = $convert.base64Decode(
'CgtTdGVwU3RhcnRlZBISCgRzdGVwGAEgASgJUgRzdGVwEh4KCmNhcGFiaWxpdHkYAiABKAlSCm'
'NhcGFiaWxpdHk=');
@$core.Deprecated('Use stepFinishedDescriptor instead')
const StepFinished$json = {
'1': 'StepFinished',
'2': [
{'1': 'step', '3': 1, '4': 1, '5': 9, '10': 'step'},
{'1': 'ok', '3': 2, '4': 1, '5': 8, '10': 'ok'},
{'1': 'duration_ms', '3': 3, '4': 1, '5': 3, '10': 'durationMs'},
],
};
/// Descriptor for `StepFinished`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List stepFinishedDescriptor = $convert.base64Decode(
'CgxTdGVwRmluaXNoZWQSEgoEc3RlcBgBIAEoCVIEc3RlcBIOCgJvaxgCIAEoCFICb2sSHwoLZH'
'VyYXRpb25fbXMYAyABKANSCmR1cmF0aW9uTXM=');
@$core.Deprecated('Use moduleEventDescriptor instead')
const ModuleEvent$json = {
'1': 'ModuleEvent',
'2': [
{'1': 'step', '3': 1, '4': 1, '5': 9, '10': 'step'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
{
'1': 'payload',
'3': 3,
'4': 1,
'5': 11,
'6': '.chain.v1.Payload',
'10': 'payload'
},
],
};
/// Descriptor for `ModuleEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleEventDescriptor = $convert.base64Decode(
'CgtNb2R1bGVFdmVudBISCgRzdGVwGAEgASgJUgRzdGVwEhIKBG5hbWUYAiABKAlSBG5hbWUSKw'
'oHcGF5bG9hZBgDIAEoCzIRLmNoYWluLnYxLlBheWxvYWRSB3BheWxvYWQ=');
@$core.Deprecated('Use streamErrorDescriptor instead')
const StreamError$json = {
'1': 'StreamError',
'2': [
{'1': 'message', '3': 1, '4': 1, '5': 9, '10': 'message'},
],
};
/// Descriptor for `StreamError`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List streamErrorDescriptor = $convert
.base64Decode('CgtTdHJlYW1FcnJvchIYCgdtZXNzYWdlGAEgASgJUgdtZXNzYWdl');
@$core.Deprecated('Use invocationStatusDescriptor instead')
const InvocationStatus$json = {
'1': 'InvocationStatus',
'2': [
{
'1': 'phase',
'3': 1,
'4': 1,
'5': 14,
'6': '.chain.v1.InvocationStatus.Phase',
'10': 'phase'
},
{'1': 'current_step', '3': 2, '4': 1, '5': 9, '10': 'currentStep'},
{'1': 'started_at', '3': 3, '4': 1, '5': 9, '10': 'startedAt'},
{'1': 'finished_at', '3': 4, '4': 1, '5': 9, '10': 'finishedAt'},
{'1': 'error', '3': 5, '4': 1, '5': 9, '10': 'error'},
],
'4': [InvocationStatus_Phase$json],
};
@$core.Deprecated('Use invocationStatusDescriptor instead')
const InvocationStatus_Phase$json = {
'1': 'Phase',
'2': [
{'1': 'PHASE_UNKNOWN', '2': 0},
{'1': 'PENDING', '2': 1},
{'1': 'RUNNING', '2': 2},
{'1': 'SUCCEEDED', '2': 3},
{'1': 'FAILED', '2': 4},
{'1': 'CANCELLED', '2': 5},
],
};
/// Descriptor for `InvocationStatus`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List invocationStatusDescriptor = $convert.base64Decode(
'ChBJbnZvY2F0aW9uU3RhdHVzEjYKBXBoYXNlGAEgASgOMiAuY2hhaW4udjEuSW52b2NhdGlvbl'
'N0YXR1cy5QaGFzZVIFcGhhc2USIQoMY3VycmVudF9zdGVwGAIgASgJUgtjdXJyZW50U3RlcBId'
'CgpzdGFydGVkX2F0GAMgASgJUglzdGFydGVkQXQSHwoLZmluaXNoZWRfYXQYBCABKAlSCmZpbm'
'lzaGVkQXQSFAoFZXJyb3IYBSABKAlSBWVycm9yIl4KBVBoYXNlEhEKDVBIQVNFX1VOS05PV04Q'
'ABILCgdQRU5ESU5HEAESCwoHUlVOTklORxACEg0KCVNVQ0NFRURFRBADEgoKBkZBSUxFRBAEEg'
'0KCUNBTkNFTExFRBAF');
@$core.Deprecated('Use cancelInvocationResponseDescriptor instead')
const CancelInvocationResponse$json = {
'1': 'CancelInvocationResponse',
'2': [
{'1': 'cancelled', '3': 1, '4': 1, '5': 8, '10': 'cancelled'},
],
};
/// Descriptor for `CancelInvocationResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List cancelInvocationResponseDescriptor =
$convert.base64Decode(
'ChhDYW5jZWxJbnZvY2F0aW9uUmVzcG9uc2USHAoJY2FuY2VsbGVkGAEgASgIUgljYW5jZWxsZW'
'Q=');
@$core.Deprecated('Use moduleListDescriptor instead')
const ModuleList$json = {
'1': 'ModuleList',
'2': [
{
'1': 'modules',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.ModuleSummary',
'10': 'modules'
},
],
};
/// Descriptor for `ModuleList`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleListDescriptor = $convert.base64Decode(
'CgpNb2R1bGVMaXN0EjEKB21vZHVsZXMYASADKAsyFy5jaGFpbi52MS5Nb2R1bGVTdW1tYXJ5Ug'
'dtb2R1bGVz');
@$core.Deprecated('Use moduleSummaryDescriptor instead')
const ModuleSummary$json = {
'1': 'ModuleSummary',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
{
'1': 'provides',
'3': 3,
'4': 3,
'5': 11,
'6': '.chain.v1.CapabilityRef',
'10': 'provides'
},
],
};
/// Descriptor for `ModuleSummary`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleSummaryDescriptor = $convert.base64Decode(
'Cg1Nb2R1bGVTdW1tYXJ5EhIKBG5hbWUYASABKAlSBG5hbWUSGAoHdmVyc2lvbhgCIAEoCVIHdm'
'Vyc2lvbhIzCghwcm92aWRlcxgDIAMoCzIXLmNoYWluLnYxLkNhcGFiaWxpdHlSZWZSCHByb3Zp'
'ZGVz');
@$core.Deprecated('Use healthStatusDescriptor instead')
const HealthStatus$json = {
'1': 'HealthStatus',
'2': [
{
'1': 'state',
'3': 1,
'4': 1,
'5': 14,
'6': '.chain.v1.HealthStatus.State',
'10': 'state'
},
{'1': 'detail', '3': 2, '4': 1, '5': 9, '10': 'detail'},
],
'4': [HealthStatus_State$json],
};
@$core.Deprecated('Use healthStatusDescriptor instead')
const HealthStatus_State$json = {
'1': 'State',
'2': [
{'1': 'UNKNOWN', '2': 0},
{'1': 'SERVING', '2': 1},
{'1': 'NOT_SERVING', '2': 2},
],
};
/// Descriptor for `HealthStatus`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List healthStatusDescriptor = $convert.base64Decode(
'CgxIZWFsdGhTdGF0dXMSMgoFc3RhdGUYASABKA4yHC5jaGFpbi52MS5IZWFsdGhTdGF0dXMuU3'
'RhdGVSBXN0YXRlEhYKBmRldGFpbBgCIAEoCVIGZGV0YWlsIjIKBVN0YXRlEgsKB1VOS05PV04Q'
'ABILCgdTRVJWSU5HEAESDwoLTk9UX1NFUlZJTkcQAg==');
@$core.Deprecated('Use capabilityListDescriptor instead')
const CapabilityList$json = {
'1': 'CapabilityList',
'2': [
{
'1': 'capabilities',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.CapabilityEntry',
'10': 'capabilities'
},
],
};
/// Descriptor for `CapabilityList`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List capabilityListDescriptor = $convert.base64Decode(
'Cg5DYXBhYmlsaXR5TGlzdBI9CgxjYXBhYmlsaXRpZXMYASADKAsyGS5jaGFpbi52MS5DYXBhYm'
'lsaXR5RW50cnlSDGNhcGFiaWxpdGllcw==');
@$core.Deprecated('Use capabilityEntryDescriptor instead')
const CapabilityEntry$json = {
'1': 'CapabilityEntry',
'2': [
{'1': 'capability', '3': 1, '4': 1, '5': 9, '10': 'capability'},
{'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
{'1': 'module_name', '3': 3, '4': 1, '5': 9, '10': 'moduleName'},
{'1': 'module_version', '3': 4, '4': 1, '5': 9, '10': 'moduleVersion'},
{'1': 'kind', '3': 5, '4': 1, '5': 9, '10': 'kind'},
{'1': 'provider', '3': 6, '4': 1, '5': 9, '10': 'provider'},
{'1': 'source_kind', '3': 7, '4': 1, '5': 9, '10': 'sourceKind'},
{'1': 'version_advisory', '3': 8, '4': 1, '5': 8, '10': 'versionAdvisory'},
],
};
/// Descriptor for `CapabilityEntry`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List capabilityEntryDescriptor = $convert.base64Decode(
'Cg9DYXBhYmlsaXR5RW50cnkSHgoKY2FwYWJpbGl0eRgBIAEoCVIKY2FwYWJpbGl0eRIYCgd2ZX'
'JzaW9uGAIgASgJUgd2ZXJzaW9uEh8KC21vZHVsZV9uYW1lGAMgASgJUgptb2R1bGVOYW1lEiUK'
'Dm1vZHVsZV92ZXJzaW9uGAQgASgJUg1tb2R1bGVWZXJzaW9uEhIKBGtpbmQYBSABKAlSBGtpbm'
'QSGgoIcHJvdmlkZXIYBiABKAlSCHByb3ZpZGVyEh8KC3NvdXJjZV9raW5kGAcgASgJUgpzb3Vy'
'Y2VLaW5kEikKEHZlcnNpb25fYWR2aXNvcnkYCCABKAhSD3ZlcnNpb25BZHZpc29yeQ==');
@$core.Deprecated('Use moduleInfoRequestDescriptor instead')
const ModuleInfoRequest$json = {
'1': 'ModuleInfoRequest',
'2': [
{'1': 'module_name', '3': 1, '4': 1, '5': 9, '10': 'moduleName'},
],
};
/// Descriptor for `ModuleInfoRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleInfoRequestDescriptor = $convert.base64Decode(
'ChFNb2R1bGVJbmZvUmVxdWVzdBIfCgttb2R1bGVfbmFtZRgBIAEoCVIKbW9kdWxlTmFtZQ==');
@$core.Deprecated('Use moduleInfoResponseDescriptor instead')
const ModuleInfoResponse$json = {
'1': 'ModuleInfoResponse',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
{
'1': 'provides',
'3': 3,
'4': 3,
'5': 11,
'6': '.chain.v1.CapabilityRef',
'10': 'provides'
},
{'1': 'permissions', '3': 4, '4': 3, '5': 9, '10': 'permissions'},
{'1': 'directory', '3': 5, '4': 1, '5': 9, '10': 'directory'},
{'1': 'accepts_mime', '3': 6, '4': 3, '5': 9, '10': 'acceptsMime'},
{
'1': 'consumes',
'3': 7,
'4': 3,
'5': 11,
'6': '.chain.v1.ConsumedCapability',
'10': 'consumes'
},
{
'1': 'inputs',
'3': 8,
'4': 3,
'5': 11,
'6': '.chain.v1.ModuleField',
'10': 'inputs'
},
{
'1': 'outputs',
'3': 9,
'4': 3,
'5': 11,
'6': '.chain.v1.ModuleField',
'10': 'outputs'
},
],
};
/// Descriptor for `ModuleInfoResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleInfoResponseDescriptor = $convert.base64Decode(
'ChJNb2R1bGVJbmZvUmVzcG9uc2USEgoEbmFtZRgBIAEoCVIEbmFtZRIYCgd2ZXJzaW9uGAIgAS'
'gJUgd2ZXJzaW9uEjMKCHByb3ZpZGVzGAMgAygLMhcuY2hhaW4udjEuQ2FwYWJpbGl0eVJlZlII'
'cHJvdmlkZXMSIAoLcGVybWlzc2lvbnMYBCADKAlSC3Blcm1pc3Npb25zEhwKCWRpcmVjdG9yeR'
'gFIAEoCVIJZGlyZWN0b3J5EiEKDGFjY2VwdHNfbWltZRgGIAMoCVILYWNjZXB0c01pbWUSOAoI'
'Y29uc3VtZXMYByADKAsyHC5jaGFpbi52MS5Db25zdW1lZENhcGFiaWxpdHlSCGNvbnN1bWVzEi'
'0KBmlucHV0cxgIIAMoCzIVLmNoYWluLnYxLk1vZHVsZUZpZWxkUgZpbnB1dHMSLwoHb3V0cHV0'
'cxgJIAMoCzIVLmNoYWluLnYxLk1vZHVsZUZpZWxkUgdvdXRwdXRz');
@$core.Deprecated('Use consumedCapabilityDescriptor instead')
const ConsumedCapability$json = {
'1': 'ConsumedCapability',
'2': [
{'1': 'capability', '3': 1, '4': 1, '5': 9, '10': 'capability'},
{'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
{'1': 'why', '3': 3, '4': 1, '5': 9, '10': 'why'},
],
};
/// Descriptor for `ConsumedCapability`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List consumedCapabilityDescriptor = $convert.base64Decode(
'ChJDb25zdW1lZENhcGFiaWxpdHkSHgoKY2FwYWJpbGl0eRgBIAEoCVIKY2FwYWJpbGl0eRIYCg'
'd2ZXJzaW9uGAIgASgJUgd2ZXJzaW9uEhAKA3doeRgDIAEoCVIDd2h5');
@$core.Deprecated('Use moduleFieldDescriptor instead')
const ModuleField$json = {
'1': 'ModuleField',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
{
'1': 'description',
'3': 3,
'4': 3,
'5': 11,
'6': '.chain.v1.ModuleField.DescriptionEntry',
'10': 'description'
},
],
'3': [ModuleField_DescriptionEntry$json],
};
@$core.Deprecated('Use moduleFieldDescriptor instead')
const ModuleField_DescriptionEntry$json = {
'1': 'DescriptionEntry',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
{'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
],
'7': {'7': true},
};
/// Descriptor for `ModuleField`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleFieldDescriptor = $convert.base64Decode(
'CgtNb2R1bGVGaWVsZBISCgRuYW1lGAEgASgJUgRuYW1lEhIKBHR5cGUYAiABKAlSBHR5cGUSSA'
'oLZGVzY3JpcHRpb24YAyADKAsyJi5jaGFpbi52MS5Nb2R1bGVGaWVsZC5EZXNjcmlwdGlvbkVu'
'dHJ5UgtkZXNjcmlwdGlvbho+ChBEZXNjcmlwdGlvbkVudHJ5EhAKA2tleRgBIAEoCVIDa2V5Eh'
'QKBXZhbHVlGAIgASgJUgV2YWx1ZToCOAE=');
@$core.Deprecated('Use checkPermissionRequestDescriptor instead')
const CheckPermissionRequest$json = {
'1': 'CheckPermissionRequest',
'2': [
{'1': 'module_name', '3': 1, '4': 1, '5': 9, '10': 'moduleName'},
{'1': 'permission', '3': 2, '4': 1, '5': 9, '10': 'permission'},
],
};
/// Descriptor for `CheckPermissionRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List checkPermissionRequestDescriptor =
$convert.base64Decode(
'ChZDaGVja1Blcm1pc3Npb25SZXF1ZXN0Eh8KC21vZHVsZV9uYW1lGAEgASgJUgptb2R1bGVOYW'
'1lEh4KCnBlcm1pc3Npb24YAiABKAlSCnBlcm1pc3Npb24=');
@$core.Deprecated('Use checkPermissionResponseDescriptor instead')
const CheckPermissionResponse$json = {
'1': 'CheckPermissionResponse',
'2': [
{'1': 'allowed', '3': 1, '4': 1, '5': 8, '10': 'allowed'},
{'1': 'reason', '3': 2, '4': 1, '5': 9, '10': 'reason'},
],
};
/// Descriptor for `CheckPermissionResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List checkPermissionResponseDescriptor =
$convert.base64Decode(
'ChdDaGVja1Blcm1pc3Npb25SZXNwb25zZRIYCgdhbGxvd2VkGAEgASgIUgdhbGxvd2VkEhYKBn'
'JlYXNvbhgCIAEoCVIGcmVhc29u');
@$core.Deprecated('Use eventLogRequestDescriptor instead')
const EventLogRequest$json = {
'1': 'EventLogRequest',
'2': [
{'1': 'limit', '3': 1, '4': 1, '5': 5, '10': 'limit'},
{'1': 'event_types', '3': 2, '4': 3, '5': 9, '10': 'eventTypes'},
],
};
/// Descriptor for `EventLogRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List eventLogRequestDescriptor = $convert.base64Decode(
'Cg9FdmVudExvZ1JlcXVlc3QSFAoFbGltaXQYASABKAVSBWxpbWl0Eh8KC2V2ZW50X3R5cGVzGA'
'IgAygJUgpldmVudFR5cGVz');
@$core.Deprecated('Use eventLogResponseDescriptor instead')
const EventLogResponse$json = {
'1': 'EventLogResponse',
'2': [
{
'1': 'events',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.LoggedEvent',
'10': 'events'
},
],
};
/// Descriptor for `EventLogResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List eventLogResponseDescriptor = $convert.base64Decode(
'ChBFdmVudExvZ1Jlc3BvbnNlEi0KBmV2ZW50cxgBIAMoCzIVLmNoYWluLnYxLkxvZ2dlZEV2ZW'
'50UgZldmVudHM=');
@$core.Deprecated('Use streamEventsRequestDescriptor instead')
const StreamEventsRequest$json = {
'1': 'StreamEventsRequest',
'2': [
{'1': 'backfill', '3': 1, '4': 1, '5': 5, '10': 'backfill'},
{'1': 'event_types', '3': 2, '4': 3, '5': 9, '10': 'eventTypes'},
],
};
/// Descriptor for `StreamEventsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List streamEventsRequestDescriptor = $convert.base64Decode(
'ChNTdHJlYW1FdmVudHNSZXF1ZXN0EhoKCGJhY2tmaWxsGAEgASgFUghiYWNrZmlsbBIfCgtldm'
'VudF90eXBlcxgCIAMoCVIKZXZlbnRUeXBlcw==');
@$core.Deprecated('Use loggedEventDescriptor instead')
const LoggedEvent$json = {
'1': 'LoggedEvent',
'2': [
{'1': 'event_id', '3': 1, '4': 1, '5': 9, '10': 'eventId'},
{'1': 'timestamp', '3': 2, '4': 1, '5': 9, '10': 'timestamp'},
{'1': 'event_type', '3': 3, '4': 1, '5': 9, '10': 'eventType'},
{'1': 'flow_execution', '3': 4, '4': 1, '5': 9, '10': 'flowExecution'},
{'1': 'invocation_id', '3': 5, '4': 1, '5': 9, '10': 'invocationId'},
{'1': 'flow_name', '3': 6, '4': 1, '5': 9, '10': 'flowName'},
{'1': 'step_id', '3': 7, '4': 1, '5': 9, '10': 'stepId'},
{'1': 'module_name', '3': 8, '4': 1, '5': 9, '10': 'moduleName'},
{'1': 'module_version', '3': 9, '4': 1, '5': 9, '10': 'moduleVersion'},
{'1': 'duration_ms', '3': 10, '4': 1, '5': 3, '10': 'durationMs'},
{'1': 'error', '3': 11, '4': 1, '5': 9, '10': 'error'},
{'1': 'detail', '3': 12, '4': 1, '5': 9, '10': 'detail'},
{'1': 'caller_name', '3': 13, '4': 1, '5': 9, '10': 'callerName'},
],
};
/// Descriptor for `LoggedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List loggedEventDescriptor = $convert.base64Decode(
'CgtMb2dnZWRFdmVudBIZCghldmVudF9pZBgBIAEoCVIHZXZlbnRJZBIcCgl0aW1lc3RhbXAYAi'
'ABKAlSCXRpbWVzdGFtcBIdCgpldmVudF90eXBlGAMgASgJUglldmVudFR5cGUSJQoOZmxvd19l'
'eGVjdXRpb24YBCABKAlSDWZsb3dFeGVjdXRpb24SIwoNaW52b2NhdGlvbl9pZBgFIAEoCVIMaW'
'52b2NhdGlvbklkEhsKCWZsb3dfbmFtZRgGIAEoCVIIZmxvd05hbWUSFwoHc3RlcF9pZBgHIAEo'
'CVIGc3RlcElkEh8KC21vZHVsZV9uYW1lGAggASgJUgptb2R1bGVOYW1lEiUKDm1vZHVsZV92ZX'
'JzaW9uGAkgASgJUg1tb2R1bGVWZXJzaW9uEh8KC2R1cmF0aW9uX21zGAogASgDUgpkdXJhdGlv'
'bk1zEhQKBWVycm9yGAsgASgJUgVlcnJvchIWCgZkZXRhaWwYDCABKAlSBmRldGFpbBIfCgtjYW'
'xsZXJfbmFtZRgNIAEoCVIKY2FsbGVyTmFtZQ==');
@$core.Deprecated('Use saveFlowRequestDescriptor instead')
const SaveFlowRequest$json = {
'1': 'SaveFlowRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'flow_yaml', '3': 2, '4': 1, '5': 12, '10': 'flowYaml'},
{'1': 'overwrite', '3': 3, '4': 1, '5': 8, '10': 'overwrite'},
],
};
/// Descriptor for `SaveFlowRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List saveFlowRequestDescriptor = $convert.base64Decode(
'Cg9TYXZlRmxvd1JlcXVlc3QSEgoEbmFtZRgBIAEoCVIEbmFtZRIbCglmbG93X3lhbWwYAiABKA'
'xSCGZsb3dZYW1sEhwKCW92ZXJ3cml0ZRgDIAEoCFIJb3ZlcndyaXRl');
@$core.Deprecated('Use saveFlowResponseDescriptor instead')
const SaveFlowResponse$json = {
'1': 'SaveFlowResponse',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'created', '3': 2, '4': 1, '5': 8, '10': 'created'},
],
};
/// Descriptor for `SaveFlowResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List saveFlowResponseDescriptor = $convert.base64Decode(
'ChBTYXZlRmxvd1Jlc3BvbnNlEhIKBG5hbWUYASABKAlSBG5hbWUSGAoHY3JlYXRlZBgCIAEoCF'
'IHY3JlYXRlZA==');
@$core.Deprecated('Use deleteFlowRequestDescriptor instead')
const DeleteFlowRequest$json = {
'1': 'DeleteFlowRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `DeleteFlowRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteFlowRequestDescriptor = $convert
.base64Decode('ChFEZWxldGVGbG93UmVxdWVzdBISCgRuYW1lGAEgASgJUgRuYW1l');
@$core.Deprecated('Use deleteFlowResponseDescriptor instead')
const DeleteFlowResponse$json = {
'1': 'DeleteFlowResponse',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `DeleteFlowResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteFlowResponseDescriptor = $convert
.base64Decode('ChJEZWxldGVGbG93UmVzcG9uc2USEgoEbmFtZRgBIAEoCVIEbmFtZQ==');
@$core.Deprecated('Use flowListDescriptor instead')
const FlowList$json = {
'1': 'FlowList',
'2': [
{
'1': 'flows',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.FlowSummary',
'10': 'flows'
},
],
};
/// Descriptor for `FlowList`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List flowListDescriptor = $convert.base64Decode(
'CghGbG93TGlzdBIrCgVmbG93cxgBIAMoCzIVLmNoYWluLnYxLkZsb3dTdW1tYXJ5UgVmbG93cw'
'==');
@$core.Deprecated('Use flowSummaryDescriptor instead')
const FlowSummary$json = {
'1': 'FlowSummary',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'path', '3': 2, '4': 1, '5': 9, '10': 'path'},
{'1': 'size_bytes', '3': 3, '4': 1, '5': 3, '10': 'sizeBytes'},
{
'1': 'required_capabilities',
'3': 4,
'4': 3,
'5': 9,
'10': 'requiredCapabilities'
},
],
};
/// Descriptor for `FlowSummary`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List flowSummaryDescriptor = $convert.base64Decode(
'CgtGbG93U3VtbWFyeRISCgRuYW1lGAEgASgJUgRuYW1lEhIKBHBhdGgYAiABKAlSBHBhdGgSHQ'
'oKc2l6ZV9ieXRlcxgDIAEoA1IJc2l6ZUJ5dGVzEjMKFXJlcXVpcmVkX2NhcGFiaWxpdGllcxgE'
'IAMoCVIUcmVxdWlyZWRDYXBhYmlsaXRpZXM=');
@$core.Deprecated('Use runSavedFlowRequestDescriptor instead')
const RunSavedFlowRequest$json = {
'1': 'RunSavedFlowRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{
'1': 'inputs',
'3': 2,
'4': 3,
'5': 11,
'6': '.chain.v1.RunSavedFlowRequest.InputsEntry',
'10': 'inputs'
},
{'1': 'project', '3': 3, '4': 1, '5': 9, '10': 'project'},
],
'3': [RunSavedFlowRequest_InputsEntry$json],
};
@$core.Deprecated('Use runSavedFlowRequestDescriptor instead')
const RunSavedFlowRequest_InputsEntry$json = {
'1': 'InputsEntry',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
{
'1': 'value',
'3': 2,
'4': 1,
'5': 11,
'6': '.chain.v1.Payload',
'10': 'value'
},
],
'7': {'7': true},
};
/// Descriptor for `RunSavedFlowRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List runSavedFlowRequestDescriptor = $convert.base64Decode(
'ChNSdW5TYXZlZEZsb3dSZXF1ZXN0EhIKBG5hbWUYASABKAlSBG5hbWUSQQoGaW5wdXRzGAIgAy'
'gLMikuY2hhaW4udjEuUnVuU2F2ZWRGbG93UmVxdWVzdC5JbnB1dHNFbnRyeVIGaW5wdXRzEhgK'
'B3Byb2plY3QYAyABKAlSB3Byb2plY3QaTAoLSW5wdXRzRW50cnkSEAoDa2V5GAEgASgJUgNrZX'
'kSJwoFdmFsdWUYAiABKAsyES5jaGFpbi52MS5QYXlsb2FkUgV2YWx1ZToCOAE=');
@$core.Deprecated('Use getFlowDefinitionRequestDescriptor instead')
const GetFlowDefinitionRequest$json = {
'1': 'GetFlowDefinitionRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `GetFlowDefinitionRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getFlowDefinitionRequestDescriptor =
$convert.base64Decode(
'ChhHZXRGbG93RGVmaW5pdGlvblJlcXVlc3QSEgoEbmFtZRgBIAEoCVIEbmFtZQ==');
@$core.Deprecated('Use flowDefinitionDescriptor instead')
const FlowDefinition$json = {
'1': 'FlowDefinition',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{
'1': 'inputs',
'3': 2,
'4': 3,
'5': 11,
'6': '.chain.v1.FlowInputSpec',
'10': 'inputs'
},
],
};
/// Descriptor for `FlowDefinition`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List flowDefinitionDescriptor = $convert.base64Decode(
'Cg5GbG93RGVmaW5pdGlvbhISCgRuYW1lGAEgASgJUgRuYW1lEi8KBmlucHV0cxgCIAMoCzIXLm'
'NoYWluLnYxLkZsb3dJbnB1dFNwZWNSBmlucHV0cw==');
@$core.Deprecated('Use flowInputSpecDescriptor instead')
const FlowInputSpec$json = {
'1': 'FlowInputSpec',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
],
};
/// Descriptor for `FlowInputSpec`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List flowInputSpecDescriptor = $convert.base64Decode(
'Cg1GbG93SW5wdXRTcGVjEhIKBG5hbWUYASABKAlSBG5hbWUSEgoEdHlwZRgCIAEoCVIEdHlwZQ'
'==');
@$core.Deprecated('Use searchStoreRequestDescriptor instead')
const SearchStoreRequest$json = {
'1': 'SearchStoreRequest',
'2': [
{'1': 'query', '3': 1, '4': 1, '5': 9, '10': 'query'},
{'1': 'category', '3': 2, '4': 1, '5': 9, '10': 'category'},
{'1': 'tag', '3': 3, '4': 1, '5': 9, '10': 'tag'},
{'1': 'status', '3': 4, '4': 1, '5': 9, '10': 'status'},
{'1': 'limit', '3': 5, '4': 1, '5': 5, '10': 'limit'},
{'1': 'provider', '3': 6, '4': 1, '5': 9, '10': 'provider'},
{'1': 'namespace', '3': 7, '4': 1, '5': 9, '10': 'namespace'},
],
};
/// Descriptor for `SearchStoreRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List searchStoreRequestDescriptor = $convert.base64Decode(
'ChJTZWFyY2hTdG9yZVJlcXVlc3QSFAoFcXVlcnkYASABKAlSBXF1ZXJ5EhoKCGNhdGVnb3J5GA'
'IgASgJUghjYXRlZ29yeRIQCgN0YWcYAyABKAlSA3RhZxIWCgZzdGF0dXMYBCABKAlSBnN0YXR1'
'cxIUCgVsaW1pdBgFIAEoBVIFbGltaXQSGgoIcHJvdmlkZXIYBiABKAlSCHByb3ZpZGVyEhwKCW'
'5hbWVzcGFjZRgHIAEoCVIJbmFtZXNwYWNl');
@$core.Deprecated('Use storeSearchResponseDescriptor instead')
const StoreSearchResponse$json = {
'1': 'StoreSearchResponse',
'2': [
{
'1': 'entries',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.StoreEntry',
'10': 'entries'
},
],
};
/// Descriptor for `StoreSearchResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List storeSearchResponseDescriptor = $convert.base64Decode(
'ChNTdG9yZVNlYXJjaFJlc3BvbnNlEi4KB2VudHJpZXMYASADKAsyFC5jaGFpbi52MS5TdG9yZU'
'VudHJ5UgdlbnRyaWVz');
@$core.Deprecated('Use installModuleRequestDescriptor instead')
const InstallModuleRequest$json = {
'1': 'InstallModuleRequest',
'2': [
{'1': 'source', '3': 1, '4': 1, '5': 9, '10': 'source'},
{'1': 'expected_sha256', '3': 2, '4': 1, '5': 9, '10': 'expectedSha256'},
{'1': 'version', '3': 3, '4': 1, '5': 9, '10': 'version'},
],
};
/// Descriptor for `InstallModuleRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List installModuleRequestDescriptor = $convert.base64Decode(
'ChRJbnN0YWxsTW9kdWxlUmVxdWVzdBIWCgZzb3VyY2UYASABKAlSBnNvdXJjZRInCg9leHBlY3'
'RlZF9zaGEyNTYYAiABKAlSDmV4cGVjdGVkU2hhMjU2EhgKB3ZlcnNpb24YAyABKAlSB3ZlcnNp'
'b24=');
@$core.Deprecated('Use installModuleResponseDescriptor instead')
const InstallModuleResponse$json = {
'1': 'InstallModuleResponse',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
{'1': 'capability_count', '3': 3, '4': 1, '5': 5, '10': 'capabilityCount'},
],
};
/// Descriptor for `InstallModuleResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List installModuleResponseDescriptor = $convert.base64Decode(
'ChVJbnN0YWxsTW9kdWxlUmVzcG9uc2USEgoEbmFtZRgBIAEoCVIEbmFtZRIYCgd2ZXJzaW9uGA'
'IgASgJUgd2ZXJzaW9uEikKEGNhcGFiaWxpdHlfY291bnQYAyABKAVSD2NhcGFiaWxpdHlDb3Vu'
'dA==');
@$core.Deprecated('Use uninstallModuleRequestDescriptor instead')
const UninstallModuleRequest$json = {
'1': 'UninstallModuleRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
],
};
/// Descriptor for `UninstallModuleRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List uninstallModuleRequestDescriptor =
$convert.base64Decode(
'ChZVbmluc3RhbGxNb2R1bGVSZXF1ZXN0EhIKBG5hbWUYASABKAlSBG5hbWUSGAoHdmVyc2lvbh'
'gCIAEoCVIHdmVyc2lvbg==');
@$core.Deprecated('Use uninstallModuleResponseDescriptor instead')
const UninstallModuleResponse$json = {
'1': 'UninstallModuleResponse',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
],
};
/// Descriptor for `UninstallModuleResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List uninstallModuleResponseDescriptor =
$convert.base64Decode(
'ChdVbmluc3RhbGxNb2R1bGVSZXNwb25zZRISCgRuYW1lGAEgASgJUgRuYW1lEhgKB3ZlcnNpb2'
'4YAiABKAlSB3ZlcnNpb24=');
@$core.Deprecated('Use fetchModuleDocsRequestDescriptor instead')
const FetchModuleDocsRequest$json = {
'1': 'FetchModuleDocsRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'locale', '3': 2, '4': 1, '5': 9, '10': 'locale'},
],
};
/// Descriptor for `FetchModuleDocsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List fetchModuleDocsRequestDescriptor =
$convert.base64Decode(
'ChZGZXRjaE1vZHVsZURvY3NSZXF1ZXN0EhIKBG5hbWUYASABKAlSBG5hbWUSFgoGbG9jYWxlGA'
'IgASgJUgZsb2NhbGU=');
@$core.Deprecated('Use fetchModuleDocsResponseDescriptor instead')
const FetchModuleDocsResponse$json = {
'1': 'FetchModuleDocsResponse',
'2': [
{'1': 'error_kind', '3': 1, '4': 1, '5': 9, '10': 'errorKind'},
{'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
{'1': 'source_url', '3': 3, '4': 1, '5': 9, '10': 'sourceUrl'},
],
};
/// Descriptor for `FetchModuleDocsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List fetchModuleDocsResponseDescriptor = $convert.base64Decode(
'ChdGZXRjaE1vZHVsZURvY3NSZXNwb25zZRIdCgplcnJvcl9raW5kGAEgASgJUgllcnJvcktpbm'
'QSEgoEdGV4dBgCIAEoCVIEdGV4dBIdCgpzb3VyY2VfdXJsGAMgASgJUglzb3VyY2VVcmw=');
@$core.Deprecated('Use getInstalledModuleDocsRequestDescriptor instead')
const GetInstalledModuleDocsRequest$json = {
'1': 'GetInstalledModuleDocsRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'locale', '3': 2, '4': 1, '5': 9, '10': 'locale'},
],
};
/// Descriptor for `GetInstalledModuleDocsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getInstalledModuleDocsRequestDescriptor =
$convert.base64Decode(
'Ch1HZXRJbnN0YWxsZWRNb2R1bGVEb2NzUmVxdWVzdBISCgRuYW1lGAEgASgJUgRuYW1lEhYKBm'
'xvY2FsZRgCIAEoCVIGbG9jYWxl');
@$core.Deprecated('Use getInstalledModuleDocsResponseDescriptor instead')
const GetInstalledModuleDocsResponse$json = {
'1': 'GetInstalledModuleDocsResponse',
'2': [
{'1': 'text', '3': 1, '4': 1, '5': 9, '10': 'text'},
{'1': 'source_path', '3': 2, '4': 1, '5': 9, '10': 'sourcePath'},
{'1': 'not_installed', '3': 3, '4': 1, '5': 8, '10': 'notInstalled'},
],
};
/// Descriptor for `GetInstalledModuleDocsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getInstalledModuleDocsResponseDescriptor =
$convert.base64Decode(
'Ch5HZXRJbnN0YWxsZWRNb2R1bGVEb2NzUmVzcG9uc2USEgoEdGV4dBgBIAEoCVIEdGV4dBIfCg'
'tzb3VyY2VfcGF0aBgCIAEoCVIKc291cmNlUGF0aBIjCg1ub3RfaW5zdGFsbGVkGAMgASgIUgxu'
'b3RJbnN0YWxsZWQ=');
@$core.Deprecated('Use invokePluginThemeRequestDescriptor instead')
const InvokePluginThemeRequest$json = {
'1': 'InvokePluginThemeRequest',
'2': [
{'1': 'capability', '3': 1, '4': 1, '5': 9, '10': 'capability'},
{'1': 'brightness', '3': 2, '4': 1, '5': 9, '10': 'brightness'},
],
};
/// Descriptor for `InvokePluginThemeRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List invokePluginThemeRequestDescriptor =
$convert.base64Decode(
'ChhJbnZva2VQbHVnaW5UaGVtZVJlcXVlc3QSHgoKY2FwYWJpbGl0eRgBIAEoCVIKY2FwYWJpbG'
'l0eRIeCgpicmlnaHRuZXNzGAIgASgJUgpicmlnaHRuZXNz');
@$core.Deprecated('Use invokePluginTranslateRequestDescriptor instead')
const InvokePluginTranslateRequest$json = {
'1': 'InvokePluginTranslateRequest',
'2': [
{'1': 'capability', '3': 1, '4': 1, '5': 9, '10': 'capability'},
{'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
{'1': 'from_locale', '3': 3, '4': 1, '5': 9, '10': 'fromLocale'},
{'1': 'to_locale', '3': 4, '4': 1, '5': 9, '10': 'toLocale'},
],
};
/// Descriptor for `InvokePluginTranslateRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List invokePluginTranslateRequestDescriptor =
$convert.base64Decode(
'ChxJbnZva2VQbHVnaW5UcmFuc2xhdGVSZXF1ZXN0Eh4KCmNhcGFiaWxpdHkYASABKAlSCmNhcG'
'FiaWxpdHkSEgoEdGV4dBgCIAEoCVIEdGV4dBIfCgtmcm9tX2xvY2FsZRgDIAEoCVIKZnJvbUxv'
'Y2FsZRIbCgl0b19sb2NhbGUYBCABKAlSCHRvTG9jYWxl');
@$core.Deprecated('Use invokePluginTranslateResponseDescriptor instead')
const InvokePluginTranslateResponse$json = {
'1': 'InvokePluginTranslateResponse',
'2': [
{'1': 'translated', '3': 1, '4': 1, '5': 9, '10': 'translated'},
],
};
/// Descriptor for `InvokePluginTranslateResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List invokePluginTranslateResponseDescriptor =
$convert.base64Decode(
'Ch1JbnZva2VQbHVnaW5UcmFuc2xhdGVSZXNwb25zZRIeCgp0cmFuc2xhdGVkGAEgASgJUgp0cm'
'Fuc2xhdGVk');
@$core.Deprecated('Use invokePluginThemeResponseDescriptor instead')
const InvokePluginThemeResponse$json = {
'1': 'InvokePluginThemeResponse',
'2': [
{'1': 'brightness', '3': 1, '4': 1, '5': 9, '10': 'brightness'},
{'1': 'tokens', '3': 2, '4': 3, '5': 13, '10': 'tokens'},
],
};
/// Descriptor for `InvokePluginThemeResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List invokePluginThemeResponseDescriptor =
$convert.base64Decode(
'ChlJbnZva2VQbHVnaW5UaGVtZVJlc3BvbnNlEh4KCmJyaWdodG5lc3MYASABKAlSCmJyaWdodG'
'5lc3MSFgoGdG9rZW5zGAIgAygNUgZ0b2tlbnM=');
@$core.Deprecated('Use listApprovalsRequestDescriptor instead')
const ListApprovalsRequest$json = {
'1': 'ListApprovalsRequest',
'2': [
{'1': 'statuses', '3': 1, '4': 3, '5': 9, '10': 'statuses'},
{'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
],
};
/// Descriptor for `ListApprovalsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listApprovalsRequestDescriptor = $convert.base64Decode(
'ChRMaXN0QXBwcm92YWxzUmVxdWVzdBIaCghzdGF0dXNlcxgBIAMoCVIIc3RhdHVzZXMSFAoFbG'
'ltaXQYAiABKAVSBWxpbWl0');
@$core.Deprecated('Use approvalListDescriptor instead')
const ApprovalList$json = {
'1': 'ApprovalList',
'2': [
{
'1': 'entries',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.PendingApprovalEntry',
'10': 'entries'
},
],
};
/// Descriptor for `ApprovalList`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List approvalListDescriptor = $convert.base64Decode(
'CgxBcHByb3ZhbExpc3QSOAoHZW50cmllcxgBIAMoCzIeLmNoYWluLnYxLlBlbmRpbmdBcHByb3'
'ZhbEVudHJ5UgdlbnRyaWVz');
@$core.Deprecated('Use pendingApprovalEntryDescriptor instead')
const PendingApprovalEntry$json = {
'1': 'PendingApprovalEntry',
'2': [
{'1': 'approval_id', '3': 1, '4': 1, '5': 9, '10': 'approvalId'},
{'1': 'flow_execution', '3': 2, '4': 1, '5': 9, '10': 'flowExecution'},
{'1': 'flow_name', '3': 3, '4': 1, '5': 9, '10': 'flowName'},
{'1': 'step_id', '3': 4, '4': 1, '5': 9, '10': 'stepId'},
{'1': 'prompt', '3': 5, '4': 1, '5': 9, '10': 'prompt'},
{'1': 'payload_preview', '3': 6, '4': 1, '5': 9, '10': 'payloadPreview'},
{'1': 'created_at', '3': 7, '4': 1, '5': 9, '10': 'createdAt'},
{'1': 'expires_at', '3': 8, '4': 1, '5': 9, '10': 'expiresAt'},
{'1': 'status', '3': 9, '4': 1, '5': 9, '10': 'status'},
{'1': 'decided_at', '3': 10, '4': 1, '5': 9, '10': 'decidedAt'},
{'1': 'decided_by', '3': 11, '4': 1, '5': 9, '10': 'decidedBy'},
{'1': 'reason', '3': 12, '4': 1, '5': 9, '10': 'reason'},
],
};
/// Descriptor for `PendingApprovalEntry`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pendingApprovalEntryDescriptor = $convert.base64Decode(
'ChRQZW5kaW5nQXBwcm92YWxFbnRyeRIfCgthcHByb3ZhbF9pZBgBIAEoCVIKYXBwcm92YWxJZB'
'IlCg5mbG93X2V4ZWN1dGlvbhgCIAEoCVINZmxvd0V4ZWN1dGlvbhIbCglmbG93X25hbWUYAyAB'
'KAlSCGZsb3dOYW1lEhcKB3N0ZXBfaWQYBCABKAlSBnN0ZXBJZBIWCgZwcm9tcHQYBSABKAlSBn'
'Byb21wdBInCg9wYXlsb2FkX3ByZXZpZXcYBiABKAlSDnBheWxvYWRQcmV2aWV3Eh0KCmNyZWF0'
'ZWRfYXQYByABKAlSCWNyZWF0ZWRBdBIdCgpleHBpcmVzX2F0GAggASgJUglleHBpcmVzQXQSFg'
'oGc3RhdHVzGAkgASgJUgZzdGF0dXMSHQoKZGVjaWRlZF9hdBgKIAEoCVIJZGVjaWRlZEF0Eh0K'
'CmRlY2lkZWRfYnkYCyABKAlSCWRlY2lkZWRCeRIWCgZyZWFzb24YDCABKAlSBnJlYXNvbg==');
@$core.Deprecated('Use decideApprovalRequestDescriptor instead')
const DecideApprovalRequest$json = {
'1': 'DecideApprovalRequest',
'2': [
{'1': 'approval_id', '3': 1, '4': 1, '5': 9, '10': 'approvalId'},
{
'1': 'decision',
'3': 2,
'4': 1,
'5': 14,
'6': '.chain.v1.DecideApprovalRequest.Decision',
'10': 'decision'
},
{'1': 'reviewer', '3': 3, '4': 1, '5': 9, '10': 'reviewer'},
{'1': 'reason', '3': 4, '4': 1, '5': 9, '10': 'reason'},
],
'4': [DecideApprovalRequest_Decision$json],
};
@$core.Deprecated('Use decideApprovalRequestDescriptor instead')
const DecideApprovalRequest_Decision$json = {
'1': 'Decision',
'2': [
{'1': 'DECISION_UNSPECIFIED', '2': 0},
{'1': 'APPROVE', '2': 1},
{'1': 'REJECT', '2': 2},
],
};
/// Descriptor for `DecideApprovalRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List decideApprovalRequestDescriptor = $convert.base64Decode(
'ChVEZWNpZGVBcHByb3ZhbFJlcXVlc3QSHwoLYXBwcm92YWxfaWQYASABKAlSCmFwcHJvdmFsSW'
'QSRAoIZGVjaXNpb24YAiABKA4yKC5jaGFpbi52MS5EZWNpZGVBcHByb3ZhbFJlcXVlc3QuRGVj'
'aXNpb25SCGRlY2lzaW9uEhoKCHJldmlld2VyGAMgASgJUghyZXZpZXdlchIWCgZyZWFzb24YBC'
'ABKAlSBnJlYXNvbiI9CghEZWNpc2lvbhIYChRERUNJU0lPTl9VTlNQRUNJRklFRBAAEgsKB0FQ'
'UFJPVkUQARIKCgZSRUpFQ1QQAg==');
@$core.Deprecated('Use decideApprovalResponseDescriptor instead')
const DecideApprovalResponse$json = {
'1': 'DecideApprovalResponse',
'2': [
{'1': 'approval_id', '3': 1, '4': 1, '5': 9, '10': 'approvalId'},
{'1': 'status', '3': 2, '4': 1, '5': 9, '10': 'status'},
],
};
/// Descriptor for `DecideApprovalResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List decideApprovalResponseDescriptor =
$convert.base64Decode(
'ChZEZWNpZGVBcHByb3ZhbFJlc3BvbnNlEh8KC2FwcHJvdmFsX2lkGAEgASgJUgphcHByb3ZhbE'
'lkEhYKBnN0YXR1cxgCIAEoCVIGc3RhdHVz');
@$core.Deprecated('Use verifyEventChainResponseDescriptor instead')
const VerifyEventChainResponse$json = {
'1': 'VerifyEventChainResponse',
'2': [
{'1': 'total', '3': 1, '4': 1, '5': 3, '10': 'total'},
{'1': 'verified', '3': 2, '4': 1, '5': 3, '10': 'verified'},
{'1': 'tampered_at', '3': 3, '4': 1, '5': 9, '10': 'tamperedAt'},
],
};
/// Descriptor for `VerifyEventChainResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List verifyEventChainResponseDescriptor = $convert.base64Decode(
'ChhWZXJpZnlFdmVudENoYWluUmVzcG9uc2USFAoFdG90YWwYASABKANSBXRvdGFsEhoKCHZlcm'
'lmaWVkGAIgASgDUgh2ZXJpZmllZBIfCgt0YW1wZXJlZF9hdBgDIAEoCVIKdGFtcGVyZWRBdA==');
@$core.Deprecated('Use serviceListDescriptor instead')
const ServiceList$json = {
'1': 'ServiceList',
'2': [
{
'1': 'services',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.DeclaredService',
'10': 'services'
},
],
};
/// Descriptor for `ServiceList`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List serviceListDescriptor = $convert.base64Decode(
'CgtTZXJ2aWNlTGlzdBI1CghzZXJ2aWNlcxgBIAMoCzIZLmNoYWluLnYxLkRlY2xhcmVkU2Vydm'
'ljZVIIc2VydmljZXM=');
@$core.Deprecated('Use declaredServiceDescriptor instead')
const DeclaredService$json = {
'1': 'DeclaredService',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'endpoint', '3': 2, '4': 1, '5': 9, '10': 'endpoint'},
{'1': 'health_path', '3': 3, '4': 1, '5': 9, '10': 'healthPath'},
{'1': 'tags', '3': 4, '4': 3, '5': 9, '10': 'tags'},
],
};
/// Descriptor for `DeclaredService`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List declaredServiceDescriptor = $convert.base64Decode(
'Cg9EZWNsYXJlZFNlcnZpY2USEgoEbmFtZRgBIAEoCVIEbmFtZRIaCghlbmRwb2ludBgCIAEoCV'
'IIZW5kcG9pbnQSHwoLaGVhbHRoX3BhdGgYAyABKAlSCmhlYWx0aFBhdGgSEgoEdGFncxgEIAMo'
'CVIEdGFncw==');
@$core.Deprecated('Use storeEntryDescriptor instead')
const StoreEntry$json = {
'1': 'StoreEntry',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'tagline_en', '3': 2, '4': 1, '5': 9, '10': 'taglineEn'},
{'1': 'tagline_de', '3': 3, '4': 1, '5': 9, '10': 'taglineDe'},
{'1': 'description_en', '3': 4, '4': 1, '5': 9, '10': 'descriptionEn'},
{'1': 'description_de', '3': 5, '4': 1, '5': 9, '10': 'descriptionDe'},
{'1': 'category', '3': 6, '4': 1, '5': 9, '10': 'category'},
{'1': 'tags', '3': 7, '4': 3, '5': 9, '10': 'tags'},
{
'1': 'requires_capabilities',
'3': 8,
'4': 3,
'5': 9,
'10': 'requiresCapabilities'
},
{
'1': 'requires_services',
'3': 9,
'4': 3,
'5': 9,
'10': 'requiresServices'
},
{'1': 'license', '3': 10, '4': 1, '5': 9, '10': 'license'},
{'1': 'repository', '3': 11, '4': 1, '5': 9, '10': 'repository'},
{'1': 'best_version', '3': 12, '4': 1, '5': 9, '10': 'bestVersion'},
{'1': 'status', '3': 13, '4': 1, '5': 9, '10': 'status'},
{'1': 'installed', '3': 14, '4': 1, '5': 8, '10': 'installed'},
{'1': 'featured', '3': 15, '4': 1, '5': 8, '10': 'featured'},
{'1': 'icon_url', '3': 16, '4': 1, '5': 9, '10': 'iconUrl'},
{'1': 'screenshot_urls', '3': 17, '4': 3, '5': 9, '10': 'screenshotUrls'},
{'1': 'docs_url', '3': 18, '4': 1, '5': 9, '10': 'docsUrl'},
{'1': 'kind', '3': 19, '4': 1, '5': 9, '10': 'kind'},
{'1': 'provider', '3': 20, '4': 1, '5': 9, '10': 'provider'},
{'1': 'source_kind', '3': 21, '4': 1, '5': 9, '10': 'sourceKind'},
{'1': 'source', '3': 22, '4': 1, '5': 9, '10': 'source'},
{
'1': 'canonical_category',
'3': 23,
'4': 1,
'5': 9,
'10': 'canonicalCategory'
},
{
'1': 'canonical_category_label',
'3': 24,
'4': 1,
'5': 9,
'10': 'canonicalCategoryLabel'
},
],
};
/// Descriptor for `StoreEntry`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List storeEntryDescriptor = $convert.base64Decode(
'CgpTdG9yZUVudHJ5EhIKBG5hbWUYASABKAlSBG5hbWUSHQoKdGFnbGluZV9lbhgCIAEoCVIJdG'
'FnbGluZUVuEh0KCnRhZ2xpbmVfZGUYAyABKAlSCXRhZ2xpbmVEZRIlCg5kZXNjcmlwdGlvbl9l'
'bhgEIAEoCVINZGVzY3JpcHRpb25FbhIlCg5kZXNjcmlwdGlvbl9kZRgFIAEoCVINZGVzY3JpcH'
'Rpb25EZRIaCghjYXRlZ29yeRgGIAEoCVIIY2F0ZWdvcnkSEgoEdGFncxgHIAMoCVIEdGFncxIz'
'ChVyZXF1aXJlc19jYXBhYmlsaXRpZXMYCCADKAlSFHJlcXVpcmVzQ2FwYWJpbGl0aWVzEisKEX'
'JlcXVpcmVzX3NlcnZpY2VzGAkgAygJUhByZXF1aXJlc1NlcnZpY2VzEhgKB2xpY2Vuc2UYCiAB'
'KAlSB2xpY2Vuc2USHgoKcmVwb3NpdG9yeRgLIAEoCVIKcmVwb3NpdG9yeRIhCgxiZXN0X3Zlcn'
'Npb24YDCABKAlSC2Jlc3RWZXJzaW9uEhYKBnN0YXR1cxgNIAEoCVIGc3RhdHVzEhwKCWluc3Rh'
'bGxlZBgOIAEoCFIJaW5zdGFsbGVkEhoKCGZlYXR1cmVkGA8gASgIUghmZWF0dXJlZBIZCghpY2'
'9uX3VybBgQIAEoCVIHaWNvblVybBInCg9zY3JlZW5zaG90X3VybHMYESADKAlSDnNjcmVlbnNo'
'b3RVcmxzEhkKCGRvY3NfdXJsGBIgASgJUgdkb2NzVXJsEhIKBGtpbmQYEyABKAlSBGtpbmQSGg'
'oIcHJvdmlkZXIYFCABKAlSCHByb3ZpZGVyEh8KC3NvdXJjZV9raW5kGBUgASgJUgpzb3VyY2VL'
'aW5kEhYKBnNvdXJjZRgWIAEoCVIGc291cmNlEi0KEmNhbm9uaWNhbF9jYXRlZ29yeRgXIAEoCV'
'IRY2Fub25pY2FsQ2F0ZWdvcnkSOAoYY2Fub25pY2FsX2NhdGVnb3J5X2xhYmVsGBggASgJUhZj'
'YW5vbmljYWxDYXRlZ29yeUxhYmVs');
@$core.Deprecated('Use channelStatusResponseDescriptor instead')
const ChannelStatusResponse$json = {
'1': 'ChannelStatusResponse',
'2': [
{'1': 'active', '3': 1, '4': 1, '5': 9, '10': 'active'},
{
'1': 'channels',
'3': 2,
'4': 3,
'5': 11,
'6': '.chain.v1.ChannelEntry',
'10': 'channels'
},
],
};
/// Descriptor for `ChannelStatusResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List channelStatusResponseDescriptor = $convert.base64Decode(
'ChVDaGFubmVsU3RhdHVzUmVzcG9uc2USFgoGYWN0aXZlGAEgASgJUgZhY3RpdmUSMgoIY2hhbm'
'5lbHMYAiADKAsyFi5jaGFpbi52MS5DaGFubmVsRW50cnlSCGNoYW5uZWxz');
@$core.Deprecated('Use channelEntryDescriptor instead')
const ChannelEntry$json = {
'1': 'ChannelEntry',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'port', '3': 2, '4': 1, '5': 13, '10': 'port'},
{'1': 'running', '3': 3, '4': 1, '5': 8, '10': 'running'},
{'1': 'endpoint', '3': 4, '4': 1, '5': 9, '10': 'endpoint'},
],
};
/// Descriptor for `ChannelEntry`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List channelEntryDescriptor = $convert.base64Decode(
'CgxDaGFubmVsRW50cnkSEgoEbmFtZRgBIAEoCVIEbmFtZRISCgRwb3J0GAIgASgNUgRwb3J0Eh'
'gKB3J1bm5pbmcYAyABKAhSB3J1bm5pbmcSGgoIZW5kcG9pbnQYBCABKAlSCGVuZHBvaW50');
@$core.Deprecated('Use daemonPathsResponseDescriptor instead')
const DaemonPathsResponse$json = {
'1': 'DaemonPathsResponse',
'2': [
{'1': 'log_path', '3': 1, '4': 1, '5': 9, '10': 'logPath'},
{'1': 'db_path', '3': 2, '4': 1, '5': 9, '10': 'dbPath'},
{'1': 'modules_dir', '3': 3, '4': 1, '5': 9, '10': 'modulesDir'},
{'1': 'flows_dir', '3': 4, '4': 1, '5': 9, '10': 'flowsDir'},
{'1': 'config_path', '3': 5, '4': 1, '5': 9, '10': 'configPath'},
{'1': 'pid_path', '3': 6, '4': 1, '5': 9, '10': 'pidPath'},
],
};
/// Descriptor for `DaemonPathsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List daemonPathsResponseDescriptor = $convert.base64Decode(
'ChNEYWVtb25QYXRoc1Jlc3BvbnNlEhkKCGxvZ19wYXRoGAEgASgJUgdsb2dQYXRoEhcKB2RiX3'
'BhdGgYAiABKAlSBmRiUGF0aBIfCgttb2R1bGVzX2RpchgDIAEoCVIKbW9kdWxlc0RpchIbCglm'
'bG93c19kaXIYBCABKAlSCGZsb3dzRGlyEh8KC2NvbmZpZ19wYXRoGAUgASgJUgpjb25maWdQYX'
'RoEhkKCHBpZF9wYXRoGAYgASgJUgdwaWRQYXRo');
@$core.Deprecated('Use checkUpdateResponseDescriptor instead')
const CheckUpdateResponse$json = {
'1': 'CheckUpdateResponse',
'2': [
{'1': 'channel', '3': 1, '4': 1, '5': 9, '10': 'channel'},
{'1': 'local_version', '3': 2, '4': 1, '5': 9, '10': 'localVersion'},
{'1': 'latest_version', '3': 3, '4': 1, '5': 9, '10': 'latestVersion'},
{'1': 'update_available', '3': 4, '4': 1, '5': 8, '10': 'updateAvailable'},
{'1': 'released_at', '3': 5, '4': 1, '5': 9, '10': 'releasedAt'},
{'1': 'release_notes_url', '3': 6, '4': 1, '5': 9, '10': 'releaseNotesUrl'},
{
'1': 'manifest_reachable',
'3': 7,
'4': 1,
'5': 8,
'10': 'manifestReachable'
},
{'1': 'reason', '3': 8, '4': 1, '5': 9, '10': 'reason'},
{'1': 'manifest_url', '3': 9, '4': 1, '5': 9, '10': 'manifestUrl'},
],
};
/// Descriptor for `CheckUpdateResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List checkUpdateResponseDescriptor = $convert.base64Decode(
'ChNDaGVja1VwZGF0ZVJlc3BvbnNlEhgKB2NoYW5uZWwYASABKAlSB2NoYW5uZWwSIwoNbG9jYW'
'xfdmVyc2lvbhgCIAEoCVIMbG9jYWxWZXJzaW9uEiUKDmxhdGVzdF92ZXJzaW9uGAMgASgJUg1s'
'YXRlc3RWZXJzaW9uEikKEHVwZGF0ZV9hdmFpbGFibGUYBCABKAhSD3VwZGF0ZUF2YWlsYWJsZR'
'IfCgtyZWxlYXNlZF9hdBgFIAEoCVIKcmVsZWFzZWRBdBIqChFyZWxlYXNlX25vdGVzX3VybBgG'
'IAEoCVIPcmVsZWFzZU5vdGVzVXJsEi0KEm1hbmlmZXN0X3JlYWNoYWJsZRgHIAEoCFIRbWFuaW'
'Zlc3RSZWFjaGFibGUSFgoGcmVhc29uGAggASgJUgZyZWFzb24SIQoMbWFuaWZlc3RfdXJsGAkg'
'ASgJUgttYW5pZmVzdFVybA==');
@$core.Deprecated('Use systemAiStatusResponseDescriptor instead')
const SystemAiStatusResponse$json = {
'1': 'SystemAiStatusResponse',
'2': [
{'1': 'enabled', '3': 1, '4': 1, '5': 8, '10': 'enabled'},
{'1': 'provider', '3': 2, '4': 1, '5': 9, '10': 'provider'},
{'1': 'endpoint', '3': 3, '4': 1, '5': 9, '10': 'endpoint'},
{'1': 'model', '3': 4, '4': 1, '5': 9, '10': 'model'},
{'1': 'privacy_mode', '3': 5, '4': 1, '5': 9, '10': 'privacyMode'},
{'1': 'api_key_env', '3': 6, '4': 1, '5': 9, '10': 'apiKeyEnv'},
{'1': 'cache_count', '3': 7, '4': 1, '5': 4, '10': 'cacheCount'},
],
};
/// Descriptor for `SystemAiStatusResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List systemAiStatusResponseDescriptor = $convert.base64Decode(
'ChZTeXN0ZW1BaVN0YXR1c1Jlc3BvbnNlEhgKB2VuYWJsZWQYASABKAhSB2VuYWJsZWQSGgoIcH'
'JvdmlkZXIYAiABKAlSCHByb3ZpZGVyEhoKCGVuZHBvaW50GAMgASgJUghlbmRwb2ludBIUCgVt'
'b2RlbBgEIAEoCVIFbW9kZWwSIQoMcHJpdmFjeV9tb2RlGAUgASgJUgtwcml2YWN5TW9kZRIeCg'
'thcGlfa2V5X2VudhgGIAEoCVIJYXBpS2V5RW52Eh8KC2NhY2hlX2NvdW50GAcgASgEUgpjYWNo'
'ZUNvdW50');
@$core.Deprecated('Use askAiRequestDescriptor instead')
const AskAiRequest$json = {
'1': 'AskAiRequest',
'2': [
{'1': 'prompt', '3': 1, '4': 1, '5': 9, '10': 'prompt'},
{'1': 'force_fresh', '3': 2, '4': 1, '5': 8, '10': 'forceFresh'},
],
};
/// Descriptor for `AskAiRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List askAiRequestDescriptor = $convert.base64Decode(
'CgxBc2tBaVJlcXVlc3QSFgoGcHJvbXB0GAEgASgJUgZwcm9tcHQSHwoLZm9yY2VfZnJlc2gYAi'
'ABKAhSCmZvcmNlRnJlc2g=');
@$core.Deprecated('Use askAiResponseDescriptor instead')
const AskAiResponse$json = {
'1': 'AskAiResponse',
'2': [
{'1': 'error_kind', '3': 1, '4': 1, '5': 9, '10': 'errorKind'},
{'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
{'1': 'latency_ms', '3': 3, '4': 1, '5': 13, '10': 'latencyMs'},
{'1': 'cached', '3': 4, '4': 1, '5': 8, '10': 'cached'},
{'1': 'cached_at', '3': 5, '4': 1, '5': 9, '10': 'cachedAt'},
{'1': 'cache_hits', '3': 6, '4': 1, '5': 13, '10': 'cacheHits'},
],
};
/// Descriptor for `AskAiResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List askAiResponseDescriptor = $convert.base64Decode(
'Cg1Bc2tBaVJlc3BvbnNlEh0KCmVycm9yX2tpbmQYASABKAlSCWVycm9yS2luZBISCgR0ZXh0GA'
'IgASgJUgR0ZXh0Eh0KCmxhdGVuY3lfbXMYAyABKA1SCWxhdGVuY3lNcxIWCgZjYWNoZWQYBCAB'
'KAhSBmNhY2hlZBIbCgljYWNoZWRfYXQYBSABKAlSCGNhY2hlZEF0Eh0KCmNhY2hlX2hpdHMYBi'
'ABKA1SCWNhY2hlSGl0cw==');
@$core.Deprecated('Use clearSystemLlmCacheResponseDescriptor instead')
const ClearSystemLlmCacheResponse$json = {
'1': 'ClearSystemLlmCacheResponse',
'2': [
{'1': 'purged', '3': 1, '4': 1, '5': 4, '10': 'purged'},
],
};
/// Descriptor for `ClearSystemLlmCacheResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List clearSystemLlmCacheResponseDescriptor =
$convert.base64Decode(
'ChtDbGVhclN5c3RlbUxsbUNhY2hlUmVzcG9uc2USFgoGcHVyZ2VkGAEgASgEUgZwdXJnZWQ=');
@$core.Deprecated('Use updateSystemAiRequestDescriptor instead')
const UpdateSystemAiRequest$json = {
'1': 'UpdateSystemAiRequest',
'2': [
{'1': 'provider', '3': 1, '4': 1, '5': 9, '10': 'provider'},
{'1': 'endpoint', '3': 2, '4': 1, '5': 9, '10': 'endpoint'},
{'1': 'model', '3': 3, '4': 1, '5': 9, '10': 'model'},
{'1': 'api_key_env', '3': 4, '4': 1, '5': 9, '10': 'apiKeyEnv'},
{'1': 'privacy_mode', '3': 5, '4': 1, '5': 9, '10': 'privacyMode'},
],
};
/// Descriptor for `UpdateSystemAiRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List updateSystemAiRequestDescriptor = $convert.base64Decode(
'ChVVcGRhdGVTeXN0ZW1BaVJlcXVlc3QSGgoIcHJvdmlkZXIYASABKAlSCHByb3ZpZGVyEhoKCG'
'VuZHBvaW50GAIgASgJUghlbmRwb2ludBIUCgVtb2RlbBgDIAEoCVIFbW9kZWwSHgoLYXBpX2tl'
'eV9lbnYYBCABKAlSCWFwaUtleUVudhIhCgxwcml2YWN5X21vZGUYBSABKAlSC3ByaXZhY3lNb2'
'Rl');
@$core.Deprecated('Use testSystemAiRequestDescriptor instead')
const TestSystemAiRequest$json = {
'1': 'TestSystemAiRequest',
'2': [
{'1': 'provider', '3': 1, '4': 1, '5': 9, '10': 'provider'},
{'1': 'endpoint', '3': 2, '4': 1, '5': 9, '10': 'endpoint'},
{'1': 'model', '3': 3, '4': 1, '5': 9, '10': 'model'},
{'1': 'api_key_env', '3': 4, '4': 1, '5': 9, '10': 'apiKeyEnv'},
{'1': 'privacy_mode', '3': 5, '4': 1, '5': 9, '10': 'privacyMode'},
],
};
/// Descriptor for `TestSystemAiRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List testSystemAiRequestDescriptor = $convert.base64Decode(
'ChNUZXN0U3lzdGVtQWlSZXF1ZXN0EhoKCHByb3ZpZGVyGAEgASgJUghwcm92aWRlchIaCghlbm'
'Rwb2ludBgCIAEoCVIIZW5kcG9pbnQSFAoFbW9kZWwYAyABKAlSBW1vZGVsEh4KC2FwaV9rZXlf'
'ZW52GAQgASgJUglhcGlLZXlFbnYSIQoMcHJpdmFjeV9tb2RlGAUgASgJUgtwcml2YWN5TW9kZQ'
'==');
@$core.Deprecated('Use listSystemAiModelsResponseDescriptor instead')
const ListSystemAiModelsResponse$json = {
'1': 'ListSystemAiModelsResponse',
'2': [
{'1': 'error_kind', '3': 1, '4': 1, '5': 9, '10': 'errorKind'},
{'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
{
'1': 'models',
'3': 3,
'4': 3,
'5': 11,
'6': '.chain.v1.SystemAiModel',
'10': 'models'
},
],
};
/// Descriptor for `ListSystemAiModelsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listSystemAiModelsResponseDescriptor =
$convert.base64Decode(
'ChpMaXN0U3lzdGVtQWlNb2RlbHNSZXNwb25zZRIdCgplcnJvcl9raW5kGAEgASgJUgllcnJvck'
'tpbmQSEgoEdGV4dBgCIAEoCVIEdGV4dBIvCgZtb2RlbHMYAyADKAsyFy5jaGFpbi52MS5TeXN0'
'ZW1BaU1vZGVsUgZtb2RlbHM=');
@$core.Deprecated('Use systemAiModelDescriptor instead')
const SystemAiModel$json = {
'1': 'SystemAiModel',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
{'1': 'owned_by', '3': 2, '4': 1, '5': 9, '10': 'ownedBy'},
],
};
/// Descriptor for `SystemAiModel`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List systemAiModelDescriptor = $convert.base64Decode(
'Cg1TeXN0ZW1BaU1vZGVsEg4KAmlkGAEgASgJUgJpZBIZCghvd25lZF9ieRgCIAEoCVIHb3duZW'
'RCeQ==');
@$core.Deprecated('Use pullSystemAiModelRequestDescriptor instead')
const PullSystemAiModelRequest$json = {
'1': 'PullSystemAiModelRequest',
'2': [
{'1': 'endpoint', '3': 1, '4': 1, '5': 9, '10': 'endpoint'},
{'1': 'api_key_env', '3': 2, '4': 1, '5': 9, '10': 'apiKeyEnv'},
{'1': 'model', '3': 3, '4': 1, '5': 9, '10': 'model'},
],
};
/// Descriptor for `PullSystemAiModelRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pullSystemAiModelRequestDescriptor =
$convert.base64Decode(
'ChhQdWxsU3lzdGVtQWlNb2RlbFJlcXVlc3QSGgoIZW5kcG9pbnQYASABKAlSCGVuZHBvaW50Eh'
'4KC2FwaV9rZXlfZW52GAIgASgJUglhcGlLZXlFbnYSFAoFbW9kZWwYAyABKAlSBW1vZGVs');
@$core.Deprecated('Use pullSystemAiModelResponseDescriptor instead')
const PullSystemAiModelResponse$json = {
'1': 'PullSystemAiModelResponse',
'2': [
{'1': 'error_kind', '3': 1, '4': 1, '5': 9, '10': 'errorKind'},
{'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
{'1': 'elapsed_ms', '3': 3, '4': 1, '5': 13, '10': 'elapsedMs'},
],
};
/// Descriptor for `PullSystemAiModelResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pullSystemAiModelResponseDescriptor = $convert.base64Decode(
'ChlQdWxsU3lzdGVtQWlNb2RlbFJlc3BvbnNlEh0KCmVycm9yX2tpbmQYASABKAlSCWVycm9yS2'
'luZBISCgR0ZXh0GAIgASgJUgR0ZXh0Eh0KCmVsYXBzZWRfbXMYAyABKA1SCWVsYXBzZWRNcw==');
@$core.Deprecated('Use hardwareInfoResponseDescriptor instead')
const HardwareInfoResponse$json = {
'1': 'HardwareInfoResponse',
'2': [
{'1': 'tier', '3': 1, '4': 1, '5': 9, '10': 'tier'},
{'1': 'cpu_brand', '3': 2, '4': 1, '5': 9, '10': 'cpuBrand'},
{'1': 'cpu_cores', '3': 3, '4': 1, '5': 13, '10': 'cpuCores'},
{'1': 'ram_mb', '3': 4, '4': 1, '5': 4, '10': 'ramMb'},
{'1': 'apple_silicon', '3': 5, '4': 1, '5': 8, '10': 'appleSilicon'},
{'1': 'dedicated_gpu', '3': 6, '4': 1, '5': 8, '10': 'dedicatedGpu'},
{'1': 'summary', '3': 7, '4': 1, '5': 9, '10': 'summary'},
],
};
/// Descriptor for `HardwareInfoResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List hardwareInfoResponseDescriptor = $convert.base64Decode(
'ChRIYXJkd2FyZUluZm9SZXNwb25zZRISCgR0aWVyGAEgASgJUgR0aWVyEhsKCWNwdV9icmFuZB'
'gCIAEoCVIIY3B1QnJhbmQSGwoJY3B1X2NvcmVzGAMgASgNUghjcHVDb3JlcxIVCgZyYW1fbWIY'
'BCABKARSBXJhbU1iEiMKDWFwcGxlX3NpbGljb24YBSABKAhSDGFwcGxlU2lsaWNvbhIjCg1kZW'
'RpY2F0ZWRfZ3B1GAYgASgIUgxkZWRpY2F0ZWRHcHUSGAoHc3VtbWFyeRgHIAEoCVIHc3VtbWFy'
'eQ==');
@$core.Deprecated('Use listSystemAiCuratedModelsResponseDescriptor instead')
const ListSystemAiCuratedModelsResponse$json = {
'1': 'ListSystemAiCuratedModelsResponse',
'2': [
{
'1': 'models',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.CuratedModel',
'10': 'models'
},
{'1': 'last_reviewed', '3': 2, '4': 1, '5': 9, '10': 'lastReviewed'},
],
};
/// Descriptor for `ListSystemAiCuratedModelsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listSystemAiCuratedModelsResponseDescriptor =
$convert.base64Decode(
'CiFMaXN0U3lzdGVtQWlDdXJhdGVkTW9kZWxzUmVzcG9uc2USLgoGbW9kZWxzGAEgAygLMhYuY2'
'hhaW4udjEuQ3VyYXRlZE1vZGVsUgZtb2RlbHMSIwoNbGFzdF9yZXZpZXdlZBgCIAEoCVIMbGFz'
'dFJldmlld2Vk');
@$core.Deprecated('Use curatedModelDescriptor instead')
const CuratedModel$json = {
'1': 'CuratedModel',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
{'1': 'family', '3': 2, '4': 1, '5': 9, '10': 'family'},
{'1': 'params_b', '3': 3, '4': 1, '5': 2, '10': 'paramsB'},
{'1': 'quality_tier', '3': 4, '4': 1, '5': 9, '10': 'qualityTier'},
{'1': 'min_hw_tier', '3': 5, '4': 1, '5': 9, '10': 'minHwTier'},
{'1': 'context_k', '3': 6, '4': 1, '5': 13, '10': 'contextK'},
{'1': 'notes', '3': 7, '4': 1, '5': 9, '10': 'notes'},
{'1': 'license', '3': 8, '4': 1, '5': 9, '10': 'license'},
],
};
/// Descriptor for `CuratedModel`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List curatedModelDescriptor = $convert.base64Decode(
'CgxDdXJhdGVkTW9kZWwSDgoCaWQYASABKAlSAmlkEhYKBmZhbWlseRgCIAEoCVIGZmFtaWx5Eh'
'kKCHBhcmFtc19iGAMgASgCUgdwYXJhbXNCEiEKDHF1YWxpdHlfdGllchgEIAEoCVILcXVhbGl0'
'eVRpZXISHgoLbWluX2h3X3RpZXIYBSABKAlSCW1pbkh3VGllchIbCgljb250ZXh0X2sYBiABKA'
'1SCGNvbnRleHRLEhQKBW5vdGVzGAcgASgJUgVub3RlcxIYCgdsaWNlbnNlGAggASgJUgdsaWNl'
'bnNl');
@$core.Deprecated('Use clearEventLogRequestDescriptor instead')
const ClearEventLogRequest$json = {
'1': 'ClearEventLogRequest',
'2': [
{'1': 'reviewer', '3': 1, '4': 1, '5': 9, '10': 'reviewer'},
{'1': 'reason', '3': 2, '4': 1, '5': 9, '10': 'reason'},
],
};
/// Descriptor for `ClearEventLogRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List clearEventLogRequestDescriptor = $convert.base64Decode(
'ChRDbGVhckV2ZW50TG9nUmVxdWVzdBIaCghyZXZpZXdlchgBIAEoCVIIcmV2aWV3ZXISFgoGcm'
'Vhc29uGAIgASgJUgZyZWFzb24=');
@$core.Deprecated('Use clearEventLogResponseDescriptor instead')
const ClearEventLogResponse$json = {
'1': 'ClearEventLogResponse',
'2': [
{'1': 'purged', '3': 1, '4': 1, '5': 4, '10': 'purged'},
{'1': 'channel', '3': 2, '4': 1, '5': 9, '10': 'channel'},
],
};
/// Descriptor for `ClearEventLogResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List clearEventLogResponseDescriptor = $convert.base64Decode(
'ChVDbGVhckV2ZW50TG9nUmVzcG9uc2USFgoGcHVyZ2VkGAEgASgEUgZwdXJnZWQSGAoHY2hhbm'
'5lbBgCIAEoCVIHY2hhbm5lbA==');
@$core.Deprecated('Use setDefaultScopeRequestDescriptor instead')
const SetDefaultScopeRequest$json = {
'1': 'SetDefaultScopeRequest',
'2': [
{'1': 'scope', '3': 1, '4': 3, '5': 9, '10': 'scope'},
],
};
/// Descriptor for `SetDefaultScopeRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List setDefaultScopeRequestDescriptor =
$convert.base64Decode(
'ChZTZXREZWZhdWx0U2NvcGVSZXF1ZXN0EhQKBXNjb3BlGAEgAygJUgVzY29wZQ==');
@$core.Deprecated('Use defaultScopeResponseDescriptor instead')
const DefaultScopeResponse$json = {
'1': 'DefaultScopeResponse',
'2': [
{'1': 'scope', '3': 1, '4': 3, '5': 9, '10': 'scope'},
{'1': 'known_providers', '3': 2, '4': 3, '5': 9, '10': 'knownProviders'},
],
};
/// Descriptor for `DefaultScopeResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List defaultScopeResponseDescriptor = $convert.base64Decode(
'ChREZWZhdWx0U2NvcGVSZXNwb25zZRIUCgVzY29wZRgBIAMoCVIFc2NvcGUSJwoPa25vd25fcH'
'JvdmlkZXJzGAIgAygJUg5rbm93blByb3ZpZGVycw==');
@$core.Deprecated('Use reloadAuthResponseDescriptor instead')
const ReloadAuthResponse$json = {
'1': 'ReloadAuthResponse',
'2': [
{'1': 'token_count', '3': 1, '4': 1, '5': 13, '10': 'tokenCount'},
],
};
/// Descriptor for `ReloadAuthResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List reloadAuthResponseDescriptor = $convert.base64Decode(
'ChJSZWxvYWRBdXRoUmVzcG9uc2USHwoLdG9rZW5fY291bnQYASABKA1SCnRva2VuQ291bnQ=');
@$core.Deprecated('Use mcpClientConfigEntryDescriptor instead')
const McpClientConfigEntry$json = {
'1': 'McpClientConfigEntry',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'endpoint', '3': 2, '4': 1, '5': 9, '10': 'endpoint'},
{'1': 'api_key_env', '3': 3, '4': 1, '5': 9, '10': 'apiKeyEnv'},
{'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
],
};
/// Descriptor for `McpClientConfigEntry`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List mcpClientConfigEntryDescriptor = $convert.base64Decode(
'ChRNY3BDbGllbnRDb25maWdFbnRyeRISCgRuYW1lGAEgASgJUgRuYW1lEhoKCGVuZHBvaW50GA'
'IgASgJUghlbmRwb2ludBIeCgthcGlfa2V5X2VudhgDIAEoCVIJYXBpS2V5RW52EiAKC2Rlc2Ny'
'aXB0aW9uGAQgASgJUgtkZXNjcmlwdGlvbg==');
@$core.Deprecated('Use listMcpClientsResponseDescriptor instead')
const ListMcpClientsResponse$json = {
'1': 'ListMcpClientsResponse',
'2': [
{
'1': 'clients',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.McpClientStatus',
'10': 'clients'
},
],
};
/// Descriptor for `ListMcpClientsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listMcpClientsResponseDescriptor =
$convert.base64Decode(
'ChZMaXN0TWNwQ2xpZW50c1Jlc3BvbnNlEjMKB2NsaWVudHMYASADKAsyGS5jaGFpbi52MS5NY3'
'BDbGllbnRTdGF0dXNSB2NsaWVudHM=');
@$core.Deprecated('Use mcpClientStatusDescriptor instead')
const McpClientStatus$json = {
'1': 'McpClientStatus',
'2': [
{
'1': 'config',
'3': 1,
'4': 1,
'5': 11,
'6': '.chain.v1.McpClientConfigEntry',
'10': 'config'
},
{'1': 'tool_count', '3': 2, '4': 1, '5': 13, '10': 'toolCount'},
{'1': 'error_kind', '3': 3, '4': 1, '5': 9, '10': 'errorKind'},
{'1': 'message', '3': 4, '4': 1, '5': 9, '10': 'message'},
],
};
/// Descriptor for `McpClientStatus`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List mcpClientStatusDescriptor = $convert.base64Decode(
'Cg9NY3BDbGllbnRTdGF0dXMSNgoGY29uZmlnGAEgASgLMh4uY2hhaW4udjEuTWNwQ2xpZW50Q2'
'9uZmlnRW50cnlSBmNvbmZpZxIdCgp0b29sX2NvdW50GAIgASgNUgl0b29sQ291bnQSHQoKZXJy'
'b3Jfa2luZBgDIAEoCVIJZXJyb3JLaW5kEhgKB21lc3NhZ2UYBCABKAlSB21lc3NhZ2U=');
@$core.Deprecated('Use removeMcpClientRequestDescriptor instead')
const RemoveMcpClientRequest$json = {
'1': 'RemoveMcpClientRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `RemoveMcpClientRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List removeMcpClientRequestDescriptor =
$convert.base64Decode(
'ChZSZW1vdmVNY3BDbGllbnRSZXF1ZXN0EhIKBG5hbWUYASABKAlSBG5hbWU=');
@$core.Deprecated('Use n8nEndpointConfigEntryDescriptor instead')
const N8nEndpointConfigEntry$json = {
'1': 'N8nEndpointConfigEntry',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'base_url', '3': 2, '4': 1, '5': 9, '10': 'baseUrl'},
{'1': 'api_key_env', '3': 3, '4': 1, '5': 9, '10': 'apiKeyEnv'},
{'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
],
};
/// Descriptor for `N8nEndpointConfigEntry`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List n8nEndpointConfigEntryDescriptor = $convert.base64Decode(
'ChZOOG5FbmRwb2ludENvbmZpZ0VudHJ5EhIKBG5hbWUYASABKAlSBG5hbWUSGQoIYmFzZV91cm'
'wYAiABKAlSB2Jhc2VVcmwSHgoLYXBpX2tleV9lbnYYAyABKAlSCWFwaUtleUVudhIgCgtkZXNj'
'cmlwdGlvbhgEIAEoCVILZGVzY3JpcHRpb24=');
@$core.Deprecated('Use listN8nEndpointsResponseDescriptor instead')
const ListN8nEndpointsResponse$json = {
'1': 'ListN8nEndpointsResponse',
'2': [
{
'1': 'endpoints',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.N8nEndpointStatus',
'10': 'endpoints'
},
],
};
/// Descriptor for `ListN8nEndpointsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listN8nEndpointsResponseDescriptor =
$convert.base64Decode(
'ChhMaXN0TjhuRW5kcG9pbnRzUmVzcG9uc2USOQoJZW5kcG9pbnRzGAEgAygLMhsuY2hhaW4udj'
'EuTjhuRW5kcG9pbnRTdGF0dXNSCWVuZHBvaW50cw==');
@$core.Deprecated('Use n8nEndpointStatusDescriptor instead')
const N8nEndpointStatus$json = {
'1': 'N8nEndpointStatus',
'2': [
{
'1': 'config',
'3': 1,
'4': 1,
'5': 11,
'6': '.chain.v1.N8nEndpointConfigEntry',
'10': 'config'
},
{'1': 'workflow_count', '3': 2, '4': 1, '5': 13, '10': 'workflowCount'},
{'1': 'error_kind', '3': 3, '4': 1, '5': 9, '10': 'errorKind'},
{'1': 'message', '3': 4, '4': 1, '5': 9, '10': 'message'},
],
};
/// Descriptor for `N8nEndpointStatus`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List n8nEndpointStatusDescriptor = $convert.base64Decode(
'ChFOOG5FbmRwb2ludFN0YXR1cxI4CgZjb25maWcYASABKAsyIC5jaGFpbi52MS5OOG5FbmRwb2'
'ludENvbmZpZ0VudHJ5UgZjb25maWcSJQoOd29ya2Zsb3dfY291bnQYAiABKA1SDXdvcmtmbG93'
'Q291bnQSHQoKZXJyb3Jfa2luZBgDIAEoCVIJZXJyb3JLaW5kEhgKB21lc3NhZ2UYBCABKAlSB2'
'1lc3NhZ2U=');
@$core.Deprecated('Use removeN8nEndpointRequestDescriptor instead')
const RemoveN8nEndpointRequest$json = {
'1': 'RemoveN8nEndpointRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `RemoveN8nEndpointRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List removeN8nEndpointRequestDescriptor =
$convert.base64Decode(
'ChhSZW1vdmVOOG5FbmRwb2ludFJlcXVlc3QSEgoEbmFtZRgBIAEoCVIEbmFtZQ==');
@$core.Deprecated('Use issueBootstrapTokenRequestDescriptor instead')
const IssueBootstrapTokenRequest$json = {
'1': 'IssueBootstrapTokenRequest',
'2': [
{'1': 'satellite_name', '3': 1, '4': 1, '5': 9, '10': 'satelliteName'},
{'1': 'region', '3': 2, '4': 1, '5': 9, '10': 'region'},
{'1': 'ttl_seconds', '3': 3, '4': 1, '5': 4, '10': 'ttlSeconds'},
],
};
/// Descriptor for `IssueBootstrapTokenRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List issueBootstrapTokenRequestDescriptor =
$convert.base64Decode(
'ChpJc3N1ZUJvb3RzdHJhcFRva2VuUmVxdWVzdBIlCg5zYXRlbGxpdGVfbmFtZRgBIAEoCVINc2'
'F0ZWxsaXRlTmFtZRIWCgZyZWdpb24YAiABKAlSBnJlZ2lvbhIfCgt0dGxfc2Vjb25kcxgDIAEo'
'BFIKdHRsU2Vjb25kcw==');
@$core.Deprecated('Use issueBootstrapTokenResponseDescriptor instead')
const IssueBootstrapTokenResponse$json = {
'1': 'IssueBootstrapTokenResponse',
'2': [
{'1': 'token', '3': 1, '4': 1, '5': 9, '10': 'token'},
{'1': 'expires_at', '3': 2, '4': 1, '5': 9, '10': 'expiresAt'},
{'1': 'primary_ca_pem', '3': 3, '4': 1, '5': 9, '10': 'primaryCaPem'},
],
};
/// Descriptor for `IssueBootstrapTokenResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List issueBootstrapTokenResponseDescriptor =
$convert.base64Decode(
'ChtJc3N1ZUJvb3RzdHJhcFRva2VuUmVzcG9uc2USFAoFdG9rZW4YASABKAlSBXRva2VuEh0KCm'
'V4cGlyZXNfYXQYAiABKAlSCWV4cGlyZXNBdBIkCg5wcmltYXJ5X2NhX3BlbRgDIAEoCVIMcHJp'
'bWFyeUNhUGVt');
@$core.Deprecated('Use satelliteListDescriptor instead')
const SatelliteList$json = {
'1': 'SatelliteList',
'2': [
{
'1': 'satellites',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.SatelliteEntry',
'10': 'satellites'
},
],
};
/// Descriptor for `SatelliteList`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List satelliteListDescriptor = $convert.base64Decode(
'Cg1TYXRlbGxpdGVMaXN0EjgKCnNhdGVsbGl0ZXMYASADKAsyGC5jaGFpbi52MS5TYXRlbGxpdG'
'VFbnRyeVIKc2F0ZWxsaXRlcw==');
@$core.Deprecated('Use satelliteEntryDescriptor instead')
const SatelliteEntry$json = {
'1': 'SatelliteEntry',
'2': [
{'1': 'hub_id', '3': 1, '4': 1, '5': 9, '10': 'hubId'},
{'1': 'display_name', '3': 2, '4': 1, '5': 9, '10': 'displayName'},
{'1': 'hub_version', '3': 3, '4': 1, '5': 9, '10': 'hubVersion'},
{'1': 'wire_version', '3': 4, '4': 1, '5': 13, '10': 'wireVersion'},
{'1': 'region', '3': 5, '4': 1, '5': 9, '10': 'region'},
{'1': 'capabilities', '3': 6, '4': 3, '5': 9, '10': 'capabilities'},
],
};
/// Descriptor for `SatelliteEntry`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List satelliteEntryDescriptor = $convert.base64Decode(
'Cg5TYXRlbGxpdGVFbnRyeRIVCgZodWJfaWQYASABKAlSBWh1YklkEiEKDGRpc3BsYXlfbmFtZR'
'gCIAEoCVILZGlzcGxheU5hbWUSHwoLaHViX3ZlcnNpb24YAyABKAlSCmh1YlZlcnNpb24SIQoM'
'd2lyZV92ZXJzaW9uGAQgASgNUgt3aXJlVmVyc2lvbhIWCgZyZWdpb24YBSABKAlSBnJlZ2lvbh'
'IiCgxjYXBhYmlsaXRpZXMYBiADKAlSDGNhcGFiaWxpdGllcw==');
@$core.Deprecated('Use listStoresRequestDescriptor instead')
const ListStoresRequest$json = {
'1': 'ListStoresRequest',
};
/// Descriptor for `ListStoresRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listStoresRequestDescriptor =
$convert.base64Decode('ChFMaXN0U3RvcmVzUmVxdWVzdA==');
@$core.Deprecated('Use storeSourceDescriptor instead')
const StoreSource$json = {
'1': 'StoreSource',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'url', '3': 2, '4': 1, '5': 9, '10': 'url'},
{'1': 'removable', '3': 3, '4': 1, '5': 8, '10': 'removable'},
{'1': 'module_count', '3': 4, '4': 1, '5': 5, '10': 'moduleCount'},
],
};
/// Descriptor for `StoreSource`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List storeSourceDescriptor = $convert.base64Decode(
'CgtTdG9yZVNvdXJjZRISCgRuYW1lGAEgASgJUgRuYW1lEhAKA3VybBgCIAEoCVIDdXJsEhwKCX'
'JlbW92YWJsZRgDIAEoCFIJcmVtb3ZhYmxlEiEKDG1vZHVsZV9jb3VudBgEIAEoBVILbW9kdWxl'
'Q291bnQ=');
@$core.Deprecated('Use listStoresResponseDescriptor instead')
const ListStoresResponse$json = {
'1': 'ListStoresResponse',
'2': [
{
'1': 'stores',
'3': 1,
'4': 3,
'5': 11,
'6': '.chain.v1.StoreSource',
'10': 'stores'
},
],
};
/// Descriptor for `ListStoresResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listStoresResponseDescriptor = $convert.base64Decode(
'ChJMaXN0U3RvcmVzUmVzcG9uc2USLQoGc3RvcmVzGAEgAygLMhUuY2hhaW4udjEuU3RvcmVTb3'
'VyY2VSBnN0b3Jlcw==');
@$core.Deprecated('Use addStoreRequestDescriptor instead')
const AddStoreRequest$json = {
'1': 'AddStoreRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'url', '3': 2, '4': 1, '5': 9, '10': 'url'},
{'1': 'bearer_env', '3': 3, '4': 1, '5': 9, '10': 'bearerEnv'},
{'1': 'basic_user', '3': 4, '4': 1, '5': 9, '10': 'basicUser'},
{
'1': 'basic_password_env',
'3': 5,
'4': 1,
'5': 9,
'10': 'basicPasswordEnv'
},
{'1': 'pinned_pubkey_pem', '3': 6, '4': 1, '5': 9, '10': 'pinnedPubkeyPem'},
],
};
/// Descriptor for `AddStoreRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List addStoreRequestDescriptor = $convert.base64Decode(
'Cg9BZGRTdG9yZVJlcXVlc3QSEgoEbmFtZRgBIAEoCVIEbmFtZRIQCgN1cmwYAiABKAlSA3VybB'
'IdCgpiZWFyZXJfZW52GAMgASgJUgliZWFyZXJFbnYSHQoKYmFzaWNfdXNlchgEIAEoCVIJYmFz'
'aWNVc2VyEiwKEmJhc2ljX3Bhc3N3b3JkX2VudhgFIAEoCVIQYmFzaWNQYXNzd29yZEVudhIqCh'
'FwaW5uZWRfcHVia2V5X3BlbRgGIAEoCVIPcGlubmVkUHVia2V5UGVt');
@$core.Deprecated('Use addStoreResponseDescriptor instead')
const AddStoreResponse$json = {
'1': 'AddStoreResponse',
'2': [
{'1': 'modules_added', '3': 1, '4': 1, '5': 5, '10': 'modulesAdded'},
{'1': 'message', '3': 2, '4': 1, '5': 9, '10': 'message'},
],
};
/// Descriptor for `AddStoreResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List addStoreResponseDescriptor = $convert.base64Decode(
'ChBBZGRTdG9yZVJlc3BvbnNlEiMKDW1vZHVsZXNfYWRkZWQYASABKAVSDG1vZHVsZXNBZGRlZB'
'IYCgdtZXNzYWdlGAIgASgJUgdtZXNzYWdl');
@$core.Deprecated('Use removeStoreRequestDescriptor instead')
const RemoveStoreRequest$json = {
'1': 'RemoveStoreRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `RemoveStoreRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List removeStoreRequestDescriptor = $convert
.base64Decode('ChJSZW1vdmVTdG9yZVJlcXVlc3QSEgoEbmFtZRgBIAEoCVIEbmFtZQ==');
@$core.Deprecated('Use removeStoreResponseDescriptor instead')
const RemoveStoreResponse$json = {
'1': 'RemoveStoreResponse',
'2': [
{'1': 'removed', '3': 1, '4': 1, '5': 8, '10': 'removed'},
{'1': 'message', '3': 2, '4': 1, '5': 9, '10': 'message'},
],
};
/// Descriptor for `RemoveStoreResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List removeStoreResponseDescriptor = $convert.base64Decode(
'ChNSZW1vdmVTdG9yZVJlc3BvbnNlEhgKB3JlbW92ZWQYASABKAhSB3JlbW92ZWQSGAoHbWVzc2'
'FnZRgCIAEoCVIHbWVzc2FnZQ==');