You've already forked npm-core-sdk
Latest generation
This commit is contained in:
7
site.ts
7
site.ts
@@ -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; */
|
||||
|
||||
Reference in New Issue
Block a user