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-251015082651
|
||||
Lib version: 1.12.0-SNAPSHOT-251015083049
|
||||
|
||||
@@ -3184,8 +3184,8 @@ class SetSiteAliasRequest extends $pb.GeneratedMessage {
|
||||
SiteActor ensureSiteActor() => $_ensure(0);
|
||||
}
|
||||
|
||||
class SegmentationsSettings extends $pb.GeneratedMessage {
|
||||
factory SegmentationsSettings({
|
||||
class SegmentationsSetting extends $pb.GeneratedMessage {
|
||||
factory SegmentationsSetting({
|
||||
$2.ProjectAuthorisation? authorisation,
|
||||
$core.String? name,
|
||||
$core.String? projectID,
|
||||
@@ -3197,12 +3197,12 @@ class SegmentationsSettings extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
SegmentationsSettings._();
|
||||
SegmentationsSetting._();
|
||||
|
||||
factory SegmentationsSettings.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory SegmentationsSettings.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory SegmentationsSetting.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory SegmentationsSetting.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SegmentationsSettings', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SegmentationsSetting', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$2.ProjectAuthorisation>(1, _omitFieldNames ? '' : 'Authorisation', protoName: 'Authorisation', subBuilder: $2.ProjectAuthorisation.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..aOS(3, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
@@ -3210,21 +3210,21 @@ class SegmentationsSettings extends $pb.GeneratedMessage {
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
SegmentationsSettings clone() => SegmentationsSettings()..mergeFromMessage(this);
|
||||
SegmentationsSetting clone() => SegmentationsSetting()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
SegmentationsSettings copyWith(void Function(SegmentationsSettings) updates) => super.copyWith((message) => updates(message as SegmentationsSettings)) as SegmentationsSettings;
|
||||
SegmentationsSetting copyWith(void Function(SegmentationsSetting) updates) => super.copyWith((message) => updates(message as SegmentationsSetting)) as SegmentationsSetting;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static SegmentationsSettings create() => SegmentationsSettings._();
|
||||
static SegmentationsSetting create() => SegmentationsSetting._();
|
||||
@$core.override
|
||||
SegmentationsSettings createEmptyInstance() => create();
|
||||
static $pb.PbList<SegmentationsSettings> createRepeated() => $pb.PbList<SegmentationsSettings>();
|
||||
SegmentationsSetting createEmptyInstance() => create();
|
||||
static $pb.PbList<SegmentationsSetting> createRepeated() => $pb.PbList<SegmentationsSetting>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static SegmentationsSettings getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<SegmentationsSettings>(create);
|
||||
static SegmentationsSettings? _defaultInstance;
|
||||
static SegmentationsSetting getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<SegmentationsSetting>(create);
|
||||
static SegmentationsSetting? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$2.ProjectAuthorisation get authorisation => $_getN(0);
|
||||
@@ -3259,11 +3259,11 @@ class SegmentationsSettings extends $pb.GeneratedMessage {
|
||||
class ListOfSitesPerOrganisation extends $pb.GeneratedMessage {
|
||||
factory ListOfSitesPerOrganisation({
|
||||
$core.String? organisationID,
|
||||
$core.Iterable<SegmentationsSettings>? segmentationsSetting,
|
||||
$core.Iterable<SegmentationsSetting>? segmentationsSettings,
|
||||
}) {
|
||||
final result = create();
|
||||
if (organisationID != null) result.organisationID = organisationID;
|
||||
if (segmentationsSetting != null) result.segmentationsSetting.addAll(segmentationsSetting);
|
||||
if (segmentationsSettings != null) result.segmentationsSettings.addAll(segmentationsSettings);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3274,7 +3274,7 @@ class ListOfSitesPerOrganisation extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListOfSitesPerOrganisation', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'OrganisationID', protoName: 'OrganisationID')
|
||||
..pc<SegmentationsSettings>(2, _omitFieldNames ? '' : 'SegmentationsSetting', $pb.PbFieldType.PM, protoName: 'SegmentationsSetting', subBuilder: SegmentationsSettings.create)
|
||||
..pc<SegmentationsSetting>(2, _omitFieldNames ? '' : 'SegmentationsSettings', $pb.PbFieldType.PM, protoName: 'SegmentationsSettings', subBuilder: SegmentationsSetting.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3305,7 +3305,7 @@ class ListOfSitesPerOrganisation extends $pb.GeneratedMessage {
|
||||
void clearOrganisationID() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<SegmentationsSettings> get segmentationsSetting => $_getList(1);
|
||||
$pb.PbList<SegmentationsSetting> get segmentationsSettings => $_getList(1);
|
||||
}
|
||||
|
||||
class ListSitesAuthorizedForBookingRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -803,9 +803,9 @@ final $typed_data.Uint8List setSiteAliasRequestDescriptor = $convert.base64Decod
|
||||
'ChNTZXRTaXRlQWxpYXNSZXF1ZXN0EiwKCVNpdGVBY3RvchgBIAEoCzIOLmFwaS5TaXRlQWN0b3'
|
||||
'JSCVNpdGVBY3RvcjoRkkEOCgzSAQlTaXRlQWN0b3I=');
|
||||
|
||||
@$core.Deprecated('Use segmentationsSettingsDescriptor instead')
|
||||
const SegmentationsSettings$json = {
|
||||
'1': 'SegmentationsSettings',
|
||||
@$core.Deprecated('Use segmentationsSettingDescriptor instead')
|
||||
const SegmentationsSetting$json = {
|
||||
'1': 'SegmentationsSetting',
|
||||
'2': [
|
||||
{'1': 'Authorisation', '3': 1, '4': 1, '5': 11, '6': '.api.ProjectAuthorisation', '10': 'Authorisation'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
|
||||
@@ -813,26 +813,26 @@ const SegmentationsSettings$json = {
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `SegmentationsSettings`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List segmentationsSettingsDescriptor = $convert.base64Decode(
|
||||
'ChVTZWdtZW50YXRpb25zU2V0dGluZ3MSPwoNQXV0aG9yaXNhdGlvbhgBIAEoCzIZLmFwaS5Qcm'
|
||||
'9qZWN0QXV0aG9yaXNhdGlvblINQXV0aG9yaXNhdGlvbhISCgROYW1lGAIgASgJUgROYW1lEhwK'
|
||||
'CVByb2plY3RJRBgDIAEoCVIJUHJvamVjdElE');
|
||||
/// Descriptor for `SegmentationsSetting`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List segmentationsSettingDescriptor = $convert.base64Decode(
|
||||
'ChRTZWdtZW50YXRpb25zU2V0dGluZxI/Cg1BdXRob3Jpc2F0aW9uGAEgASgLMhkuYXBpLlByb2'
|
||||
'plY3RBdXRob3Jpc2F0aW9uUg1BdXRob3Jpc2F0aW9uEhIKBE5hbWUYAiABKAlSBE5hbWUSHAoJ'
|
||||
'UHJvamVjdElEGAMgASgJUglQcm9qZWN0SUQ=');
|
||||
|
||||
@$core.Deprecated('Use listOfSitesPerOrganisationDescriptor instead')
|
||||
const ListOfSitesPerOrganisation$json = {
|
||||
'1': 'ListOfSitesPerOrganisation',
|
||||
'2': [
|
||||
{'1': 'OrganisationID', '3': 1, '4': 1, '5': 9, '10': 'OrganisationID'},
|
||||
{'1': 'SegmentationsSetting', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationsSettings', '10': 'SegmentationsSetting'},
|
||||
{'1': 'SegmentationsSettings', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationsSetting', '10': 'SegmentationsSettings'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ListOfSitesPerOrganisation`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listOfSitesPerOrganisationDescriptor = $convert.base64Decode(
|
||||
'ChpMaXN0T2ZTaXRlc1Blck9yZ2FuaXNhdGlvbhImCg5PcmdhbmlzYXRpb25JRBgBIAEoCVIOT3'
|
||||
'JnYW5pc2F0aW9uSUQSTgoUU2VnbWVudGF0aW9uc1NldHRpbmcYAiADKAsyGi5hcGkuU2VnbWVu'
|
||||
'dGF0aW9uc1NldHRpbmdzUhRTZWdtZW50YXRpb25zU2V0dGluZw==');
|
||||
'JnYW5pc2F0aW9uSUQSTwoVU2VnbWVudGF0aW9uc1NldHRpbmdzGAIgAygLMhkuYXBpLlNlZ21l'
|
||||
'bnRhdGlvbnNTZXR0aW5nUhVTZWdtZW50YXRpb25zU2V0dGluZ3M=');
|
||||
|
||||
@$core.Deprecated('Use listSitesAuthorizedForBookingRequestDescriptor instead')
|
||||
const ListSitesAuthorizedForBookingRequest$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251015082651
|
||||
version: 1.12.0-SNAPSHOT-251015083049
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user