You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251121102408
|
||||
Lib version: 1.12.0-SNAPSHOT-251121141217
|
||||
|
||||
@@ -31,6 +31,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
$core.String? entityType,
|
||||
$core.String? entityRefID,
|
||||
$core.String? tags,
|
||||
$core.bool? groupSending,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -41,6 +42,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
if (entityType != null) result.entityType = entityType;
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (tags != null) result.tags = tags;
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -58,6 +60,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType')
|
||||
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..aOB(9, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -143,6 +146,15 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasTags() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearTags() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool get groupSending => $_getBF(8);
|
||||
@$pb.TagNumber(9)
|
||||
set groupSending($core.bool value) => $_setBool(8, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasGroupSending() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearGroupSending() => $_clearField(9);
|
||||
}
|
||||
|
||||
class NotifNotifyByMail extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -26,6 +26,7 @@ const NotifNotifyByMailPayload$json = {
|
||||
{'1': 'EntityType', '3': 6, '4': 1, '5': 9, '10': 'EntityType'},
|
||||
{'1': 'EntityRefID', '3': 7, '4': 1, '5': 9, '10': 'EntityRefID'},
|
||||
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '10': 'Tags'},
|
||||
{'1': 'GroupSending', '3': 9, '4': 1, '5': 8, '10': 'GroupSending'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -37,7 +38,8 @@ final $typed_data.Uint8List notifNotifyByMailPayloadDescriptor = $convert.base64
|
||||
'c3N1ZXJJRBIaCghDb250YWN0cxgDIAMoCVIIQ29udGFjdHMSGAoHRGV0YWlscxgEIAEoCVIHRG'
|
||||
'V0YWlscxIiCgxFbnRpdHlEb21haW4YBSABKAlSDEVudGl0eURvbWFpbhIeCgpFbnRpdHlUeXBl'
|
||||
'GAYgASgJUgpFbnRpdHlUeXBlEiAKC0VudGl0eVJlZklEGAcgASgJUgtFbnRpdHlSZWZJRBISCg'
|
||||
'RUYWdzGAggASgJUgRUYWdzOh+iuxgHQ29tbWFuZKi7GAGyuxgMTm90aWZ5QnlNYWls');
|
||||
'RUYWdzGAggASgJUgRUYWdzEiIKDEdyb3VwU2VuZGluZxgJIAEoCFIMR3JvdXBTZW5kaW5nOh+i'
|
||||
'uxgHQ29tbWFuZKi7GAGyuxgMTm90aWZ5QnlNYWls');
|
||||
|
||||
@$core.Deprecated('Use notifNotifyByMailDescriptor instead')
|
||||
const NotifNotifyByMail$json = {
|
||||
|
||||
@@ -29,6 +29,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? entityType,
|
||||
$core.String? entityRefID,
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -39,6 +40,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (entityType != null) result.entityType = entityType;
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -56,6 +58,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType')
|
||||
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -148,6 +151,10 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasTags() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearTags() => $_clearField(8);
|
||||
|
||||
/// List of contacts mail
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$core.String> get contactMails => $_getList(8);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
@@ -26,6 +26,7 @@ const NotifCreatedPayload$json = {
|
||||
{'1': 'EntityType', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EntityType'},
|
||||
{'1': 'EntityRefID', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'Tags'},
|
||||
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'ContactMails'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -44,9 +45,11 @@ final $typed_data.Uint8List notifCreatedPayloadDescriptor = $convert.base64Decod
|
||||
'V0cmFkZVIGY29sbGFiUgxFbnRpdHlEb21haW4SOgoKRW50aXR5VHlwZRgGIAEoCUIakkEQMg5U'
|
||||
'eXBlIG9mIGVudGl0efpCBHICEAFSCkVudGl0eVR5cGUSOgoLRW50aXR5UmVmSUQYByABKAlCGJ'
|
||||
'JBDjIMSUQgb2YgZW50aXR5+kIEcgIQAVILRW50aXR5UmVmSUQSHQoEVGFncxgIIAEoCUIJkkEG'
|
||||
'MgRUYWdzUgRUYWdzOnCSQVUKU9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbn'
|
||||
'RhY3Rz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudGl0eVJlZklEorsYBUV2ZW50'
|
||||
'qLsYAbq7GAdDcmVhdGVk');
|
||||
'MgRUYWdzUgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY2'
|
||||
'9udGFjdCB0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAt'
|
||||
'OWEtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzOnCSQVUKU9'
|
||||
'IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbnRhY3Rz0gEMRW50aXR5RG9tYWlu'
|
||||
'0gEKRW50aXR5VHlwZdIBC0VudGl0eVJlZklEorsYBUV2ZW50qLsYAbq7GAdDcmVhdGVk');
|
||||
|
||||
@$core.Deprecated('Use notifCreatedEventDescriptor instead')
|
||||
const NotifCreatedEvent$json = {
|
||||
|
||||
@@ -1542,6 +1542,64 @@ class GetProjectUserRequest extends $pb.GeneratedMessage {
|
||||
void clearUserID() => $_clearField(2);
|
||||
}
|
||||
|
||||
class GetProjectUserByMailRequest extends $pb.GeneratedMessage {
|
||||
factory GetProjectUserByMailRequest({
|
||||
$core.String? projectID,
|
||||
$core.String? userMail,
|
||||
}) {
|
||||
final result = create();
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (userMail != null) result.userMail = userMail;
|
||||
return result;
|
||||
}
|
||||
|
||||
GetProjectUserByMailRequest._();
|
||||
|
||||
factory GetProjectUserByMailRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory GetProjectUserByMailRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetProjectUserByMailRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..aOS(2, _omitFieldNames ? '' : 'UserMail', protoName: 'UserMail')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetProjectUserByMailRequest clone() => GetProjectUserByMailRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetProjectUserByMailRequest copyWith(void Function(GetProjectUserByMailRequest) updates) => super.copyWith((message) => updates(message as GetProjectUserByMailRequest)) as GetProjectUserByMailRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetProjectUserByMailRequest create() => GetProjectUserByMailRequest._();
|
||||
@$core.override
|
||||
GetProjectUserByMailRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<GetProjectUserByMailRequest> createRepeated() => $pb.PbList<GetProjectUserByMailRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetProjectUserByMailRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetProjectUserByMailRequest>(create);
|
||||
static GetProjectUserByMailRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get projectID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set projectID($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasProjectID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearProjectID() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get userMail => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set userMail($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasUserMail() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearUserMail() => $_clearField(2);
|
||||
}
|
||||
|
||||
class ListUserPlatformRolesRequest extends $pb.GeneratedMessage {
|
||||
factory ListUserPlatformRolesRequest({
|
||||
$core.String? userID,
|
||||
|
||||
@@ -168,6 +168,10 @@ class UserServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$getProjectUser, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.GetProjectUserResult> getProjectUserByMail($0.GetProjectUserByMailRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$getProjectUserByMail, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ListUserPlatformRolesResult> listPlatformRoles($0.ListUserPlatformRolesRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$listPlatformRoles, request, options: options);
|
||||
}
|
||||
@@ -366,6 +370,10 @@ class UserServiceClient extends $grpc.Client {
|
||||
'/api.UserService/GetProjectUser',
|
||||
($0.GetProjectUserRequest value) => value.writeToBuffer(),
|
||||
$0.GetProjectUserResult.fromBuffer);
|
||||
static final _$getProjectUserByMail = $grpc.ClientMethod<$0.GetProjectUserByMailRequest, $0.GetProjectUserResult>(
|
||||
'/api.UserService/GetProjectUserByMail',
|
||||
($0.GetProjectUserByMailRequest value) => value.writeToBuffer(),
|
||||
$0.GetProjectUserResult.fromBuffer);
|
||||
static final _$listPlatformRoles = $grpc.ClientMethod<$0.ListUserPlatformRolesRequest, $0.ListUserPlatformRolesResult>(
|
||||
'/api.UserService/ListPlatformRoles',
|
||||
($0.ListUserPlatformRolesRequest value) => value.writeToBuffer(),
|
||||
@@ -671,6 +679,13 @@ abstract class UserServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.GetProjectUserRequest.fromBuffer(value),
|
||||
($0.GetProjectUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.GetProjectUserByMailRequest, $0.GetProjectUserResult>(
|
||||
'GetProjectUserByMail',
|
||||
getProjectUserByMail_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.GetProjectUserByMailRequest.fromBuffer(value),
|
||||
($0.GetProjectUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ListUserPlatformRolesRequest, $0.ListUserPlatformRolesResult>(
|
||||
'ListPlatformRoles',
|
||||
listPlatformRoles_Pre,
|
||||
@@ -982,6 +997,12 @@ abstract class UserServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.GetProjectUserResult> getProjectUser($grpc.ServiceCall call, $0.GetProjectUserRequest request);
|
||||
|
||||
$async.Future<$0.GetProjectUserResult> getProjectUserByMail_Pre($grpc.ServiceCall $call, $async.Future<$0.GetProjectUserByMailRequest> $request) async {
|
||||
return getProjectUserByMail($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.GetProjectUserResult> getProjectUserByMail($grpc.ServiceCall call, $0.GetProjectUserByMailRequest request);
|
||||
|
||||
$async.Future<$0.ListUserPlatformRolesResult> listPlatformRoles_Pre($grpc.ServiceCall $call, $async.Future<$0.ListUserPlatformRolesRequest> $request) async {
|
||||
return listPlatformRoles($call, await $request);
|
||||
}
|
||||
|
||||
@@ -460,6 +460,22 @@ final $typed_data.Uint8List getProjectUserRequestDescriptor = $convert.base64Dec
|
||||
'9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh8KBlVzZXJJRBgCIAEoCUIH+kIEcgIQAVIG'
|
||||
'VXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA==');
|
||||
|
||||
@$core.Deprecated('Use getProjectUserByMailRequestDescriptor instead')
|
||||
const GetProjectUserByMailRequest$json = {
|
||||
'1': 'GetProjectUserByMailRequest',
|
||||
'2': [
|
||||
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
|
||||
{'1': 'UserMail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserMail'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetProjectUserByMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getProjectUserByMailRequestDescriptor = $convert.base64Decode(
|
||||
'ChtHZXRQcm9qZWN0VXNlckJ5TWFpbFJlcXVlc3QSJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAh'
|
||||
'ABUglQcm9qZWN0SUQSIwoIVXNlck1haWwYAiABKAlCB/pCBHICEAFSCFVzZXJNYWlsOheSQRQK'
|
||||
'EtIBBkhlYWRlctIBBlVzZXJJRA==');
|
||||
|
||||
@$core.Deprecated('Use listUserPlatformRolesRequestDescriptor instead')
|
||||
const ListUserPlatformRolesRequest$json = {
|
||||
'1': 'ListUserPlatformRolesRequest',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251121102408
|
||||
version: 1.12.0-SNAPSHOT-251121141217
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user