You've already forked dart-core-sdk
152 lines
7.1 KiB
Dart
152 lines
7.1 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: collabShared.proto
|
|
//
|
|
// @dart = 2.12
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use notifTypeEnumDescriptor instead')
|
|
const NotifTypeEnum$json = {
|
|
'1': 'NotifTypeEnum',
|
|
'2': [
|
|
{'1': 'NOTIF_TYPE_UNKNOWN', '2': 0},
|
|
{'1': 'NOTIF_TYPE_COMMENT', '2': 1},
|
|
{'1': 'NOTIF_TYPE_STATUS', '2': 2},
|
|
{'1': 'NOTIF_TYPE_ATTACHMENT_ADDED', '2': 3},
|
|
{'1': 'NOTIF_TYPE_ATTACHMENT_DELETED', '2': 4},
|
|
{'1': 'NOTIF_TYPE_CREATION', '2': 5},
|
|
{'1': 'NOTIF_TYPE_DELETION', '2': 6},
|
|
{'1': 'NOTIF_TYPE_CONTACT', '2': 7},
|
|
{'1': 'NOTIF_TYPE_UPDATE', '2': 8},
|
|
{'1': 'NOTIF_TYPE_COMPLETION', '2': 9},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `NotifTypeEnum`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
|
final $typed_data.Uint8List notifTypeEnumDescriptor = $convert.base64Decode(
|
|
'Cg1Ob3RpZlR5cGVFbnVtEhYKEk5PVElGX1RZUEVfVU5LTk9XThAAEhYKEk5PVElGX1RZUEVfQ0'
|
|
'9NTUVOVBABEhUKEU5PVElGX1RZUEVfU1RBVFVTEAISHwobTk9USUZfVFlQRV9BVFRBQ0hNRU5U'
|
|
'X0FEREVEEAMSIQodTk9USUZfVFlQRV9BVFRBQ0hNRU5UX0RFTEVURUQQBBIXChNOT1RJRl9UWV'
|
|
'BFX0NSRUFUSU9OEAUSFwoTTk9USUZfVFlQRV9ERUxFVElPThAGEhYKEk5PVElGX1RZUEVfQ09O'
|
|
'VEFDVBAHEhUKEU5PVElGX1RZUEVfVVBEQVRFEAgSGQoVTk9USUZfVFlQRV9DT01QTEVUSU9OEA'
|
|
'k=');
|
|
|
|
@$core.Deprecated('Use claimStatusDefDescriptor instead')
|
|
const ClaimStatusDef$json = {
|
|
'1': 'ClaimStatusDef',
|
|
'2': [
|
|
{'1': 'StatusCode', '3': 1, '4': 1, '5': 14, '6': '.api.ClaimStatus', '8': {}, '10': 'StatusCode'},
|
|
{'1': 'Date', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Date'},
|
|
{'1': 'ActualDate', '3': 3, '4': 1, '5': 11, '6': '.api.DateTime', '8': {}, '10': 'ActualDate'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ClaimStatusDef`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List claimStatusDefDescriptor = $convert.base64Decode(
|
|
'Cg5DbGFpbVN0YXR1c0RlZhJgCgpTdGF0dXNDb2RlGAEgASgOMhAuYXBpLkNsYWltU3RhdHVzQi'
|
|
'7KwhgUChIKASoSDWdlbmVyYXRlZFRleHTSwhgSChAKBUNsYWltEgVjbGFpbRgBUgpTdGF0dXND'
|
|
'b2RlElAKBERhdGUYAiABKAlCPPpCBXID0AEBysIYCwoJCgEqEgRkYXRl0sIYEgoQCgVDbGFpbR'
|
|
'IFY2xhaW0YAdrCGAsKCQoBKhIEZGF0ZVIERGF0ZRKHAQoKQWN0dWFsRGF0ZRgDIAEoCzINLmFw'
|
|
'aS5EYXRlVGltZUJYkkFVMlNTdGF0dXMgZWZmZWN0aXZlIGRhdGUuIFNldCBieSB0aGUgZXZlbn'
|
|
'QncyBSZWZEYXRlIHRoYXQgdHJpZ2dlcmVkIHRoZSBzdGF0dXMgY2hhbmdlLlIKQWN0dWFsRGF0'
|
|
'ZQ==');
|
|
|
|
@$core.Deprecated('Use claimStatusStructDescriptor instead')
|
|
const ClaimStatusStruct$json = {
|
|
'1': 'ClaimStatusStruct',
|
|
'2': [
|
|
{'1': 'Current', '3': 1, '4': 1, '5': 11, '6': '.api.ClaimStatusDef', '10': 'Current'},
|
|
{'1': 'History', '3': 2, '4': 3, '5': 11, '6': '.api.ClaimStatusDef', '8': {}, '10': 'History'},
|
|
{'1': 'CreationDate', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'CreationDate'},
|
|
{'1': 'Version', '3': 4, '4': 1, '5': 13, '10': 'Version'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ClaimStatusStruct`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List claimStatusStructDescriptor = $convert.base64Decode(
|
|
'ChFDbGFpbVN0YXR1c1N0cnVjdBItCgdDdXJyZW50GAEgASgLMhMuYXBpLkNsYWltU3RhdHVzRG'
|
|
'VmUgdDdXJyZW50EjcKB0hpc3RvcnkYAiADKAsyEy5hcGkuQ2xhaW1TdGF0dXNEZWZCCOrBGARE'
|
|
'YXRlUgdIaXN0b3J5EiwKDENyZWF0aW9uRGF0ZRgDIAEoCUII+kIFcgPQAQFSDENyZWF0aW9uRG'
|
|
'F0ZRIYCgdWZXJzaW9uGAQgASgNUgdWZXJzaW9u');
|
|
|
|
@$core.Deprecated('Use windowedNotifDescriptor instead')
|
|
const WindowedNotif$json = {
|
|
'1': 'WindowedNotif',
|
|
'2': [
|
|
{'1': 'ListNotifChanges', '3': 1, '4': 1, '5': 11, '6': '.api.ListNotifChanges', '10': 'ListNotifChanges'},
|
|
{'1': 'UserMails', '3': 2, '4': 3, '5': 11, '6': '.api.UserMails', '10': 'UserMails'},
|
|
{'1': 'JsonModel', '3': 3, '4': 1, '5': 9, '10': 'JsonModel'},
|
|
{'1': 'languageCode', '3': 4, '4': 1, '5': 9, '10': 'languageCode'},
|
|
{'1': 'HtmlBody', '3': 5, '4': 1, '5': 9, '10': 'HtmlBody'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `WindowedNotif`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List windowedNotifDescriptor = $convert.base64Decode(
|
|
'Cg1XaW5kb3dlZE5vdGlmEkEKEExpc3ROb3RpZkNoYW5nZXMYASABKAsyFS5hcGkuTGlzdE5vdG'
|
|
'lmQ2hhbmdlc1IQTGlzdE5vdGlmQ2hhbmdlcxIsCglVc2VyTWFpbHMYAiADKAsyDi5hcGkuVXNl'
|
|
'ck1haWxzUglVc2VyTWFpbHMSHAoJSnNvbk1vZGVsGAMgASgJUglKc29uTW9kZWwSIgoMbGFuZ3'
|
|
'VhZ2VDb2RlGAQgASgJUgxsYW5ndWFnZUNvZGUSGgoISHRtbEJvZHkYBSABKAlSCEh0bWxCb2R5');
|
|
|
|
@$core.Deprecated('Use userMailsDescriptor instead')
|
|
const UserMails$json = {
|
|
'1': 'UserMails',
|
|
'2': [
|
|
{'1': 'mail', '3': 1, '4': 1, '5': 9, '10': 'mail'},
|
|
{'1': 'languageCode', '3': 2, '4': 1, '5': 9, '10': 'languageCode'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `UserMails`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List userMailsDescriptor = $convert.base64Decode(
|
|
'CglVc2VyTWFpbHMSEgoEbWFpbBgBIAEoCVIEbWFpbBIiCgxsYW5ndWFnZUNvZGUYAiABKAlSDG'
|
|
'xhbmd1YWdlQ29kZQ==');
|
|
|
|
@$core.Deprecated('Use listNotifChangesDescriptor instead')
|
|
const ListNotifChanges$json = {
|
|
'1': 'ListNotifChanges',
|
|
'2': [
|
|
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '10': 'ProjectID'},
|
|
{'1': 'VisibilityURI', '3': 2, '4': 1, '5': 9, '10': 'VisibilityURI'},
|
|
{'1': 'EntityType', '3': 3, '4': 1, '5': 9, '10': 'EntityType'},
|
|
{'1': 'EntityRefID', '3': 4, '4': 1, '5': 9, '10': 'EntityRefID'},
|
|
{'1': 'NotifChanges', '3': 5, '4': 3, '5': 11, '6': '.api.NotifChanges', '10': 'NotifChanges'},
|
|
{'1': 'Tags', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'Tags'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListNotifChanges`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listNotifChangesDescriptor = $convert.base64Decode(
|
|
'ChBMaXN0Tm90aWZDaGFuZ2VzEhwKCVByb2plY3RJRBgBIAEoCVIJUHJvamVjdElEEiQKDVZpc2'
|
|
'liaWxpdHlVUkkYAiABKAlSDVZpc2liaWxpdHlVUkkSHgoKRW50aXR5VHlwZRgDIAEoCVIKRW50'
|
|
'aXR5VHlwZRIgCgtFbnRpdHlSZWZJRBgEIAEoCVILRW50aXR5UmVmSUQSNQoMTm90aWZDaGFuZ2'
|
|
'VzGAUgAygLMhEuYXBpLk5vdGlmQ2hhbmdlc1IMTm90aWZDaGFuZ2VzEisKBFRhZ3MYBiABKAsy'
|
|
'Fy5nb29nbGUucHJvdG9idWYuU3RydWN0UgRUYWdz');
|
|
|
|
@$core.Deprecated('Use notifChangesDescriptor instead')
|
|
const NotifChanges$json = {
|
|
'1': 'NotifChanges',
|
|
'2': [
|
|
{'1': 'RefDate', '3': 1, '4': 1, '5': 11, '6': '.api.DateTime', '10': 'RefDate'},
|
|
{'1': 'UserName', '3': 2, '4': 1, '5': 9, '10': 'UserName'},
|
|
{'1': 'NotificationType', '3': 3, '4': 1, '5': 14, '6': '.api.NotifTypeEnum', '10': 'NotificationType'},
|
|
{'1': 'Details', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'Details'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `NotifChanges`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List notifChangesDescriptor = $convert.base64Decode(
|
|
'CgxOb3RpZkNoYW5nZXMSJwoHUmVmRGF0ZRgBIAEoCzINLmFwaS5EYXRlVGltZVIHUmVmRGF0ZR'
|
|
'IaCghVc2VyTmFtZRgCIAEoCVIIVXNlck5hbWUSPgoQTm90aWZpY2F0aW9uVHlwZRgDIAEoDjIS'
|
|
'LmFwaS5Ob3RpZlR5cGVFbnVtUhBOb3RpZmljYXRpb25UeXBlEjEKB0RldGFpbHMYBCABKAsyFy'
|
|
'5nb29nbGUucHJvdG9idWYuU3RydWN0UgdEZXRhaWxz');
|
|
|