Files
dart-core-sdk/lib/notification.pbjson.dart
2025-06-26 08:23:24 +00:00

168 lines
8.1 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from notification.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, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use notificationTypeDescriptor instead')
const NotificationType$json = {
'1': 'NotificationType',
'2': [
{'1': 'NOTIFICATION_TYPE_UNDEFINED', '2': 0},
{'1': 'NOTIFICATION_TYPE_TEXT', '2': 1},
{'1': 'NOTIFICATION_TYPE_ADAPTIVE_CARD', '2': 2},
],
};
/// Descriptor for `NotificationType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List notificationTypeDescriptor = $convert.base64Decode(
'ChBOb3RpZmljYXRpb25UeXBlEh8KG05PVElGSUNBVElPTl9UWVBFX1VOREVGSU5FRBAAEhoKFk'
'5PVElGSUNBVElPTl9UWVBFX1RFWFQQARIjCh9OT1RJRklDQVRJT05fVFlQRV9BREFQVElWRV9D'
'QVJEEAI=');
@$core.Deprecated('Use notificationCategoryDescriptor instead')
const NotificationCategory$json = {
'1': 'NotificationCategory',
'2': [
{'1': 'NOTIFICATION_CATEGORY_UNDEFINED', '2': 0},
{'1': 'NOTIFICATION_CATEGORY_DATA_EXTRACTION', '2': 1},
{'1': 'NOTIFICATION_CATEGORY_SYSTEM', '2': 2},
],
};
/// Descriptor for `NotificationCategory`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List notificationCategoryDescriptor = $convert.base64Decode(
'ChROb3RpZmljYXRpb25DYXRlZ29yeRIjCh9OT1RJRklDQVRJT05fQ0FURUdPUllfVU5ERUZJTk'
'VEEAASKQolTk9USUZJQ0FUSU9OX0NBVEVHT1JZX0RBVEFfRVhUUkFDVElPThABEiAKHE5PVElG'
'SUNBVElPTl9DQVRFR09SWV9TWVNURU0QAg==');
@$core.Deprecated('Use notificationDescriptor instead')
const Notification$json = {
'1': 'Notification',
'2': [
{'1': 'Payload', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
{'1': 'Type', '3': 2, '4': 1, '5': 14, '6': '.api.NotificationType', '8': {}, '10': 'Type'},
{'1': 'TemplateName', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'TemplateName'},
{'1': 'AckID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'AckID'},
{'1': 'Category', '3': 5, '4': 1, '5': 14, '6': '.api.NotificationCategory', '8': {}, '10': 'Category'},
{'1': 'ID', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'ID'},
],
};
/// Descriptor for `Notification`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List notificationDescriptor = $convert.base64Decode(
'CgxOb3RpZmljYXRpb24SQQoHUGF5bG9hZBgBIAEoCUInkkEdMhtQYXlsb2FkIG9mIHRoZSBub3'
'RpZmljYXRpb276QgRyAhABUgdQYXlsb2FkElAKBFR5cGUYAiABKA4yFS5hcGkuTm90aWZpY2F0'
'aW9uVHlwZUIlkkEiMiBQYXlsb2FkIHR5cGUgb2YgdGhlIG5vdGlmaWNhdGlvblIEVHlwZRJeCg'
'xUZW1wbGF0ZU5hbWUYAyABKAlCOpJBNzI1TmFtZSBvZiB0aGUgRUNhcmQgcmVsYXRlZCB0byB0'
'aGUgbm90aWZpY2F0aW9uIHBheWxvYWRSDFRlbXBsYXRlTmFtZRJmCgVBY2tJRBgEIAEoCUJQkk'
'FNMktJRCB0byBhY2tub3dsZWRnZSBub3RpZmljYXRpb24gdG8gbm90aWZpY2F0aW9uLXNlcnZl'
'ciwgZmlsbGVkIGJ5IHRoZSBzZXJ2ZXJSBUFja0lEElgKCENhdGVnb3J5GAUgASgOMhkuYXBpLk'
'5vdGlmaWNhdGlvbkNhdGVnb3J5QiGSQR4yHENhdGVnb3J5IG9mIHRoZSBub3RpZmljYXRpb25S'
'CENhdGVnb3J5EisKAklEGAYgASgJQhuSQRgyFklEIG9mIHRoZSBub3RpZmljYXRpb25SAklE');
@$core.Deprecated('Use notificationRequestDescriptor instead')
const NotificationRequest$json = {
'1': 'NotificationRequest',
'2': [
{'1': 'Payload', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
{'1': 'Type', '3': 2, '4': 1, '5': 14, '6': '.api.NotificationType', '8': {}, '10': 'Type'},
{'1': 'TemplateName', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'TemplateName'},
{'1': 'Category', '3': 4, '4': 1, '5': 14, '6': '.api.NotificationCategory', '8': {}, '10': 'Category'},
],
};
/// Descriptor for `NotificationRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List notificationRequestDescriptor = $convert.base64Decode(
'ChNOb3RpZmljYXRpb25SZXF1ZXN0EkEKB1BheWxvYWQYASABKAlCJ5JBHTIbUGF5bG9hZCBvZi'
'B0aGUgbm90aWZpY2F0aW9u+kIEcgIQAVIHUGF5bG9hZBJQCgRUeXBlGAIgASgOMhUuYXBpLk5v'
'dGlmaWNhdGlvblR5cGVCJZJBIjIgUGF5bG9hZCB0eXBlIG9mIHRoZSBub3RpZmljYXRpb25SBF'
'R5cGUSXgoMVGVtcGxhdGVOYW1lGAMgASgJQjqSQTcyNU5hbWUgb2YgdGhlIEVDYXJkIHJlbGF0'
'ZWQgdG8gdGhlIG5vdGlmaWNhdGlvbiBwYXlsb2FkUgxUZW1wbGF0ZU5hbWUSWAoIQ2F0ZWdvcn'
'kYBCABKA4yGS5hcGkuTm90aWZpY2F0aW9uQ2F0ZWdvcnlCIZJBHjIcQ2F0ZWdvcnkgb2YgdGhl'
'IG5vdGlmaWNhdGlvblIIQ2F0ZWdvcnk=');
@$core.Deprecated('Use publishToUserRequestDescriptor instead')
const PublishToUserRequest$json = {
'1': 'PublishToUserRequest',
'2': [
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
{'1': 'ExpirationDate', '3': 2, '4': 1, '5': 3, '8': {}, '10': 'ExpirationDate'},
{'1': 'Notification', '3': 3, '4': 1, '5': 11, '6': '.api.NotificationRequest', '10': 'Notification'},
],
};
/// Descriptor for `PublishToUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List publishToUserRequestDescriptor = $convert.base64Decode(
'ChRQdWJsaXNoVG9Vc2VyUmVxdWVzdBJQCgZVc2VySUQYASABKAlCOJJBLjIsSWQgb2YgdXNlci'
'B3aG8gd2lsbCByZWNlaXZlIHRoZSBub3RpZmljYXRpb276QgRyAhABUgZVc2VySUQSiwEKDkV4'
'cGlyYXRpb25EYXRlGAIgASgDQmOSQVkyV1RpbWVzdGFtcCBvZiBub3RpZmljYXRpb24gZXhwaX'
'JhdGlvbi4gSWYgemVybywgcGxhdGZvcm0gZGVmYXVsdCBleHBpcmF0aW9uIGRhdGUgaXMgdXNl'
'ZPpCBCICKABSDkV4cGlyYXRpb25EYXRlEjwKDE5vdGlmaWNhdGlvbhgDIAEoCzIYLmFwaS5Ob3'
'RpZmljYXRpb25SZXF1ZXN0UgxOb3RpZmljYXRpb24=');
@$core.Deprecated('Use publishToUserResultDescriptor instead')
const PublishToUserResult$json = {
'1': 'PublishToUserResult',
};
/// Descriptor for `PublishToUserResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List publishToUserResultDescriptor = $convert.base64Decode(
'ChNQdWJsaXNoVG9Vc2VyUmVzdWx0');
@$core.Deprecated('Use notificationListItemDescriptor instead')
const NotificationListItem$json = {
'1': 'NotificationListItem',
'2': [
{'1': 'Payload', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
{'1': 'Type', '3': 2, '4': 1, '5': 14, '6': '.api.NotificationType', '8': {}, '10': 'Type'},
{'1': 'TemplateName', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'TemplateName'},
{'1': 'Category', '3': 4, '4': 1, '5': 14, '6': '.api.NotificationCategory', '8': {}, '10': 'Category'},
{'1': 'ID', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'ID'},
],
};
/// Descriptor for `NotificationListItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List notificationListItemDescriptor = $convert.base64Decode(
'ChROb3RpZmljYXRpb25MaXN0SXRlbRJBCgdQYXlsb2FkGAEgASgJQieSQR0yG1BheWxvYWQgb2'
'YgdGhlIG5vdGlmaWNhdGlvbvpCBHICEAFSB1BheWxvYWQSUAoEVHlwZRgCIAEoDjIVLmFwaS5O'
'b3RpZmljYXRpb25UeXBlQiWSQSIyIFBheWxvYWQgdHlwZSBvZiB0aGUgbm90aWZpY2F0aW9uUg'
'RUeXBlEl4KDFRlbXBsYXRlTmFtZRgDIAEoCUI6kkE3MjVOYW1lIG9mIHRoZSBFQ2FyZCByZWxh'
'dGVkIHRvIHRoZSBub3RpZmljYXRpb24gcGF5bG9hZFIMVGVtcGxhdGVOYW1lElgKCENhdGVnb3'
'J5GAQgASgOMhkuYXBpLk5vdGlmaWNhdGlvbkNhdGVnb3J5QiGSQR4yHENhdGVnb3J5IG9mIHRo'
'ZSBub3RpZmljYXRpb25SCENhdGVnb3J5EisKAklEGAUgASgJQhuSQRgyFklEIG9mIHRoZSBub3'
'RpZmljYXRpb25SAklE');
@$core.Deprecated('Use listNotificationRequestDescriptor instead')
const ListNotificationRequest$json = {
'1': 'ListNotificationRequest',
};
/// Descriptor for `ListNotificationRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listNotificationRequestDescriptor = $convert.base64Decode(
'ChdMaXN0Tm90aWZpY2F0aW9uUmVxdWVzdA==');
@$core.Deprecated('Use listNotificationResultDescriptor instead')
const ListNotificationResult$json = {
'1': 'ListNotificationResult',
'2': [
{'1': 'Notifications', '3': 1, '4': 3, '5': 11, '6': '.api.NotificationListItem', '10': 'Notifications'},
],
};
/// Descriptor for `ListNotificationResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listNotificationResultDescriptor = $convert.base64Decode(
'ChZMaXN0Tm90aWZpY2F0aW9uUmVzdWx0Ej8KDU5vdGlmaWNhdGlvbnMYASADKAsyGS5hcGkuTm'
'90aWZpY2F0aW9uTGlzdEl0ZW1SDU5vdGlmaWNhdGlvbnM=');