Latest generation

This commit is contained in:
ci core model
2025-03-25 08:56:31 +00:00
parent 414f1dde4a
commit ca987a8e5b
5 changed files with 19 additions and 15 deletions

View File

@@ -509,6 +509,7 @@ class Options {
static final indexationType = $pb.Extension<FieldTypes>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'indexationType', 50217, $pb.PbFieldType.OM, protoName: 'indexationType', defaultOrMaker: FieldTypes.getDefault, subBuilder: FieldTypes.create);
static final kpiItems = $pb.Extension<KPIItems>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'kpiItems', 50218, $pb.PbFieldType.OM, protoName: 'kpiItems', defaultOrMaker: KPIItems.getDefault, subBuilder: KPIItems.create);
static final viewType = $pb.Extension<FieldTypes>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'viewType', 50219, $pb.PbFieldType.OM, protoName: 'viewType', defaultOrMaker: FieldTypes.getDefault, subBuilder: FieldTypes.create);
static final mapTypePath = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'mapTypePath', 50220, $pb.PbFieldType.OS, protoName: 'mapTypePath');
static final serviceType = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'serviceType', 50300, $pb.PbFieldType.OS, protoName: 'serviceType');
static final k8sService = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'k8sService', 50301, $pb.PbFieldType.OS, protoName: 'k8sService');
static final roleManager = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'roleManager', 50304, $pb.PbFieldType.OB, protoName: 'roleManager');
@@ -562,6 +563,7 @@ class Options {
registry.add(indexationType);
registry.add(kpiItems);
registry.add(viewType);
registry.add(mapTypePath);
registry.add(serviceType);
registry.add(k8sService);
registry.add(roleManager);