You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.14.0-SNAPSHOT-260618151549
|
||||
Lib version: 1.14.0-SNAPSHOT-260618154708
|
||||
|
||||
@@ -3654,7 +3654,7 @@ class StorageEndpoint extends $pb.GeneratedMessage {
|
||||
void clearEndpoint() => $_clearField(1);
|
||||
|
||||
/// Bucket is the name of the bucket associated to this partner app.
|
||||
/// It should look like <organisationID>/<projectID>/<partnerAppID>.
|
||||
/// It should look like \<organisationID\>/\<projectID\>/\<partnerAppID\>.
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get bucket => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
|
||||
@@ -328,7 +328,7 @@ class ClaimSector extends $pb.ProtobufEnum {
|
||||
/// Enum representing different statuses of a claim.
|
||||
/// Includes a "category" for each status which is used to determine the color of the status in the UI.
|
||||
/// For example : CLAIM_STATUS_START_NEW is in the "START" category and the status is "NEW".
|
||||
/// A status should be "CLAIM_STATUS_<category>_<status>" with category and status being alphanumeric.
|
||||
/// A status should be "CLAIM_STATUS_\<category\>_\<status\>" with category and status being alphanumeric.
|
||||
class ClaimStatus extends $pb.ProtobufEnum {
|
||||
static const ClaimStatus CLAIM_STATUS_UNKNOWN = ClaimStatus._(0, _omitEnumNames ? '' : 'CLAIM_STATUS_UNKNOWN');
|
||||
static const ClaimStatus CLAIM_STATUS_START_NEW = ClaimStatus._(100, _omitEnumNames ? '' : 'CLAIM_STATUS_START_NEW');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.14.0-SNAPSHOT-260618151549
|
||||
version: 1.14.0-SNAPSHOT-260618154708
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user