Latest generation

This commit is contained in:
ci core model
2025-11-03 11:01:30 +00:00
parent a2e82b032a
commit 2f571fdae9
4 changed files with 26 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251103093744
Lib version: 1.12.0-SNAPSHOT-251103110106

View File

@@ -4298,10 +4298,12 @@ class GetPossibleSegmentationOnSiteForBookingResponse extends $pb.GeneratedMessa
class InitBookerProfileRequest extends $pb.GeneratedMessage {
factory InitBookerProfileRequest({
$core.String? siteID,
$core.String? projectID,
$core.String? actorID,
}) {
final result = create();
if (siteID != null) result.siteID = siteID;
if (projectID != null) result.projectID = projectID;
if (actorID != null) result.actorID = actorID;
return result;
}
@@ -4311,7 +4313,8 @@ class InitBookerProfileRequest extends $pb.GeneratedMessage {
factory InitBookerProfileRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'InitBookerProfileRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'SiteID', protoName: 'SiteID')
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..hasRequiredFields = false
;
@@ -4333,13 +4336,22 @@ class InitBookerProfileRequest extends $pb.GeneratedMessage {
static InitBookerProfileRequest? _defaultInstance;
@$pb.TagNumber(1)
$core.String get siteID => $_getSZ(0);
$core.String get projectID => $_getSZ(0);
@$pb.TagNumber(1)
set siteID($core.String value) => $_setString(0, value);
set projectID($core.String value) => $_setString(0, value);
@$pb.TagNumber(1)
$core.bool hasSiteID() => $_has(0);
$core.bool hasProjectID() => $_has(0);
@$pb.TagNumber(1)
void clearSiteID() => $_clearField(1);
void clearProjectID() => $_clearField(1);
@$pb.TagNumber(2)
$core.String get actorID => $_getSZ(1);
@$pb.TagNumber(2)
set actorID($core.String value) => $_setString(1, value);
@$pb.TagNumber(2)
$core.bool hasActorID() => $_has(1);
@$pb.TagNumber(2)
void clearActorID() => $_clearField(2);
}
class InitBookerProfileResponse extends $pb.GeneratedMessage {

View File

@@ -1096,15 +1096,17 @@ final $typed_data.Uint8List getPossibleSegmentationOnSiteForBookingResponseDescr
const InitBookerProfileRequest$json = {
'1': 'InitBookerProfileRequest',
'2': [
{'1': 'SiteID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'SiteID'},
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
{'1': 'ActorID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ActorID'},
],
'7': {},
};
/// Descriptor for `InitBookerProfileRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List initBookerProfileRequestDescriptor = $convert.base64Decode(
'ChhJbml0Qm9va2VyUHJvZmlsZVJlcXVlc3QSHwoGU2l0ZUlEGAEgASgJQgf6QgRyAhABUgZTaX'
'RlSUQ6DpJBCwoJ0gEGU2l0ZUlE');
'ChhJbml0Qm9va2VyUHJvZmlsZVJlcXVlc3QSJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAhABUg'
'lQcm9qZWN0SUQSIQoHQWN0b3JJRBgCIAEoCUIH+kIEcgIQAVIHQWN0b3JJRDobkkEYChbSAQlQ'
'cm9qZWN0SUTSAQdBY3RvcklE');
@$core.Deprecated('Use initBookerProfileResponseDescriptor instead')
const InitBookerProfileResponse$json = {

View File

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