You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
nodejs server using mali.js receives an unary call request with Field Mask porperty.
The field mask attribute on the reqeust payload returns in the following structure update_field_makse: {paths: string[]}
While using ts-proto generated types, the type is generated as native sting array like {update_field_mask: string[]}
check https://github.com/stephenh/ts-proto?tab=readme-ov-file#well-known-types
Expected behavior
unwrap the mask paths into flat string array field
Environment
Version: 0.47.1
Node.js version: 18.16
OS:
The text was updated successfully, but these errors were encountered:
Describe the bug
nodejs server using mali.js receives an unary call request with Field Mask porperty.
The field mask attribute on the reqeust payload returns in the following structure
update_field_makse: {paths: string[]}
While using ts-proto generated types, the type is generated as native sting array like {update_field_mask: string[]}
check https://github.com/stephenh/ts-proto?tab=readme-ov-file#well-known-types
Expected behavior
unwrap the mask paths into flat string array field
Environment
The text was updated successfully, but these errors were encountered: