You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -153,7 +153,7 @@ const Slot$json = {
|
||||
'1': 'Slot',
|
||||
'2': [
|
||||
{'1': 'StartDateTime', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'StartDateTime'},
|
||||
{'1': 'DurationInMinutes', '3': 3, '4': 1, '5': 3, '10': 'DurationInMinutes'},
|
||||
{'1': 'DurationInSeconds', '3': 3, '4': 1, '5': 4, '10': 'DurationInSeconds'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -161,8 +161,8 @@ const Slot$json = {
|
||||
final $typed_data.Uint8List slotDescriptor = $convert.base64Decode(
|
||||
'CgRTbG90EokBCg1TdGFydERhdGVUaW1lGAEgASgJQmP6QmByXjJcXjIwWzAtOV17Mn0tKDBbMS'
|
||||
'05XXwxWzAtMl0pLSgwWzEtOV18WzEyXVswLTldfDNbMDFdKVRbMDFdWzAtOV18MlswLTNdOlsw'
|
||||
'LTVdWzAtOV06WzAtNV1bMC05XSRSDVN0YXJ0RGF0ZVRpbWUSLAoRRHVyYXRpb25Jbk1pbnV0ZX'
|
||||
'MYAyABKANSEUR1cmF0aW9uSW5NaW51dGVz');
|
||||
'LTVdWzAtOV06WzAtNV1bMC05XSRSDVN0YXJ0RGF0ZVRpbWUSLAoRRHVyYXRpb25JblNlY29uZH'
|
||||
'MYAyABKARSEUR1cmF0aW9uSW5TZWNvbmRz');
|
||||
|
||||
@$core.Deprecated('Use segmentationDescriptor instead')
|
||||
const Segmentation$json = {
|
||||
@@ -306,7 +306,7 @@ const DurationRule$json = {
|
||||
'1': 'DurationRule',
|
||||
'2': [
|
||||
{'1': 'Filter', '3': 1, '4': 1, '5': 11, '6': '.api.RuleFilter', '10': 'Filter'},
|
||||
{'1': 'BaseDurationInSeconds', '3': 2, '4': 1, '5': 3, '10': 'BaseDurationInSeconds'},
|
||||
{'1': 'BaseDurationInSeconds', '3': 2, '4': 1, '5': 4, '10': 'BaseDurationInSeconds'},
|
||||
{'1': 'VariableDurations', '3': 3, '4': 3, '5': 11, '6': '.api.VariableDuration', '8': {}, '10': 'VariableDurations'},
|
||||
{'1': 'OrderAppliance', '3': 4, '4': 1, '5': 5, '10': 'OrderAppliance'},
|
||||
],
|
||||
@@ -315,7 +315,7 @@ const DurationRule$json = {
|
||||
/// Descriptor for `DurationRule`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List durationRuleDescriptor = $convert.base64Decode(
|
||||
'CgxEdXJhdGlvblJ1bGUSJwoGRmlsdGVyGAEgASgLMg8uYXBpLlJ1bGVGaWx0ZXJSBkZpbHRlch'
|
||||
'I0ChVCYXNlRHVyYXRpb25JblNlY29uZHMYAiABKANSFUJhc2VEdXJhdGlvbkluU2Vjb25kcxJP'
|
||||
'I0ChVCYXNlRHVyYXRpb25JblNlY29uZHMYAiABKARSFUJhc2VEdXJhdGlvbkluU2Vjb25kcxJP'
|
||||
'ChFWYXJpYWJsZUR1cmF0aW9ucxgDIAMoCzIVLmFwaS5WYXJpYWJsZUR1cmF0aW9uQgrqwRgGVW'
|
||||
'5pdElEUhFWYXJpYWJsZUR1cmF0aW9ucxImCg5PcmRlckFwcGxpYW5jZRgEIAEoBVIOT3JkZXJB'
|
||||
'cHBsaWFuY2U=');
|
||||
@@ -325,14 +325,14 @@ const VariableDuration$json = {
|
||||
'1': 'VariableDuration',
|
||||
'2': [
|
||||
{'1': 'UnitID', '3': 1, '4': 1, '5': 9, '10': 'UnitID'},
|
||||
{'1': 'DurationInSeconds', '3': 2, '4': 1, '5': 3, '10': 'DurationInSeconds'},
|
||||
{'1': 'DurationInSeconds', '3': 2, '4': 1, '5': 4, '10': 'DurationInSeconds'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `VariableDuration`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List variableDurationDescriptor = $convert.base64Decode(
|
||||
'ChBWYXJpYWJsZUR1cmF0aW9uEhYKBlVuaXRJRBgBIAEoCVIGVW5pdElEEiwKEUR1cmF0aW9uSW'
|
||||
'5TZWNvbmRzGAIgASgDUhFEdXJhdGlvbkluU2Vjb25kcw==');
|
||||
'5TZWNvbmRzGAIgASgEUhFEdXJhdGlvbkluU2Vjb25kcw==');
|
||||
|
||||
@$core.Deprecated('Use ruleFilterDescriptor instead')
|
||||
const RuleFilter$json = {
|
||||
|
||||
Reference in New Issue
Block a user