You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
Lib version: 1.13.0-SNAPSHOT-260216145123
|
Lib version: 1.13.0-SNAPSHOT-260217081548
|
||||||
|
|||||||
@@ -1625,6 +1625,7 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage {
|
|||||||
$3.RequestProjectHeader? header,
|
$3.RequestProjectHeader? header,
|
||||||
$2.AppointmentType? appointmentType,
|
$2.AppointmentType? appointmentType,
|
||||||
$2.Commission? commission,
|
$2.Commission? commission,
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
$core.String? actorID,
|
$core.String? actorID,
|
||||||
}) {
|
}) {
|
||||||
final result = create();
|
final result = create();
|
||||||
@@ -1699,12 +1700,16 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage {
|
|||||||
$2.Commission ensureCommission() => $_ensure(2);
|
$2.Commission ensureCommission() => $_ensure(2);
|
||||||
|
|
||||||
/// actor with which the siteID/project-depositID will be processed
|
/// actor with which the siteID/project-depositID will be processed
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(4)
|
@$pb.TagNumber(4)
|
||||||
$core.String get actorID => $_getSZ(3);
|
$core.String get actorID => $_getSZ(3);
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(4)
|
@$pb.TagNumber(4)
|
||||||
set actorID($core.String value) => $_setString(3, value);
|
set actorID($core.String value) => $_setString(3, value);
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(4)
|
@$pb.TagNumber(4)
|
||||||
$core.bool hasActorID() => $_has(3);
|
$core.bool hasActorID() => $_has(3);
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(4)
|
@$pb.TagNumber(4)
|
||||||
void clearActorID() => $_clearField(4);
|
void clearActorID() => $_clearField(4);
|
||||||
}
|
}
|
||||||
@@ -3544,6 +3549,7 @@ class GetUnitsResponse extends $pb.GeneratedMessage {
|
|||||||
class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
||||||
factory GetBookingSegmentationsRequest({
|
factory GetBookingSegmentationsRequest({
|
||||||
$3.RequestProjectHeader? header,
|
$3.RequestProjectHeader? header,
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
$core.String? actorID,
|
$core.String? actorID,
|
||||||
$2.AppointmentType? appointmentType,
|
$2.AppointmentType? appointmentType,
|
||||||
$core.Iterable<$2.Commission>? commissions,
|
$core.Iterable<$2.Commission>? commissions,
|
||||||
@@ -3597,12 +3603,16 @@ class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
|||||||
@$pb.TagNumber(1)
|
@$pb.TagNumber(1)
|
||||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||||
|
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(2)
|
@$pb.TagNumber(2)
|
||||||
$core.String get actorID => $_getSZ(1);
|
$core.String get actorID => $_getSZ(1);
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(2)
|
@$pb.TagNumber(2)
|
||||||
set actorID($core.String value) => $_setString(1, value);
|
set actorID($core.String value) => $_setString(1, value);
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(2)
|
@$pb.TagNumber(2)
|
||||||
$core.bool hasActorID() => $_has(1);
|
$core.bool hasActorID() => $_has(1);
|
||||||
|
@$core.Deprecated('This field is deprecated.')
|
||||||
@$pb.TagNumber(2)
|
@$pb.TagNumber(2)
|
||||||
void clearActorID() => $_clearField(2);
|
void clearActorID() => $_clearField(2);
|
||||||
|
|
||||||
|
|||||||
@@ -423,7 +423,14 @@ const CheckAppointmentCommissionRequest$json = {
|
|||||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||||
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
||||||
{'1': 'Commission', '3': 3, '4': 1, '5': 11, '6': '.api.Commission', '10': 'Commission'},
|
{'1': 'Commission', '3': 3, '4': 1, '5': 11, '6': '.api.Commission', '10': 'Commission'},
|
||||||
{'1': 'ActorID', '3': 4, '4': 1, '5': 9, '10': 'ActorID'},
|
{
|
||||||
|
'1': 'ActorID',
|
||||||
|
'3': 4,
|
||||||
|
'4': 1,
|
||||||
|
'5': 9,
|
||||||
|
'8': {'3': true},
|
||||||
|
'10': 'ActorID',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
'7': {},
|
'7': {},
|
||||||
};
|
};
|
||||||
@@ -433,9 +440,9 @@ final $typed_data.Uint8List checkAppointmentCommissionRequestDescriptor = $conve
|
|||||||
'CiFDaGVja0FwcG9pbnRtZW50Q29tbWlzc2lvblJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
'CiFDaGVja0FwcG9pbnRtZW50Q29tbWlzc2lvblJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
||||||
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkgKD0FwcG9pbnRtZW50'
|
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkgKD0FwcG9pbnRtZW50'
|
||||||
'VHlwZRgCIAEoDjIULmFwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudF'
|
'VHlwZRgCIAEoDjIULmFwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudF'
|
||||||
'R5cGUSLwoKQ29tbWlzc2lvbhgDIAEoCzIPLmFwaS5Db21taXNzaW9uUgpDb21taXNzaW9uEhgK'
|
'R5cGUSLwoKQ29tbWlzc2lvbhgDIAEoCzIPLmFwaS5Db21taXNzaW9uUgpDb21taXNzaW9uEhwK'
|
||||||
'B0FjdG9ySUQYBCABKAlSB0FjdG9ySUQ6N5JBNAoy0gEGSGVhZGVy0gEPQXBwb2ludG1lbnRUeX'
|
'B0FjdG9ySUQYBCABKAlCAhgBUgdBY3RvcklEOjeSQTQKMtIBBkhlYWRlctIBD0FwcG9pbnRtZW'
|
||||||
'Bl0gEKQ29tbWlzc2lvbtIBB0FjdG9ySUQ=');
|
'50VHlwZdIBCkNvbW1pc3Npb27SAQdBY3RvcklE');
|
||||||
|
|
||||||
@$core.Deprecated('Use checkAppointmentCommissionResponseDescriptor instead')
|
@$core.Deprecated('Use checkAppointmentCommissionResponseDescriptor instead')
|
||||||
const CheckAppointmentCommissionResponse$json = {
|
const CheckAppointmentCommissionResponse$json = {
|
||||||
@@ -939,7 +946,14 @@ const GetBookingSegmentationsRequest$json = {
|
|||||||
'1': 'GetBookingSegmentationsRequest',
|
'1': 'GetBookingSegmentationsRequest',
|
||||||
'2': [
|
'2': [
|
||||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||||
{'1': 'ActorID', '3': 2, '4': 1, '5': 9, '10': 'ActorID'},
|
{
|
||||||
|
'1': 'ActorID',
|
||||||
|
'3': 2,
|
||||||
|
'4': 1,
|
||||||
|
'5': 9,
|
||||||
|
'8': {'3': true},
|
||||||
|
'10': 'ActorID',
|
||||||
|
},
|
||||||
{'1': 'AppointmentType', '3': 3, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
|
{'1': 'AppointmentType', '3': 3, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
|
||||||
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||||
],
|
],
|
||||||
@@ -949,11 +963,11 @@ const GetBookingSegmentationsRequest$json = {
|
|||||||
/// Descriptor for `GetBookingSegmentationsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
/// Descriptor for `GetBookingSegmentationsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||||
final $typed_data.Uint8List getBookingSegmentationsRequestDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List getBookingSegmentationsRequestDescriptor = $convert.base64Decode(
|
||||||
'Ch5HZXRCb29raW5nU2VnbWVudGF0aW9uc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
'Ch5HZXRCb29raW5nU2VnbWVudGF0aW9uc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
||||||
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhgKB0FjdG9ySUQYAiABKAlS'
|
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhwKB0FjdG9ySUQYAiABKAlC'
|
||||||
'B0FjdG9ySUQSPgoPQXBwb2ludG1lbnRUeXBlGAMgASgOMhQuYXBpLkFwcG9pbnRtZW50VHlwZV'
|
'AhgBUgdBY3RvcklEEj4KD0FwcG9pbnRtZW50VHlwZRgDIAEoDjIULmFwaS5BcHBvaW50bWVudF'
|
||||||
'IPQXBwb2ludG1lbnRUeXBlEjEKC0NvbW1pc3Npb25zGAQgAygLMg8uYXBpLkNvbW1pc3Npb25S'
|
'R5cGVSD0FwcG9pbnRtZW50VHlwZRIxCgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS5Db21taXNz'
|
||||||
'C0NvbW1pc3Npb25zOjiSQTUKM9IBBkhlYWRlctIBB0FjdG9ySUTSAQ9BcHBvaW50bWVudFR5cG'
|
'aW9uUgtDb21taXNzaW9uczo4kkE1CjPSAQZIZWFkZXLSAQdBY3RvcklE0gEPQXBwb2ludG1lbn'
|
||||||
'XSAQtDb21taXNzaW9ucw==');
|
'RUeXBl0gELQ29tbWlzc2lvbnM=');
|
||||||
|
|
||||||
@$core.Deprecated('Use getBookingSegmentationsResponseDescriptor instead')
|
@$core.Deprecated('Use getBookingSegmentationsResponseDescriptor instead')
|
||||||
const GetBookingSegmentationsResponse$json = {
|
const GetBookingSegmentationsResponse$json = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: dart_core_sdk
|
name: dart_core_sdk
|
||||||
description: dart libs from core model proto files
|
description: dart libs from core model proto files
|
||||||
version: 1.13.0-SNAPSHOT-260216145123
|
version: 1.13.0-SNAPSHOT-260217081548
|
||||||
homepage: ''
|
homepage: ''
|
||||||
publish_to: ''
|
publish_to: ''
|
||||||
repository: ''
|
repository: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user