@foxglove/schemas 1.7.1 → 1.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/internal/exportTypeScriptSchemas.d.ts.map +1 -1
  2. package/dist/internal/exportTypeScriptSchemas.js +10 -6
  3. package/dist/internal/exportTypeScriptSchemas.js.map +1 -1
  4. package/dist/internal/generateFlatbufferSchema.d.ts +6 -2
  5. package/dist/internal/generateFlatbufferSchema.d.ts.map +1 -1
  6. package/dist/internal/generateFlatbufferSchema.js +26 -15
  7. package/dist/internal/generateFlatbufferSchema.js.map +1 -1
  8. package/dist/internal/generateJsonSchema.d.ts.map +1 -1
  9. package/dist/internal/generateJsonSchema.js +36 -24
  10. package/dist/internal/generateJsonSchema.js.map +1 -1
  11. package/dist/internal/generateOmgIdl.d.ts +2 -3
  12. package/dist/internal/generateOmgIdl.d.ts.map +1 -1
  13. package/dist/internal/generateOmgIdl.js +16 -35
  14. package/dist/internal/generateOmgIdl.js.map +1 -1
  15. package/dist/internal/generateOmgIdl.test.js +4 -6
  16. package/dist/internal/generateOmgIdl.test.js.map +1 -1
  17. package/dist/internal/generateProto.d.ts.map +1 -1
  18. package/dist/internal/generateProto.js +23 -13
  19. package/dist/internal/generateProto.js.map +1 -1
  20. package/dist/internal/generatePyclass.d.ts +1 -1
  21. package/dist/internal/generatePyclass.d.ts.map +1 -1
  22. package/dist/internal/generatePyclass.js +174 -62
  23. package/dist/internal/generatePyclass.js.map +1 -1
  24. package/dist/internal/generatePyclass.test.js +152 -140
  25. package/dist/internal/generatePyclass.test.js.map +1 -1
  26. package/dist/internal/generateRos.d.ts.map +1 -1
  27. package/dist/internal/generateRos.js +20 -9
  28. package/dist/internal/generateRos.js.map +1 -1
  29. package/dist/internal/generateSdkCpp.d.ts +4 -0
  30. package/dist/internal/generateSdkCpp.d.ts.map +1 -0
  31. package/dist/internal/generateSdkCpp.js +362 -0
  32. package/dist/internal/generateSdkCpp.js.map +1 -0
  33. package/dist/internal/generateSdkRustCTypes.d.ts +8 -0
  34. package/dist/internal/generateSdkRustCTypes.d.ts.map +1 -0
  35. package/dist/internal/generateSdkRustCTypes.js +315 -0
  36. package/dist/internal/generateSdkRustCTypes.js.map +1 -0
  37. package/dist/internal/generateTypeScript.d.ts +0 -1
  38. package/dist/internal/generateTypeScript.d.ts.map +1 -1
  39. package/dist/internal/generateTypeScript.js +10 -18
  40. package/dist/internal/generateTypeScript.js.map +1 -1
  41. package/dist/internal/schemas.d.ts +2 -0
  42. package/dist/internal/schemas.d.ts.map +1 -1
  43. package/dist/internal/schemas.js +149 -46
  44. package/dist/internal/schemas.js.map +1 -1
  45. package/dist/internal/testFixtures.d.ts.map +1 -1
  46. package/dist/internal/testFixtures.js +37 -9
  47. package/dist/internal/testFixtures.js.map +1 -1
  48. package/dist/internal/types.d.ts +3 -1
  49. package/dist/internal/types.d.ts.map +1 -1
  50. package/dist/jsonschema/index.d.ts +62 -12
  51. package/dist/jsonschema/index.d.ts.map +1 -1
  52. package/dist/jsonschema/index.js +122 -47
  53. package/dist/jsonschema/index.js.map +1 -1
  54. package/dist/types/CameraCalibration.d.ts +1 -1
  55. package/dist/types/Duration.d.ts +3 -0
  56. package/dist/types/Duration.d.ts.map +1 -1
  57. package/dist/types/Duration.js +2 -0
  58. package/dist/types/Duration.js.map +1 -1
  59. package/dist/types/Grid.d.ts +1 -1
  60. package/dist/types/Grid.d.ts.map +1 -1
  61. package/dist/types/LogLevel.d.ts +6 -0
  62. package/dist/types/LogLevel.d.ts.map +1 -1
  63. package/dist/types/LogLevel.js +6 -0
  64. package/dist/types/LogLevel.js.map +1 -1
  65. package/dist/types/NumericType.d.ts +9 -0
  66. package/dist/types/NumericType.d.ts.map +1 -1
  67. package/dist/types/NumericType.js +9 -0
  68. package/dist/types/NumericType.js.map +1 -1
  69. package/dist/types/PointsAnnotationType.d.ts +1 -0
  70. package/dist/types/PointsAnnotationType.d.ts.map +1 -1
  71. package/dist/types/PointsAnnotationType.js +1 -0
  72. package/dist/types/PointsAnnotationType.js.map +1 -1
  73. package/dist/types/PositionCovarianceType.d.ts +4 -0
  74. package/dist/types/PositionCovarianceType.d.ts.map +1 -1
  75. package/dist/types/PositionCovarianceType.js +4 -0
  76. package/dist/types/PositionCovarianceType.js.map +1 -1
  77. package/dist/types/RawImage.d.ts +58 -8
  78. package/dist/types/RawImage.d.ts.map +1 -1
  79. package/dist/types/index.d.ts +2 -0
  80. package/dist/types/index.d.ts.map +1 -1
  81. package/dist/types/index.js +2 -0
  82. package/dist/types/index.js.map +1 -1
  83. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Generated by https://github.com/foxglove/foxglove-sdk
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Vector3 = exports.Vector2 = exports.TriangleListPrimitive = exports.TextPrimitive = exports.TextAnnotation = exports.SpherePrimitive = exports.RawImage = exports.RawAudio = exports.Quaternion = exports.PosesInFrame = exports.PoseInFrame = exports.Pose = exports.PointsAnnotation = exports.PointCloud = exports.Point3 = exports.Point2 = exports.PackedElementField = exports.ModelPrimitive = exports.SceneUpdate = exports.SceneEntity = exports.SceneEntityDeletion = exports.Log = exports.LocationFix = exports.LinePrimitive = exports.LaserScan = exports.KeyValuePair = exports.ImageAnnotations = exports.Grid = exports.GeoJSON = exports.FrameTransforms = exports.FrameTransform = exports.CubePrimitive = exports.CylinderPrimitive = exports.CompressedVideo = exports.CompressedImage = exports.Color = exports.CircleAnnotation = exports.CameraCalibration = exports.ArrowPrimitive = void 0;
4
+ exports.Time = exports.Vector3 = exports.Vector2 = exports.TriangleListPrimitive = exports.Timestamp = exports.TextPrimitive = exports.TextAnnotation = exports.SpherePrimitive = exports.RawImage = exports.RawAudio = exports.Quaternion = exports.PosesInFrame = exports.PoseInFrame = exports.Pose = exports.PointsAnnotation = exports.PointCloud = exports.Point3 = exports.Point2 = exports.PackedElementField = exports.ModelPrimitive = exports.SceneUpdate = exports.SceneEntity = exports.SceneEntityDeletion = exports.Log = exports.LocationFix = exports.LinePrimitive = exports.LaserScan = exports.KeyValuePair = exports.ImageAnnotations = exports.Grid = exports.GeoJSON = exports.FrameTransforms = exports.FrameTransform = exports.Duration = exports.CubePrimitive = exports.CylinderPrimitive = exports.CompressedVideo = exports.CompressedImage = exports.Color = exports.CircleAnnotation = exports.CameraCalibration = exports.ArrowPrimitive = void 0;
5
5
  exports.ArrowPrimitive = {
6
6
  "title": "foxglove.ArrowPrimitive",
7
7
  "description": "A primitive representing an arrow",
@@ -136,7 +136,7 @@ exports.CameraCalibration = {
136
136
  },
137
137
  "distortion_model": {
138
138
  "type": "string",
139
- "description": "Name of distortion model\n\nSupported parameters: `plumb_bob` (k1, k2, p1, p2, k3) and `rational_polynomial` (k1, k2, p1, p2, k3, k4, k5, k6). Distortion models are based on [OpenCV's](https://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html) [pinhole camera model](https://en.wikipedia.org/wiki/Distortion_%28optics%29#Software_correction). This is the same [implementation used by ROS](http://docs.ros.org/en/diamondback/api/image_geometry/html/c++/pinhole__camera__model_8cpp_source.html)"
139
+ "description": "Name of distortion model\n\nSupported parameters: `plumb_bob` (k1, k2, p1, p2, k3), `rational_polynomial` (k1, k2, p1, p2, k3, k4, k5, k6), and `kannala_brandt` (k1, k2, k3, k4). `plumb_bob` and `rational_polynomial` models are based on the pinhole model [OpenCV's](https://docs.opencv.org/4.11.0/d9/d0c/group__calib3d.html) [pinhole camera model](https://en.wikipedia.org/wiki/Distortion_%28optics%29#Software_correction). The `kannala_brandt` model matches the [OpenvCV fisheye](https://docs.opencv.org/4.11.0/db/d58/group__calib3d__fisheye.html) model."
140
140
  },
141
141
  "D": {
142
142
  "type": "array",
@@ -571,6 +571,23 @@ exports.CubePrimitive = {
571
571
  }
572
572
  }
573
573
  };
574
+ exports.Duration = {
575
+ "title": "foxglove.Duration",
576
+ "description": "A duration of time, composed of seconds and nanoseconds",
577
+ "$comment": "Generated by https://github.com/foxglove/foxglove-sdk",
578
+ "type": "object",
579
+ "properties": {
580
+ "sec": {
581
+ "type": "integer",
582
+ "description": "The number of seconds in the duration"
583
+ },
584
+ "nsec": {
585
+ "type": "integer",
586
+ "minimum": 0,
587
+ "description": "The number of nanoseconds in the positive direction"
588
+ }
589
+ }
590
+ };
574
591
  exports.FrameTransform = {
575
592
  "title": "foxglove.FrameTransform",
576
593
  "description": "A transform between two reference frames in 3D space",
@@ -869,39 +886,48 @@ exports.Grid = {
869
886
  "oneOf": [
870
887
  {
871
888
  "title": "UNKNOWN",
872
- "const": 0
889
+ "const": 0,
890
+ "description": "Unknown numeric type"
873
891
  },
874
892
  {
875
893
  "title": "UINT8",
876
- "const": 1
894
+ "const": 1,
895
+ "description": "Unsigned 8-bit integer"
877
896
  },
878
897
  {
879
898
  "title": "INT8",
880
- "const": 2
899
+ "const": 2,
900
+ "description": "Signed 8-bit integer"
881
901
  },
882
902
  {
883
903
  "title": "UINT16",
884
- "const": 3
904
+ "const": 3,
905
+ "description": "Unsigned 16-bit integer"
885
906
  },
886
907
  {
887
908
  "title": "INT16",
888
- "const": 4
909
+ "const": 4,
910
+ "description": "Signed 16-bit integer"
889
911
  },
890
912
  {
891
913
  "title": "UINT32",
892
- "const": 5
914
+ "const": 5,
915
+ "description": "Unsigned 32-bit integer"
893
916
  },
894
917
  {
895
918
  "title": "INT32",
896
- "const": 6
919
+ "const": 6,
920
+ "description": "Signed 32-bit integer"
897
921
  },
898
922
  {
899
923
  "title": "FLOAT32",
900
- "const": 7
924
+ "const": 7,
925
+ "description": "32-bit floating-point number"
901
926
  },
902
927
  {
903
928
  "title": "FLOAT64",
904
- "const": 8
929
+ "const": 8,
930
+ "description": "64-bit floating-point number"
905
931
  }
906
932
  ]
907
933
  }
@@ -912,7 +938,7 @@ exports.Grid = {
912
938
  "data": {
913
939
  "type": "string",
914
940
  "contentEncoding": "base64",
915
- "description": "Grid cell data, interpreted using `fields`, in row-major (y-major) order"
941
+ "description": "Grid cell data, interpreted using `fields`, in row-major (y-major) order — values fill each row from left to right along the X axis, with rows ordered from top to bottom along the Y axis, starting at the bottom-left corner when viewed from +Z looking towards -Z with identity orientations"
916
942
  }
917
943
  }
918
944
  };
@@ -1047,7 +1073,8 @@ exports.ImageAnnotations = {
1047
1073
  "oneOf": [
1048
1074
  {
1049
1075
  "title": "UNKNOWN",
1050
- "const": 0
1076
+ "const": 0,
1077
+ "description": "Unknown points annotation type"
1051
1078
  },
1052
1079
  {
1053
1080
  "title": "POINTS",
@@ -1604,19 +1631,23 @@ exports.LocationFix = {
1604
1631
  "oneOf": [
1605
1632
  {
1606
1633
  "title": "UNKNOWN",
1607
- "const": 0
1634
+ "const": 0,
1635
+ "description": "Unknown position covariance type"
1608
1636
  },
1609
1637
  {
1610
1638
  "title": "APPROXIMATED",
1611
- "const": 1
1639
+ "const": 1,
1640
+ "description": "Position covariance is approximated"
1612
1641
  },
1613
1642
  {
1614
1643
  "title": "DIAGONAL_KNOWN",
1615
- "const": 2
1644
+ "const": 2,
1645
+ "description": "Position covariance is per-axis, so put it along the diagonal"
1616
1646
  },
1617
1647
  {
1618
1648
  "title": "KNOWN",
1619
- "const": 3
1649
+ "const": 3,
1650
+ "description": "Position covariance of the fix is known"
1620
1651
  }
1621
1652
  ]
1622
1653
  }
@@ -1650,27 +1681,33 @@ exports.Log = {
1650
1681
  "oneOf": [
1651
1682
  {
1652
1683
  "title": "UNKNOWN",
1653
- "const": 0
1684
+ "const": 0,
1685
+ "description": "Unknown log level"
1654
1686
  },
1655
1687
  {
1656
1688
  "title": "DEBUG",
1657
- "const": 1
1689
+ "const": 1,
1690
+ "description": "Debug log level"
1658
1691
  },
1659
1692
  {
1660
1693
  "title": "INFO",
1661
- "const": 2
1694
+ "const": 2,
1695
+ "description": "Info log level"
1662
1696
  },
1663
1697
  {
1664
1698
  "title": "WARNING",
1665
- "const": 3
1699
+ "const": 3,
1700
+ "description": "Warning log level"
1666
1701
  },
1667
1702
  {
1668
1703
  "title": "ERROR",
1669
- "const": 4
1704
+ "const": 4,
1705
+ "description": "Error log level"
1670
1706
  },
1671
1707
  {
1672
1708
  "title": "FATAL",
1673
- "const": 5
1709
+ "const": 5,
1710
+ "description": "Fatal log level"
1674
1711
  }
1675
1712
  ]
1676
1713
  },
@@ -3956,39 +3993,48 @@ exports.PackedElementField = {
3956
3993
  "oneOf": [
3957
3994
  {
3958
3995
  "title": "UNKNOWN",
3959
- "const": 0
3996
+ "const": 0,
3997
+ "description": "Unknown numeric type"
3960
3998
  },
3961
3999
  {
3962
4000
  "title": "UINT8",
3963
- "const": 1
4001
+ "const": 1,
4002
+ "description": "Unsigned 8-bit integer"
3964
4003
  },
3965
4004
  {
3966
4005
  "title": "INT8",
3967
- "const": 2
4006
+ "const": 2,
4007
+ "description": "Signed 8-bit integer"
3968
4008
  },
3969
4009
  {
3970
4010
  "title": "UINT16",
3971
- "const": 3
4011
+ "const": 3,
4012
+ "description": "Unsigned 16-bit integer"
3972
4013
  },
3973
4014
  {
3974
4015
  "title": "INT16",
3975
- "const": 4
4016
+ "const": 4,
4017
+ "description": "Signed 16-bit integer"
3976
4018
  },
3977
4019
  {
3978
4020
  "title": "UINT32",
3979
- "const": 5
4021
+ "const": 5,
4022
+ "description": "Unsigned 32-bit integer"
3980
4023
  },
3981
4024
  {
3982
4025
  "title": "INT32",
3983
- "const": 6
4026
+ "const": 6,
4027
+ "description": "Signed 32-bit integer"
3984
4028
  },
3985
4029
  {
3986
4030
  "title": "FLOAT32",
3987
- "const": 7
4031
+ "const": 7,
4032
+ "description": "32-bit floating-point number"
3988
4033
  },
3989
4034
  {
3990
4035
  "title": "FLOAT64",
3991
- "const": 8
4036
+ "const": 8,
4037
+ "description": "64-bit floating-point number"
3992
4038
  }
3993
4039
  ]
3994
4040
  }
@@ -4132,39 +4178,48 @@ exports.PointCloud = {
4132
4178
  "oneOf": [
4133
4179
  {
4134
4180
  "title": "UNKNOWN",
4135
- "const": 0
4181
+ "const": 0,
4182
+ "description": "Unknown numeric type"
4136
4183
  },
4137
4184
  {
4138
4185
  "title": "UINT8",
4139
- "const": 1
4186
+ "const": 1,
4187
+ "description": "Unsigned 8-bit integer"
4140
4188
  },
4141
4189
  {
4142
4190
  "title": "INT8",
4143
- "const": 2
4191
+ "const": 2,
4192
+ "description": "Signed 8-bit integer"
4144
4193
  },
4145
4194
  {
4146
4195
  "title": "UINT16",
4147
- "const": 3
4196
+ "const": 3,
4197
+ "description": "Unsigned 16-bit integer"
4148
4198
  },
4149
4199
  {
4150
4200
  "title": "INT16",
4151
- "const": 4
4201
+ "const": 4,
4202
+ "description": "Signed 16-bit integer"
4152
4203
  },
4153
4204
  {
4154
4205
  "title": "UINT32",
4155
- "const": 5
4206
+ "const": 5,
4207
+ "description": "Unsigned 32-bit integer"
4156
4208
  },
4157
4209
  {
4158
4210
  "title": "INT32",
4159
- "const": 6
4211
+ "const": 6,
4212
+ "description": "Signed 32-bit integer"
4160
4213
  },
4161
4214
  {
4162
4215
  "title": "FLOAT32",
4163
- "const": 7
4216
+ "const": 7,
4217
+ "description": "32-bit floating-point number"
4164
4218
  },
4165
4219
  {
4166
4220
  "title": "FLOAT64",
4167
- "const": 8
4221
+ "const": 8,
4222
+ "description": "64-bit floating-point number"
4168
4223
  }
4169
4224
  ]
4170
4225
  }
@@ -4207,7 +4262,8 @@ exports.PointsAnnotation = {
4207
4262
  "oneOf": [
4208
4263
  {
4209
4264
  "title": "UNKNOWN",
4210
- "const": 0
4265
+ "const": 0,
4266
+ "description": "Unknown points annotation type"
4211
4267
  },
4212
4268
  {
4213
4269
  "title": "POINTS",
@@ -4633,26 +4689,26 @@ exports.RawImage = {
4633
4689
  "width": {
4634
4690
  "type": "integer",
4635
4691
  "minimum": 0,
4636
- "description": "Image width"
4692
+ "description": "Image width in pixels"
4637
4693
  },
4638
4694
  "height": {
4639
4695
  "type": "integer",
4640
4696
  "minimum": 0,
4641
- "description": "Image height"
4697
+ "description": "Image height in pixels"
4642
4698
  },
4643
4699
  "encoding": {
4644
4700
  "type": "string",
4645
- "description": "Encoding of the raw image data\n\nSupported values: `8UC1`, `8UC3`, `16UC1` (little endian), `32FC1` (little endian), `bayer_bggr8`, `bayer_gbrg8`, `bayer_grbg8`, `bayer_rggb8`, `bgr8`, `bgra8`, `mono8`, `mono16`, `rgb8`, `rgba8`, `uyvy` or `yuv422`, `yuyv` or `yuv422_yuy2`"
4701
+ "description": "Encoding of the raw image data. See the `data` field description for supported values."
4646
4702
  },
4647
4703
  "step": {
4648
4704
  "type": "integer",
4649
4705
  "minimum": 0,
4650
- "description": "Byte length of a single row"
4706
+ "description": "Byte length of a single row. This is usually some multiple of `width` depending on the encoding, but can be greater to incorporate padding."
4651
4707
  },
4652
4708
  "data": {
4653
4709
  "type": "string",
4654
4710
  "contentEncoding": "base64",
4655
- "description": "Raw image data"
4711
+ "description": "Raw image data.\n\nFor each `encoding` value, the `data` field contains image pixel data serialized as follows:\n\n- `yuv422` or `uyvy`:\n - Pixel colors are decomposed into [Y'UV](https://en.wikipedia.org/wiki/Y%E2%80%B2UV) channels.\n - Pixel channel values are represented as unsigned 8-bit integers.\n - U and V values are shared between horizontal pairs of pixels. Each pair of output pixels is serialized as [U, Y1, V, Y2].\n - `step` must be greater than or equal to `width` * 2.\n- `yuv422_yuy2` or `yuyv`:\n - Pixel colors are decomposed into [Y'UV](https://en.wikipedia.org/wiki/Y%E2%80%B2UV) channels.\n - Pixel channel values are represented as unsigned 8-bit integers.\n - U and V values are shared between horizontal pairs of pixels. Each pair of output pixels is encoded as [Y1, U, Y2, V].\n - `step` must be greater than or equal to `width` * 2.\n- `rgb8`:\n - Pixel colors are decomposed into Red, Green, and Blue channels.\n - Pixel channel values are represented as unsigned 8-bit integers.\n - Each output pixel is serialized as [R, G, B].\n - `step` must be greater than or equal to `width` * 3.\n- `rgba8`:\n - Pixel colors are decomposed into Red, Green, Blue, and Alpha channels.\n - Pixel channel values are represented as unsigned 8-bit integers.\n - Each output pixel is serialized as [R, G, B, Alpha].\n - `step` must be greater than or equal to `width` * 4.\n- `bgr8` or `8UC3`:\n - Pixel colors are decomposed into Red, Blue, Green, and Alpha channels.\n - Pixel channel values are represented as unsigned 8-bit integers.\n - Each output pixel is serialized as [B, G, R].\n - `step` must be greater than or equal to `width` * 3.\n- `bgra8`:\n - Pixel colors are decomposed into Blue, Green, Red, and Alpha channels.\n - Pixel channel values are represented as unsigned 8-bit integers.\n - Each output pixel is encoded as [B, G, R, Alpha].\n - `step` must be greater than or equal to `width` * 4.\n- `32FC1`:\n - Pixel brightness is represented as a single-channel, 32-bit little-endian IEEE 754 floating-point value, ranging from 0.0 (black) to 1.0 (white).\n - `step` must be greater than or equal to `width` * 4.\n- `bayer_rggb8`, `bayer_bggr8`, `bayer_rggb8`, `bayer_gbrg8`, or `bayer_grgb8`:\n - Pixel colors are decomposed into Red, Blue and Green channels.\n - Pixel channel values are represented as unsigned 8-bit integers, and serialized in a 2x2 bayer filter pattern.\n - The order of the four letters after `bayer_` determine the layout, so for `bayer_wxyz8` the pattern is:\n ```plaintext\n w | x\n - + -\n y | z\n ```\n - `step` must be greater than or equal to `width`.\n- `mono8` or `8UC1`:\n - Pixel brightness is represented as unsigned 8-bit integers.\n - `step` must be greater than or equal to `width`.\n- `mono16` or `16UC1`:\n - Pixel brightness is represented as 16-bit unsigned little-endian integers. Rendering of these values is controlled in [Image panel color mode settings](https://docs.foxglove.dev/docs/visualization/panels/image#general).\n - `step` must be greater than or equal to `width` * 2.\n"
4656
4712
  }
4657
4713
  }
4658
4714
  };
@@ -4944,6 +5000,24 @@ exports.TextPrimitive = {
4944
5000
  }
4945
5001
  }
4946
5002
  };
5003
+ exports.Timestamp = {
5004
+ "title": "foxglove.Timestamp",
5005
+ "description": "A timestamp composed of seconds and nanoseconds",
5006
+ "$comment": "Generated by https://github.com/foxglove/foxglove-sdk",
5007
+ "type": "object",
5008
+ "properties": {
5009
+ "sec": {
5010
+ "type": "integer",
5011
+ "minimum": 0,
5012
+ "description": "The number of seconds since a user-defined epoch"
5013
+ },
5014
+ "nsec": {
5015
+ "type": "integer",
5016
+ "minimum": 0,
5017
+ "description": "The number of nanoseconds since the sec value"
5018
+ }
5019
+ }
5020
+ };
4947
5021
  exports.TriangleListPrimitive = {
4948
5022
  "title": "foxglove.TriangleListPrimitive",
4949
5023
  "description": "A primitive representing a set of triangles or a surface tiled by triangles",
@@ -5118,4 +5192,5 @@ exports.Vector3 = {
5118
5192
  }
5119
5193
  }
5120
5194
  };
5195
+ exports.Time = exports.Timestamp;
5121
5196
  //# sourceMappingURL=index.js.map