You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -20,6 +20,7 @@ const ExecutionflowByIdQuery$json = {
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowQueryOptions', '10': 'Options'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,7 +29,8 @@ const ExecutionflowByIdQuery$json = {
|
||||
final $typed_data.Uint8List executionflowByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChZFeGVjdXRpb25mbG93QnlJZFF1ZXJ5EjkKBkhlYWRlchgBIAEoCzIXLmFwaS5RdWVyeVByb2'
|
||||
'plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKQoDSURzGAIgAygLMg0uYXBpLkVudGl0eUlE'
|
||||
'Qgj6QgWSAQIIAVIDSURzOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'Qgj6QgWSAQIIAVIDSURzEjgKB09wdGlvbnMYAyABKAsyHi5hcGkuRXhlY3V0aW9uZmxvd1F1ZX'
|
||||
'J5T3B0aW9uc1IHT3B0aW9uczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use executionflowByIdResultDescriptor instead')
|
||||
const ExecutionflowByIdResult$json = {
|
||||
@@ -54,6 +56,7 @@ const ExecutionflowByFilterQuery$json = {
|
||||
{'1': 'limitFilter', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'limitFilter'},
|
||||
{'1': 'queryContext', '3': 5, '4': 1, '5': 9, '10': 'queryContext'},
|
||||
{'1': 'BlockFilters', '3': 6, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
||||
{'1': 'Options', '3': 7, '4': 1, '5': 11, '6': '.api.ExecutionflowQueryOptions', '10': 'Options'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -64,7 +67,8 @@ final $typed_data.Uint8List executionflowByFilterQueryDescriptor = $convert.base
|
||||
'lQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkYKC2xpbWl0RmlsdGVyGAQgASgJQiSS'
|
||||
'QSEyGE51bWJlciBvZiBtYXhpbXVtIHJlc3VsdEoFIjUwMCJSC2xpbWl0RmlsdGVyEiIKDHF1ZX'
|
||||
'J5Q29udGV4dBgFIAEoCVIMcXVlcnlDb250ZXh0EjQKDEJsb2NrRmlsdGVycxgGIAMoCzIQLmFw'
|
||||
'aS5CbG9ja0ZpbHRlclIMQmxvY2tGaWx0ZXJzOg6SQQsKCdIBBkhlYWRlcg==');
|
||||
'aS5CbG9ja0ZpbHRlclIMQmxvY2tGaWx0ZXJzEjgKB09wdGlvbnMYByABKAsyHi5hcGkuRXhlY3'
|
||||
'V0aW9uZmxvd1F1ZXJ5T3B0aW9uc1IHT3B0aW9uczoOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use executionflowByFilterResultDescriptor instead')
|
||||
const ExecutionflowByFilterResult$json = {
|
||||
@@ -82,3 +86,16 @@ final $typed_data.Uint8List executionflowByFilterResultDescriptor = $convert.bas
|
||||
'VsdEhlYWRlclIGSGVhZGVyEiwKB09iamVjdHMYAiADKAsyEi5hcGkuRXhlY3V0aW9uZmxvd1IH'
|
||||
'T2JqZWN0cxIiCgxxdWVyeUNvbnRleHQYAyABKAlSDHF1ZXJ5Q29udGV4dA==');
|
||||
|
||||
@$core.Deprecated('Use executionflowQueryOptionsDescriptor instead')
|
||||
const ExecutionflowQueryOptions$json = {
|
||||
'1': 'ExecutionflowQueryOptions',
|
||||
'2': [
|
||||
{'1': 'TruncateLines', '3': 1, '4': 1, '5': 8, '10': 'TruncateLines'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ExecutionflowQueryOptions`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List executionflowQueryOptionsDescriptor = $convert.base64Decode(
|
||||
'ChlFeGVjdXRpb25mbG93UXVlcnlPcHRpb25zEiQKDVRydW5jYXRlTGluZXMYASABKAhSDVRydW'
|
||||
'5jYXRlTGluZXM=');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user