Latest generation

This commit is contained in:
ci core model
2025-11-27 09:38:01 +00:00
parent dfef096462
commit a5e3239729
5 changed files with 330 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251125142143
Lib version: 1.12.0-SNAPSHOT-251127093728

View File

@@ -1990,11 +1990,13 @@ class SiteActor extends $pb.GeneratedMessage {
$core.String? projectID,
$core.String? actorID,
$core.String? siteID,
$2.AppointmentType? type,
}) {
final result = create();
if (projectID != null) result.projectID = projectID;
if (actorID != null) result.actorID = actorID;
if (siteID != null) result.siteID = siteID;
if (type != null) result.type = type;
return result;
}
@@ -2007,6 +2009,7 @@ class SiteActor extends $pb.GeneratedMessage {
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..aOS(3, _omitFieldNames ? '' : 'SiteID', protoName: 'SiteID')
..e<$2.AppointmentType>(4, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
..hasRequiredFields = false
;
@@ -2053,6 +2056,15 @@ class SiteActor extends $pb.GeneratedMessage {
$core.bool hasSiteID() => $_has(2);
@$pb.TagNumber(3)
void clearSiteID() => $_clearField(3);
@$pb.TagNumber(4)
$2.AppointmentType get type => $_getN(3);
@$pb.TagNumber(4)
set type($2.AppointmentType value) => $_setField(4, value);
@$pb.TagNumber(4)
$core.bool hasType() => $_has(3);
@$pb.TagNumber(4)
void clearType() => $_clearField(4);
}
class GetBookingContextRequest extends $pb.GeneratedMessage {
@@ -4165,6 +4177,232 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
$pb.PbList<$2.Segmentation> get segmentationChoices => $_getList(0);
}
class GetMyBookingContextRequest extends $pb.GeneratedMessage {
factory GetMyBookingContextRequest() => create();
GetMyBookingContextRequest._();
factory GetMyBookingContextRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory GetMyBookingContextRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetMyBookingContextRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetMyBookingContextRequest clone() => GetMyBookingContextRequest()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetMyBookingContextRequest copyWith(void Function(GetMyBookingContextRequest) updates) => super.copyWith((message) => updates(message as GetMyBookingContextRequest)) as GetMyBookingContextRequest;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static GetMyBookingContextRequest create() => GetMyBookingContextRequest._();
@$core.override
GetMyBookingContextRequest createEmptyInstance() => create();
static $pb.PbList<GetMyBookingContextRequest> createRepeated() => $pb.PbList<GetMyBookingContextRequest>();
@$core.pragma('dart2js:noInline')
static GetMyBookingContextRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetMyBookingContextRequest>(create);
static GetMyBookingContextRequest? _defaultInstance;
}
class GetMyBookingContextResponse extends $pb.GeneratedMessage {
factory GetMyBookingContextResponse({
$core.Iterable<SiteBookingContext>? siteBookingContexts,
}) {
final result = create();
if (siteBookingContexts != null) result.siteBookingContexts.addAll(siteBookingContexts);
return result;
}
GetMyBookingContextResponse._();
factory GetMyBookingContextResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory GetMyBookingContextResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetMyBookingContextResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<SiteBookingContext>(1, _omitFieldNames ? '' : 'SiteBookingContexts', $pb.PbFieldType.PM, protoName: 'SiteBookingContexts', subBuilder: SiteBookingContext.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetMyBookingContextResponse clone() => GetMyBookingContextResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetMyBookingContextResponse copyWith(void Function(GetMyBookingContextResponse) updates) => super.copyWith((message) => updates(message as GetMyBookingContextResponse)) as GetMyBookingContextResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static GetMyBookingContextResponse create() => GetMyBookingContextResponse._();
@$core.override
GetMyBookingContextResponse createEmptyInstance() => create();
static $pb.PbList<GetMyBookingContextResponse> createRepeated() => $pb.PbList<GetMyBookingContextResponse>();
@$core.pragma('dart2js:noInline')
static GetMyBookingContextResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetMyBookingContextResponse>(create);
static GetMyBookingContextResponse? _defaultInstance;
@$pb.TagNumber(1)
$pb.PbList<SiteBookingContext> get siteBookingContexts => $_getList(0);
}
class SiteBookingContext extends $pb.GeneratedMessage {
factory SiteBookingContext({
$core.String? siteID,
$core.Iterable<SiteProjectBookingContext>? byProjects,
}) {
final result = create();
if (siteID != null) result.siteID = siteID;
if (byProjects != null) result.byProjects.addAll(byProjects);
return result;
}
SiteBookingContext._();
factory SiteBookingContext.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory SiteBookingContext.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SiteBookingContext', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'SiteID', protoName: 'SiteID')
..pc<SiteProjectBookingContext>(2, _omitFieldNames ? '' : 'ByProjects', $pb.PbFieldType.PM, protoName: 'ByProjects', subBuilder: SiteProjectBookingContext.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
SiteBookingContext clone() => SiteBookingContext()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
SiteBookingContext copyWith(void Function(SiteBookingContext) updates) => super.copyWith((message) => updates(message as SiteBookingContext)) as SiteBookingContext;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static SiteBookingContext create() => SiteBookingContext._();
@$core.override
SiteBookingContext createEmptyInstance() => create();
static $pb.PbList<SiteBookingContext> createRepeated() => $pb.PbList<SiteBookingContext>();
@$core.pragma('dart2js:noInline')
static SiteBookingContext getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<SiteBookingContext>(create);
static SiteBookingContext? _defaultInstance;
@$pb.TagNumber(1)
$core.String get siteID => $_getSZ(0);
@$pb.TagNumber(1)
set siteID($core.String value) => $_setString(0, value);
@$pb.TagNumber(1)
$core.bool hasSiteID() => $_has(0);
@$pb.TagNumber(1)
void clearSiteID() => $_clearField(1);
@$pb.TagNumber(2)
$pb.PbList<SiteProjectBookingContext> get byProjects => $_getList(1);
}
class SiteProjectBookingContext extends $pb.GeneratedMessage {
factory SiteProjectBookingContext({
$core.String? projectID,
$core.Iterable<SiteProjectAptTypeBookingContext>? byAppointmentTypes,
}) {
final result = create();
if (projectID != null) result.projectID = projectID;
if (byAppointmentTypes != null) result.byAppointmentTypes.addAll(byAppointmentTypes);
return result;
}
SiteProjectBookingContext._();
factory SiteProjectBookingContext.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory SiteProjectBookingContext.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SiteProjectBookingContext', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..pc<SiteProjectAptTypeBookingContext>(2, _omitFieldNames ? '' : 'ByAppointmentTypes', $pb.PbFieldType.PM, protoName: 'ByAppointmentTypes', subBuilder: SiteProjectAptTypeBookingContext.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
SiteProjectBookingContext clone() => SiteProjectBookingContext()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
SiteProjectBookingContext copyWith(void Function(SiteProjectBookingContext) updates) => super.copyWith((message) => updates(message as SiteProjectBookingContext)) as SiteProjectBookingContext;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static SiteProjectBookingContext create() => SiteProjectBookingContext._();
@$core.override
SiteProjectBookingContext createEmptyInstance() => create();
static $pb.PbList<SiteProjectBookingContext> createRepeated() => $pb.PbList<SiteProjectBookingContext>();
@$core.pragma('dart2js:noInline')
static SiteProjectBookingContext getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<SiteProjectBookingContext>(create);
static SiteProjectBookingContext? _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)
$pb.PbList<SiteProjectAptTypeBookingContext> get byAppointmentTypes => $_getList(1);
}
class SiteProjectAptTypeBookingContext extends $pb.GeneratedMessage {
factory SiteProjectAptTypeBookingContext({
$2.AppointmentType? appointmentType,
$core.Iterable<$core.String>? actorIDs,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
if (actorIDs != null) result.actorIDs.addAll(actorIDs);
return result;
}
SiteProjectAptTypeBookingContext._();
factory SiteProjectAptTypeBookingContext.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory SiteProjectAptTypeBookingContext.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SiteProjectAptTypeBookingContext', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$2.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
..pPS(2, _omitFieldNames ? '' : 'ActorIDs', protoName: 'ActorIDs')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
SiteProjectAptTypeBookingContext clone() => SiteProjectAptTypeBookingContext()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
SiteProjectAptTypeBookingContext copyWith(void Function(SiteProjectAptTypeBookingContext) updates) => super.copyWith((message) => updates(message as SiteProjectAptTypeBookingContext)) as SiteProjectAptTypeBookingContext;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static SiteProjectAptTypeBookingContext create() => SiteProjectAptTypeBookingContext._();
@$core.override
SiteProjectAptTypeBookingContext createEmptyInstance() => create();
static $pb.PbList<SiteProjectAptTypeBookingContext> createRepeated() => $pb.PbList<SiteProjectAptTypeBookingContext>();
@$core.pragma('dart2js:noInline')
static SiteProjectAptTypeBookingContext getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<SiteProjectAptTypeBookingContext>(create);
static SiteProjectAptTypeBookingContext? _defaultInstance;
@$pb.TagNumber(1)
$2.AppointmentType get appointmentType => $_getN(0);
@$pb.TagNumber(1)
set appointmentType($2.AppointmentType value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasAppointmentType() => $_has(0);
@$pb.TagNumber(1)
void clearAppointmentType() => $_clearField(1);
@$pb.TagNumber(2)
$pb.PbList<$core.String> get actorIDs => $_getList(1);
}
class InitBookerProfileRequest extends $pb.GeneratedMessage {
factory InitBookerProfileRequest({
$core.String? projectID,

View File

@@ -168,6 +168,10 @@ class SiteServiceClient extends $grpc.Client {
return $createUnaryCall(_$getBookingContext, request, options: options);
}
$grpc.ResponseFuture<$0.GetMyBookingContextResponse> getMyBookingContext($0.GetMyBookingContextRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getMyBookingContext, request, options: options);
}
$grpc.ResponseFuture<$0.ListSettingsResponse> listSettings($0.ListSettingsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$listSettings, request, options: options);
}
@@ -310,6 +314,10 @@ class SiteServiceClient extends $grpc.Client {
'/api.SiteService/GetBookingContext',
($0.GetBookingContextRequest value) => value.writeToBuffer(),
$0.GetBookingContextResponse.fromBuffer);
static final _$getMyBookingContext = $grpc.ClientMethod<$0.GetMyBookingContextRequest, $0.GetMyBookingContextResponse>(
'/api.SiteService/GetMyBookingContext',
($0.GetMyBookingContextRequest value) => value.writeToBuffer(),
$0.GetMyBookingContextResponse.fromBuffer);
static final _$listSettings = $grpc.ClientMethod<$0.ListSettingsRequest, $0.ListSettingsResponse>(
'/api.SiteService/ListSettings',
($0.ListSettingsRequest value) => value.writeToBuffer(),
@@ -559,6 +567,13 @@ abstract class SiteServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.GetBookingContextRequest.fromBuffer(value),
($0.GetBookingContextResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetMyBookingContextRequest, $0.GetMyBookingContextResponse>(
'GetMyBookingContext',
getMyBookingContext_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetMyBookingContextRequest.fromBuffer(value),
($0.GetMyBookingContextResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ListSettingsRequest, $0.ListSettingsResponse>(
'ListSettings',
listSettings_Pre,
@@ -772,6 +787,12 @@ abstract class SiteServiceBase extends $grpc.Service {
$async.Future<$0.GetBookingContextResponse> getBookingContext($grpc.ServiceCall call, $0.GetBookingContextRequest request);
$async.Future<$0.GetMyBookingContextResponse> getMyBookingContext_Pre($grpc.ServiceCall $call, $async.Future<$0.GetMyBookingContextRequest> $request) async {
return getMyBookingContext($call, await $request);
}
$async.Future<$0.GetMyBookingContextResponse> getMyBookingContext($grpc.ServiceCall call, $0.GetMyBookingContextRequest request);
$async.Future<$0.ListSettingsResponse> listSettings_Pre($grpc.ServiceCall $call, $async.Future<$0.ListSettingsRequest> $request) async {
return listSettings($call, await $request);
}

View File

@@ -521,6 +521,7 @@ const SiteActor$json = {
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
{'1': 'ActorID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ActorID'},
{'1': 'SiteID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'SiteID'},
{'1': 'Type', '3': 4, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'Type'},
],
};
@@ -528,7 +529,8 @@ const SiteActor$json = {
final $typed_data.Uint8List siteActorDescriptor = $convert.base64Decode(
'CglTaXRlQWN0b3ISJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAhABUglQcm9qZWN0SUQSIQoHQW'
'N0b3JJRBgCIAEoCUIH+kIEcgIQAVIHQWN0b3JJRBIfCgZTaXRlSUQYAyABKAlCB/pCBHICEAFS'
'BlNpdGVJRA==');
'BlNpdGVJRBIyCgRUeXBlGAQgASgOMhQuYXBpLkFwcG9pbnRtZW50VHlwZUII+kIFggECEAFSBF'
'R5cGU=');
@$core.Deprecated('Use getBookingContextRequestDescriptor instead')
const GetBookingContextRequest$json = {
@@ -1101,6 +1103,72 @@ final $typed_data.Uint8List getBookingSegmentationsResponseDescriptor = $convert
'Ch9HZXRCb29raW5nU2VnbWVudGF0aW9uc1Jlc3BvbnNlEkMKE1NlZ21lbnRhdGlvbkNob2ljZX'
'MYASADKAsyES5hcGkuU2VnbWVudGF0aW9uUhNTZWdtZW50YXRpb25DaG9pY2Vz');
@$core.Deprecated('Use getMyBookingContextRequestDescriptor instead')
const GetMyBookingContextRequest$json = {
'1': 'GetMyBookingContextRequest',
};
/// Descriptor for `GetMyBookingContextRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getMyBookingContextRequestDescriptor = $convert.base64Decode(
'ChpHZXRNeUJvb2tpbmdDb250ZXh0UmVxdWVzdA==');
@$core.Deprecated('Use getMyBookingContextResponseDescriptor instead')
const GetMyBookingContextResponse$json = {
'1': 'GetMyBookingContextResponse',
'2': [
{'1': 'SiteBookingContexts', '3': 1, '4': 3, '5': 11, '6': '.api.SiteBookingContext', '10': 'SiteBookingContexts'},
],
};
/// Descriptor for `GetMyBookingContextResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getMyBookingContextResponseDescriptor = $convert.base64Decode(
'ChtHZXRNeUJvb2tpbmdDb250ZXh0UmVzcG9uc2USSQoTU2l0ZUJvb2tpbmdDb250ZXh0cxgBIA'
'MoCzIXLmFwaS5TaXRlQm9va2luZ0NvbnRleHRSE1NpdGVCb29raW5nQ29udGV4dHM=');
@$core.Deprecated('Use siteBookingContextDescriptor instead')
const SiteBookingContext$json = {
'1': 'SiteBookingContext',
'2': [
{'1': 'SiteID', '3': 1, '4': 1, '5': 9, '10': 'SiteID'},
{'1': 'ByProjects', '3': 2, '4': 3, '5': 11, '6': '.api.SiteProjectBookingContext', '10': 'ByProjects'},
],
};
/// Descriptor for `SiteBookingContext`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List siteBookingContextDescriptor = $convert.base64Decode(
'ChJTaXRlQm9va2luZ0NvbnRleHQSFgoGU2l0ZUlEGAEgASgJUgZTaXRlSUQSPgoKQnlQcm9qZW'
'N0cxgCIAMoCzIeLmFwaS5TaXRlUHJvamVjdEJvb2tpbmdDb250ZXh0UgpCeVByb2plY3Rz');
@$core.Deprecated('Use siteProjectBookingContextDescriptor instead')
const SiteProjectBookingContext$json = {
'1': 'SiteProjectBookingContext',
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '10': 'ProjectID'},
{'1': 'ByAppointmentTypes', '3': 2, '4': 3, '5': 11, '6': '.api.SiteProjectAptTypeBookingContext', '10': 'ByAppointmentTypes'},
],
};
/// Descriptor for `SiteProjectBookingContext`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List siteProjectBookingContextDescriptor = $convert.base64Decode(
'ChlTaXRlUHJvamVjdEJvb2tpbmdDb250ZXh0EhwKCVByb2plY3RJRBgBIAEoCVIJUHJvamVjdE'
'lEElUKEkJ5QXBwb2ludG1lbnRUeXBlcxgCIAMoCzIlLmFwaS5TaXRlUHJvamVjdEFwdFR5cGVC'
'b29raW5nQ29udGV4dFISQnlBcHBvaW50bWVudFR5cGVz');
@$core.Deprecated('Use siteProjectAptTypeBookingContextDescriptor instead')
const SiteProjectAptTypeBookingContext$json = {
'1': 'SiteProjectAptTypeBookingContext',
'2': [
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
{'1': 'ActorIDs', '3': 2, '4': 3, '5': 9, '10': 'ActorIDs'},
],
};
/// Descriptor for `SiteProjectAptTypeBookingContext`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List siteProjectAptTypeBookingContextDescriptor = $convert.base64Decode(
'CiBTaXRlUHJvamVjdEFwdFR5cGVCb29raW5nQ29udGV4dBI+Cg9BcHBvaW50bWVudFR5cGUYAS'
'ABKA4yFC5hcGkuQXBwb2ludG1lbnRUeXBlUg9BcHBvaW50bWVudFR5cGUSGgoIQWN0b3JJRHMY'
'AiADKAlSCEFjdG9ySURz');
@$core.Deprecated('Use initBookerProfileRequestDescriptor instead')
const InitBookerProfileRequest$json = {
'1': 'InitBookerProfileRequest',

View File

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