Latest generation

This commit is contained in:
ci core model
2025-11-24 15:19:34 +00:00
parent a461458c94
commit 166316ad88
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251124150658
Lib version: 1.12.0-SNAPSHOT-251124151910

View File

@@ -521,12 +521,14 @@ class EnrollUserProjectRequest extends $pb.GeneratedMessage {
$core.String? mail,
$core.String? locale,
$core.bool? forceTwoFA,
$core.bool? loginThroughOTP,
}) {
final result = create();
if (header != null) result.header = header;
if (mail != null) result.mail = mail;
if (locale != null) result.locale = locale;
if (forceTwoFA != null) result.forceTwoFA = forceTwoFA;
if (loginThroughOTP != null) result.loginThroughOTP = loginThroughOTP;
return result;
}
@@ -540,6 +542,7 @@ class EnrollUserProjectRequest extends $pb.GeneratedMessage {
..aOS(2, _omitFieldNames ? '' : 'Mail', protoName: 'Mail')
..aOS(3, _omitFieldNames ? '' : 'locale')
..aOB(4, _omitFieldNames ? '' : 'ForceTwoFA', protoName: 'ForceTwoFA')
..aOB(5, _omitFieldNames ? '' : 'LoginThroughOTP', protoName: 'LoginThroughOTP')
..hasRequiredFields = false
;
@@ -600,6 +603,15 @@ class EnrollUserProjectRequest extends $pb.GeneratedMessage {
$core.bool hasForceTwoFA() => $_has(3);
@$pb.TagNumber(4)
void clearForceTwoFA() => $_clearField(4);
@$pb.TagNumber(5)
$core.bool get loginThroughOTP => $_getBF(4);
@$pb.TagNumber(5)
set loginThroughOTP($core.bool value) => $_setBool(4, value);
@$pb.TagNumber(5)
$core.bool hasLoginThroughOTP() => $_has(4);
@$pb.TagNumber(5)
void clearLoginThroughOTP() => $_clearField(5);
}
class SendVerificationMailProjectRequest extends $pb.GeneratedMessage {
@@ -3645,12 +3657,14 @@ class EnrollUserProjectWithoutMailRequest extends $pb.GeneratedMessage {
$core.String? mail,
$core.String? locale,
$core.bool? forceTwoFA,
$core.bool? loginThroughOTP,
}) {
final result = create();
if (header != null) result.header = header;
if (mail != null) result.mail = mail;
if (locale != null) result.locale = locale;
if (forceTwoFA != null) result.forceTwoFA = forceTwoFA;
if (loginThroughOTP != null) result.loginThroughOTP = loginThroughOTP;
return result;
}
@@ -3664,6 +3678,7 @@ class EnrollUserProjectWithoutMailRequest extends $pb.GeneratedMessage {
..aOS(2, _omitFieldNames ? '' : 'Mail', protoName: 'Mail')
..aOS(3, _omitFieldNames ? '' : 'locale')
..aOB(4, _omitFieldNames ? '' : 'ForceTwoFA', protoName: 'ForceTwoFA')
..aOB(5, _omitFieldNames ? '' : 'LoginThroughOTP', protoName: 'LoginThroughOTP')
..hasRequiredFields = false
;
@@ -3724,6 +3739,15 @@ class EnrollUserProjectWithoutMailRequest extends $pb.GeneratedMessage {
$core.bool hasForceTwoFA() => $_has(3);
@$pb.TagNumber(4)
void clearForceTwoFA() => $_clearField(4);
@$pb.TagNumber(5)
$core.bool get loginThroughOTP => $_getBF(4);
@$pb.TagNumber(5)
set loginThroughOTP($core.bool value) => $_setBool(4, value);
@$pb.TagNumber(5)
$core.bool hasLoginThroughOTP() => $_has(4);
@$pb.TagNumber(5)
void clearLoginThroughOTP() => $_clearField(5);
}
class UpdateTwoFAPlatformRequest extends $pb.GeneratedMessage {

View File

@@ -185,6 +185,7 @@ const EnrollUserProjectRequest$json = {
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
{'1': 'locale', '3': 3, '4': 1, '5': 9, '10': 'locale'},
{'1': 'ForceTwoFA', '3': 4, '4': 1, '5': 8, '10': 'ForceTwoFA'},
{'1': 'LoginThroughOTP', '3': 5, '4': 1, '5': 8, '10': 'LoginThroughOTP'},
],
'7': {},
};
@@ -194,7 +195,8 @@ final $typed_data.Uint8List enrollUserProjectRequestDescriptor = $convert.base64
'ChhFbnJvbGxVc2VyUHJvamVjdFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhsKBE1haWwYAiABKAlCB/pCBHICEAFS'
'BE1haWwSFgoGbG9jYWxlGAMgASgJUgZsb2NhbGUSHgoKRm9yY2VUd29GQRgEIAEoCFIKRm9yY2'
'VUd29GQToVkkESChDSAQZIZWFkZXLSAQRNYWls');
'VUd29GQRIoCg9Mb2dpblRocm91Z2hPVFAYBSABKAhSD0xvZ2luVGhyb3VnaE9UUDoVkkESChDS'
'AQZIZWFkZXLSAQRNYWls');
@$core.Deprecated('Use sendVerificationMailProjectRequestDescriptor instead')
const SendVerificationMailProjectRequest$json = {
@@ -1043,6 +1045,7 @@ const EnrollUserProjectWithoutMailRequest$json = {
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
{'1': 'locale', '3': 3, '4': 1, '5': 9, '10': 'locale'},
{'1': 'ForceTwoFA', '3': 4, '4': 1, '5': 8, '10': 'ForceTwoFA'},
{'1': 'LoginThroughOTP', '3': 5, '4': 1, '5': 8, '10': 'LoginThroughOTP'},
],
'7': {},
};
@@ -1052,7 +1055,8 @@ final $typed_data.Uint8List enrollUserProjectWithoutMailRequestDescriptor = $con
'CiNFbnJvbGxVc2VyUHJvamVjdFdpdGhvdXRNYWlsUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS'
'5hcGkuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISGwoETWFpbBgCIAEo'
'CUIH+kIEcgIQAVIETWFpbBIWCgZsb2NhbGUYAyABKAlSBmxvY2FsZRIeCgpGb3JjZVR3b0ZBGA'
'QgASgIUgpGb3JjZVR3b0ZBOhWSQRIKENIBBkhlYWRlctIBBE1haWw=');
'QgASgIUgpGb3JjZVR3b0ZBEigKD0xvZ2luVGhyb3VnaE9UUBgFIAEoCFIPTG9naW5UaHJvdWdo'
'T1RQOhWSQRIKENIBBkhlYWRlctIBBE1haWw=');
@$core.Deprecated('Use updateTwoFAPlatformRequestDescriptor instead')
const UpdateTwoFAPlatformRequest$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251124150658
version: 1.12.0-SNAPSHOT-251124151910
homepage: ''
publish_to: ''
repository: ''