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-251014145716
|
||||
Lib version: 1.12.0-SNAPSHOT-251015082651
|
||||
|
||||
@@ -3188,10 +3188,12 @@ class SegmentationsSettings extends $pb.GeneratedMessage {
|
||||
factory SegmentationsSettings({
|
||||
$2.ProjectAuthorisation? authorisation,
|
||||
$core.String? name,
|
||||
$core.String? projectID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (authorisation != null) result.authorisation = authorisation;
|
||||
if (name != null) result.name = name;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3203,6 +3205,7 @@ class SegmentationsSettings extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SegmentationsSettings', 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')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3242,16 +3245,25 @@ class SegmentationsSettings extends $pb.GeneratedMessage {
|
||||
$core.bool hasName() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearName() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get projectID => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set projectID($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasProjectID() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearProjectID() => $_clearField(3);
|
||||
}
|
||||
|
||||
class ListOfSitesPerOrganisation extends $pb.GeneratedMessage {
|
||||
factory ListOfSitesPerOrganisation({
|
||||
$core.String? organisationID,
|
||||
$core.Iterable<SegmentationsSettings>? projects,
|
||||
$core.Iterable<SegmentationsSettings>? segmentationsSetting,
|
||||
}) {
|
||||
final result = create();
|
||||
if (organisationID != null) result.organisationID = organisationID;
|
||||
if (projects != null) result.projects.addAll(projects);
|
||||
if (segmentationsSetting != null) result.segmentationsSetting.addAll(segmentationsSetting);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3262,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 ? '' : 'Projects', $pb.PbFieldType.PM, protoName: 'Projects', subBuilder: SegmentationsSettings.create)
|
||||
..pc<SegmentationsSettings>(2, _omitFieldNames ? '' : 'SegmentationsSetting', $pb.PbFieldType.PM, protoName: 'SegmentationsSetting', subBuilder: SegmentationsSettings.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3293,7 +3305,7 @@ class ListOfSitesPerOrganisation extends $pb.GeneratedMessage {
|
||||
void clearOrganisationID() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<SegmentationsSettings> get projects => $_getList(1);
|
||||
$pb.PbList<SegmentationsSettings> get segmentationsSetting => $_getList(1);
|
||||
}
|
||||
|
||||
class ListSitesAuthorizedForBookingRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -809,28 +809,30 @@ const SegmentationsSettings$json = {
|
||||
'2': [
|
||||
{'1': 'Authorisation', '3': 1, '4': 1, '5': 11, '6': '.api.ProjectAuthorisation', '10': 'Authorisation'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '10': 'ProjectID'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `SegmentationsSettings`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List segmentationsSettingsDescriptor = $convert.base64Decode(
|
||||
'ChVTZWdtZW50YXRpb25zU2V0dGluZ3MSPwoNQXV0aG9yaXNhdGlvbhgBIAEoCzIZLmFwaS5Qcm'
|
||||
'9qZWN0QXV0aG9yaXNhdGlvblINQXV0aG9yaXNhdGlvbhISCgROYW1lGAIgASgJUgROYW1l');
|
||||
'9qZWN0QXV0aG9yaXNhdGlvblINQXV0aG9yaXNhdGlvbhISCgROYW1lGAIgASgJUgROYW1lEhwK'
|
||||
'CVByb2plY3RJRBgDIAEoCVIJUHJvamVjdElE');
|
||||
|
||||
@$core.Deprecated('Use listOfSitesPerOrganisationDescriptor instead')
|
||||
const ListOfSitesPerOrganisation$json = {
|
||||
'1': 'ListOfSitesPerOrganisation',
|
||||
'2': [
|
||||
{'1': 'OrganisationID', '3': 1, '4': 1, '5': 9, '10': 'OrganisationID'},
|
||||
{'1': 'Projects', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationsSettings', '10': 'Projects'},
|
||||
{'1': 'SegmentationsSetting', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationsSettings', '10': 'SegmentationsSetting'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ListOfSitesPerOrganisation`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listOfSitesPerOrganisationDescriptor = $convert.base64Decode(
|
||||
'ChpMaXN0T2ZTaXRlc1Blck9yZ2FuaXNhdGlvbhImCg5PcmdhbmlzYXRpb25JRBgBIAEoCVIOT3'
|
||||
'JnYW5pc2F0aW9uSUQSNgoIUHJvamVjdHMYAiADKAsyGi5hcGkuU2VnbWVudGF0aW9uc1NldHRp'
|
||||
'bmdzUghQcm9qZWN0cw==');
|
||||
'JnYW5pc2F0aW9uSUQSTgoUU2VnbWVudGF0aW9uc1NldHRpbmcYAiADKAsyGi5hcGkuU2VnbWVu'
|
||||
'dGF0aW9uc1NldHRpbmdzUhRTZWdtZW50YXRpb25zU2V0dGluZw==');
|
||||
|
||||
@$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-251014145716
|
||||
version: 1.12.0-SNAPSHOT-251015082651
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user