Latest generation

This commit is contained in:
ci core model
2026-06-01 13:19:11 +00:00
parent 4f28bcc58c
commit c5611b1a3f
4 changed files with 168 additions and 16 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260601092246
Lib version: 1.14.0-SNAPSHOT-260601131814

View File

@@ -268,6 +268,7 @@ class OrganisationShortenURLRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -276,6 +277,7 @@ class OrganisationShortenURLRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -291,6 +293,7 @@ class OrganisationShortenURLRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -366,6 +369,15 @@ class OrganisationShortenURLRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class OrganisationShortenURLResponse extends $pb.GeneratedMessage {
@@ -424,6 +436,7 @@ class ProjectShortenURLRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -432,6 +445,7 @@ class ProjectShortenURLRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -447,6 +461,7 @@ class ProjectShortenURLRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -522,6 +537,15 @@ class ProjectShortenURLRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class ProjectShortenURLResponse extends $pb.GeneratedMessage {
@@ -580,6 +604,7 @@ class PartnerAppShortenURLRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -588,6 +613,7 @@ class PartnerAppShortenURLRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -603,6 +629,7 @@ class PartnerAppShortenURLRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -678,6 +705,15 @@ class PartnerAppShortenURLRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class PartnerAppShortenURLResponse extends $pb.GeneratedMessage {
@@ -736,6 +772,7 @@ class OrganisationUploadFileRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -744,6 +781,7 @@ class OrganisationUploadFileRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -759,6 +797,7 @@ class OrganisationUploadFileRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -836,6 +875,15 @@ class OrganisationUploadFileRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class OrganisationUploadFileResponse extends $pb.GeneratedMessage {
@@ -894,6 +942,7 @@ class ProjectUploadFileRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -902,6 +951,7 @@ class ProjectUploadFileRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -917,6 +967,7 @@ class ProjectUploadFileRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -994,6 +1045,15 @@ class ProjectUploadFileRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class ProjectUploadFileResponse extends $pb.GeneratedMessage {
@@ -1052,6 +1112,7 @@ class PartnerAppUploadFileRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -1060,6 +1121,7 @@ class PartnerAppUploadFileRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -1075,6 +1137,7 @@ class PartnerAppUploadFileRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -1152,6 +1215,15 @@ class PartnerAppUploadFileRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class PartnerAppUploadFileResponse extends $pb.GeneratedMessage {
@@ -1210,6 +1282,7 @@ class OrganisationUploadPayloadRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -1218,6 +1291,7 @@ class OrganisationUploadPayloadRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -1233,6 +1307,7 @@ class OrganisationUploadPayloadRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -1308,6 +1383,15 @@ class OrganisationUploadPayloadRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class OrganisationUploadPayloadResponse extends $pb.GeneratedMessage {
@@ -1366,6 +1450,7 @@ class ProjectUploadPayloadRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -1374,6 +1459,7 @@ class ProjectUploadPayloadRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -1389,6 +1475,7 @@ class ProjectUploadPayloadRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -1464,6 +1551,15 @@ class ProjectUploadPayloadRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class ProjectUploadPayloadResponse extends $pb.GeneratedMessage {
@@ -1522,6 +1618,7 @@ class PartnerAppUploadPayloadRequest extends $pb.GeneratedMessage {
$core.bool? isPublic,
$core.bool? isOnce,
$core.String? alias,
$core.bool? overwriteExisting,
}) {
final result = create();
if (header != null) result.header = header;
@@ -1530,6 +1627,7 @@ class PartnerAppUploadPayloadRequest extends $pb.GeneratedMessage {
if (isPublic != null) result.isPublic = isPublic;
if (isOnce != null) result.isOnce = isOnce;
if (alias != null) result.alias = alias;
if (overwriteExisting != null) result.overwriteExisting = overwriteExisting;
return result;
}
@@ -1545,6 +1643,7 @@ class PartnerAppUploadPayloadRequest extends $pb.GeneratedMessage {
..aOB(4, _omitFieldNames ? '' : 'IsPublic', protoName: 'IsPublic')
..aOB(5, _omitFieldNames ? '' : 'IsOnce', protoName: 'IsOnce')
..aOS(6, _omitFieldNames ? '' : 'Alias', protoName: 'Alias')
..aOB(7, _omitFieldNames ? '' : 'OverwriteExisting', protoName: 'OverwriteExisting')
..hasRequiredFields = false
;
@@ -1620,6 +1719,15 @@ class PartnerAppUploadPayloadRequest extends $pb.GeneratedMessage {
$core.bool hasAlias() => $_has(5);
@$pb.TagNumber(6)
void clearAlias() => $_clearField(6);
@$pb.TagNumber(7)
$core.bool get overwriteExisting => $_getBF(6);
@$pb.TagNumber(7)
set overwriteExisting($core.bool value) => $_setBool(6, value);
@$pb.TagNumber(7)
$core.bool hasOverwriteExisting() => $_has(6);
@$pb.TagNumber(7)
void clearOverwriteExisting() => $_clearField(7);
}
class PartnerAppUploadPayloadResponse extends $pb.GeneratedMessage {

View File

@@ -92,6 +92,7 @@ const OrganisationShortenURLRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -107,8 +108,12 @@ final $typed_data.Uint8List organisationShortenURLRequestDescriptor = $convert.b
'UghJc1B1YmxpYxIWCgZJc09uY2UYBSABKAhSBklzT25jZRKmAQoFQWxpYXMYBiABKAlCjwGSQX'
'MyX09wdGlvbmFsLCBjdXN0b21pemUgdGhlIGxpbmsgYnkgYWRkaW5nIGFuIGFsaWFzIHRvIHRo'
'ZSB1cmwuIElmIG9taXR0ZWQgYSB1bmlxdWUgSUQgaXMgZ2VuZXJhdGVkigEPXlthLXpBLVowLT'
'ktXSokuoEBFXITGDIyD15bYS16QS1aMC05LV0qJFIFQWxpYXM6IZJBHgoc0gEGSGVhZGVy0gED'
'VVJM0gEKVGltZVRvTGl2ZQ==');
'ktXSokuoEBFXITGDIyD15bYS16QS1aMC05LV0qJFIFQWxpYXMS0AEKEU92ZXJ3cml0ZUV4aXN0'
'aW5nGAcgASgIQqEBkkGdATKaAUlmIHRydWUsIGFsbG93cyBvdmVyd3JpdGluZyBhbiBleGlzdG'
'luZyB0aW55IFVSTCB3aXRoIHRoZSBzYW1lIGFsaWFzLiBJZiBmYWxzZSwgdGhlIHJlcXVlc3Qg'
'd2lsbCBmYWlsIGlmIHRoZSBhbGlhcyBhbHJlYWR5IGV4aXN0cy4gRGVmYXVsdCB2YWx1ZSBpcy'
'BmYWxzZS5SEU92ZXJ3cml0ZUV4aXN0aW5nOiGSQR4KHNIBBkhlYWRlctIBA1VSTNIBClRpbWVU'
'b0xpdmU=');
@$core.Deprecated('Use organisationShortenURLResponseDescriptor instead')
const OrganisationShortenURLResponse$json = {
@@ -133,6 +138,7 @@ const ProjectShortenURLRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -148,8 +154,11 @@ final $typed_data.Uint8List projectShortenURLRequestDescriptor = $convert.base64
'EhYKBklzT25jZRgFIAEoCFIGSXNPbmNlEqYBCgVBbGlhcxgGIAEoCUKPAZJBczJfT3B0aW9uYW'
'wsIGN1c3RvbWl6ZSB0aGUgbGluayBieSBhZGRpbmcgYW4gYWxpYXMgdG8gdGhlIHVybC4gSWYg'
'b21pdHRlZCBhIHVuaXF1ZSBJRCBpcyBnZW5lcmF0ZWSKAQ9eW2EtekEtWjAtOS1dKiS6gQEVch'
'MYMjIPXlthLXpBLVowLTktXSokUgVBbGlhczohkkEeChzSAQZIZWFkZXLSAQNVUkzSAQpUaW1l'
'VG9MaXZl');
'MYMjIPXlthLXpBLVowLTktXSokUgVBbGlhcxLQAQoRT3ZlcndyaXRlRXhpc3RpbmcYByABKAhC'
'oQGSQZ0BMpoBSWYgdHJ1ZSwgYWxsb3dzIG92ZXJ3cml0aW5nIGFuIGV4aXN0aW5nIHRpbnkgVV'
'JMIHdpdGggdGhlIHNhbWUgYWxpYXMuIElmIGZhbHNlLCB0aGUgcmVxdWVzdCB3aWxsIGZhaWwg'
'aWYgdGhlIGFsaWFzIGFscmVhZHkgZXhpc3RzLiBEZWZhdWx0IHZhbHVlIGlzIGZhbHNlLlIRT3'
'ZlcndyaXRlRXhpc3Rpbmc6IZJBHgoc0gEGSGVhZGVy0gEDVVJM0gEKVGltZVRvTGl2ZQ==');
@$core.Deprecated('Use projectShortenURLResponseDescriptor instead')
const ProjectShortenURLResponse$json = {
@@ -174,6 +183,7 @@ const PartnerAppShortenURLRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -189,8 +199,12 @@ final $typed_data.Uint8List partnerAppShortenURLRequestDescriptor = $convert.bas
'UHVibGljEhYKBklzT25jZRgFIAEoCFIGSXNPbmNlEqYBCgVBbGlhcxgGIAEoCUKPAZJBczJfT3'
'B0aW9uYWwsIGN1c3RvbWl6ZSB0aGUgbGluayBieSBhZGRpbmcgYW4gYWxpYXMgdG8gdGhlIHVy'
'bC4gSWYgb21pdHRlZCBhIHVuaXF1ZSBJRCBpcyBnZW5lcmF0ZWSKAQ9eW2EtekEtWjAtOS1dKi'
'S6gQEVchMYMjIPXlthLXpBLVowLTktXSokUgVBbGlhczohkkEeChzSAQZIZWFkZXLSAQNVUkzS'
'AQpUaW1lVG9MaXZl');
'S6gQEVchMYMjIPXlthLXpBLVowLTktXSokUgVBbGlhcxLQAQoRT3ZlcndyaXRlRXhpc3RpbmcY'
'ByABKAhCoQGSQZ0BMpoBSWYgdHJ1ZSwgYWxsb3dzIG92ZXJ3cml0aW5nIGFuIGV4aXN0aW5nIH'
'RpbnkgVVJMIHdpdGggdGhlIHNhbWUgYWxpYXMuIElmIGZhbHNlLCB0aGUgcmVxdWVzdCB3aWxs'
'IGZhaWwgaWYgdGhlIGFsaWFzIGFscmVhZHkgZXhpc3RzLiBEZWZhdWx0IHZhbHVlIGlzIGZhbH'
'NlLlIRT3ZlcndyaXRlRXhpc3Rpbmc6IZJBHgoc0gEGSGVhZGVy0gEDVVJM0gEKVGltZVRvTGl2'
'ZQ==');
@$core.Deprecated('Use partnerAppShortenURLResponseDescriptor instead')
const PartnerAppShortenURLResponse$json = {
@@ -215,6 +229,7 @@ const OrganisationUploadFileRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -231,7 +246,11 @@ final $typed_data.Uint8List organisationUploadFileRequestDescriptor = $convert.b
'9uY2USpgEKBUFsaWFzGAYgASgJQo8BkkFzMl9PcHRpb25hbCwgY3VzdG9taXplIHRoZSBsaW5r'
'IGJ5IGFkZGluZyBhbiBhbGlhcyB0byB0aGUgdXJsLiBJZiBvbWl0dGVkIGEgdW5pcXVlIElEIG'
'lzIGdlbmVyYXRlZIoBD15bYS16QS1aMC05LV0qJLqBARVyExgyMg9eW2EtekEtWjAtOS1dKiRS'
'BUFsaWFzOiKSQR8KHdIBBkhlYWRlctIBBEZpbGXSAQpUaW1lVG9MaXZl');
'BUFsaWFzEtABChFPdmVyd3JpdGVFeGlzdGluZxgHIAEoCEKhAZJBnQEymgFJZiB0cnVlLCBhbG'
'xvd3Mgb3ZlcndyaXRpbmcgYW4gZXhpc3RpbmcgdGlueSBVUkwgd2l0aCB0aGUgc2FtZSBhbGlh'
'cy4gSWYgZmFsc2UsIHRoZSByZXF1ZXN0IHdpbGwgZmFpbCBpZiB0aGUgYWxpYXMgYWxyZWFkeS'
'BleGlzdHMuIERlZmF1bHQgdmFsdWUgaXMgZmFsc2UuUhFPdmVyd3JpdGVFeGlzdGluZzoikkEf'
'Ch3SAQZIZWFkZXLSAQRGaWxl0gEKVGltZVRvTGl2ZQ==');
@$core.Deprecated('Use organisationUploadFileResponseDescriptor instead')
const OrganisationUploadFileResponse$json = {
@@ -256,6 +275,7 @@ const ProjectUploadFileRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -271,8 +291,12 @@ final $typed_data.Uint8List projectUploadFileRequestDescriptor = $convert.base64
'CElzUHVibGljGAQgASgIUghJc1B1YmxpYxIWCgZJc09uY2UYBSABKAhSBklzT25jZRKmAQoFQW'
'xpYXMYBiABKAlCjwGSQXMyX09wdGlvbmFsLCBjdXN0b21pemUgdGhlIGxpbmsgYnkgYWRkaW5n'
'IGFuIGFsaWFzIHRvIHRoZSB1cmwuIElmIG9taXR0ZWQgYSB1bmlxdWUgSUQgaXMgZ2VuZXJhdG'
'VkigEPXlthLXpBLVowLTktXSokuoEBFXITGDIyD15bYS16QS1aMC05LV0qJFIFQWxpYXM6IpJB'
'Hwod0gEGSGVhZGVy0gEERmlsZdIBClRpbWVUb0xpdmU=');
'VkigEPXlthLXpBLVowLTktXSokuoEBFXITGDIyD15bYS16QS1aMC05LV0qJFIFQWxpYXMS0AEK'
'EU92ZXJ3cml0ZUV4aXN0aW5nGAcgASgIQqEBkkGdATKaAUlmIHRydWUsIGFsbG93cyBvdmVyd3'
'JpdGluZyBhbiBleGlzdGluZyB0aW55IFVSTCB3aXRoIHRoZSBzYW1lIGFsaWFzLiBJZiBmYWxz'
'ZSwgdGhlIHJlcXVlc3Qgd2lsbCBmYWlsIGlmIHRoZSBhbGlhcyBhbHJlYWR5IGV4aXN0cy4gRG'
'VmYXVsdCB2YWx1ZSBpcyBmYWxzZS5SEU92ZXJ3cml0ZUV4aXN0aW5nOiKSQR8KHdIBBkhlYWRl'
'ctIBBEZpbGXSAQpUaW1lVG9MaXZl');
@$core.Deprecated('Use projectUploadFileResponseDescriptor instead')
const ProjectUploadFileResponse$json = {
@@ -297,6 +321,7 @@ const PartnerAppUploadFileRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -313,7 +338,11 @@ final $typed_data.Uint8List partnerAppUploadFileRequestDescriptor = $convert.bas
'KmAQoFQWxpYXMYBiABKAlCjwGSQXMyX09wdGlvbmFsLCBjdXN0b21pemUgdGhlIGxpbmsgYnkg'
'YWRkaW5nIGFuIGFsaWFzIHRvIHRoZSB1cmwuIElmIG9taXR0ZWQgYSB1bmlxdWUgSUQgaXMgZ2'
'VuZXJhdGVkigEPXlthLXpBLVowLTktXSokuoEBFXITGDIyD15bYS16QS1aMC05LV0qJFIFQWxp'
'YXM6IpJBHwod0gEGSGVhZGVy0gEERmlsZdIBClRpbWVUb0xpdmU=');
'YXMS0AEKEU92ZXJ3cml0ZUV4aXN0aW5nGAcgASgIQqEBkkGdATKaAUlmIHRydWUsIGFsbG93cy'
'BvdmVyd3JpdGluZyBhbiBleGlzdGluZyB0aW55IFVSTCB3aXRoIHRoZSBzYW1lIGFsaWFzLiBJ'
'ZiBmYWxzZSwgdGhlIHJlcXVlc3Qgd2lsbCBmYWlsIGlmIHRoZSBhbGlhcyBhbHJlYWR5IGV4aX'
'N0cy4gRGVmYXVsdCB2YWx1ZSBpcyBmYWxzZS5SEU92ZXJ3cml0ZUV4aXN0aW5nOiKSQR8KHdIB'
'BkhlYWRlctIBBEZpbGXSAQpUaW1lVG9MaXZl');
@$core.Deprecated('Use partnerAppUploadFileResponseDescriptor instead')
const PartnerAppUploadFileResponse$json = {
@@ -338,6 +367,7 @@ const OrganisationUploadPayloadRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -357,7 +387,11 @@ final $typed_data.Uint8List organisationUploadPayloadRequestDescriptor = $conver
'bmNlEqYBCgVBbGlhcxgGIAEoCUKPAZJBczJfT3B0aW9uYWwsIGN1c3RvbWl6ZSB0aGUgbGluay'
'BieSBhZGRpbmcgYW4gYWxpYXMgdG8gdGhlIHVybC4gSWYgb21pdHRlZCBhIHVuaXF1ZSBJRCBp'
'cyBnZW5lcmF0ZWSKAQ9eW2EtekEtWjAtOS1dKiS6gQEVchMYMjIPXlthLXpBLVowLTktXSokUg'
'VBbGlhczolkkEiCiDSAQZIZWFkZXLSAQdQYXlsb2Fk0gEKVGltZVRvTGl2ZQ==');
'VBbGlhcxLQAQoRT3ZlcndyaXRlRXhpc3RpbmcYByABKAhCoQGSQZ0BMpoBSWYgdHJ1ZSwgYWxs'
'b3dzIG92ZXJ3cml0aW5nIGFuIGV4aXN0aW5nIHRpbnkgVVJMIHdpdGggdGhlIHNhbWUgYWxpYX'
'MuIElmIGZhbHNlLCB0aGUgcmVxdWVzdCB3aWxsIGZhaWwgaWYgdGhlIGFsaWFzIGFscmVhZHkg'
'ZXhpc3RzLiBEZWZhdWx0IHZhbHVlIGlzIGZhbHNlLlIRT3ZlcndyaXRlRXhpc3Rpbmc6JZJBIg'
'og0gEGSGVhZGVy0gEHUGF5bG9hZNIBClRpbWVUb0xpdmU=');
@$core.Deprecated('Use organisationUploadPayloadResponseDescriptor instead')
const OrganisationUploadPayloadResponse$json = {
@@ -382,6 +416,7 @@ const ProjectUploadPayloadRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -400,8 +435,12 @@ final $typed_data.Uint8List projectUploadPayloadRequestDescriptor = $convert.bas
'hJc1B1YmxpYxgEIAEoCFIISXNQdWJsaWMSFgoGSXNPbmNlGAUgASgIUgZJc09uY2USpgEKBUFs'
'aWFzGAYgASgJQo8BkkFzMl9PcHRpb25hbCwgY3VzdG9taXplIHRoZSBsaW5rIGJ5IGFkZGluZy'
'BhbiBhbGlhcyB0byB0aGUgdXJsLiBJZiBvbWl0dGVkIGEgdW5pcXVlIElEIGlzIGdlbmVyYXRl'
'ZIoBD15bYS16QS1aMC05LV0qJLqBARVyExgyMg9eW2EtekEtWjAtOS1dKiRSBUFsaWFzOiWSQS'
'IKINIBBkhlYWRlctIBB1BheWxvYWTSAQpUaW1lVG9MaXZl');
'ZIoBD15bYS16QS1aMC05LV0qJLqBARVyExgyMg9eW2EtekEtWjAtOS1dKiRSBUFsaWFzEtABCh'
'FPdmVyd3JpdGVFeGlzdGluZxgHIAEoCEKhAZJBnQEymgFJZiB0cnVlLCBhbGxvd3Mgb3Zlcndy'
'aXRpbmcgYW4gZXhpc3RpbmcgdGlueSBVUkwgd2l0aCB0aGUgc2FtZSBhbGlhcy4gSWYgZmFsc2'
'UsIHRoZSByZXF1ZXN0IHdpbGwgZmFpbCBpZiB0aGUgYWxpYXMgYWxyZWFkeSBleGlzdHMuIERl'
'ZmF1bHQgdmFsdWUgaXMgZmFsc2UuUhFPdmVyd3JpdGVFeGlzdGluZzolkkEiCiDSAQZIZWFkZX'
'LSAQdQYXlsb2Fk0gEKVGltZVRvTGl2ZQ==');
@$core.Deprecated('Use projectUploadPayloadResponseDescriptor instead')
const ProjectUploadPayloadResponse$json = {
@@ -426,6 +465,7 @@ const PartnerAppUploadPayloadRequest$json = {
{'1': 'IsPublic', '3': 4, '4': 1, '5': 8, '10': 'IsPublic'},
{'1': 'IsOnce', '3': 5, '4': 1, '5': 8, '10': 'IsOnce'},
{'1': 'Alias', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Alias'},
{'1': 'OverwriteExisting', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'OverwriteExisting'},
],
'7': {},
};
@@ -445,7 +485,11 @@ final $typed_data.Uint8List partnerAppUploadPayloadRequestDescriptor = $convert.
'pgEKBUFsaWFzGAYgASgJQo8BkkFzMl9PcHRpb25hbCwgY3VzdG9taXplIHRoZSBsaW5rIGJ5IG'
'FkZGluZyBhbiBhbGlhcyB0byB0aGUgdXJsLiBJZiBvbWl0dGVkIGEgdW5pcXVlIElEIGlzIGdl'
'bmVyYXRlZIoBD15bYS16QS1aMC05LV0qJLqBARVyExgyMg9eW2EtekEtWjAtOS1dKiRSBUFsaW'
'FzOiWSQSIKINIBBkhlYWRlctIBB1BheWxvYWTSAQpUaW1lVG9MaXZl');
'FzEtABChFPdmVyd3JpdGVFeGlzdGluZxgHIAEoCEKhAZJBnQEymgFJZiB0cnVlLCBhbGxvd3Mg'
'b3ZlcndyaXRpbmcgYW4gZXhpc3RpbmcgdGlueSBVUkwgd2l0aCB0aGUgc2FtZSBhbGlhcy4gSW'
'YgZmFsc2UsIHRoZSByZXF1ZXN0IHdpbGwgZmFpbCBpZiB0aGUgYWxpYXMgYWxyZWFkeSBleGlz'
'dHMuIERlZmF1bHQgdmFsdWUgaXMgZmFsc2UuUhFPdmVyd3JpdGVFeGlzdGluZzolkkEiCiDSAQ'
'ZIZWFkZXLSAQdQYXlsb2Fk0gEKVGltZVRvTGl2ZQ==');
@$core.Deprecated('Use partnerAppUploadPayloadResponseDescriptor instead')
const PartnerAppUploadPayloadResponse$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.14.0-SNAPSHOT-260601092246
version: 1.14.0-SNAPSHOT-260601131814
homepage: ''
publish_to: ''
repository: ''