You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.15.0-SNAPSHOT-260821145637
|
||||
Lib version: 1.15.0-SNAPSHOT-260824115412
|
||||
|
||||
@@ -28,6 +28,7 @@ class UserAttribute extends $pb.GeneratedMessage {
|
||||
$core.String? partnerID,
|
||||
$core.Iterable<RestrictionActorIDs>? restrictionActorIDs,
|
||||
$core.Iterable<BookingAuthorization>? bookingAuthorizations,
|
||||
ViewableAppointments? viewableAppointments,
|
||||
}) {
|
||||
final result = create();
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
@@ -35,6 +36,7 @@ class UserAttribute extends $pb.GeneratedMessage {
|
||||
if (partnerID != null) result.partnerID = partnerID;
|
||||
if (restrictionActorIDs != null) result.restrictionActorIDs.addAll(restrictionActorIDs);
|
||||
if (bookingAuthorizations != null) result.bookingAuthorizations.addAll(bookingAuthorizations);
|
||||
if (viewableAppointments != null) result.viewableAppointments = viewableAppointments;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -49,6 +51,7 @@ class UserAttribute extends $pb.GeneratedMessage {
|
||||
..aOS(3, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID')
|
||||
..pc<RestrictionActorIDs>(4, _omitFieldNames ? '' : 'RestrictionActorIDs', $pb.PbFieldType.PM, protoName: 'RestrictionActorIDs', subBuilder: RestrictionActorIDs.create)
|
||||
..pc<BookingAuthorization>(5, _omitFieldNames ? '' : 'BookingAuthorizations', $pb.PbFieldType.PM, protoName: 'BookingAuthorizations', subBuilder: BookingAuthorization.create)
|
||||
..e<ViewableAppointments>(6, _omitFieldNames ? '' : 'ViewableAppointments', $pb.PbFieldType.OE, protoName: 'ViewableAppointments', defaultOrMaker: ViewableAppointments.VIEWABLE_APPOINTMENTS_UNKNOWN, valueOf: ViewableAppointments.valueOf, enumValues: ViewableAppointments.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -101,6 +104,15 @@ class UserAttribute extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<BookingAuthorization> get bookingAuthorizations => $_getList(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
ViewableAppointments get viewableAppointments => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set viewableAppointments(ViewableAppointments value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasViewableAppointments() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearViewableAppointments() => $_clearField(6);
|
||||
}
|
||||
|
||||
/// User Attribute Restriction Actor IDs -- related to data restriction
|
||||
@@ -341,6 +353,7 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage {
|
||||
$core.String? partnerID,
|
||||
$core.Iterable<RestrictionActorIDs>? restrictionActorIDs,
|
||||
$core.Iterable<BookingAuthorization>? bookingAuthorizations,
|
||||
ViewableAppointments? viewableAppointments,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -348,6 +361,7 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage {
|
||||
if (partnerID != null) result.partnerID = partnerID;
|
||||
if (restrictionActorIDs != null) result.restrictionActorIDs.addAll(restrictionActorIDs);
|
||||
if (bookingAuthorizations != null) result.bookingAuthorizations.addAll(bookingAuthorizations);
|
||||
if (viewableAppointments != null) result.viewableAppointments = viewableAppointments;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -362,6 +376,7 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage {
|
||||
..aOS(3, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID')
|
||||
..pc<RestrictionActorIDs>(4, _omitFieldNames ? '' : 'RestrictionActorIDs', $pb.PbFieldType.PM, protoName: 'RestrictionActorIDs', subBuilder: RestrictionActorIDs.create)
|
||||
..pc<BookingAuthorization>(5, _omitFieldNames ? '' : 'BookingAuthorizations', $pb.PbFieldType.PM, protoName: 'BookingAuthorizations', subBuilder: BookingAuthorization.create)
|
||||
..e<ViewableAppointments>(6, _omitFieldNames ? '' : 'ViewableAppointments', $pb.PbFieldType.OE, protoName: 'ViewableAppointments', defaultOrMaker: ViewableAppointments.VIEWABLE_APPOINTMENTS_UNKNOWN, valueOf: ViewableAppointments.valueOf, enumValues: ViewableAppointments.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -416,6 +431,15 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<BookingAuthorization> get bookingAuthorizations => $_getList(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
ViewableAppointments get viewableAppointments => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set viewableAppointments(ViewableAppointments value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasViewableAppointments() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearViewableAppointments() => $_clearField(6);
|
||||
}
|
||||
|
||||
class PutUserAttributesResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -14,6 +14,23 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
class ViewableAppointments extends $pb.ProtobufEnum {
|
||||
static const ViewableAppointments VIEWABLE_APPOINTMENTS_UNKNOWN = ViewableAppointments._(0, _omitEnumNames ? '' : 'VIEWABLE_APPOINTMENTS_UNKNOWN');
|
||||
static const ViewableAppointments VIEWABLE_APPOINTMENTS_ALL = ViewableAppointments._(1, _omitEnumNames ? '' : 'VIEWABLE_APPOINTMENTS_ALL');
|
||||
static const ViewableAppointments VIEWABLE_APPOINTMENTS_BOOKABLE = ViewableAppointments._(2, _omitEnumNames ? '' : 'VIEWABLE_APPOINTMENTS_BOOKABLE');
|
||||
|
||||
static const $core.List<ViewableAppointments> values = <ViewableAppointments> [
|
||||
VIEWABLE_APPOINTMENTS_UNKNOWN,
|
||||
VIEWABLE_APPOINTMENTS_ALL,
|
||||
VIEWABLE_APPOINTMENTS_BOOKABLE,
|
||||
];
|
||||
|
||||
static final $core.List<ViewableAppointments?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static ViewableAppointments? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ViewableAppointments._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// User Attribute Booking Authorization -- related to slotbooking
|
||||
class BookingPermission extends $pb.ProtobufEnum {
|
||||
static const BookingPermission BOOKING_PERMISSION_UNKNOWN = BookingPermission._(0, _omitEnumNames ? '' : 'BOOKING_PERMISSION_UNKNOWN');
|
||||
|
||||
@@ -14,6 +14,22 @@ import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use viewableAppointmentsDescriptor instead')
|
||||
const ViewableAppointments$json = {
|
||||
'1': 'ViewableAppointments',
|
||||
'2': [
|
||||
{'1': 'VIEWABLE_APPOINTMENTS_UNKNOWN', '2': 0},
|
||||
{'1': 'VIEWABLE_APPOINTMENTS_ALL', '2': 1},
|
||||
{'1': 'VIEWABLE_APPOINTMENTS_BOOKABLE', '2': 2},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ViewableAppointments`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List viewableAppointmentsDescriptor = $convert.base64Decode(
|
||||
'ChRWaWV3YWJsZUFwcG9pbnRtZW50cxIhCh1WSUVXQUJMRV9BUFBPSU5UTUVOVFNfVU5LTk9XTh'
|
||||
'AAEh0KGVZJRVdBQkxFX0FQUE9JTlRNRU5UU19BTEwQARIiCh5WSUVXQUJMRV9BUFBPSU5UTUVO'
|
||||
'VFNfQk9PS0FCTEUQAg==');
|
||||
|
||||
@$core.Deprecated('Use bookingPermissionDescriptor instead')
|
||||
const BookingPermission$json = {
|
||||
'1': 'BookingPermission',
|
||||
@@ -39,6 +55,7 @@ const UserAttribute$json = {
|
||||
{'1': 'PartnerID', '3': 3, '4': 1, '5': 9, '10': 'PartnerID'},
|
||||
{'1': 'RestrictionActorIDs', '3': 4, '4': 3, '5': 11, '6': '.api.RestrictionActorIDs', '10': 'RestrictionActorIDs'},
|
||||
{'1': 'BookingAuthorizations', '3': 5, '4': 3, '5': 11, '6': '.api.BookingAuthorization', '10': 'BookingAuthorizations'},
|
||||
{'1': 'ViewableAppointments', '3': 6, '4': 1, '5': 14, '6': '.api.ViewableAppointments', '10': 'ViewableAppointments'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -48,7 +65,9 @@ final $typed_data.Uint8List userAttributeDescriptor = $convert.base64Decode(
|
||||
'gCIAEoCVIGVXNlcklEEhwKCVBhcnRuZXJJRBgDIAEoCVIJUGFydG5lcklEEkoKE1Jlc3RyaWN0'
|
||||
'aW9uQWN0b3JJRHMYBCADKAsyGC5hcGkuUmVzdHJpY3Rpb25BY3RvcklEc1ITUmVzdHJpY3Rpb2'
|
||||
'5BY3RvcklEcxJPChVCb29raW5nQXV0aG9yaXphdGlvbnMYBSADKAsyGS5hcGkuQm9va2luZ0F1'
|
||||
'dGhvcml6YXRpb25SFUJvb2tpbmdBdXRob3JpemF0aW9ucw==');
|
||||
'dGhvcml6YXRpb25SFUJvb2tpbmdBdXRob3JpemF0aW9ucxJNChRWaWV3YWJsZUFwcG9pbnRtZW'
|
||||
'50cxgGIAEoDjIZLmFwaS5WaWV3YWJsZUFwcG9pbnRtZW50c1IUVmlld2FibGVBcHBvaW50bWVu'
|
||||
'dHM=');
|
||||
|
||||
@$core.Deprecated('Use restrictionActorIDsDescriptor instead')
|
||||
const RestrictionActorIDs$json = {
|
||||
@@ -119,6 +138,7 @@ const PutUserAttributesRequest$json = {
|
||||
{'1': 'PartnerID', '3': 3, '4': 1, '5': 9, '10': 'PartnerID'},
|
||||
{'1': 'RestrictionActorIDs', '3': 4, '4': 3, '5': 11, '6': '.api.RestrictionActorIDs', '10': 'RestrictionActorIDs'},
|
||||
{'1': 'BookingAuthorizations', '3': 5, '4': 3, '5': 11, '6': '.api.BookingAuthorization', '10': 'BookingAuthorizations'},
|
||||
{'1': 'ViewableAppointments', '3': 6, '4': 1, '5': 14, '6': '.api.ViewableAppointments', '10': 'ViewableAppointments'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -130,8 +150,9 @@ final $typed_data.Uint8List putUserAttributesRequestDescriptor = $convert.base64
|
||||
'AhABUgZVc2VySUQSHAoJUGFydG5lcklEGAMgASgJUglQYXJ0bmVySUQSSgoTUmVzdHJpY3Rpb2'
|
||||
'5BY3RvcklEcxgEIAMoCzIYLmFwaS5SZXN0cmljdGlvbkFjdG9ySURzUhNSZXN0cmljdGlvbkFj'
|
||||
'dG9ySURzEk8KFUJvb2tpbmdBdXRob3JpemF0aW9ucxgFIAMoCzIZLmFwaS5Cb29raW5nQXV0aG'
|
||||
'9yaXphdGlvblIVQm9va2luZ0F1dGhvcml6YXRpb25zOiOSQSAKHtIBBkhlYWRlctIBBlVzZXJJ'
|
||||
'RNIBCVBhcnRuZXJJRA==');
|
||||
'9yaXphdGlvblIVQm9va2luZ0F1dGhvcml6YXRpb25zEk0KFFZpZXdhYmxlQXBwb2ludG1lbnRz'
|
||||
'GAYgASgOMhkuYXBpLlZpZXdhYmxlQXBwb2ludG1lbnRzUhRWaWV3YWJsZUFwcG9pbnRtZW50cz'
|
||||
'ojkkEgCh7SAQZIZWFkZXLSAQZVc2VySUTSAQlQYXJ0bmVySUQ=');
|
||||
|
||||
@$core.Deprecated('Use putUserAttributesResultDescriptor instead')
|
||||
const PutUserAttributesResult$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.15.0-SNAPSHOT-260821145637
|
||||
version: 1.15.0-SNAPSHOT-260824115412
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user