Latest generation

This commit is contained in:
ci core model
2026-03-05 13:00:18 +00:00
parent fa28bf1825
commit 29f6885200
5 changed files with 51 additions and 35 deletions

View File

@@ -304,7 +304,8 @@ export interface UpdateSettingsRequest {
/**
* List of Segmentations that segment the logistic site.
*
* @generated from protobuf field: repeated api.Segmentation Segmentations = 9
* @deprecated
* @generated from protobuf field: repeated api.Segmentation Segmentations = 9 [deprecated = true]
*/
Segmentations: Segmentation[];
/**
@@ -2005,7 +2006,7 @@ class UpdateSettingsRequest$Type extends MessageType<UpdateSettingsRequest> {
case /* string Fax */ 8:
message.Fax = reader.string();
break;
case /* repeated api.Segmentation Segmentations */ 9:
case /* repeated api.Segmentation Segmentations = 9 [deprecated = true] */ 9:
message.Segmentations.push(Segmentation.internalBinaryRead(reader, reader.uint32(), options));
break;
case /* repeated api.ProjectAuthorisation Authorisations */ 10:
@@ -2071,7 +2072,7 @@ class UpdateSettingsRequest$Type extends MessageType<UpdateSettingsRequest> {
/* string Fax = 8; */
if (message.Fax !== "")
writer.tag(8, WireType.LengthDelimited).string(message.Fax);
/* repeated api.Segmentation Segmentations = 9; */
/* repeated api.Segmentation Segmentations = 9 [deprecated = true]; */
for (let i = 0; i < message.Segmentations.length; i++)
Segmentation.internalBinaryWrite(message.Segmentations[i], writer.tag(9, WireType.LengthDelimited).fork(), options).join();
/* repeated api.ProjectAuthorisation Authorisations = 10; */