@wandelbots/nova-api 26.6.0-dev.148 → 26.6.0-dev.149

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.
@@ -5128,7 +5128,7 @@ declare const TcpVelocityResponseKindEnum: {
5128
5128
  };
5129
5129
  type TcpVelocityResponseKindEnum = typeof TcpVelocityResponseKindEnum[keyof typeof TcpVelocityResponseKindEnum];
5130
5130
  /**
5131
- * The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified in order to obtain state from the robot.
5131
+ * The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified to obtain state from the robot.
5132
5132
  */
5133
5133
  interface TechmanController {
5134
5134
  'kind': TechmanControllerKindEnum;
@@ -5149,7 +5149,7 @@ declare const TechmanControllerKindEnum: {
5149
5149
  };
5150
5150
  type TechmanControllerKindEnum = typeof TechmanControllerKindEnum[keyof typeof TechmanControllerKindEnum];
5151
5151
  /**
5152
- * The RTRS server configuration for real-time communication.
5152
+ * RTRS server configuration for real-time communication.
5153
5153
  */
5154
5154
  interface TechmanControllerRtrs {
5155
5155
  'ip': string;
@@ -5128,7 +5128,7 @@ declare const TcpVelocityResponseKindEnum: {
5128
5128
  };
5129
5129
  type TcpVelocityResponseKindEnum = typeof TcpVelocityResponseKindEnum[keyof typeof TcpVelocityResponseKindEnum];
5130
5130
  /**
5131
- * The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified in order to obtain state from the robot.
5131
+ * The configuration of a physical Techman robot controller has to contain an IP address. Additionally an RTRS server configuration has to be specified to obtain state from the robot.
5132
5132
  */
5133
5133
  interface TechmanController {
5134
5134
  'kind': TechmanControllerKindEnum;
@@ -5149,7 +5149,7 @@ declare const TechmanControllerKindEnum: {
5149
5149
  };
5150
5150
  type TechmanControllerKindEnum = typeof TechmanControllerKindEnum[keyof typeof TechmanControllerKindEnum];
5151
5151
  /**
5152
- * The RTRS server configuration for real-time communication.
5152
+ * RTRS server configuration for real-time communication.
5153
5153
  */
5154
5154
  interface TechmanControllerRtrs {
5155
5155
  'ip': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.6.0-dev.148",
3
+ "version": "26.6.0-dev.149",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [