Skip to content

Commit

Permalink
[WORKFLOW] Updating protos from viamrobotics/api, commit: e6bd6baad11…
Browse files Browse the repository at this point in the history
…b819c030caac6cfef8314ad9ec764 (#329)

Co-authored-by: viambot <[email protected]>
  • Loading branch information
github-actions[bot] and viambot authored Jan 22, 2025
1 parent f155913 commit 4c4b202
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/src/gen/app/v1/billing.pbenum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class UsageCostType extends $pb.ProtobufEnum {
static const UsageCostType USAGE_COST_TYPE_BINARY_DATA_EGRESS = UsageCostType._(18, _omitEnumNames ? '' : 'USAGE_COST_TYPE_BINARY_DATA_EGRESS');
static const UsageCostType USAGE_COST_TYPE_TABULAR_DATA_EGRESS = UsageCostType._(19, _omitEnumNames ? '' : 'USAGE_COST_TYPE_TABULAR_DATA_EGRESS');
static const UsageCostType USAGE_COST_TYPE_LOGS_EGRESS = UsageCostType._(20, _omitEnumNames ? '' : 'USAGE_COST_TYPE_LOGS_EGRESS');
static const UsageCostType USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS = UsageCostType._(21, _omitEnumNames ? '' : 'USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS');
static const UsageCostType USAGE_COST_TYPE_TRAINING_LOGS_EGRESS = UsageCostType._(21, _omitEnumNames ? '' : 'USAGE_COST_TYPE_TRAINING_LOGS_EGRESS');

static const $core.List<UsageCostType> values = <UsageCostType> [
USAGE_COST_TYPE_UNSPECIFIED,
Expand All @@ -74,7 +74,7 @@ class UsageCostType extends $pb.ProtobufEnum {
USAGE_COST_TYPE_BINARY_DATA_EGRESS,
USAGE_COST_TYPE_TABULAR_DATA_EGRESS,
USAGE_COST_TYPE_LOGS_EGRESS,
USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS,
USAGE_COST_TYPE_TRAINING_LOGS_EGRESS,
];

static final $core.Map<$core.int, UsageCostType> _byValue = $pb.ProtobufEnum.initByValue(values);
Expand Down
6 changes: 3 additions & 3 deletions lib/src/gen/app/v1/billing.pbjson.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const UsageCostType$json = {
{'1': 'USAGE_COST_TYPE_BINARY_DATA_EGRESS', '2': 18},
{'1': 'USAGE_COST_TYPE_TABULAR_DATA_EGRESS', '2': 19},
{'1': 'USAGE_COST_TYPE_LOGS_EGRESS', '2': 20},
{'1': 'USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS', '2': 21},
{'1': 'USAGE_COST_TYPE_TRAINING_LOGS_EGRESS', '2': 21},
],
};

Expand All @@ -89,8 +89,8 @@ final $typed_data.Uint8List usageCostTypeDescriptor = $convert.base64Decode(
'UExPQUQQDxInCiNVU0FHRV9DT1NUX1RZUEVfVEFCVUxBUl9EQVRBX1VQTE9BRBAQEh8KG1VTQU'
'dFX0NPU1RfVFlQRV9MT0dTX1VQTE9BRBAREiYKIlVTQUdFX0NPU1RfVFlQRV9CSU5BUllfREFU'
'QV9FR1JFU1MQEhInCiNVU0FHRV9DT1NUX1RZUEVfVEFCVUxBUl9EQVRBX0VHUkVTUxATEh8KG1'
'VTQUdFX0NPU1RfVFlQRV9MT0dTX0VHUkVTUxAUEisKJ1VTQUdFX0NPU1RfVFlQRV9NTF9UUkFJ'
'TklOR19MT0dTX0VHUkVTUxAV');
'VTQUdFX0NPU1RfVFlQRV9MT0dTX0VHUkVTUxAUEigKJFVTQUdFX0NPU1RfVFlQRV9UUkFJTklO'
'R19MT0dTX0VHUkVTUxAV');

@$core.Deprecated('Use sourceTypeDescriptor instead')
const SourceType$json = {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {

String getVersionMetadata() {
const String sdkVersion = 'v0.1.0';
const String apiTag = 'v0.1.381';
const String apiTag = 'v0.1.382';

return 'flutter;$sdkVersion;$apiTag';
}

0 comments on commit 4c4b202

Please sign in to comment.