Skip to content

Commit

Permalink
Pipeline build v1.47.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Mapped Build Pipeline committed Aug 13, 2024
1 parent ab5f77d commit a47a40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapped/cloud/types/typed_value.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ syntax = "proto3";

import "google/protobuf/struct.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
import "mapped/cloud/types/calendar_period.proto";
import "mapped/cloud/types/date.proto";
import "mapped/cloud/types/dayofweek.proto";
Expand Down Expand Up @@ -72,6 +73,7 @@ message TypedValue {
mapped.cloud.types.GeoPoint geopoint_value = 28;
AnyLinkedData json = 29;
GenericTypedMap map_value = 30;
google.protobuf.Duration duration_value = 31;

// Proposed types
mapped.cloud.types.CalendarPeriod calendar_period_value = 100;
Expand Down

0 comments on commit a47a40c

Please sign in to comment.