You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.11.0-SNAPSHOT-250729114316
|
||||
Lib version: 1.11.0-SNAPSHOT-250730071237
|
||||
|
||||
@@ -127,6 +127,114 @@ class CreateAttachmentTypeRequest extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get viewerRoles => $_getList(6);
|
||||
}
|
||||
|
||||
class CreateAttachmentTypeOnSiteRequest extends $pb.GeneratedMessage {
|
||||
factory CreateAttachmentTypeOnSiteRequest({
|
||||
$1.RequestSiteHeader? header,
|
||||
$core.String? code,
|
||||
$1.EntityType? entity,
|
||||
$core.String? label,
|
||||
$1.SharePolicy? sharePolicy,
|
||||
$core.Iterable<$core.String>? managerRoles,
|
||||
$core.Iterable<$core.String>? viewerRoles,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (code != null) result.code = code;
|
||||
if (entity != null) result.entity = entity;
|
||||
if (label != null) result.label = label;
|
||||
if (sharePolicy != null) result.sharePolicy = sharePolicy;
|
||||
if (managerRoles != null) result.managerRoles.addAll(managerRoles);
|
||||
if (viewerRoles != null) result.viewerRoles.addAll(viewerRoles);
|
||||
return result;
|
||||
}
|
||||
|
||||
CreateAttachmentTypeOnSiteRequest._();
|
||||
|
||||
factory CreateAttachmentTypeOnSiteRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CreateAttachmentTypeOnSiteRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateAttachmentTypeOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Code', protoName: 'Code')
|
||||
..e<$1.EntityType>(3, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
|
||||
..aOS(4, _omitFieldNames ? '' : 'Label', protoName: 'Label')
|
||||
..e<$1.SharePolicy>(5, _omitFieldNames ? '' : 'SharePolicy', $pb.PbFieldType.OE, protoName: 'SharePolicy', defaultOrMaker: $1.SharePolicy.SHARE_POLICY_UNKNOWN, valueOf: $1.SharePolicy.valueOf, enumValues: $1.SharePolicy.values)
|
||||
..pPS(6, _omitFieldNames ? '' : 'ManagerRoles', protoName: 'ManagerRoles')
|
||||
..pPS(7, _omitFieldNames ? '' : 'ViewerRoles', protoName: 'ViewerRoles')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CreateAttachmentTypeOnSiteRequest clone() => CreateAttachmentTypeOnSiteRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CreateAttachmentTypeOnSiteRequest copyWith(void Function(CreateAttachmentTypeOnSiteRequest) updates) => super.copyWith((message) => updates(message as CreateAttachmentTypeOnSiteRequest)) as CreateAttachmentTypeOnSiteRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CreateAttachmentTypeOnSiteRequest create() => CreateAttachmentTypeOnSiteRequest._();
|
||||
@$core.override
|
||||
CreateAttachmentTypeOnSiteRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<CreateAttachmentTypeOnSiteRequest> createRepeated() => $pb.PbList<CreateAttachmentTypeOnSiteRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CreateAttachmentTypeOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CreateAttachmentTypeOnSiteRequest>(create);
|
||||
static CreateAttachmentTypeOnSiteRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get code => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set code($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasCode() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearCode() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$1.EntityType get entity => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set entity($1.EntityType value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasEntity() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearEntity() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get label => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set label($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasLabel() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearLabel() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$1.SharePolicy get sharePolicy => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set sharePolicy($1.SharePolicy value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSharePolicy() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSharePolicy() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$core.String> get managerRoles => $_getList(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$core.String> get viewerRoles => $_getList(6);
|
||||
}
|
||||
|
||||
class CreateAttachmentTypeResponse extends $pb.GeneratedMessage {
|
||||
factory CreateAttachmentTypeResponse({
|
||||
$1.AttachmentType? attachmentType,
|
||||
@@ -270,6 +378,100 @@ class GetAttachmentTypeRequest extends $pb.GeneratedMessage {
|
||||
void clearID() => $_clearField(4);
|
||||
}
|
||||
|
||||
class GetAttachmentTypeOnSiteRequest extends $pb.GeneratedMessage {
|
||||
factory GetAttachmentTypeOnSiteRequest({
|
||||
$1.RequestSiteHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.String? code,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$1.EntityType? entity,
|
||||
$core.String? iD,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (code != null) result.code = code;
|
||||
if (entity != null) result.entity = entity;
|
||||
if (iD != null) result.iD = iD;
|
||||
return result;
|
||||
}
|
||||
|
||||
GetAttachmentTypeOnSiteRequest._();
|
||||
|
||||
factory GetAttachmentTypeOnSiteRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory GetAttachmentTypeOnSiteRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetAttachmentTypeOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Code', protoName: 'Code')
|
||||
..e<$1.EntityType>(3, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ID', protoName: 'ID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetAttachmentTypeOnSiteRequest clone() => GetAttachmentTypeOnSiteRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetAttachmentTypeOnSiteRequest copyWith(void Function(GetAttachmentTypeOnSiteRequest) updates) => super.copyWith((message) => updates(message as GetAttachmentTypeOnSiteRequest)) as GetAttachmentTypeOnSiteRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetAttachmentTypeOnSiteRequest create() => GetAttachmentTypeOnSiteRequest._();
|
||||
@$core.override
|
||||
GetAttachmentTypeOnSiteRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<GetAttachmentTypeOnSiteRequest> createRepeated() => $pb.PbList<GetAttachmentTypeOnSiteRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetAttachmentTypeOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetAttachmentTypeOnSiteRequest>(create);
|
||||
static GetAttachmentTypeOnSiteRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get code => $_getSZ(1);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
set code($core.String value) => $_setString(1, value);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasCode() => $_has(1);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
void clearCode() => $_clearField(2);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$1.EntityType get entity => $_getN(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
set entity($1.EntityType value) => $_setField(3, value);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasEntity() => $_has(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
void clearEntity() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get iD => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set iD($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasID() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearID() => $_clearField(4);
|
||||
}
|
||||
|
||||
class GetAttachmentTypeResponse extends $pb.GeneratedMessage {
|
||||
factory GetAttachmentTypeResponse({
|
||||
$1.AttachmentType? attachmentType,
|
||||
@@ -379,6 +581,66 @@ class ListAttachmentTypeRequest extends $pb.GeneratedMessage {
|
||||
void clearEntity() => $_clearField(2);
|
||||
}
|
||||
|
||||
class ListAttachmentTypeOnSiteRequest extends $pb.GeneratedMessage {
|
||||
factory ListAttachmentTypeOnSiteRequest({
|
||||
$1.RequestSiteHeader? header,
|
||||
$1.EntityType? entity,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (entity != null) result.entity = entity;
|
||||
return result;
|
||||
}
|
||||
|
||||
ListAttachmentTypeOnSiteRequest._();
|
||||
|
||||
factory ListAttachmentTypeOnSiteRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ListAttachmentTypeOnSiteRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListAttachmentTypeOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..e<$1.EntityType>(2, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListAttachmentTypeOnSiteRequest clone() => ListAttachmentTypeOnSiteRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListAttachmentTypeOnSiteRequest copyWith(void Function(ListAttachmentTypeOnSiteRequest) updates) => super.copyWith((message) => updates(message as ListAttachmentTypeOnSiteRequest)) as ListAttachmentTypeOnSiteRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListAttachmentTypeOnSiteRequest create() => ListAttachmentTypeOnSiteRequest._();
|
||||
@$core.override
|
||||
ListAttachmentTypeOnSiteRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<ListAttachmentTypeOnSiteRequest> createRepeated() => $pb.PbList<ListAttachmentTypeOnSiteRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListAttachmentTypeOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListAttachmentTypeOnSiteRequest>(create);
|
||||
static ListAttachmentTypeOnSiteRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$1.EntityType get entity => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set entity($1.EntityType value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasEntity() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearEntity() => $_clearField(2);
|
||||
}
|
||||
|
||||
class ListAttachmentTypeResponse extends $pb.GeneratedMessage {
|
||||
factory ListAttachmentTypeResponse({
|
||||
$core.Iterable<$1.AttachmentType>? attachmentTypes,
|
||||
@@ -550,6 +812,136 @@ class UpdateAttachmentTypeRequest extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get viewerRoles => $_getList(7);
|
||||
}
|
||||
|
||||
class UpdateAttachmentTypeOnSiteRequest extends $pb.GeneratedMessage {
|
||||
factory UpdateAttachmentTypeOnSiteRequest({
|
||||
$1.RequestSiteHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.String? code,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$1.EntityType? entity,
|
||||
$core.String? label,
|
||||
$1.SharePolicy? sharePolicy,
|
||||
$core.String? iD,
|
||||
$core.Iterable<$core.String>? managerRoles,
|
||||
$core.Iterable<$core.String>? viewerRoles,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (code != null) result.code = code;
|
||||
if (entity != null) result.entity = entity;
|
||||
if (label != null) result.label = label;
|
||||
if (sharePolicy != null) result.sharePolicy = sharePolicy;
|
||||
if (iD != null) result.iD = iD;
|
||||
if (managerRoles != null) result.managerRoles.addAll(managerRoles);
|
||||
if (viewerRoles != null) result.viewerRoles.addAll(viewerRoles);
|
||||
return result;
|
||||
}
|
||||
|
||||
UpdateAttachmentTypeOnSiteRequest._();
|
||||
|
||||
factory UpdateAttachmentTypeOnSiteRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory UpdateAttachmentTypeOnSiteRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdateAttachmentTypeOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Code', protoName: 'Code')
|
||||
..e<$1.EntityType>(3, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
|
||||
..aOS(4, _omitFieldNames ? '' : 'Label', protoName: 'Label')
|
||||
..e<$1.SharePolicy>(5, _omitFieldNames ? '' : 'SharePolicy', $pb.PbFieldType.OE, protoName: 'SharePolicy', defaultOrMaker: $1.SharePolicy.SHARE_POLICY_UNKNOWN, valueOf: $1.SharePolicy.valueOf, enumValues: $1.SharePolicy.values)
|
||||
..aOS(6, _omitFieldNames ? '' : 'ID', protoName: 'ID')
|
||||
..pPS(7, _omitFieldNames ? '' : 'ManagerRoles', protoName: 'ManagerRoles')
|
||||
..pPS(8, _omitFieldNames ? '' : 'ViewerRoles', protoName: 'ViewerRoles')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdateAttachmentTypeOnSiteRequest clone() => UpdateAttachmentTypeOnSiteRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdateAttachmentTypeOnSiteRequest copyWith(void Function(UpdateAttachmentTypeOnSiteRequest) updates) => super.copyWith((message) => updates(message as UpdateAttachmentTypeOnSiteRequest)) as UpdateAttachmentTypeOnSiteRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UpdateAttachmentTypeOnSiteRequest create() => UpdateAttachmentTypeOnSiteRequest._();
|
||||
@$core.override
|
||||
UpdateAttachmentTypeOnSiteRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<UpdateAttachmentTypeOnSiteRequest> createRepeated() => $pb.PbList<UpdateAttachmentTypeOnSiteRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UpdateAttachmentTypeOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<UpdateAttachmentTypeOnSiteRequest>(create);
|
||||
static UpdateAttachmentTypeOnSiteRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get code => $_getSZ(1);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
set code($core.String value) => $_setString(1, value);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasCode() => $_has(1);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
void clearCode() => $_clearField(2);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$1.EntityType get entity => $_getN(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
set entity($1.EntityType value) => $_setField(3, value);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasEntity() => $_has(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
void clearEntity() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get label => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set label($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasLabel() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearLabel() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$1.SharePolicy get sharePolicy => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set sharePolicy($1.SharePolicy value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSharePolicy() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSharePolicy() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get iD => $_getSZ(5);
|
||||
@$pb.TagNumber(6)
|
||||
set iD($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasID() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearID() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$core.String> get managerRoles => $_getList(6);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$core.String> get viewerRoles => $_getList(7);
|
||||
}
|
||||
|
||||
class UpdateAttachmentTypeResponse extends $pb.GeneratedMessage {
|
||||
factory UpdateAttachmentTypeResponse({
|
||||
$1.AttachmentType? attachmentType,
|
||||
@@ -693,6 +1085,100 @@ class DeleteAttachmentTypeRequest extends $pb.GeneratedMessage {
|
||||
void clearID() => $_clearField(4);
|
||||
}
|
||||
|
||||
class DeleteAttachmentTypeOnSiteRequest extends $pb.GeneratedMessage {
|
||||
factory DeleteAttachmentTypeOnSiteRequest({
|
||||
$1.RequestSiteHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.String? code,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$1.EntityType? entity,
|
||||
$core.String? iD,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (code != null) result.code = code;
|
||||
if (entity != null) result.entity = entity;
|
||||
if (iD != null) result.iD = iD;
|
||||
return result;
|
||||
}
|
||||
|
||||
DeleteAttachmentTypeOnSiteRequest._();
|
||||
|
||||
factory DeleteAttachmentTypeOnSiteRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory DeleteAttachmentTypeOnSiteRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DeleteAttachmentTypeOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Code', protoName: 'Code')
|
||||
..e<$1.EntityType>(3, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ID', protoName: 'ID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DeleteAttachmentTypeOnSiteRequest clone() => DeleteAttachmentTypeOnSiteRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DeleteAttachmentTypeOnSiteRequest copyWith(void Function(DeleteAttachmentTypeOnSiteRequest) updates) => super.copyWith((message) => updates(message as DeleteAttachmentTypeOnSiteRequest)) as DeleteAttachmentTypeOnSiteRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DeleteAttachmentTypeOnSiteRequest create() => DeleteAttachmentTypeOnSiteRequest._();
|
||||
@$core.override
|
||||
DeleteAttachmentTypeOnSiteRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<DeleteAttachmentTypeOnSiteRequest> createRepeated() => $pb.PbList<DeleteAttachmentTypeOnSiteRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DeleteAttachmentTypeOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<DeleteAttachmentTypeOnSiteRequest>(create);
|
||||
static DeleteAttachmentTypeOnSiteRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get code => $_getSZ(1);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
set code($core.String value) => $_setString(1, value);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasCode() => $_has(1);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
void clearCode() => $_clearField(2);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$1.EntityType get entity => $_getN(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
set entity($1.EntityType value) => $_setField(3, value);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasEntity() => $_has(2);
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(3)
|
||||
void clearEntity() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get iD => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set iD($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasID() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearID() => $_clearField(4);
|
||||
}
|
||||
|
||||
class DeleteAttachmentTypeResponse extends $pb.GeneratedMessage {
|
||||
factory DeleteAttachmentTypeResponse() => create();
|
||||
|
||||
@@ -771,6 +1257,54 @@ class DeleteAllAttachmentsTypeRequest extends $pb.GeneratedMessage {
|
||||
$1.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
}
|
||||
|
||||
class DeleteAllAttachmentsTypeOnSiteRequest extends $pb.GeneratedMessage {
|
||||
factory DeleteAllAttachmentsTypeOnSiteRequest({
|
||||
$1.RequestSiteHeader? header,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
return result;
|
||||
}
|
||||
|
||||
DeleteAllAttachmentsTypeOnSiteRequest._();
|
||||
|
||||
factory DeleteAllAttachmentsTypeOnSiteRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory DeleteAllAttachmentsTypeOnSiteRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DeleteAllAttachmentsTypeOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DeleteAllAttachmentsTypeOnSiteRequest clone() => DeleteAllAttachmentsTypeOnSiteRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DeleteAllAttachmentsTypeOnSiteRequest copyWith(void Function(DeleteAllAttachmentsTypeOnSiteRequest) updates) => super.copyWith((message) => updates(message as DeleteAllAttachmentsTypeOnSiteRequest)) as DeleteAllAttachmentsTypeOnSiteRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DeleteAllAttachmentsTypeOnSiteRequest create() => DeleteAllAttachmentsTypeOnSiteRequest._();
|
||||
@$core.override
|
||||
DeleteAllAttachmentsTypeOnSiteRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<DeleteAllAttachmentsTypeOnSiteRequest> createRepeated() => $pb.PbList<DeleteAllAttachmentsTypeOnSiteRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DeleteAllAttachmentsTypeOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<DeleteAllAttachmentsTypeOnSiteRequest>(create);
|
||||
static DeleteAllAttachmentsTypeOnSiteRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
}
|
||||
|
||||
class DeleteAllAttachmentsTypeResponse extends $pb.GeneratedMessage {
|
||||
factory DeleteAllAttachmentsTypeResponse() => create();
|
||||
|
||||
|
||||
@@ -56,6 +56,30 @@ class AttachmentTypeServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$deleteAll, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.CreateAttachmentTypeResponse> createOnSite($0.CreateAttachmentTypeOnSiteRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$createOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.GetAttachmentTypeResponse> getOnSite($0.GetAttachmentTypeOnSiteRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$getOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ListAttachmentTypeResponse> listOnSite($0.ListAttachmentTypeOnSiteRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$listOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.UpdateAttachmentTypeResponse> updateOnSite($0.UpdateAttachmentTypeOnSiteRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$updateOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.DeleteAttachmentTypeResponse> deleteOnSite($0.DeleteAttachmentTypeOnSiteRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$deleteOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.DeleteAllAttachmentsTypeResponse> deleteAllOnSite($0.DeleteAllAttachmentsTypeOnSiteRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$deleteAllOnSite, request, options: options);
|
||||
}
|
||||
|
||||
// method descriptors
|
||||
|
||||
static final _$create = $grpc.ClientMethod<$0.CreateAttachmentTypeRequest, $0.CreateAttachmentTypeResponse>(
|
||||
@@ -82,6 +106,30 @@ class AttachmentTypeServiceClient extends $grpc.Client {
|
||||
'/api.AttachmentTypeService/DeleteAll',
|
||||
($0.DeleteAllAttachmentsTypeRequest value) => value.writeToBuffer(),
|
||||
$0.DeleteAllAttachmentsTypeResponse.fromBuffer);
|
||||
static final _$createOnSite = $grpc.ClientMethod<$0.CreateAttachmentTypeOnSiteRequest, $0.CreateAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/CreateOnSite',
|
||||
($0.CreateAttachmentTypeOnSiteRequest value) => value.writeToBuffer(),
|
||||
$0.CreateAttachmentTypeResponse.fromBuffer);
|
||||
static final _$getOnSite = $grpc.ClientMethod<$0.GetAttachmentTypeOnSiteRequest, $0.GetAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/GetOnSite',
|
||||
($0.GetAttachmentTypeOnSiteRequest value) => value.writeToBuffer(),
|
||||
$0.GetAttachmentTypeResponse.fromBuffer);
|
||||
static final _$listOnSite = $grpc.ClientMethod<$0.ListAttachmentTypeOnSiteRequest, $0.ListAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/ListOnSite',
|
||||
($0.ListAttachmentTypeOnSiteRequest value) => value.writeToBuffer(),
|
||||
$0.ListAttachmentTypeResponse.fromBuffer);
|
||||
static final _$updateOnSite = $grpc.ClientMethod<$0.UpdateAttachmentTypeOnSiteRequest, $0.UpdateAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/UpdateOnSite',
|
||||
($0.UpdateAttachmentTypeOnSiteRequest value) => value.writeToBuffer(),
|
||||
$0.UpdateAttachmentTypeResponse.fromBuffer);
|
||||
static final _$deleteOnSite = $grpc.ClientMethod<$0.DeleteAttachmentTypeOnSiteRequest, $0.DeleteAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/DeleteOnSite',
|
||||
($0.DeleteAttachmentTypeOnSiteRequest value) => value.writeToBuffer(),
|
||||
$0.DeleteAttachmentTypeResponse.fromBuffer);
|
||||
static final _$deleteAllOnSite = $grpc.ClientMethod<$0.DeleteAllAttachmentsTypeOnSiteRequest, $0.DeleteAllAttachmentsTypeResponse>(
|
||||
'/api.AttachmentTypeService/DeleteAllOnSite',
|
||||
($0.DeleteAllAttachmentsTypeOnSiteRequest value) => value.writeToBuffer(),
|
||||
$0.DeleteAllAttachmentsTypeResponse.fromBuffer);
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.AttachmentTypeService')
|
||||
@@ -131,6 +179,48 @@ abstract class AttachmentTypeServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.DeleteAllAttachmentsTypeRequest.fromBuffer(value),
|
||||
($0.DeleteAllAttachmentsTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.CreateAttachmentTypeOnSiteRequest, $0.CreateAttachmentTypeResponse>(
|
||||
'CreateOnSite',
|
||||
createOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.CreateAttachmentTypeOnSiteRequest.fromBuffer(value),
|
||||
($0.CreateAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.GetAttachmentTypeOnSiteRequest, $0.GetAttachmentTypeResponse>(
|
||||
'GetOnSite',
|
||||
getOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.GetAttachmentTypeOnSiteRequest.fromBuffer(value),
|
||||
($0.GetAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ListAttachmentTypeOnSiteRequest, $0.ListAttachmentTypeResponse>(
|
||||
'ListOnSite',
|
||||
listOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ListAttachmentTypeOnSiteRequest.fromBuffer(value),
|
||||
($0.ListAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.UpdateAttachmentTypeOnSiteRequest, $0.UpdateAttachmentTypeResponse>(
|
||||
'UpdateOnSite',
|
||||
updateOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.UpdateAttachmentTypeOnSiteRequest.fromBuffer(value),
|
||||
($0.UpdateAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.DeleteAttachmentTypeOnSiteRequest, $0.DeleteAttachmentTypeResponse>(
|
||||
'DeleteOnSite',
|
||||
deleteOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.DeleteAttachmentTypeOnSiteRequest.fromBuffer(value),
|
||||
($0.DeleteAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.DeleteAllAttachmentsTypeOnSiteRequest, $0.DeleteAllAttachmentsTypeResponse>(
|
||||
'DeleteAllOnSite',
|
||||
deleteAllOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.DeleteAllAttachmentsTypeOnSiteRequest.fromBuffer(value),
|
||||
($0.DeleteAllAttachmentsTypeResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$0.CreateAttachmentTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$0.CreateAttachmentTypeRequest> $request) async {
|
||||
@@ -169,4 +259,40 @@ abstract class AttachmentTypeServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.DeleteAllAttachmentsTypeResponse> deleteAll($grpc.ServiceCall call, $0.DeleteAllAttachmentsTypeRequest request);
|
||||
|
||||
$async.Future<$0.CreateAttachmentTypeResponse> createOnSite_Pre($grpc.ServiceCall $call, $async.Future<$0.CreateAttachmentTypeOnSiteRequest> $request) async {
|
||||
return createOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.CreateAttachmentTypeResponse> createOnSite($grpc.ServiceCall call, $0.CreateAttachmentTypeOnSiteRequest request);
|
||||
|
||||
$async.Future<$0.GetAttachmentTypeResponse> getOnSite_Pre($grpc.ServiceCall $call, $async.Future<$0.GetAttachmentTypeOnSiteRequest> $request) async {
|
||||
return getOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.GetAttachmentTypeResponse> getOnSite($grpc.ServiceCall call, $0.GetAttachmentTypeOnSiteRequest request);
|
||||
|
||||
$async.Future<$0.ListAttachmentTypeResponse> listOnSite_Pre($grpc.ServiceCall $call, $async.Future<$0.ListAttachmentTypeOnSiteRequest> $request) async {
|
||||
return listOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.ListAttachmentTypeResponse> listOnSite($grpc.ServiceCall call, $0.ListAttachmentTypeOnSiteRequest request);
|
||||
|
||||
$async.Future<$0.UpdateAttachmentTypeResponse> updateOnSite_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAttachmentTypeOnSiteRequest> $request) async {
|
||||
return updateOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.UpdateAttachmentTypeResponse> updateOnSite($grpc.ServiceCall call, $0.UpdateAttachmentTypeOnSiteRequest request);
|
||||
|
||||
$async.Future<$0.DeleteAttachmentTypeResponse> deleteOnSite_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteAttachmentTypeOnSiteRequest> $request) async {
|
||||
return deleteOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.DeleteAttachmentTypeResponse> deleteOnSite($grpc.ServiceCall call, $0.DeleteAttachmentTypeOnSiteRequest request);
|
||||
|
||||
$async.Future<$0.DeleteAllAttachmentsTypeResponse> deleteAllOnSite_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteAllAttachmentsTypeOnSiteRequest> $request) async {
|
||||
return deleteAllOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.DeleteAllAttachmentsTypeResponse> deleteAllOnSite($grpc.ServiceCall call, $0.DeleteAllAttachmentsTypeOnSiteRequest request);
|
||||
|
||||
}
|
||||
|
||||
@@ -40,6 +40,32 @@ final $typed_data.Uint8List createAttachmentTypeRequestDescriptor = $convert.bas
|
||||
'b2xlcxIgCgtWaWV3ZXJSb2xlcxgHIAMoCVILVmlld2VyUm9sZXM6NJJBMQov0gEGSGVhZGVy0g'
|
||||
'EEQ29kZdIBBkVudGl0edIBBUxhYmVs0gELU2hhcmVQb2xpY3k=');
|
||||
|
||||
@$core.Deprecated('Use createAttachmentTypeOnSiteRequestDescriptor instead')
|
||||
const CreateAttachmentTypeOnSiteRequest$json = {
|
||||
'1': 'CreateAttachmentTypeOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Code', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Code'},
|
||||
{'1': 'Entity', '3': 3, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'Entity'},
|
||||
{'1': 'Label', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Label'},
|
||||
{'1': 'SharePolicy', '3': 5, '4': 1, '5': 14, '6': '.api.SharePolicy', '8': {}, '10': 'SharePolicy'},
|
||||
{'1': 'ManagerRoles', '3': 6, '4': 3, '5': 9, '10': 'ManagerRoles'},
|
||||
{'1': 'ViewerRoles', '3': 7, '4': 3, '5': 9, '10': 'ViewerRoles'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateAttachmentTypeOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createAttachmentTypeOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'CiFDcmVhdGVBdHRhY2htZW50VHlwZU9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX'
|
||||
'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkEKBENvZGUYAiABKAlCLZJB'
|
||||
'EooBD15bYS16QS1aMC05LV0rJPpCFXITEAEyD15bYS16QS1aMC05LV0rJFIEQ29kZRIxCgZFbn'
|
||||
'RpdHkYAyABKA4yDy5hcGkuRW50aXR5VHlwZUII+kIFggECEAFSBkVudGl0eRIdCgVMYWJlbBgE'
|
||||
'IAEoCUIH+kIEcgIQAVIFTGFiZWwSPAoLU2hhcmVQb2xpY3kYBSABKA4yEC5hcGkuU2hhcmVQb2'
|
||||
'xpY3lCCPpCBYIBAhABUgtTaGFyZVBvbGljeRIiCgxNYW5hZ2VyUm9sZXMYBiADKAlSDE1hbmFn'
|
||||
'ZXJSb2xlcxIgCgtWaWV3ZXJSb2xlcxgHIAMoCVILVmlld2VyUm9sZXM6NJJBMQov0gEGSGVhZG'
|
||||
'Vy0gEEQ29kZdIBBkVudGl0edIBBUxhYmVs0gELU2hhcmVQb2xpY3k=');
|
||||
|
||||
@$core.Deprecated('Use createAttachmentTypeResponseDescriptor instead')
|
||||
const CreateAttachmentTypeResponse$json = {
|
||||
'1': 'CreateAttachmentTypeResponse',
|
||||
@@ -89,6 +115,42 @@ final $typed_data.Uint8List getAttachmentTypeRequestDescriptor = $convert.base64
|
||||
'igEOXlthLXpBLVowLTktXSr6QhJyEDIOXlthLXpBLVowLTktXSpSAklEOh6SQRsKGdIBBkhlYW'
|
||||
'RlctIBBENvZGXSAQZFbnRpdHk=');
|
||||
|
||||
@$core.Deprecated('Use getAttachmentTypeOnSiteRequestDescriptor instead')
|
||||
const GetAttachmentTypeOnSiteRequest$json = {
|
||||
'1': 'GetAttachmentTypeOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{
|
||||
'1': 'Code',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 9,
|
||||
'8': {'3': true},
|
||||
'10': 'Code',
|
||||
},
|
||||
{
|
||||
'1': 'Entity',
|
||||
'3': 3,
|
||||
'4': 1,
|
||||
'5': 14,
|
||||
'6': '.api.EntityType',
|
||||
'8': {'3': true},
|
||||
'10': 'Entity',
|
||||
},
|
||||
{'1': 'ID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetAttachmentTypeOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getAttachmentTypeOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'Ch5HZXRBdHRhY2htZW50VHlwZU9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLl'
|
||||
'JlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEj8KBENvZGUYAiABKAlCKxgBkkER'
|
||||
'igEOXlthLXpBLVowLTktXSr6QhJyEDIOXlthLXpBLVowLTktXSpSBENvZGUSMwoGRW50aXR5GA'
|
||||
'MgASgOMg8uYXBpLkVudGl0eVR5cGVCChgB+kIFggECEAFSBkVudGl0eRI5CgJJRBgEIAEoCUIp'
|
||||
'kkERigEOXlthLXpBLVowLTktXSr6QhJyEDIOXlthLXpBLVowLTktXSpSAklEOh6SQRsKGdIBBk'
|
||||
'hlYWRlctIBBENvZGXSAQZFbnRpdHk=');
|
||||
|
||||
@$core.Deprecated('Use getAttachmentTypeResponseDescriptor instead')
|
||||
const GetAttachmentTypeResponse$json = {
|
||||
'1': 'GetAttachmentTypeResponse',
|
||||
@@ -118,6 +180,22 @@ final $typed_data.Uint8List listAttachmentTypeRequestDescriptor = $convert.base6
|
||||
'N0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIxCgZFbnRpdHkYAiABKA4yDy5hcGku'
|
||||
'RW50aXR5VHlwZUII+kIFggECEAFSBkVudGl0eToOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use listAttachmentTypeOnSiteRequestDescriptor instead')
|
||||
const ListAttachmentTypeOnSiteRequest$json = {
|
||||
'1': 'ListAttachmentTypeOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Entity', '3': 2, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'Entity'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListAttachmentTypeOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listAttachmentTypeOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'Ch9MaXN0QXR0YWNobWVudFR5cGVPblNpdGVSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS'
|
||||
'5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchIxCgZFbnRpdHkYAiABKA4yDy5h'
|
||||
'cGkuRW50aXR5VHlwZUII+kIFggECEAFSBkVudGl0eToOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use listAttachmentTypeResponseDescriptor instead')
|
||||
const ListAttachmentTypeResponse$json = {
|
||||
'1': 'ListAttachmentTypeResponse',
|
||||
@@ -174,6 +252,49 @@ final $typed_data.Uint8List updateAttachmentTypeRequestDescriptor = $convert.bas
|
||||
'AKC1ZpZXdlclJvbGVzGAggAygJUgtWaWV3ZXJSb2xlczoekkEbChnSAQZIZWFkZXLSAQRDb2Rl'
|
||||
'0gEGRW50aXR5');
|
||||
|
||||
@$core.Deprecated('Use updateAttachmentTypeOnSiteRequestDescriptor instead')
|
||||
const UpdateAttachmentTypeOnSiteRequest$json = {
|
||||
'1': 'UpdateAttachmentTypeOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{
|
||||
'1': 'Code',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 9,
|
||||
'8': {'3': true},
|
||||
'10': 'Code',
|
||||
},
|
||||
{
|
||||
'1': 'Entity',
|
||||
'3': 3,
|
||||
'4': 1,
|
||||
'5': 14,
|
||||
'6': '.api.EntityType',
|
||||
'8': {'3': true},
|
||||
'10': 'Entity',
|
||||
},
|
||||
{'1': 'Label', '3': 4, '4': 1, '5': 9, '10': 'Label'},
|
||||
{'1': 'SharePolicy', '3': 5, '4': 1, '5': 14, '6': '.api.SharePolicy', '8': {}, '10': 'SharePolicy'},
|
||||
{'1': 'ID', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
{'1': 'ManagerRoles', '3': 7, '4': 3, '5': 9, '10': 'ManagerRoles'},
|
||||
{'1': 'ViewerRoles', '3': 8, '4': 3, '5': 9, '10': 'ViewerRoles'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateAttachmentTypeOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateAttachmentTypeOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'CiFVcGRhdGVBdHRhY2htZW50VHlwZU9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX'
|
||||
'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEj8KBENvZGUYAiABKAlCKxgB'
|
||||
'kkERigEOXlthLXpBLVowLTktXSr6QhJyEDIOXlthLXpBLVowLTktXSpSBENvZGUSMwoGRW50aX'
|
||||
'R5GAMgASgOMg8uYXBpLkVudGl0eVR5cGVCChgB+kIFggECEAFSBkVudGl0eRIUCgVMYWJlbBgE'
|
||||
'IAEoCVIFTGFiZWwSPAoLU2hhcmVQb2xpY3kYBSABKA4yEC5hcGkuU2hhcmVQb2xpY3lCCPpCBY'
|
||||
'IBAhABUgtTaGFyZVBvbGljeRI5CgJJRBgGIAEoCUIpkkERigEOXlthLXpBLVowLTktXSr6QhJy'
|
||||
'EDIOXlthLXpBLVowLTktXSpSAklEEiIKDE1hbmFnZXJSb2xlcxgHIAMoCVIMTWFuYWdlclJvbG'
|
||||
'VzEiAKC1ZpZXdlclJvbGVzGAggAygJUgtWaWV3ZXJSb2xlczoekkEbChnSAQZIZWFkZXLSAQRD'
|
||||
'b2Rl0gEGRW50aXR5');
|
||||
|
||||
@$core.Deprecated('Use updateAttachmentTypeResponseDescriptor instead')
|
||||
const UpdateAttachmentTypeResponse$json = {
|
||||
'1': 'UpdateAttachmentTypeResponse',
|
||||
@@ -223,6 +344,42 @@ final $typed_data.Uint8List deleteAttachmentTypeRequestDescriptor = $convert.bas
|
||||
'kkERigEOXlthLXpBLVowLTktXSr6QhJyEDIOXlthLXpBLVowLTktXSpSAklEOh6SQRsKGdIBBk'
|
||||
'hlYWRlctIBBENvZGXSAQZFbnRpdHk=');
|
||||
|
||||
@$core.Deprecated('Use deleteAttachmentTypeOnSiteRequestDescriptor instead')
|
||||
const DeleteAttachmentTypeOnSiteRequest$json = {
|
||||
'1': 'DeleteAttachmentTypeOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{
|
||||
'1': 'Code',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 9,
|
||||
'8': {'3': true},
|
||||
'10': 'Code',
|
||||
},
|
||||
{
|
||||
'1': 'Entity',
|
||||
'3': 3,
|
||||
'4': 1,
|
||||
'5': 14,
|
||||
'6': '.api.EntityType',
|
||||
'8': {'3': true},
|
||||
'10': 'Entity',
|
||||
},
|
||||
{'1': 'ID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteAttachmentTypeOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteAttachmentTypeOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'CiFEZWxldGVBdHRhY2htZW50VHlwZU9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX'
|
||||
'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEj8KBENvZGUYAiABKAlCKxgB'
|
||||
'kkERigEOXlthLXpBLVowLTktXSr6QhJyEDIOXlthLXpBLVowLTktXSpSBENvZGUSMwoGRW50aX'
|
||||
'R5GAMgASgOMg8uYXBpLkVudGl0eVR5cGVCChgB+kIFggECEAFSBkVudGl0eRI5CgJJRBgEIAEo'
|
||||
'CUIpkkERigEOXlthLXpBLVowLTktXSr6QhJyEDIOXlthLXpBLVowLTktXSpSAklEOh6SQRsKGd'
|
||||
'IBBkhlYWRlctIBBENvZGXSAQZFbnRpdHk=');
|
||||
|
||||
@$core.Deprecated('Use deleteAttachmentTypeResponseDescriptor instead')
|
||||
const DeleteAttachmentTypeResponse$json = {
|
||||
'1': 'DeleteAttachmentTypeResponse',
|
||||
@@ -246,6 +403,21 @@ final $typed_data.Uint8List deleteAllAttachmentsTypeRequestDescriptor = $convert
|
||||
'Ch9EZWxldGVBbGxBdHRhY2htZW50c1R5cGVSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS'
|
||||
'5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlcjoOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use deleteAllAttachmentsTypeOnSiteRequestDescriptor instead')
|
||||
const DeleteAllAttachmentsTypeOnSiteRequest$json = {
|
||||
'1': 'DeleteAllAttachmentsTypeOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteAllAttachmentsTypeOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteAllAttachmentsTypeOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'CiVEZWxldGVBbGxBdHRhY2htZW50c1R5cGVPblNpdGVSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCz'
|
||||
'IWLmFwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlcjoOkkELCgnSAQZIZWFk'
|
||||
'ZXI=');
|
||||
|
||||
@$core.Deprecated('Use deleteAllAttachmentsTypeResponseDescriptor instead')
|
||||
const DeleteAllAttachmentsTypeResponse$json = {
|
||||
'1': 'DeleteAllAttachmentsTypeResponse',
|
||||
|
||||
@@ -23,7 +23,6 @@ export 'attachmentV2.pbenum.dart';
|
||||
|
||||
class Attachment extends $pb.GeneratedMessage {
|
||||
factory Attachment({
|
||||
$core.String? projectID,
|
||||
$core.String? name,
|
||||
$core.String? entityRefID,
|
||||
$1.AttachmentType? attachmentType,
|
||||
@@ -32,9 +31,10 @@ class Attachment extends $pb.GeneratedMessage {
|
||||
$core.String? uploadedAt,
|
||||
AttachmentKind? kind,
|
||||
$core.String? webURI,
|
||||
$1.ResourceType? resourceType,
|
||||
$core.String? resourceID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (name != null) result.name = name;
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (attachmentType != null) result.attachmentType = attachmentType;
|
||||
@@ -43,6 +43,8 @@ class Attachment extends $pb.GeneratedMessage {
|
||||
if (uploadedAt != null) result.uploadedAt = uploadedAt;
|
||||
if (kind != null) result.kind = kind;
|
||||
if (webURI != null) result.webURI = webURI;
|
||||
if (resourceType != null) result.resourceType = resourceType;
|
||||
if (resourceID != null) result.resourceID = resourceID;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -52,7 +54,6 @@ class Attachment extends $pb.GeneratedMessage {
|
||||
factory Attachment.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Attachment', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..aOS(3, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOM<$1.AttachmentType>(4, _omitFieldNames ? '' : 'AttachmentType', protoName: 'AttachmentType', subBuilder: $1.AttachmentType.create)
|
||||
@@ -61,6 +62,8 @@ class Attachment extends $pb.GeneratedMessage {
|
||||
..aOS(11, _omitFieldNames ? '' : 'UploadedAt', protoName: 'UploadedAt')
|
||||
..e<AttachmentKind>(12, _omitFieldNames ? '' : 'Kind', $pb.PbFieldType.OE, protoName: 'Kind', defaultOrMaker: AttachmentKind.ATTACHMENT_KIND_UNKNOWN, valueOf: AttachmentKind.valueOf, enumValues: AttachmentKind.values)
|
||||
..aOS(13, _omitFieldNames ? '' : 'WebURI', protoName: 'WebURI')
|
||||
..e<$1.ResourceType>(14, _omitFieldNames ? '' : 'ResourceType', $pb.PbFieldType.OE, protoName: 'ResourceType', defaultOrMaker: $1.ResourceType.RESOURCE_TYPE_UNKNOWN, valueOf: $1.ResourceType.valueOf, enumValues: $1.ResourceType.values)
|
||||
..aOS(15, _omitFieldNames ? '' : 'ResourceID', protoName: 'ResourceID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -81,88 +84,101 @@ class Attachment extends $pb.GeneratedMessage {
|
||||
static Attachment getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Attachment>(create);
|
||||
static Attachment? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get projectID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set projectID($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasProjectID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearProjectID() => $_clearField(1);
|
||||
|
||||
/// string ProjectID = 1
|
||||
/// [
|
||||
/// (validate.rules).string.min_len = 1
|
||||
/// ];
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get name => $_getSZ(1);
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(2)
|
||||
set name($core.String value) => $_setString(1, value);
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasName() => $_has(1);
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(2)
|
||||
void clearName() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get entityRefID => $_getSZ(2);
|
||||
$core.String get entityRefID => $_getSZ(1);
|
||||
@$pb.TagNumber(3)
|
||||
set entityRefID($core.String value) => $_setString(2, value);
|
||||
set entityRefID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasEntityRefID() => $_has(2);
|
||||
$core.bool hasEntityRefID() => $_has(1);
|
||||
@$pb.TagNumber(3)
|
||||
void clearEntityRefID() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$1.AttachmentType get attachmentType => $_getN(3);
|
||||
$1.AttachmentType get attachmentType => $_getN(2);
|
||||
@$pb.TagNumber(4)
|
||||
set attachmentType($1.AttachmentType value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasAttachmentType() => $_has(3);
|
||||
$core.bool hasAttachmentType() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
void clearAttachmentType() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$1.AttachmentType ensureAttachmentType() => $_ensure(3);
|
||||
$1.AttachmentType ensureAttachmentType() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get uRI => $_getSZ(4);
|
||||
$core.String get uRI => $_getSZ(3);
|
||||
@$pb.TagNumber(5)
|
||||
set uRI($core.String value) => $_setString(4, value);
|
||||
set uRI($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasURI() => $_has(4);
|
||||
$core.bool hasURI() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
void clearURI() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get mIMEType => $_getSZ(5);
|
||||
$core.String get mIMEType => $_getSZ(4);
|
||||
@$pb.TagNumber(6)
|
||||
set mIMEType($core.String value) => $_setString(5, value);
|
||||
set mIMEType($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasMIMEType() => $_has(5);
|
||||
$core.bool hasMIMEType() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearMIMEType() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get uploadedAt => $_getSZ(6);
|
||||
$core.String get uploadedAt => $_getSZ(5);
|
||||
@$pb.TagNumber(11)
|
||||
set uploadedAt($core.String value) => $_setString(6, value);
|
||||
set uploadedAt($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasUploadedAt() => $_has(6);
|
||||
$core.bool hasUploadedAt() => $_has(5);
|
||||
@$pb.TagNumber(11)
|
||||
void clearUploadedAt() => $_clearField(11);
|
||||
|
||||
@$pb.TagNumber(12)
|
||||
AttachmentKind get kind => $_getN(7);
|
||||
AttachmentKind get kind => $_getN(6);
|
||||
@$pb.TagNumber(12)
|
||||
set kind(AttachmentKind value) => $_setField(12, value);
|
||||
@$pb.TagNumber(12)
|
||||
$core.bool hasKind() => $_has(7);
|
||||
$core.bool hasKind() => $_has(6);
|
||||
@$pb.TagNumber(12)
|
||||
void clearKind() => $_clearField(12);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$core.String get webURI => $_getSZ(8);
|
||||
$core.String get webURI => $_getSZ(7);
|
||||
@$pb.TagNumber(13)
|
||||
set webURI($core.String value) => $_setString(8, value);
|
||||
set webURI($core.String value) => $_setString(7, value);
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasWebURI() => $_has(8);
|
||||
$core.bool hasWebURI() => $_has(7);
|
||||
@$pb.TagNumber(13)
|
||||
void clearWebURI() => $_clearField(13);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$1.ResourceType get resourceType => $_getN(8);
|
||||
@$pb.TagNumber(14)
|
||||
set resourceType($1.ResourceType value) => $_setField(14, value);
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool hasResourceType() => $_has(8);
|
||||
@$pb.TagNumber(14)
|
||||
void clearResourceType() => $_clearField(14);
|
||||
|
||||
@$pb.TagNumber(15)
|
||||
$core.String get resourceID => $_getSZ(9);
|
||||
@$pb.TagNumber(15)
|
||||
set resourceID($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool hasResourceID() => $_has(9);
|
||||
@$pb.TagNumber(15)
|
||||
void clearResourceID() => $_clearField(15);
|
||||
}
|
||||
|
||||
/// Download
|
||||
@@ -837,6 +853,133 @@ class ListAttachmentsV2Response extends $pb.GeneratedMessage {
|
||||
$1.ResponseHeader ensureHeader() => $_ensure(1);
|
||||
}
|
||||
|
||||
class ListAttachmentsOnSiteV2Request extends $pb.GeneratedMessage {
|
||||
factory ListAttachmentsOnSiteV2Request({
|
||||
$1.RequestSiteHeader? header,
|
||||
$core.String? entityRefID,
|
||||
$1.EntityType? entityType,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (entityType != null) result.entityType = entityType;
|
||||
return result;
|
||||
}
|
||||
|
||||
ListAttachmentsOnSiteV2Request._();
|
||||
|
||||
factory ListAttachmentsOnSiteV2Request.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ListAttachmentsOnSiteV2Request.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListAttachmentsOnSiteV2Request', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..e<$1.EntityType>(4, _omitFieldNames ? '' : 'EntityType', $pb.PbFieldType.OE, protoName: 'EntityType', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListAttachmentsOnSiteV2Request clone() => ListAttachmentsOnSiteV2Request()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListAttachmentsOnSiteV2Request copyWith(void Function(ListAttachmentsOnSiteV2Request) updates) => super.copyWith((message) => updates(message as ListAttachmentsOnSiteV2Request)) as ListAttachmentsOnSiteV2Request;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListAttachmentsOnSiteV2Request create() => ListAttachmentsOnSiteV2Request._();
|
||||
@$core.override
|
||||
ListAttachmentsOnSiteV2Request createEmptyInstance() => create();
|
||||
static $pb.PbList<ListAttachmentsOnSiteV2Request> createRepeated() => $pb.PbList<ListAttachmentsOnSiteV2Request>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListAttachmentsOnSiteV2Request getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListAttachmentsOnSiteV2Request>(create);
|
||||
static ListAttachmentsOnSiteV2Request? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get entityRefID => $_getSZ(1);
|
||||
@$pb.TagNumber(3)
|
||||
set entityRefID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasEntityRefID() => $_has(1);
|
||||
@$pb.TagNumber(3)
|
||||
void clearEntityRefID() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$1.EntityType get entityType => $_getN(2);
|
||||
@$pb.TagNumber(4)
|
||||
set entityType($1.EntityType value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEntityType() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
void clearEntityType() => $_clearField(4);
|
||||
}
|
||||
|
||||
class ListAttachmentsOnSiteV2Response extends $pb.GeneratedMessage {
|
||||
factory ListAttachmentsOnSiteV2Response({
|
||||
$core.Iterable<Attachment>? attachments,
|
||||
$1.ResponseSiteHeader? header,
|
||||
}) {
|
||||
final result = create();
|
||||
if (attachments != null) result.attachments.addAll(attachments);
|
||||
if (header != null) result.header = header;
|
||||
return result;
|
||||
}
|
||||
|
||||
ListAttachmentsOnSiteV2Response._();
|
||||
|
||||
factory ListAttachmentsOnSiteV2Response.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ListAttachmentsOnSiteV2Response.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListAttachmentsOnSiteV2Response', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<Attachment>(1, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: Attachment.create)
|
||||
..aOM<$1.ResponseSiteHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.ResponseSiteHeader.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListAttachmentsOnSiteV2Response clone() => ListAttachmentsOnSiteV2Response()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListAttachmentsOnSiteV2Response copyWith(void Function(ListAttachmentsOnSiteV2Response) updates) => super.copyWith((message) => updates(message as ListAttachmentsOnSiteV2Response)) as ListAttachmentsOnSiteV2Response;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListAttachmentsOnSiteV2Response create() => ListAttachmentsOnSiteV2Response._();
|
||||
@$core.override
|
||||
ListAttachmentsOnSiteV2Response createEmptyInstance() => create();
|
||||
static $pb.PbList<ListAttachmentsOnSiteV2Response> createRepeated() => $pb.PbList<ListAttachmentsOnSiteV2Response>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListAttachmentsOnSiteV2Response getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListAttachmentsOnSiteV2Response>(create);
|
||||
static ListAttachmentsOnSiteV2Response? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<Attachment> get attachments => $_getList(0);
|
||||
|
||||
/// Header of the response
|
||||
@$pb.TagNumber(2)
|
||||
$1.ResponseSiteHeader get header => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set header($1.ResponseSiteHeader value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasHeader() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearHeader() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$1.ResponseSiteHeader ensureHeader() => $_ensure(1);
|
||||
}
|
||||
|
||||
/// Share
|
||||
class ShareAttachmentV2Request extends $pb.GeneratedMessage {
|
||||
factory ShareAttachmentV2Request({
|
||||
@@ -1019,6 +1162,54 @@ class DeleteAllAttachmentsV2Request extends $pb.GeneratedMessage {
|
||||
$1.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
}
|
||||
|
||||
class DeleteAllAttachmentsOnSiteV2Request extends $pb.GeneratedMessage {
|
||||
factory DeleteAllAttachmentsOnSiteV2Request({
|
||||
$1.RequestSiteHeader? header,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
return result;
|
||||
}
|
||||
|
||||
DeleteAllAttachmentsOnSiteV2Request._();
|
||||
|
||||
factory DeleteAllAttachmentsOnSiteV2Request.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory DeleteAllAttachmentsOnSiteV2Request.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DeleteAllAttachmentsOnSiteV2Request', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestSiteHeader.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DeleteAllAttachmentsOnSiteV2Request clone() => DeleteAllAttachmentsOnSiteV2Request()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DeleteAllAttachmentsOnSiteV2Request copyWith(void Function(DeleteAllAttachmentsOnSiteV2Request) updates) => super.copyWith((message) => updates(message as DeleteAllAttachmentsOnSiteV2Request)) as DeleteAllAttachmentsOnSiteV2Request;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DeleteAllAttachmentsOnSiteV2Request create() => DeleteAllAttachmentsOnSiteV2Request._();
|
||||
@$core.override
|
||||
DeleteAllAttachmentsOnSiteV2Request createEmptyInstance() => create();
|
||||
static $pb.PbList<DeleteAllAttachmentsOnSiteV2Request> createRepeated() => $pb.PbList<DeleteAllAttachmentsOnSiteV2Request>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DeleteAllAttachmentsOnSiteV2Request getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<DeleteAllAttachmentsOnSiteV2Request>(create);
|
||||
static DeleteAllAttachmentsOnSiteV2Request? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($1.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
}
|
||||
|
||||
class DeleteAllAttachmentsV2Response extends $pb.GeneratedMessage {
|
||||
factory DeleteAllAttachmentsV2Response() => create();
|
||||
|
||||
|
||||
@@ -60,6 +60,14 @@ class AttachmentServiceV2Client extends $grpc.Client {
|
||||
return $createUnaryCall(_$deleteAll, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ListAttachmentsOnSiteV2Response> listOnSite($0.ListAttachmentsOnSiteV2Request request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$listOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.DeleteAllAttachmentsV2Response> deleteAllSite($0.DeleteAllAttachmentsOnSiteV2Request request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$deleteAllSite, request, options: options);
|
||||
}
|
||||
|
||||
// method descriptors
|
||||
|
||||
static final _$upload = $grpc.ClientMethod<$0.UploadAttachmentV2Request, $0.UploadAttachmentV2Response>(
|
||||
@@ -90,6 +98,14 @@ class AttachmentServiceV2Client extends $grpc.Client {
|
||||
'/api.AttachmentServiceV2/DeleteAll',
|
||||
($0.DeleteAllAttachmentsV2Request value) => value.writeToBuffer(),
|
||||
$0.DeleteAllAttachmentsV2Response.fromBuffer);
|
||||
static final _$listOnSite = $grpc.ClientMethod<$0.ListAttachmentsOnSiteV2Request, $0.ListAttachmentsOnSiteV2Response>(
|
||||
'/api.AttachmentServiceV2/ListOnSite',
|
||||
($0.ListAttachmentsOnSiteV2Request value) => value.writeToBuffer(),
|
||||
$0.ListAttachmentsOnSiteV2Response.fromBuffer);
|
||||
static final _$deleteAllSite = $grpc.ClientMethod<$0.DeleteAllAttachmentsOnSiteV2Request, $0.DeleteAllAttachmentsV2Response>(
|
||||
'/api.AttachmentServiceV2/DeleteAllSite',
|
||||
($0.DeleteAllAttachmentsOnSiteV2Request value) => value.writeToBuffer(),
|
||||
$0.DeleteAllAttachmentsV2Response.fromBuffer);
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.AttachmentServiceV2')
|
||||
@@ -146,6 +162,20 @@ abstract class AttachmentServiceV2ServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.DeleteAllAttachmentsV2Request.fromBuffer(value),
|
||||
($0.DeleteAllAttachmentsV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ListAttachmentsOnSiteV2Request, $0.ListAttachmentsOnSiteV2Response>(
|
||||
'ListOnSite',
|
||||
listOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ListAttachmentsOnSiteV2Request.fromBuffer(value),
|
||||
($0.ListAttachmentsOnSiteV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.DeleteAllAttachmentsOnSiteV2Request, $0.DeleteAllAttachmentsV2Response>(
|
||||
'DeleteAllSite',
|
||||
deleteAllSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.DeleteAllAttachmentsOnSiteV2Request.fromBuffer(value),
|
||||
($0.DeleteAllAttachmentsV2Response value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$0.UploadAttachmentV2Response> upload_Pre($grpc.ServiceCall $call, $async.Future<$0.UploadAttachmentV2Request> $request) async {
|
||||
@@ -190,4 +220,16 @@ abstract class AttachmentServiceV2ServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.DeleteAllAttachmentsV2Response> deleteAll($grpc.ServiceCall call, $0.DeleteAllAttachmentsV2Request request);
|
||||
|
||||
$async.Future<$0.ListAttachmentsOnSiteV2Response> listOnSite_Pre($grpc.ServiceCall $call, $async.Future<$0.ListAttachmentsOnSiteV2Request> $request) async {
|
||||
return listOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.ListAttachmentsOnSiteV2Response> listOnSite($grpc.ServiceCall call, $0.ListAttachmentsOnSiteV2Request request);
|
||||
|
||||
$async.Future<$0.DeleteAllAttachmentsV2Response> deleteAllSite_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteAllAttachmentsOnSiteV2Request> $request) async {
|
||||
return deleteAllSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.DeleteAllAttachmentsV2Response> deleteAllSite($grpc.ServiceCall call, $0.DeleteAllAttachmentsOnSiteV2Request request);
|
||||
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ final $typed_data.Uint8List attachmentKindDescriptor = $convert.base64Decode(
|
||||
const Attachment$json = {
|
||||
'1': 'Attachment',
|
||||
'2': [
|
||||
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'1': 'AttachmentType', '3': 4, '4': 1, '5': 11, '6': '.api.AttachmentType', '8': {}, '10': 'AttachmentType'},
|
||||
@@ -42,26 +41,30 @@ const Attachment$json = {
|
||||
{'1': 'UploadedAt', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'UploadedAt'},
|
||||
{'1': 'Kind', '3': 12, '4': 1, '5': 14, '6': '.api.AttachmentKind', '8': {}, '10': 'Kind'},
|
||||
{'1': 'WebURI', '3': 13, '4': 1, '5': 9, '8': {}, '10': 'WebURI'},
|
||||
{'1': 'ResourceType', '3': 14, '4': 1, '5': 14, '6': '.api.ResourceType', '8': {}, '10': 'ResourceType'},
|
||||
{'1': 'ResourceID', '3': 15, '4': 1, '5': 9, '8': {}, '10': 'ResourceID'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Attachment`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List attachmentDescriptor = $convert.base64Decode(
|
||||
'CgpBdHRhY2htZW50EiUKCVByb2plY3RJRBgBIAEoCUIH+kIEcgIQAVIJUHJvamVjdElEEhsKBE'
|
||||
'5hbWUYAiABKAlCB/pCBHICEAFSBE5hbWUSKQoLRW50aXR5UmVmSUQYAyABKAlCB/pCBHICEAFS'
|
||||
'C0VudGl0eVJlZklEEkUKDkF0dGFjaG1lbnRUeXBlGAQgASgLMhMuYXBpLkF0dGFjaG1lbnRUeX'
|
||||
'BlQgj6QgWKAQIQAVIOQXR0YWNobWVudFR5cGUSxAEKA1VSSRgFIAEoCUKxAZJBpgEyowFVUkkg'
|
||||
'b2YgdGhlIGF0dGFjaG1lbnQgdGhyb3VnaCB3aGljaCBpdCBjYW4gYmUgZG93bmxvYWRlZCAobX'
|
||||
'VzdCBiZSBhdXRoZW50aWNhdGVkIHdpdGggYSBiZWFyZXIgdG9rZW4pLiBJbiBjYXNlIHRoZSBB'
|
||||
'dHRhY2htZW50IGlzIGEgbGluaywgdGhlIFVSSSBpcyB0aGUgbGluayBpdHNlbGYu+kIEcgIQAV'
|
||||
'IDVVJJEiMKCE1JTUVUeXBlGAYgASgJQgf6QgRyAhABUghNSU1FVHlwZRKCAQoKVXBsb2FkZWRB'
|
||||
'dBgLIAEoCUJikkFXMlVVVEMgZGF0ZS90aW1lIGluIDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraX'
|
||||
'BlZGlhLm9yZy93aWtpL0lTT184NjAxJz5JU08gODYwMTwvYT4gZm9ybWF0+kIFcgPQAQFSClVw'
|
||||
'bG9hZGVkQXQSUwoES2luZBgMIAEoDjITLmFwaS5BdHRhY2htZW50S2luZEIqkkEnMiVLaW5kIG'
|
||||
'9mIHRoZSBhdHRhY2htZW50IChmaWxlIG9yIGxpbmspUgRLaW5kEq4BCgZXZWJVUkkYDSABKAlC'
|
||||
'lQGSQYoBMocBVVJJIG9mIHRoZSBhdHRhY2htZW50IHRocm91Z2ggd2hpY2ggaXQgY2FuIGJlIG'
|
||||
'FjY2Vzc2VkIG9uIGFuIGF1dGhlbnRpY2F0ZWQgd2ViIGFwcC4gSW4gY2FzZSB0aGUgQXR0YWNo'
|
||||
'bWVudCBpcyBhIGxpbmssIHRoZSBVUkkgaXMgZW1wdHku+kIEcgIQAVIGV2ViVVJJ');
|
||||
'CgpBdHRhY2htZW50EhsKBE5hbWUYAiABKAlCB/pCBHICEAFSBE5hbWUSKQoLRW50aXR5UmVmSU'
|
||||
'QYAyABKAlCB/pCBHICEAFSC0VudGl0eVJlZklEEkUKDkF0dGFjaG1lbnRUeXBlGAQgASgLMhMu'
|
||||
'YXBpLkF0dGFjaG1lbnRUeXBlQgj6QgWKAQIQAVIOQXR0YWNobWVudFR5cGUSxAEKA1VSSRgFIA'
|
||||
'EoCUKxAZJBpgEyowFVUkkgb2YgdGhlIGF0dGFjaG1lbnQgdGhyb3VnaCB3aGljaCBpdCBjYW4g'
|
||||
'YmUgZG93bmxvYWRlZCAobXVzdCBiZSBhdXRoZW50aWNhdGVkIHdpdGggYSBiZWFyZXIgdG9rZW'
|
||||
'4pLiBJbiBjYXNlIHRoZSBBdHRhY2htZW50IGlzIGEgbGluaywgdGhlIFVSSSBpcyB0aGUgbGlu'
|
||||
'ayBpdHNlbGYu+kIEcgIQAVIDVVJJEiMKCE1JTUVUeXBlGAYgASgJQgf6QgRyAhABUghNSU1FVH'
|
||||
'lwZRKCAQoKVXBsb2FkZWRBdBgLIAEoCUJikkFXMlVVVEMgZGF0ZS90aW1lIGluIDxhIGhyZWY9'
|
||||
'J2h0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0lTT184NjAxJz5JU08gODYwMTwvYT4gZm'
|
||||
'9ybWF0+kIFcgPQAQFSClVwbG9hZGVkQXQSUwoES2luZBgMIAEoDjITLmFwaS5BdHRhY2htZW50'
|
||||
'S2luZEIqkkEnMiVLaW5kIG9mIHRoZSBhdHRhY2htZW50IChmaWxlIG9yIGxpbmspUgRLaW5kEq'
|
||||
'4BCgZXZWJVUkkYDSABKAlClQGSQYoBMocBVVJJIG9mIHRoZSBhdHRhY2htZW50IHRocm91Z2gg'
|
||||
'd2hpY2ggaXQgY2FuIGJlIGFjY2Vzc2VkIG9uIGFuIGF1dGhlbnRpY2F0ZWQgd2ViIGFwcC4gSW'
|
||||
'4gY2FzZSB0aGUgQXR0YWNobWVudCBpcyBhIGxpbmssIHRoZSBVUkkgaXMgZW1wdHku+kIEcgIQ'
|
||||
'AVIGV2ViVVJJEj8KDFJlc291cmNlVHlwZRgOIAEoDjIRLmFwaS5SZXNvdXJjZVR5cGVCCPpCBY'
|
||||
'IBAhABUgxSZXNvdXJjZVR5cGUSJwoKUmVzb3VyY2VJRBgPIAEoCUIH+kIEcgIQAVIKUmVzb3Vy'
|
||||
'Y2VJRA==');
|
||||
|
||||
@$core.Deprecated('Use downloadAttachmentV2RequestDescriptor instead')
|
||||
const DownloadAttachmentV2Request$json = {
|
||||
@@ -243,6 +246,42 @@ final $typed_data.Uint8List listAttachmentsV2ResponseDescriptor = $convert.base6
|
||||
'bWVudHMYASADKAsyDy5hcGkuQXR0YWNobWVudEI4kkEtMitMaXN0IG9mIGF0dGFjaG1lbnRzIG'
|
||||
'1hdGNoaW5nIHRvIHRoZSByZXF1ZXN0+kIFkgECCAFSC0F0dGFjaG1lbnRz');
|
||||
|
||||
@$core.Deprecated('Use listAttachmentsOnSiteV2RequestDescriptor instead')
|
||||
const ListAttachmentsOnSiteV2Request$json = {
|
||||
'1': 'ListAttachmentsOnSiteV2Request',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'1': 'EntityType', '3': 4, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'EntityType'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListAttachmentsOnSiteV2Request`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listAttachmentsOnSiteV2RequestDescriptor = $convert.base64Decode(
|
||||
'Ch5MaXN0QXR0YWNobWVudHNPblNpdGVWMlJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLl'
|
||||
'JlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEmoKC0VudGl0eVJlZklEGAMgASgJ'
|
||||
'QkiSQUUyQ09wdGlvbmFsIDogSWRlbnRpZmllciBvZiB0aGUgZW50aXR5IHdoZXJlIHRoZSBhdH'
|
||||
'RhY2htZW50IGlzIGxvY2F0ZWRSC0VudGl0eVJlZklEEnMKCkVudGl0eVR5cGUYBCABKA4yDy5h'
|
||||
'cGkuRW50aXR5VHlwZUJCkkE/Mj1PcHRpb25hbCA6IFR5cGUgb2YgdGhlIGVudGl0eSB3aGVyZS'
|
||||
'B0aGUgYXR0YWNobWVudCBpcyBsb2NhdGVkUgpFbnRpdHlUeXBlOg6SQQsKCdIBBkhlYWRlcg==');
|
||||
|
||||
@$core.Deprecated('Use listAttachmentsOnSiteV2ResponseDescriptor instead')
|
||||
const ListAttachmentsOnSiteV2Response$json = {
|
||||
'1': 'ListAttachmentsOnSiteV2Response',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Attachments', '3': 1, '4': 3, '5': 11, '6': '.api.Attachment', '8': {}, '10': 'Attachments'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ListAttachmentsOnSiteV2Response`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listAttachmentsOnSiteV2ResponseDescriptor = $convert.base64Decode(
|
||||
'Ch9MaXN0QXR0YWNobWVudHNPblNpdGVWMlJlc3BvbnNlEkwKBkhlYWRlchgCIAEoCzIXLmFwaS'
|
||||
'5SZXNwb25zZVNpdGVIZWFkZXJCG5JBGDIWSGVhZGVyIG9mIHRoZSByZXNwb25zZVIGSGVhZGVy'
|
||||
'EmsKC0F0dGFjaG1lbnRzGAEgAygLMg8uYXBpLkF0dGFjaG1lbnRCOJJBLTIrTGlzdCBvZiBhdH'
|
||||
'RhY2htZW50cyBtYXRjaGluZyB0byB0aGUgcmVxdWVzdPpCBZIBAggBUgtBdHRhY2htZW50cw==');
|
||||
|
||||
@$core.Deprecated('Use shareAttachmentV2RequestDescriptor instead')
|
||||
const ShareAttachmentV2Request$json = {
|
||||
'1': 'ShareAttachmentV2Request',
|
||||
@@ -293,6 +332,20 @@ final $typed_data.Uint8List deleteAllAttachmentsV2RequestDescriptor = $convert.b
|
||||
'Ch1EZWxldGVBbGxBdHRhY2htZW50c1YyUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
||||
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXI6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use deleteAllAttachmentsOnSiteV2RequestDescriptor instead')
|
||||
const DeleteAllAttachmentsOnSiteV2Request$json = {
|
||||
'1': 'DeleteAllAttachmentsOnSiteV2Request',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteAllAttachmentsOnSiteV2Request`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteAllAttachmentsOnSiteV2RequestDescriptor = $convert.base64Decode(
|
||||
'CiNEZWxldGVBbGxBdHRhY2htZW50c09uU2l0ZVYyUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi'
|
||||
'5hcGkuUmVxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXI6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use deleteAllAttachmentsV2ResponseDescriptor instead')
|
||||
const DeleteAllAttachmentsV2Response$json = {
|
||||
'1': 'DeleteAllAttachmentsV2Response',
|
||||
|
||||
@@ -4792,19 +4792,21 @@ class ClaimSummary extends $pb.GeneratedMessage {
|
||||
class AttachmentType extends $pb.GeneratedMessage {
|
||||
factory AttachmentType({
|
||||
$core.String? iD,
|
||||
$core.String? projectID,
|
||||
$core.String? code,
|
||||
EntityType? entity,
|
||||
$core.String? label,
|
||||
SharePolicy? sharePolicy,
|
||||
$core.String? resourceID,
|
||||
ResourceType? resourceType,
|
||||
}) {
|
||||
final result = create();
|
||||
if (iD != null) result.iD = iD;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (code != null) result.code = code;
|
||||
if (entity != null) result.entity = entity;
|
||||
if (label != null) result.label = label;
|
||||
if (sharePolicy != null) result.sharePolicy = sharePolicy;
|
||||
if (resourceID != null) result.resourceID = resourceID;
|
||||
if (resourceType != null) result.resourceType = resourceType;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -4815,11 +4817,12 @@ class AttachmentType extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AttachmentType', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ID', protoName: 'ID')
|
||||
..aOS(2, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..aOS(3, _omitFieldNames ? '' : 'Code', protoName: 'Code')
|
||||
..e<EntityType>(4, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: EntityType.ENTITY_TYPE_UNKNOWN, valueOf: EntityType.valueOf, enumValues: EntityType.values)
|
||||
..aOS(5, _omitFieldNames ? '' : 'Label', protoName: 'Label')
|
||||
..e<SharePolicy>(6, _omitFieldNames ? '' : 'SharePolicy', $pb.PbFieldType.OE, protoName: 'SharePolicy', defaultOrMaker: SharePolicy.SHARE_POLICY_UNKNOWN, valueOf: SharePolicy.valueOf, enumValues: SharePolicy.values)
|
||||
..aOS(7, _omitFieldNames ? '' : 'ResourceID', protoName: 'ResourceID')
|
||||
..e<ResourceType>(8, _omitFieldNames ? '' : 'ResourceType', $pb.PbFieldType.OE, protoName: 'ResourceType', defaultOrMaker: ResourceType.RESOURCE_TYPE_UNKNOWN, valueOf: ResourceType.valueOf, enumValues: ResourceType.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -4849,50 +4852,63 @@ class AttachmentType extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
void clearID() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get projectID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set projectID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasProjectID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearProjectID() => $_clearField(2);
|
||||
|
||||
/// string ProjectID = 2
|
||||
/// [
|
||||
/// (validate.rules).string.min_len = 1
|
||||
/// ];
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get code => $_getSZ(2);
|
||||
$core.String get code => $_getSZ(1);
|
||||
@$pb.TagNumber(3)
|
||||
set code($core.String value) => $_setString(2, value);
|
||||
set code($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasCode() => $_has(2);
|
||||
$core.bool hasCode() => $_has(1);
|
||||
@$pb.TagNumber(3)
|
||||
void clearCode() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
EntityType get entity => $_getN(3);
|
||||
EntityType get entity => $_getN(2);
|
||||
@$pb.TagNumber(4)
|
||||
set entity(EntityType value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEntity() => $_has(3);
|
||||
$core.bool hasEntity() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
void clearEntity() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get label => $_getSZ(4);
|
||||
$core.String get label => $_getSZ(3);
|
||||
@$pb.TagNumber(5)
|
||||
set label($core.String value) => $_setString(4, value);
|
||||
set label($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasLabel() => $_has(4);
|
||||
$core.bool hasLabel() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
void clearLabel() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
SharePolicy get sharePolicy => $_getN(5);
|
||||
SharePolicy get sharePolicy => $_getN(4);
|
||||
@$pb.TagNumber(6)
|
||||
set sharePolicy(SharePolicy value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasSharePolicy() => $_has(5);
|
||||
$core.bool hasSharePolicy() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearSharePolicy() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get resourceID => $_getSZ(5);
|
||||
@$pb.TagNumber(7)
|
||||
set resourceID($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasResourceID() => $_has(5);
|
||||
@$pb.TagNumber(7)
|
||||
void clearResourceID() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
ResourceType get resourceType => $_getN(6);
|
||||
@$pb.TagNumber(8)
|
||||
set resourceType(ResourceType value) => $_setField(8, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasResourceType() => $_has(6);
|
||||
@$pb.TagNumber(8)
|
||||
void clearResourceType() => $_clearField(8);
|
||||
}
|
||||
|
||||
class AttachmentSummary extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -1583,21 +1583,23 @@ const AttachmentType$json = {
|
||||
'1': 'AttachmentType',
|
||||
'2': [
|
||||
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
{'1': 'ProjectID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
|
||||
{'1': 'Code', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Code'},
|
||||
{'1': 'Entity', '3': 4, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'Entity'},
|
||||
{'1': 'Label', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'Label'},
|
||||
{'1': 'SharePolicy', '3': 6, '4': 1, '5': 14, '6': '.api.SharePolicy', '8': {}, '10': 'SharePolicy'},
|
||||
{'1': 'ResourceType', '3': 8, '4': 1, '5': 14, '6': '.api.ResourceType', '8': {}, '10': 'ResourceType'},
|
||||
{'1': 'ResourceID', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'ResourceID'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `AttachmentType`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List attachmentTypeDescriptor = $convert.base64Decode(
|
||||
'Cg5BdHRhY2htZW50VHlwZRIXCgJJRBgBIAEoCUIH+kIEcgIQAVICSUQSJQoJUHJvamVjdElEGA'
|
||||
'IgASgJQgf6QgRyAhABUglQcm9qZWN0SUQSGwoEQ29kZRgDIAEoCUIH+kIEcgIQAVIEQ29kZRIx'
|
||||
'CgZFbnRpdHkYBCABKA4yDy5hcGkuRW50aXR5VHlwZUII+kIFggECEAFSBkVudGl0eRIdCgVMYW'
|
||||
'JlbBgFIAEoCUIH+kIEcgIQAVIFTGFiZWwSPAoLU2hhcmVQb2xpY3kYBiABKA4yEC5hcGkuU2hh'
|
||||
'cmVQb2xpY3lCCPpCBYIBAhABUgtTaGFyZVBvbGljeQ==');
|
||||
'Cg5BdHRhY2htZW50VHlwZRIXCgJJRBgBIAEoCUIH+kIEcgIQAVICSUQSGwoEQ29kZRgDIAEoCU'
|
||||
'IH+kIEcgIQAVIEQ29kZRIxCgZFbnRpdHkYBCABKA4yDy5hcGkuRW50aXR5VHlwZUII+kIFggEC'
|
||||
'EAFSBkVudGl0eRIdCgVMYWJlbBgFIAEoCUIH+kIEcgIQAVIFTGFiZWwSPAoLU2hhcmVQb2xpY3'
|
||||
'kYBiABKA4yEC5hcGkuU2hhcmVQb2xpY3lCCPpCBYIBAhABUgtTaGFyZVBvbGljeRI/CgxSZXNv'
|
||||
'dXJjZVR5cGUYCCABKA4yES5hcGkuUmVzb3VyY2VUeXBlQgj6QgWCAQIQAVIMUmVzb3VyY2VUeX'
|
||||
'BlEicKClJlc291cmNlSUQYByABKAlCB/pCBHICEAFSClJlc291cmNlSUQ=');
|
||||
|
||||
@$core.Deprecated('Use attachmentSummaryDescriptor instead')
|
||||
const AttachmentSummary$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.11.0-SNAPSHOT-250729114316
|
||||
version: 1.11.0-SNAPSHOT-250730071237
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user