Latest generation

This commit is contained in:
ci core model
2025-12-29 09:26:42 +00:00
parent e2cda41a91
commit 6b4a2b3e3e
5 changed files with 2 additions and 132 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-251223092222
Lib version: 1.13.0-SNAPSHOT-251229092610

View File

@@ -2873,88 +2873,6 @@ class WMSUpdateAppointmentRequest extends $pb.GeneratedMessage {
$pb.PbList<$3.CustomField> get customFields => $_getList(6);
}
/// ListUserSites
class ListUserSitesRequest extends $pb.GeneratedMessage {
factory ListUserSitesRequest({
$core.Iterable<$core.String>? projectID,
}) {
final result = create();
if (projectID != null) result.projectID.addAll(projectID);
return result;
}
ListUserSitesRequest._();
factory ListUserSitesRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ListUserSitesRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListUserSitesRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pPS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ListUserSitesRequest clone() => ListUserSitesRequest()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ListUserSitesRequest copyWith(void Function(ListUserSitesRequest) updates) => super.copyWith((message) => updates(message as ListUserSitesRequest)) as ListUserSitesRequest;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ListUserSitesRequest create() => ListUserSitesRequest._();
@$core.override
ListUserSitesRequest createEmptyInstance() => create();
static $pb.PbList<ListUserSitesRequest> createRepeated() => $pb.PbList<ListUserSitesRequest>();
@$core.pragma('dart2js:noInline')
static ListUserSitesRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListUserSitesRequest>(create);
static ListUserSitesRequest? _defaultInstance;
/// TODO optional filter
@$pb.TagNumber(1)
$pb.PbList<$core.String> get projectID => $_getList(0);
}
class ListUserSitesResponse extends $pb.GeneratedMessage {
factory ListUserSitesResponse({
$core.Iterable<Site>? sites,
}) {
final result = create();
if (sites != null) result.sites.addAll(sites);
return result;
}
ListUserSitesResponse._();
factory ListUserSitesResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ListUserSitesResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListUserSitesResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<Site>(1, _omitFieldNames ? '' : 'Sites', $pb.PbFieldType.PM, protoName: 'Sites', subBuilder: Site.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ListUserSitesResponse clone() => ListUserSitesResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ListUserSitesResponse copyWith(void Function(ListUserSitesResponse) updates) => super.copyWith((message) => updates(message as ListUserSitesResponse)) as ListUserSitesResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ListUserSitesResponse create() => ListUserSitesResponse._();
@$core.override
ListUserSitesResponse createEmptyInstance() => create();
static $pb.PbList<ListUserSitesResponse> createRepeated() => $pb.PbList<ListUserSitesResponse>();
@$core.pragma('dart2js:noInline')
static ListUserSitesResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListUserSitesResponse>(create);
static ListUserSitesResponse? _defaultInstance;
@$pb.TagNumber(1)
$pb.PbList<Site> get sites => $_getList(0);
}
class DeleteSettingsRequest extends $pb.GeneratedMessage {
factory DeleteSettingsRequest({
$core.String? siteID,

View File

@@ -64,10 +64,6 @@ class SiteServiceClient extends $grpc.Client {
return $createUnaryCall(_$getAllSlots, request, options: options);
}
$grpc.ResponseFuture<$0.ListUserSitesResponse> listUserSites($0.ListUserSitesRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$listUserSites, request, options: options);
}
$grpc.ResponseFuture<$0.CheckAppointmentCommissionResponse> checkAppointmentCommission($0.CheckAppointmentCommissionRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$checkAppointmentCommission, request, options: options);
}
@@ -214,10 +210,6 @@ class SiteServiceClient extends $grpc.Client {
'/api.SiteService/GetAllSlots',
($0.GetAvailableSlotsRequest value) => value.writeToBuffer(),
$0.GetAllSlotsResponse.fromBuffer);
static final _$listUserSites = $grpc.ClientMethod<$0.ListUserSitesRequest, $0.ListUserSitesResponse>(
'/api.SiteService/ListUserSites',
($0.ListUserSitesRequest value) => value.writeToBuffer(),
$0.ListUserSitesResponse.fromBuffer);
static final _$checkAppointmentCommission = $grpc.ClientMethod<$0.CheckAppointmentCommissionRequest, $0.CheckAppointmentCommissionResponse>(
'/api.SiteService/CheckAppointmentCommission',
($0.CheckAppointmentCommissionRequest value) => value.writeToBuffer(),
@@ -393,13 +385,6 @@ abstract class SiteServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.GetAvailableSlotsRequest.fromBuffer(value),
($0.GetAllSlotsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ListUserSitesRequest, $0.ListUserSitesResponse>(
'ListUserSites',
listUserSites_Pre,
false,
false,
($core.List<$core.int> value) => $0.ListUserSitesRequest.fromBuffer(value),
($0.ListUserSitesResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.CheckAppointmentCommissionRequest, $0.CheckAppointmentCommissionResponse>(
'CheckAppointmentCommission',
checkAppointmentCommission_Pre,
@@ -646,12 +631,6 @@ abstract class SiteServiceBase extends $grpc.Service {
$async.Future<$0.GetAllSlotsResponse> getAllSlots($grpc.ServiceCall call, $0.GetAvailableSlotsRequest request);
$async.Future<$0.ListUserSitesResponse> listUserSites_Pre($grpc.ServiceCall $call, $async.Future<$0.ListUserSitesRequest> $request) async {
return listUserSites($call, await $request);
}
$async.Future<$0.ListUserSitesResponse> listUserSites($grpc.ServiceCall call, $0.ListUserSitesRequest request);
$async.Future<$0.CheckAppointmentCommissionResponse> checkAppointmentCommission_Pre($grpc.ServiceCall $call, $async.Future<$0.CheckAppointmentCommissionRequest> $request) async {
return checkAppointmentCommission($call, await $request);
}

View File

@@ -756,33 +756,6 @@ final $typed_data.Uint8List wMSUpdateAppointmentRequestDescriptor = $convert.bas
'cnByZXQgb3IgdmFsaWRhdGUgdGhlIGNvbnRlbnQuUgxDdXN0b21GaWVsZHM6PpJBOwo50gEGSG'
'VhZGVy0gENQXBwb2ludG1lbnRJRNIBBVNsb3Rz0gELQ29tbWlzc2lvbnPSAQdBY3RvcklE');
@$core.Deprecated('Use listUserSitesRequestDescriptor instead')
const ListUserSitesRequest$json = {
'1': 'ListUserSitesRequest',
'2': [
{'1': 'ProjectID', '3': 1, '4': 3, '5': 9, '8': {}, '10': 'ProjectID'},
],
'7': {},
};
/// Descriptor for `ListUserSitesRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listUserSitesRequestDescriptor = $convert.base64Decode(
'ChRMaXN0VXNlclNpdGVzUmVxdWVzdBIsCglQcm9qZWN0SUQYASADKAlCDvpCC5IBCAgBIgRyAh'
'ABUglQcm9qZWN0SUQ6A5JBAA==');
@$core.Deprecated('Use listUserSitesResponseDescriptor instead')
const ListUserSitesResponse$json = {
'1': 'ListUserSitesResponse',
'2': [
{'1': 'Sites', '3': 1, '4': 3, '5': 11, '6': '.api.Site', '10': 'Sites'},
],
};
/// Descriptor for `ListUserSitesResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listUserSitesResponseDescriptor = $convert.base64Decode(
'ChVMaXN0VXNlclNpdGVzUmVzcG9uc2USHwoFU2l0ZXMYASADKAsyCS5hcGkuU2l0ZVIFU2l0ZX'
'M=');
@$core.Deprecated('Use deleteSettingsRequestDescriptor instead')
const DeleteSettingsRequest$json = {
'1': 'DeleteSettingsRequest',

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.13.0-SNAPSHOT-251223092222
version: 1.13.0-SNAPSHOT-251229092610
homepage: ''
publish_to: ''
repository: ''