@wandelbots/nova-js 4.6.1 → 4.7.0-pr.327.65b2b2d
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.
- package/dist/{Nova-DkLY-jzF.d.mts → Nova-Cqw3a5US.d.mts} +918 -278
- package/dist/Nova-Cqw3a5US.d.mts.map +1 -0
- package/dist/experimental/math/index.d.mts +1 -1
- package/dist/experimental/nats/index.d.mts +1 -1
- package/dist/v2/index.d.mts +2 -2
- package/dist/v2/index.mjs +725 -309
- package/dist/v2/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/Nova-DkLY-jzF.d.mts.map +0 -1
package/dist/v2/index.mjs
CHANGED
|
@@ -3,41 +3,15 @@ import { i as guardedPageReload, n as loginWithAuth0, o as availableStorage, s a
|
|
|
3
3
|
import { a as parseNovaInstanceUrl } from "../converters-DnG1fX23.mjs";
|
|
4
4
|
import globalAxios, { AxiosError, isAxiosError } from "axios";
|
|
5
5
|
import * as pathToRegexp from "path-to-regexp";
|
|
6
|
-
//#region node_modules/.pnpm/@wandelbots+nova-api@26.
|
|
7
|
-
function _typeof(o) {
|
|
8
|
-
"@babel/helpers - typeof";
|
|
9
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
10
|
-
return typeof o;
|
|
11
|
-
} : function(o) {
|
|
12
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
13
|
-
}, _typeof(o);
|
|
14
|
-
}
|
|
15
|
-
function toPrimitive(t, r) {
|
|
16
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
17
|
-
var e = t[Symbol.toPrimitive];
|
|
18
|
-
if (void 0 !== e) {
|
|
19
|
-
var i = e.call(t, r || "default");
|
|
20
|
-
if ("object" != _typeof(i)) return i;
|
|
21
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22
|
-
}
|
|
23
|
-
return ("string" === r ? String : Number)(t);
|
|
24
|
-
}
|
|
25
|
-
function toPropertyKey(t) {
|
|
26
|
-
var i = toPrimitive(t, "string");
|
|
27
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
28
|
-
}
|
|
29
|
-
function _defineProperty(e, r, t) {
|
|
30
|
-
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
31
|
-
value: t,
|
|
32
|
-
enumerable: !0,
|
|
33
|
-
configurable: !0,
|
|
34
|
-
writable: !0
|
|
35
|
-
}) : e[r] = t, e;
|
|
36
|
-
}
|
|
37
|
-
//#endregion
|
|
38
|
-
//#region node_modules/.pnpm/@wandelbots+nova-api@26.5.3/node_modules/@wandelbots/nova-api/dist/v2/index.js
|
|
6
|
+
//#region node_modules/.pnpm/@wandelbots+nova-api@26.6.0/node_modules/@wandelbots/nova-api/dist/v2/index.js
|
|
39
7
|
var v2_exports = /* @__PURE__ */ __exportAll({
|
|
40
8
|
AbbControllerKindEnum: () => AbbControllerKindEnum,
|
|
9
|
+
ActionChunkRequestMessageTypeEnum: () => ActionChunkRequestMessageTypeEnum,
|
|
10
|
+
ActionChunkResponseKindEnum: () => ActionChunkResponseKindEnum,
|
|
11
|
+
ActionChunkStreamingApi: () => ActionChunkStreamingApi,
|
|
12
|
+
ActionChunkStreamingApiAxiosParamCreator: () => ActionChunkStreamingApiAxiosParamCreator,
|
|
13
|
+
ActionChunkStreamingApiFactory: () => ActionChunkStreamingApiFactory,
|
|
14
|
+
ActionChunkStreamingApiFp: () => ActionChunkStreamingApiFp,
|
|
41
15
|
ApplicationApi: () => ApplicationApi,
|
|
42
16
|
ApplicationApiAxiosParamCreator: () => ApplicationApiAxiosParamCreator,
|
|
43
17
|
ApplicationApiFactory: () => ApplicationApiFactory,
|
|
@@ -53,6 +27,8 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
53
27
|
BlendingPositionBlendingNameEnum: () => BlendingPositionBlendingNameEnum,
|
|
54
28
|
BlendingSpace: () => BlendingSpace,
|
|
55
29
|
BooleanValueValueTypeEnum: () => BooleanValueValueTypeEnum,
|
|
30
|
+
BostondynamicsControllerKindEnum: () => BostondynamicsControllerKindEnum,
|
|
31
|
+
BostondynamicsControllerRobotTypeEnum: () => BostondynamicsControllerRobotTypeEnum,
|
|
56
32
|
BoxBoxTypeEnum: () => BoxBoxTypeEnum,
|
|
57
33
|
BoxShapeTypeEnum: () => BoxShapeTypeEnum,
|
|
58
34
|
BusIOModbusClientBusTypeEnum: () => BusIOModbusClientBusTypeEnum,
|
|
@@ -133,6 +109,8 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
133
109
|
IOOrigin: () => IOOrigin,
|
|
134
110
|
IOValueType: () => IOValueType,
|
|
135
111
|
InconsistentTrajectorySizeErrorKindEnum: () => InconsistentTrajectorySizeErrorKindEnum,
|
|
112
|
+
InitializeActionChunksRequestMessageTypeEnum: () => InitializeActionChunksRequestMessageTypeEnum,
|
|
113
|
+
InitializeActionChunksResponseKindEnum: () => InitializeActionChunksResponseKindEnum,
|
|
136
114
|
InitializeJoggingRequestMessageTypeEnum: () => InitializeJoggingRequestMessageTypeEnum,
|
|
137
115
|
InitializeJoggingResponseKindEnum: () => InitializeJoggingResponseKindEnum,
|
|
138
116
|
InitializeMovementRequestMessageTypeEnum: () => InitializeMovementRequestMessageTypeEnum,
|
|
@@ -154,8 +132,7 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
154
132
|
JointTypeEnum: () => JointTypeEnum,
|
|
155
133
|
JointVelocityRequestMessageTypeEnum: () => JointVelocityRequestMessageTypeEnum,
|
|
156
134
|
JointVelocityResponseKindEnum: () => JointVelocityResponseKindEnum,
|
|
157
|
-
|
|
158
|
-
JointWaypointsResponseKindEnum: () => JointWaypointsResponseKindEnum,
|
|
135
|
+
JointWaypointKindEnum: () => JointWaypointKindEnum,
|
|
159
136
|
KinematicBranchElbow: () => KinematicBranchElbow,
|
|
160
137
|
KinematicBranchShoulder: () => KinematicBranchShoulder,
|
|
161
138
|
KinematicBranchWrist: () => KinematicBranchWrist,
|
|
@@ -189,7 +166,8 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
189
166
|
NOVACloudApiFactory: () => NOVACloudApiFactory,
|
|
190
167
|
NOVACloudApiFp: () => NOVACloudApiFp,
|
|
191
168
|
NanValueErrorKindEnum: () => NanValueErrorKindEnum,
|
|
192
|
-
|
|
169
|
+
NetworkBackend: () => NetworkBackend,
|
|
170
|
+
NetworkLinkState: () => NetworkLinkState,
|
|
193
171
|
OperatingState: () => OperatingState,
|
|
194
172
|
OperationMode: () => OperationMode,
|
|
195
173
|
OrientationType: () => OrientationType,
|
|
@@ -200,6 +178,8 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
200
178
|
PathDirectionConstrainedJointPTPPathDefinitionNameEnum: () => PathDirectionConstrainedJointPTPPathDefinitionNameEnum,
|
|
201
179
|
PathJointPTPPathDefinitionNameEnum: () => PathJointPTPPathDefinitionNameEnum,
|
|
202
180
|
PathLinePathDefinitionNameEnum: () => PathLinePathDefinitionNameEnum,
|
|
181
|
+
PauseActionChunksRequestMessageTypeEnum: () => PauseActionChunksRequestMessageTypeEnum,
|
|
182
|
+
PauseActionChunksResponseKindEnum: () => PauseActionChunksResponseKindEnum,
|
|
203
183
|
PauseJoggingRequestMessageTypeEnum: () => PauseJoggingRequestMessageTypeEnum,
|
|
204
184
|
PauseJoggingResponseKindEnum: () => PauseJoggingResponseKindEnum,
|
|
205
185
|
PauseMovementRequestMessageTypeEnum: () => PauseMovementRequestMessageTypeEnum,
|
|
@@ -207,8 +187,7 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
207
187
|
PlaneShapeTypeEnum: () => PlaneShapeTypeEnum,
|
|
208
188
|
PlaybackSpeedRequestMessageTypeEnum: () => PlaybackSpeedRequestMessageTypeEnum,
|
|
209
189
|
PlaybackSpeedResponseKindEnum: () => PlaybackSpeedResponseKindEnum,
|
|
210
|
-
|
|
211
|
-
PoseWaypointsResponseKindEnum: () => PoseWaypointsResponseKindEnum,
|
|
190
|
+
PoseWaypointKindEnum: () => PoseWaypointKindEnum,
|
|
212
191
|
ProfinetIODirection: () => ProfinetIODirection,
|
|
213
192
|
ProfinetIOTypeEnum: () => ProfinetIOTypeEnum,
|
|
214
193
|
ProgramApi: () => ProgramApi,
|
|
@@ -243,6 +222,9 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
243
222
|
SphereShapeTypeEnum: () => SphereShapeTypeEnum,
|
|
244
223
|
StartMovementRequestMessageTypeEnum: () => StartMovementRequestMessageTypeEnum,
|
|
245
224
|
StartMovementResponseKindEnum: () => StartMovementResponseKindEnum,
|
|
225
|
+
StaubliControllerKindEnum: () => StaubliControllerKindEnum,
|
|
226
|
+
StopActionChunksRequestMessageTypeEnum: () => StopActionChunksRequestMessageTypeEnum,
|
|
227
|
+
StopActionChunksResponseKindEnum: () => StopActionChunksResponseKindEnum,
|
|
246
228
|
StorageKeySourceEnum: () => StorageKeySourceEnum,
|
|
247
229
|
StoreCollisionComponentsApi: () => StoreCollisionComponentsApi,
|
|
248
230
|
StoreCollisionComponentsApiAxiosParamCreator: () => StoreCollisionComponentsApiAxiosParamCreator,
|
|
@@ -263,6 +245,7 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
263
245
|
TcpRequiredErrorKindEnum: () => TcpRequiredErrorKindEnum,
|
|
264
246
|
TcpVelocityRequestMessageTypeEnum: () => TcpVelocityRequestMessageTypeEnum,
|
|
265
247
|
TcpVelocityResponseKindEnum: () => TcpVelocityResponseKindEnum,
|
|
248
|
+
TechmanControllerKindEnum: () => TechmanControllerKindEnum,
|
|
266
249
|
ToolValueSourceEnum: () => ToolValueSourceEnum,
|
|
267
250
|
TorqueExceededErrorKindEnum: () => TorqueExceededErrorKindEnum,
|
|
268
251
|
TrajectoryCachingApi: () => TrajectoryCachingApi,
|
|
@@ -286,7 +269,11 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
286
269
|
TrajectoryRunningKindEnum: () => TrajectoryRunningKindEnum,
|
|
287
270
|
TrajectoryWaitForIOKindEnum: () => TrajectoryWaitForIOKindEnum,
|
|
288
271
|
UnitType: () => UnitType,
|
|
272
|
+
UnitreeControllerKindEnum: () => UnitreeControllerKindEnum,
|
|
273
|
+
UnitreeControllerRobotTypeEnum: () => UnitreeControllerRobotTypeEnum,
|
|
289
274
|
UniversalrobotsControllerKindEnum: () => UniversalrobotsControllerKindEnum,
|
|
275
|
+
UnpauseActionChunksRequestMessageTypeEnum: () => UnpauseActionChunksRequestMessageTypeEnum,
|
|
276
|
+
UnpauseActionChunksResponseKindEnum: () => UnpauseActionChunksResponseKindEnum,
|
|
290
277
|
VersionApi: () => VersionApi,
|
|
291
278
|
VersionApiAxiosParamCreator: () => VersionApiAxiosParamCreator,
|
|
292
279
|
VersionApiFactory: () => VersionApiFactory,
|
|
@@ -308,6 +295,36 @@ var v2_exports = /* @__PURE__ */ __exportAll({
|
|
|
308
295
|
ZodValidationErrorErrorCodeEnum: () => ZodValidationErrorErrorCodeEnum,
|
|
309
296
|
operationServerMap: () => operationServerMap
|
|
310
297
|
});
|
|
298
|
+
function _typeof(o) {
|
|
299
|
+
"@babel/helpers - typeof";
|
|
300
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
301
|
+
return typeof o;
|
|
302
|
+
} : function(o) {
|
|
303
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
304
|
+
}, _typeof(o);
|
|
305
|
+
}
|
|
306
|
+
function toPrimitive(t, r) {
|
|
307
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
308
|
+
var e = t[Symbol.toPrimitive];
|
|
309
|
+
if (void 0 !== e) {
|
|
310
|
+
var i = e.call(t, r || "default");
|
|
311
|
+
if ("object" != _typeof(i)) return i;
|
|
312
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
313
|
+
}
|
|
314
|
+
return ("string" === r ? String : Number)(t);
|
|
315
|
+
}
|
|
316
|
+
function toPropertyKey(t) {
|
|
317
|
+
var i = toPrimitive(t, "string");
|
|
318
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
319
|
+
}
|
|
320
|
+
function _defineProperty(e, r, t) {
|
|
321
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
322
|
+
value: t,
|
|
323
|
+
enumerable: !0,
|
|
324
|
+
configurable: !0,
|
|
325
|
+
writable: !0
|
|
326
|
+
}) : e[r] = t, e;
|
|
327
|
+
}
|
|
311
328
|
const BASE_PATH = "/api/v2".replace(/\/+$/, "");
|
|
312
329
|
const COLLECTION_FORMATS = {
|
|
313
330
|
csv: ",",
|
|
@@ -347,7 +364,7 @@ const setBearerAuthToObject = async function(object, configuration) {
|
|
|
347
364
|
};
|
|
348
365
|
function setFlattenedQueryParams(urlSearchParams, parameter, key = "") {
|
|
349
366
|
if (parameter == null) return;
|
|
350
|
-
if (typeof parameter === "object") if (Array.isArray(parameter)) parameter.forEach((item) => setFlattenedQueryParams(urlSearchParams, item, key));
|
|
367
|
+
if (typeof parameter === "object") if (Array.isArray(parameter) || parameter instanceof Set) parameter.forEach((item) => setFlattenedQueryParams(urlSearchParams, item, key));
|
|
351
368
|
else Object.keys(parameter).forEach((currentKey) => setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== "" ? "." : ""}${currentKey}`));
|
|
352
369
|
else if (urlSearchParams.has(key)) urlSearchParams.append(key, parameter);
|
|
353
370
|
else urlSearchParams.set(key, parameter);
|
|
@@ -357,9 +374,18 @@ const setSearchParams = function(url, ...objects) {
|
|
|
357
374
|
setFlattenedQueryParams(searchParams, objects);
|
|
358
375
|
url.search = searchParams.toString();
|
|
359
376
|
};
|
|
377
|
+
/**
|
|
378
|
+
* JSON serialization helper function which replaces instances of unserializable types with serializable ones.
|
|
379
|
+
* This function will run for every key-value pair encountered by JSON.stringify while traversing an object.
|
|
380
|
+
* Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.
|
|
381
|
+
*/
|
|
382
|
+
const replaceWithSerializableTypeIfNeeded = function(key, value) {
|
|
383
|
+
if (value instanceof Set) return Array.from(value);
|
|
384
|
+
else return value;
|
|
385
|
+
};
|
|
360
386
|
const serializeDataIfNeeded = function(value, requestOptions, configuration) {
|
|
361
387
|
const nonString = typeof value !== "string";
|
|
362
|
-
return (nonString && configuration && configuration.isJsonMime ? configuration.isJsonMime(requestOptions.headers["Content-Type"]) : nonString) ? JSON.stringify(value !== void 0 ? value : {}) : value || "";
|
|
388
|
+
return (nonString && configuration && configuration.isJsonMime ? configuration.isJsonMime(requestOptions.headers["Content-Type"]) : nonString) ? JSON.stringify(value !== void 0 ? value : {}, replaceWithSerializableTypeIfNeeded) : value || "";
|
|
363
389
|
};
|
|
364
390
|
const toPathString = function(url) {
|
|
365
391
|
return url.pathname + url.search + url.hash;
|
|
@@ -374,6 +400,8 @@ const createRequestFunction = function(axiosArgs, globalAxios, BASE_PATH, config
|
|
|
374
400
|
};
|
|
375
401
|
};
|
|
376
402
|
const AbbControllerKindEnum = { AbbController: "AbbController" };
|
|
403
|
+
const ActionChunkRequestMessageTypeEnum = { ActionChunkRequest: "ActionChunkRequest" };
|
|
404
|
+
const ActionChunkResponseKindEnum = { ActionChunkReceived: "ACTION_CHUNK_RECEIVED" };
|
|
377
405
|
/**
|
|
378
406
|
* ## BEHAVIOR_AUTOMATIC This is the default behavior. The motion groups of the controller take commanded joint configuration as actual joint state. Configures the compliance of the virtual robot with the normal ControllerState cycle time. If set, the virtual robot will act like a physical one, e.g., with a cycle time of 8ms to respond to a new joint state command. ## BEHAVIOR_AUTOMATIC_NOT_COMPLY_WITH_CYCLETIME Configures the compliance of the virtual robot with the normal ControllerState cycle time. If set, the robot will respond as fast as possible, limited only by software execution speed. Because of that, the execution of a movement requires less time than with BEHAVIOR_AUTOMATIC. ## BEHAVIOR_EXTERNAL_SOURCE The external client is the only source of actual joint state changes. This mode is used to enable third party software indicating the current joint state via [externalJointsStream](#/operations/externalJointsStream).
|
|
379
407
|
*/
|
|
@@ -392,6 +420,8 @@ const BlendingSpace = {
|
|
|
392
420
|
Cartesian: "CARTESIAN"
|
|
393
421
|
};
|
|
394
422
|
const BooleanValueValueTypeEnum = { Boolean: "boolean" };
|
|
423
|
+
const BostondynamicsControllerKindEnum = { BostondynamicsController: "BostondynamicsController" };
|
|
424
|
+
const BostondynamicsControllerRobotTypeEnum = { Spot: "spot" };
|
|
395
425
|
const BoxShapeTypeEnum = { Box: "box" };
|
|
396
426
|
const BoxBoxTypeEnum = {
|
|
397
427
|
Hollow: "HOLLOW",
|
|
@@ -504,6 +534,8 @@ const IOValueType = {
|
|
|
504
534
|
IoValueAnalogInteger: "IO_VALUE_ANALOG_INTEGER"
|
|
505
535
|
};
|
|
506
536
|
const InconsistentTrajectorySizeErrorKindEnum = { InconsistentTrajectorySizeError: "InconsistentTrajectorySizeError" };
|
|
537
|
+
const InitializeActionChunksRequestMessageTypeEnum = { InitializeActionChunksRequest: "InitializeActionChunksRequest" };
|
|
538
|
+
const InitializeActionChunksResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
|
|
507
539
|
const InitializeJoggingRequestMessageTypeEnum = { InitializeJoggingRequest: "InitializeJoggingRequest" };
|
|
508
540
|
const InitializeJoggingResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
|
|
509
541
|
const InitializeMovementRequestMessageTypeEnum = { InitializeMovementRequest: "InitializeMovementRequest" };
|
|
@@ -524,8 +556,7 @@ const JointTypeEnum = {
|
|
|
524
556
|
};
|
|
525
557
|
const JointVelocityRequestMessageTypeEnum = { JointVelocityRequest: "JointVelocityRequest" };
|
|
526
558
|
const JointVelocityResponseKindEnum = { JointVelocityReceived: "JOINT_VELOCITY_RECEIVED" };
|
|
527
|
-
const
|
|
528
|
-
const JointWaypointsResponseKindEnum = { JointWaypointsReceived: "JOINT_WAYPOINTS_RECEIVED" };
|
|
559
|
+
const JointWaypointKindEnum = { Joints: "JOINTS" };
|
|
529
560
|
const KinematicBranchElbow = {
|
|
530
561
|
Up: "UP",
|
|
531
562
|
Down: "DOWN"
|
|
@@ -549,9 +580,12 @@ const LicenseStatusEnum = {
|
|
|
549
580
|
const LinkChainValueSourceEnum = { Value: "value" };
|
|
550
581
|
const Manufacturer = {
|
|
551
582
|
Abb: "abb",
|
|
583
|
+
Bostondynamics: "bostondynamics",
|
|
552
584
|
Fanuc: "fanuc",
|
|
553
585
|
Kuka: "kuka",
|
|
554
586
|
Staubli: "staubli",
|
|
587
|
+
Techman: "techman",
|
|
588
|
+
Unitree: "unitree",
|
|
555
589
|
Universalrobots: "universalrobots",
|
|
556
590
|
Yaskawa: "yaskawa"
|
|
557
591
|
};
|
|
@@ -587,12 +621,19 @@ const ModbusIOTypeEnum = {
|
|
|
587
621
|
};
|
|
588
622
|
const MovementErrorResponseKindEnum = { MotionError: "MOTION_ERROR" };
|
|
589
623
|
const NanValueErrorKindEnum = { NanValueError: "NanValueError" };
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
624
|
+
/**
|
|
625
|
+
* Network attachment method used to expose the interface to workloads.
|
|
626
|
+
*/
|
|
627
|
+
const NetworkBackend = {
|
|
628
|
+
Macvlan: "macvlan",
|
|
629
|
+
Sriov: "sriov"
|
|
630
|
+
};
|
|
631
|
+
/**
|
|
632
|
+
* Link state of the physical interface.
|
|
633
|
+
*/
|
|
634
|
+
const NetworkLinkState = {
|
|
635
|
+
Up: "up",
|
|
636
|
+
Down: "down"
|
|
596
637
|
};
|
|
597
638
|
/**
|
|
598
639
|
* The operating state.
|
|
@@ -654,6 +695,8 @@ const PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum = { DirectionCo
|
|
|
654
695
|
const PathDirectionConstrainedJointPTPPathDefinitionNameEnum = { DirectionConstrainedJointPtp: "DirectionConstrainedJointPTP" };
|
|
655
696
|
const PathJointPTPPathDefinitionNameEnum = { PathJointPtp: "PathJointPTP" };
|
|
656
697
|
const PathLinePathDefinitionNameEnum = { PathLine: "PathLine" };
|
|
698
|
+
const PauseActionChunksRequestMessageTypeEnum = { PauseActionChunksRequest: "PauseActionChunksRequest" };
|
|
699
|
+
const PauseActionChunksResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
657
700
|
const PauseJoggingRequestMessageTypeEnum = { PauseJoggingRequest: "PauseJoggingRequest" };
|
|
658
701
|
const PauseJoggingResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
659
702
|
const PauseMovementRequestMessageTypeEnum = { PauseMovementRequest: "PauseMovementRequest" };
|
|
@@ -661,8 +704,7 @@ const PauseMovementResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
|
661
704
|
const PlaneShapeTypeEnum = { Plane: "plane" };
|
|
662
705
|
const PlaybackSpeedRequestMessageTypeEnum = { PlaybackSpeedRequest: "PlaybackSpeedRequest" };
|
|
663
706
|
const PlaybackSpeedResponseKindEnum = { PlaybackSpeedReceived: "PLAYBACK_SPEED_RECEIVED" };
|
|
664
|
-
const
|
|
665
|
-
const PoseWaypointsResponseKindEnum = { PoseWaypointsReceived: "POSE_WAYPOINTS_RECEIVED" };
|
|
707
|
+
const PoseWaypointKindEnum = { Pose: "POSE" };
|
|
666
708
|
/**
|
|
667
709
|
* The direction of the input/output variable, indicating whether it is an input or output for the PROFINET device, e.g., NOVA\'s PROFINET service.
|
|
668
710
|
*/
|
|
@@ -774,7 +816,7 @@ const SettableRobotSystemMode = {
|
|
|
774
816
|
ModeControl: "MODE_CONTROL"
|
|
775
817
|
};
|
|
776
818
|
/**
|
|
777
|
-
* <!-- theme: danger --> > > **Experimental** Strategy used to deal with wrist singularities along a cartesian path. > > - `NONE`: No special handling; a singularity ends the path. > - `PALLETIZING_WRIST`: When performing a palletizing motion, attempt to bridge a wrist singularity by flipping the wrist branch. > A palletizing motion is a motion where the flange axis of rotation is
|
|
819
|
+
* <!-- theme: danger --> > > **Experimental** Strategy used to deal with wrist singularities along a cartesian path. > > - `NONE`: No special handling; a singularity ends the path. > - `PALLETIZING_WRIST`: When performing a palletizing motion, attempt to bridge a wrist singularity by flipping the wrist branch. > A palletizing motion is a motion where the flange axis of rotation is alway parallel to the base axis of rotation. > This flag is supported for all robots except FANUC CRX and ABB GoFa. > - `ADAPTIVE_SAMPLING`: Alternative cartesian solver that re-samples the path in proximity to a singularity.
|
|
778
820
|
*/
|
|
779
821
|
const SingularityHandling = {
|
|
780
822
|
None: "NONE",
|
|
@@ -820,10 +862,14 @@ const Snap7IOTypeEnum = {
|
|
|
820
862
|
const SphereShapeTypeEnum = { Sphere: "sphere" };
|
|
821
863
|
const StartMovementRequestMessageTypeEnum = { StartMovementRequest: "StartMovementRequest" };
|
|
822
864
|
const StartMovementResponseKindEnum = { StartReceived: "START_RECEIVED" };
|
|
865
|
+
const StaubliControllerKindEnum = { StaubliController: "StaubliController" };
|
|
866
|
+
const StopActionChunksRequestMessageTypeEnum = { StopActionChunksRequest: "StopActionChunksRequest" };
|
|
867
|
+
const StopActionChunksResponseKindEnum = { StopReceived: "STOP_RECEIVED" };
|
|
823
868
|
const StorageKeySourceEnum = { Key: "key" };
|
|
824
869
|
const TcpRequiredErrorKindEnum = { TcpRequiredError: "TcpRequiredError" };
|
|
825
870
|
const TcpVelocityRequestMessageTypeEnum = { TcpVelocityRequest: "TcpVelocityRequest" };
|
|
826
871
|
const TcpVelocityResponseKindEnum = { TcpVelocityReceived: "TCP_VELOCITY_RECEIVED" };
|
|
872
|
+
const TechmanControllerKindEnum = { TechmanController: "TechmanController" };
|
|
827
873
|
const ToolValueSourceEnum = { Value: "value" };
|
|
828
874
|
const TorqueExceededErrorKindEnum = { TorqueExceededError: "TorqueExceededError" };
|
|
829
875
|
const TrajectoryDataMessageTypeEnum = { TrajectoryData: "TrajectoryData" };
|
|
@@ -849,11 +895,94 @@ const UnitType = {
|
|
|
849
895
|
UnitNewtonMeter: "UNIT_NEWTON_METER",
|
|
850
896
|
UnitMeter: "UNIT_METER"
|
|
851
897
|
};
|
|
898
|
+
const UnitreeControllerKindEnum = { UnitreeController: "UnitreeController" };
|
|
899
|
+
const UnitreeControllerRobotTypeEnum = {
|
|
900
|
+
Go2: "go2",
|
|
901
|
+
G1: "g1",
|
|
902
|
+
B2: "b2",
|
|
903
|
+
H1: "h1"
|
|
904
|
+
};
|
|
852
905
|
const UniversalrobotsControllerKindEnum = { UniversalrobotsController: "UniversalrobotsController" };
|
|
906
|
+
const UnpauseActionChunksRequestMessageTypeEnum = { UnpauseActionChunksRequest: "UnpauseActionChunksRequest" };
|
|
907
|
+
const UnpauseActionChunksResponseKindEnum = { UnpauseReceived: "UNPAUSE_RECEIVED" };
|
|
853
908
|
const VirtualControllerKindEnum = { VirtualController: "VirtualController" };
|
|
854
909
|
const YaskawaControllerKindEnum = { YaskawaController: "YaskawaController" };
|
|
855
910
|
const ZodValidationErrorErrorCodeEnum = { ValidationError: "validation_error" };
|
|
856
911
|
/**
|
|
912
|
+
* ActionChunkStreamingApi - axios parameter creator
|
|
913
|
+
*/
|
|
914
|
+
const ActionChunkStreamingApiAxiosParamCreator = function(configuration) {
|
|
915
|
+
return { executeActionChunks: async (cell, controller, executeActionChunksRequest, options = {}) => {
|
|
916
|
+
assertParamExists("executeActionChunks", "cell", cell);
|
|
917
|
+
assertParamExists("executeActionChunks", "controller", controller);
|
|
918
|
+
assertParamExists("executeActionChunks", "executeActionChunksRequest", executeActionChunksRequest);
|
|
919
|
+
const localVarPath = `/experimental/cells/{cell}/controllers/{controller}/execution/action-chunk-streaming`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
920
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
921
|
+
let baseOptions;
|
|
922
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
923
|
+
const localVarRequestOptions = {
|
|
924
|
+
method: "GET",
|
|
925
|
+
...baseOptions,
|
|
926
|
+
...options
|
|
927
|
+
};
|
|
928
|
+
const localVarHeaderParameter = {};
|
|
929
|
+
const localVarQueryParameter = {};
|
|
930
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
931
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
932
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
933
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
934
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
935
|
+
localVarRequestOptions.headers = {
|
|
936
|
+
...localVarHeaderParameter,
|
|
937
|
+
...headersFromBaseOptions,
|
|
938
|
+
...options.headers
|
|
939
|
+
};
|
|
940
|
+
localVarRequestOptions.data = serializeDataIfNeeded(executeActionChunksRequest, localVarRequestOptions, configuration);
|
|
941
|
+
return {
|
|
942
|
+
url: toPathString(localVarUrlObj),
|
|
943
|
+
options: localVarRequestOptions
|
|
944
|
+
};
|
|
945
|
+
} };
|
|
946
|
+
};
|
|
947
|
+
/**
|
|
948
|
+
* ActionChunkStreamingApi - functional programming interface
|
|
949
|
+
*/
|
|
950
|
+
const ActionChunkStreamingApiFp = function(configuration) {
|
|
951
|
+
const localVarAxiosParamCreator = ActionChunkStreamingApiAxiosParamCreator(configuration);
|
|
952
|
+
return { async executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
953
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.executeActionChunks(cell, controller, executeActionChunksRequest, options);
|
|
954
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
955
|
+
const localVarOperationServerBasePath = operationServerMap["ActionChunkStreamingApi.executeActionChunks"]?.[localVarOperationServerIndex]?.url;
|
|
956
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
957
|
+
} };
|
|
958
|
+
};
|
|
959
|
+
/**
|
|
960
|
+
* ActionChunkStreamingApi - factory interface
|
|
961
|
+
*/
|
|
962
|
+
const ActionChunkStreamingApiFactory = function(configuration, basePath, axios) {
|
|
963
|
+
const localVarFp = ActionChunkStreamingApiFp(configuration);
|
|
964
|
+
return { executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
965
|
+
return localVarFp.executeActionChunks(cell, controller, executeActionChunksRequest, options).then((request) => request(axios, basePath));
|
|
966
|
+
} };
|
|
967
|
+
};
|
|
968
|
+
/**
|
|
969
|
+
* ActionChunkStreamingApi - object-oriented interface
|
|
970
|
+
*/
|
|
971
|
+
var ActionChunkStreamingApi = class extends BaseAPI {
|
|
972
|
+
/**
|
|
973
|
+
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: danger --> > **Experimental** > > This endpoint is experimental and its behavior may change in future releases. > Websocket endpoint Provides action chunk control for a motion group. An action chunk is a queue of timed waypoints that the robot moves through by best effort. This can be used for realtime action chunk streaming, e.g., from a Vision-Language-Action (VLA) model. ### Preconditions The motion group is not moved by any other endpoint. ### Requests #### 1. Send `InitializeActionChunksRequest` to configure the action chunk. - Sets the robot controller mode to control mode. - Claims the motion group. For robotic arms, TCP is required to ensure that limits, including TCP limits, are respected. > **NOTE** > > By default, the robot controller returns to monitor mode after each movement, which causes a pause before the next movement starts. > To keep the motors activated and avoid this pause between sequential movements, set control mode as the controller\'s default with [setDefaultMode](#/operations/setDefaultMode). #### 2. Send `ActionChunk`s to stream waypoints. - The first message starts an internal clock. - Each waypoint carries a timestamp relative to that clock for when it should be reached. - Existing waypoints in the queue that are older than the first new timestamp are removed. - The current session timestamp is reported in `execute.details.jogger_session_timestamp_ms` of the [streamRobotControllerState](#/operations/streamRobotControllerState) endpoint. #### 3. Stop the motion - Send `PauseActionChunksRequest` to stop the motion. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeActionChunksResponse` after `InitializeActionChunksRequest` - `ActionChunkResponse` after `ActionChunkRequest` - `PauseActionChunksResponse` after `PauseActionChunksRequest` The responses confirm that the requests were received. They do not signal that the operation was successful; check the [motion group state](#/operations/streamMotionGroupState) for that. - `MovementErrorResponse` with error details is sent in case of an unexpected error, e.g., controller disconnects during moving. ### Tips and Tricks - Ensure that the websocket connection remains open until the action chunk motion is stopped to avoid unexpected stops. ### Robot States - The robot controller state is reported in the [streamRobotControllerState](#/operations/streamRobotControllerState) as JOGGING. - The meaning of the states is: - `RUNNING`: The robot is moving through the waypoints. The clock (`execute.details.jogger_session_timestamp_ms`) is running. - `PAUSED_BY_USER`: The robot is braking or in standstill due to a user request. The clock IS paused. - `PAUSED_NEAR_JOINT_LIMIT`: The robot is braking due to a joint limit. The clock is NOT paused. - `PAUSED_NEAR_COLLISION`: The robot is braking due to a collision. The clock is NOT paused. - `PAUSED_NEAR_SINGULARITY`: The robot is braking due to a singularity. The clock is NOT paused. - `PAUSED_NEAR_WORKSPACE_BOUNDARY`: The robot is braking due to a workspace boundary. The clock is NOT paused.
|
|
974
|
+
* @summary Execute Action Chunks
|
|
975
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
976
|
+
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
977
|
+
* @param {ExecuteActionChunksRequest} executeActionChunksRequest
|
|
978
|
+
* @param {*} [options] Override http request option.
|
|
979
|
+
* @throws {RequiredError}
|
|
980
|
+
*/
|
|
981
|
+
executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
982
|
+
return ActionChunkStreamingApiFp(this.configuration).executeActionChunks(cell, controller, executeActionChunksRequest, options).then((request) => request(this.axios, this.basePath));
|
|
983
|
+
}
|
|
984
|
+
};
|
|
985
|
+
/**
|
|
857
986
|
* ApplicationApi - axios parameter creator
|
|
858
987
|
*/
|
|
859
988
|
const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
@@ -861,7 +990,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
861
990
|
addApp: async (cell, app, completionTimeout, options = {}) => {
|
|
862
991
|
assertParamExists("addApp", "cell", cell);
|
|
863
992
|
assertParamExists("addApp", "app", app);
|
|
864
|
-
const localVarPath = `/cells/{cell}/apps`.replace(
|
|
993
|
+
const localVarPath = `/cells/{cell}/apps`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
865
994
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
866
995
|
let baseOptions;
|
|
867
996
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -890,7 +1019,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
890
1019
|
},
|
|
891
1020
|
clearApps: async (cell, completionTimeout, options = {}) => {
|
|
892
1021
|
assertParamExists("clearApps", "cell", cell);
|
|
893
|
-
const localVarPath = `/cells/{cell}/apps`.replace(
|
|
1022
|
+
const localVarPath = `/cells/{cell}/apps`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
894
1023
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
895
1024
|
let baseOptions;
|
|
896
1025
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -903,6 +1032,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
903
1032
|
const localVarQueryParameter = {};
|
|
904
1033
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
905
1034
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
1035
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
906
1036
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
907
1037
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
908
1038
|
localVarRequestOptions.headers = {
|
|
@@ -918,7 +1048,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
918
1048
|
deleteApp: async (cell, app, completionTimeout, options = {}) => {
|
|
919
1049
|
assertParamExists("deleteApp", "cell", cell);
|
|
920
1050
|
assertParamExists("deleteApp", "app", app);
|
|
921
|
-
const localVarPath = `/cells/{cell}/apps/{app}`.replace(
|
|
1051
|
+
const localVarPath = `/cells/{cell}/apps/{app}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{app}", encodeURIComponent(String(app)));
|
|
922
1052
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
923
1053
|
let baseOptions;
|
|
924
1054
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -931,6 +1061,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
931
1061
|
const localVarQueryParameter = {};
|
|
932
1062
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
933
1063
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
1064
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
934
1065
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
935
1066
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
936
1067
|
localVarRequestOptions.headers = {
|
|
@@ -946,7 +1077,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
946
1077
|
getApp: async (cell, app, options = {}) => {
|
|
947
1078
|
assertParamExists("getApp", "cell", cell);
|
|
948
1079
|
assertParamExists("getApp", "app", app);
|
|
949
|
-
const localVarPath = `/cells/{cell}/apps/{app}`.replace(
|
|
1080
|
+
const localVarPath = `/cells/{cell}/apps/{app}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{app}", encodeURIComponent(String(app)));
|
|
950
1081
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
951
1082
|
let baseOptions;
|
|
952
1083
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -958,6 +1089,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
958
1089
|
const localVarHeaderParameter = {};
|
|
959
1090
|
const localVarQueryParameter = {};
|
|
960
1091
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1092
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
961
1093
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
962
1094
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
963
1095
|
localVarRequestOptions.headers = {
|
|
@@ -972,7 +1104,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
972
1104
|
},
|
|
973
1105
|
listApps: async (cell, options = {}) => {
|
|
974
1106
|
assertParamExists("listApps", "cell", cell);
|
|
975
|
-
const localVarPath = `/cells/{cell}/apps`.replace(
|
|
1107
|
+
const localVarPath = `/cells/{cell}/apps`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
976
1108
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
977
1109
|
let baseOptions;
|
|
978
1110
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -984,6 +1116,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
984
1116
|
const localVarHeaderParameter = {};
|
|
985
1117
|
const localVarQueryParameter = {};
|
|
986
1118
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1119
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
987
1120
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
988
1121
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
989
1122
|
localVarRequestOptions.headers = {
|
|
@@ -1000,7 +1133,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
1000
1133
|
assertParamExists("updateApp", "cell", cell);
|
|
1001
1134
|
assertParamExists("updateApp", "app", app);
|
|
1002
1135
|
assertParamExists("updateApp", "app2", app2);
|
|
1003
|
-
const localVarPath = `/cells/{cell}/apps/{app}`.replace(
|
|
1136
|
+
const localVarPath = `/cells/{cell}/apps/{app}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{app}", encodeURIComponent(String(app)));
|
|
1004
1137
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1005
1138
|
let baseOptions;
|
|
1006
1139
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1014,6 +1147,7 @@ const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
|
1014
1147
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1015
1148
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
1016
1149
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1150
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1017
1151
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1018
1152
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1019
1153
|
localVarRequestOptions.headers = {
|
|
@@ -1181,7 +1315,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1181
1315
|
addBusIOService: async (cell, busIOType, completionTimeout, options = {}) => {
|
|
1182
1316
|
assertParamExists("addBusIOService", "cell", cell);
|
|
1183
1317
|
assertParamExists("addBusIOService", "busIOType", busIOType);
|
|
1184
|
-
const localVarPath = `/cells/{cell}/bus-ios`.replace(
|
|
1318
|
+
const localVarPath = `/cells/{cell}/bus-ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1185
1319
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1186
1320
|
let baseOptions;
|
|
1187
1321
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1195,6 +1329,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1195
1329
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1196
1330
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
1197
1331
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1332
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1198
1333
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1199
1334
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1200
1335
|
localVarRequestOptions.headers = {
|
|
@@ -1212,7 +1347,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1212
1347
|
assertParamExists("addModbusIO", "cell", cell);
|
|
1213
1348
|
assertParamExists("addModbusIO", "io", io);
|
|
1214
1349
|
assertParamExists("addModbusIO", "modbusIOData", modbusIOData);
|
|
1215
|
-
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios/{io}`.replace(
|
|
1350
|
+
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios/{io}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{io}", encodeURIComponent(String(io)));
|
|
1216
1351
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1217
1352
|
let baseOptions;
|
|
1218
1353
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1225,6 +1360,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1225
1360
|
const localVarQueryParameter = {};
|
|
1226
1361
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1227
1362
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1363
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1228
1364
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1229
1365
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1230
1366
|
localVarRequestOptions.headers = {
|
|
@@ -1242,7 +1378,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1242
1378
|
assertParamExists("addProfinetIO", "cell", cell);
|
|
1243
1379
|
assertParamExists("addProfinetIO", "io", io);
|
|
1244
1380
|
assertParamExists("addProfinetIO", "profinetIOData", profinetIOData);
|
|
1245
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios/{io}`.replace(
|
|
1381
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios/{io}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{io}", encodeURIComponent(String(io)));
|
|
1246
1382
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1247
1383
|
let baseOptions;
|
|
1248
1384
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1255,6 +1391,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1255
1391
|
const localVarQueryParameter = {};
|
|
1256
1392
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1257
1393
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1394
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1258
1395
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1259
1396
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1260
1397
|
localVarRequestOptions.headers = {
|
|
@@ -1272,7 +1409,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1272
1409
|
assertParamExists("addSnap7IO", "cell", cell);
|
|
1273
1410
|
assertParamExists("addSnap7IO", "io", io);
|
|
1274
1411
|
assertParamExists("addSnap7IO", "snap7IOData", snap7IOData);
|
|
1275
|
-
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios/{io}`.replace(
|
|
1412
|
+
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios/{io}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{io}", encodeURIComponent(String(io)));
|
|
1276
1413
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1277
1414
|
let baseOptions;
|
|
1278
1415
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1285,6 +1422,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1285
1422
|
const localVarQueryParameter = {};
|
|
1286
1423
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1287
1424
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1425
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1288
1426
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1289
1427
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1290
1428
|
localVarRequestOptions.headers = {
|
|
@@ -1300,7 +1438,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1300
1438
|
},
|
|
1301
1439
|
clearBusIOService: async (cell, completionTimeout, options = {}) => {
|
|
1302
1440
|
assertParamExists("clearBusIOService", "cell", cell);
|
|
1303
|
-
const localVarPath = `/cells/{cell}/bus-ios`.replace(
|
|
1441
|
+
const localVarPath = `/cells/{cell}/bus-ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1304
1442
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1305
1443
|
let baseOptions;
|
|
1306
1444
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1313,6 +1451,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1313
1451
|
const localVarQueryParameter = {};
|
|
1314
1452
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1315
1453
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
1454
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1316
1455
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1317
1456
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1318
1457
|
localVarRequestOptions.headers = {
|
|
@@ -1327,7 +1466,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1327
1466
|
},
|
|
1328
1467
|
deleteAllModbusIOs: async (cell, options = {}) => {
|
|
1329
1468
|
assertParamExists("deleteAllModbusIOs", "cell", cell);
|
|
1330
|
-
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios`.replace(
|
|
1469
|
+
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1331
1470
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1332
1471
|
let baseOptions;
|
|
1333
1472
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1339,6 +1478,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1339
1478
|
const localVarHeaderParameter = {};
|
|
1340
1479
|
const localVarQueryParameter = {};
|
|
1341
1480
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1481
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1342
1482
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1343
1483
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1344
1484
|
localVarRequestOptions.headers = {
|
|
@@ -1353,7 +1493,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1353
1493
|
},
|
|
1354
1494
|
deleteAllProfinetIOs: async (cell, options = {}) => {
|
|
1355
1495
|
assertParamExists("deleteAllProfinetIOs", "cell", cell);
|
|
1356
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios`.replace(
|
|
1496
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1357
1497
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1358
1498
|
let baseOptions;
|
|
1359
1499
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1365,6 +1505,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1365
1505
|
const localVarHeaderParameter = {};
|
|
1366
1506
|
const localVarQueryParameter = {};
|
|
1367
1507
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1508
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1368
1509
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1369
1510
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1370
1511
|
localVarRequestOptions.headers = {
|
|
@@ -1379,7 +1520,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1379
1520
|
},
|
|
1380
1521
|
deleteAllSnap7IOs: async (cell, options = {}) => {
|
|
1381
1522
|
assertParamExists("deleteAllSnap7IOs", "cell", cell);
|
|
1382
|
-
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios`.replace(
|
|
1523
|
+
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1383
1524
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1384
1525
|
let baseOptions;
|
|
1385
1526
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1391,6 +1532,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1391
1532
|
const localVarHeaderParameter = {};
|
|
1392
1533
|
const localVarQueryParameter = {};
|
|
1393
1534
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1535
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1394
1536
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1395
1537
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1396
1538
|
localVarRequestOptions.headers = {
|
|
@@ -1406,7 +1548,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1406
1548
|
deleteModbusIO: async (cell, io, options = {}) => {
|
|
1407
1549
|
assertParamExists("deleteModbusIO", "cell", cell);
|
|
1408
1550
|
assertParamExists("deleteModbusIO", "io", io);
|
|
1409
|
-
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios/{io}`.replace(
|
|
1551
|
+
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios/{io}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{io}", encodeURIComponent(String(io)));
|
|
1410
1552
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1411
1553
|
let baseOptions;
|
|
1412
1554
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1418,6 +1560,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1418
1560
|
const localVarHeaderParameter = {};
|
|
1419
1561
|
const localVarQueryParameter = {};
|
|
1420
1562
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1563
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1421
1564
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1422
1565
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1423
1566
|
localVarRequestOptions.headers = {
|
|
@@ -1433,7 +1576,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1433
1576
|
deleteProfinetIO: async (cell, io, options = {}) => {
|
|
1434
1577
|
assertParamExists("deleteProfinetIO", "cell", cell);
|
|
1435
1578
|
assertParamExists("deleteProfinetIO", "io", io);
|
|
1436
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios/{io}`.replace(
|
|
1579
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios/{io}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{io}", encodeURIComponent(String(io)));
|
|
1437
1580
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1438
1581
|
let baseOptions;
|
|
1439
1582
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1445,6 +1588,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1445
1588
|
const localVarHeaderParameter = {};
|
|
1446
1589
|
const localVarQueryParameter = {};
|
|
1447
1590
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1591
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1448
1592
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1449
1593
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1450
1594
|
localVarRequestOptions.headers = {
|
|
@@ -1460,7 +1604,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1460
1604
|
deleteSnap7IO: async (cell, io, options = {}) => {
|
|
1461
1605
|
assertParamExists("deleteSnap7IO", "cell", cell);
|
|
1462
1606
|
assertParamExists("deleteSnap7IO", "io", io);
|
|
1463
|
-
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios/{io}`.replace(
|
|
1607
|
+
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios/{io}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{io}", encodeURIComponent(String(io)));
|
|
1464
1608
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1465
1609
|
let baseOptions;
|
|
1466
1610
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1472,6 +1616,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1472
1616
|
const localVarHeaderParameter = {};
|
|
1473
1617
|
const localVarQueryParameter = {};
|
|
1474
1618
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1619
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1475
1620
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1476
1621
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1477
1622
|
localVarRequestOptions.headers = {
|
|
@@ -1486,7 +1631,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1486
1631
|
},
|
|
1487
1632
|
getBusIOService: async (cell, options = {}) => {
|
|
1488
1633
|
assertParamExists("getBusIOService", "cell", cell);
|
|
1489
|
-
const localVarPath = `/cells/{cell}/bus-ios`.replace(
|
|
1634
|
+
const localVarPath = `/cells/{cell}/bus-ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1490
1635
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1491
1636
|
let baseOptions;
|
|
1492
1637
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1498,6 +1643,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1498
1643
|
const localVarHeaderParameter = {};
|
|
1499
1644
|
const localVarQueryParameter = {};
|
|
1500
1645
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1646
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1501
1647
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1502
1648
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1503
1649
|
localVarRequestOptions.headers = {
|
|
@@ -1512,7 +1658,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1512
1658
|
},
|
|
1513
1659
|
getBusIOState: async (cell, options = {}) => {
|
|
1514
1660
|
assertParamExists("getBusIOState", "cell", cell);
|
|
1515
|
-
const localVarPath = `/cells/{cell}/bus-ios/state`.replace(
|
|
1661
|
+
const localVarPath = `/cells/{cell}/bus-ios/state`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1516
1662
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1517
1663
|
let baseOptions;
|
|
1518
1664
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1524,6 +1670,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1524
1670
|
const localVarHeaderParameter = {};
|
|
1525
1671
|
const localVarQueryParameter = {};
|
|
1526
1672
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1673
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1527
1674
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1528
1675
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1529
1676
|
localVarRequestOptions.headers = {
|
|
@@ -1538,7 +1685,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1538
1685
|
},
|
|
1539
1686
|
getBusIOValues: async (cell, ios, options = {}) => {
|
|
1540
1687
|
assertParamExists("getBusIOValues", "cell", cell);
|
|
1541
|
-
const localVarPath = `/cells/{cell}/bus-ios/ios/values`.replace(
|
|
1688
|
+
const localVarPath = `/cells/{cell}/bus-ios/ios/values`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1542
1689
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1543
1690
|
let baseOptions;
|
|
1544
1691
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1551,6 +1698,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1551
1698
|
const localVarQueryParameter = {};
|
|
1552
1699
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1553
1700
|
if (ios) localVarQueryParameter["ios"] = ios;
|
|
1701
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1554
1702
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1555
1703
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1556
1704
|
localVarRequestOptions.headers = {
|
|
@@ -1565,7 +1713,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1565
1713
|
},
|
|
1566
1714
|
getProfinetDescription: async (cell, options = {}) => {
|
|
1567
1715
|
assertParamExists("getProfinetDescription", "cell", cell);
|
|
1568
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/description`.replace(
|
|
1716
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/description`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1569
1717
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1570
1718
|
let baseOptions;
|
|
1571
1719
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1577,6 +1725,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1577
1725
|
const localVarHeaderParameter = {};
|
|
1578
1726
|
const localVarQueryParameter = {};
|
|
1579
1727
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1728
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1580
1729
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1581
1730
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1582
1731
|
localVarRequestOptions.headers = {
|
|
@@ -1591,7 +1740,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1591
1740
|
},
|
|
1592
1741
|
getProfinetGSDML: async (cell, options = {}) => {
|
|
1593
1742
|
assertParamExists("getProfinetGSDML", "cell", cell);
|
|
1594
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/gsdml`.replace(
|
|
1743
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/gsdml`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1595
1744
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1596
1745
|
let baseOptions;
|
|
1597
1746
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1603,6 +1752,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1603
1752
|
const localVarHeaderParameter = {};
|
|
1604
1753
|
const localVarQueryParameter = {};
|
|
1605
1754
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1755
|
+
localVarHeaderParameter["Accept"] = "application/xml,application/json";
|
|
1606
1756
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1607
1757
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1608
1758
|
localVarRequestOptions.headers = {
|
|
@@ -1615,9 +1765,9 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1615
1765
|
options: localVarRequestOptions
|
|
1616
1766
|
};
|
|
1617
1767
|
},
|
|
1618
|
-
getProfinetIOsFromFile: async (cell, inputOffset, outputOffset, options = {}) => {
|
|
1768
|
+
getProfinetIOsFromFile: async (cell, offsets, inputOffset, outputOffset, options = {}) => {
|
|
1619
1769
|
assertParamExists("getProfinetIOsFromFile", "cell", cell);
|
|
1620
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/iofile`.replace(
|
|
1770
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/iofile`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1621
1771
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1622
1772
|
let baseOptions;
|
|
1623
1773
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1629,8 +1779,10 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1629
1779
|
const localVarHeaderParameter = {};
|
|
1630
1780
|
const localVarQueryParameter = {};
|
|
1631
1781
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1782
|
+
if (offsets) localVarQueryParameter["offsets"] = offsets.join(COLLECTION_FORMATS.csv);
|
|
1632
1783
|
if (inputOffset !== void 0) localVarQueryParameter["input_offset"] = inputOffset;
|
|
1633
1784
|
if (outputOffset !== void 0) localVarQueryParameter["output_offset"] = outputOffset;
|
|
1785
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1634
1786
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1635
1787
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1636
1788
|
localVarRequestOptions.headers = {
|
|
@@ -1645,7 +1797,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1645
1797
|
},
|
|
1646
1798
|
listBusIODescriptions: async (cell, options = {}) => {
|
|
1647
1799
|
assertParamExists("listBusIODescriptions", "cell", cell);
|
|
1648
|
-
const localVarPath = `/cells/{cell}/bus-ios/ios/description`.replace(
|
|
1800
|
+
const localVarPath = `/cells/{cell}/bus-ios/ios/description`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1649
1801
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1650
1802
|
let baseOptions;
|
|
1651
1803
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1657,6 +1809,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1657
1809
|
const localVarHeaderParameter = {};
|
|
1658
1810
|
const localVarQueryParameter = {};
|
|
1659
1811
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1812
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1660
1813
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1661
1814
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1662
1815
|
localVarRequestOptions.headers = {
|
|
@@ -1671,7 +1824,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1671
1824
|
},
|
|
1672
1825
|
listModbusIOs: async (cell, options = {}) => {
|
|
1673
1826
|
assertParamExists("listModbusIOs", "cell", cell);
|
|
1674
|
-
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios`.replace(
|
|
1827
|
+
const localVarPath = `/cells/{cell}/bus-ios/modbus/ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1675
1828
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1676
1829
|
let baseOptions;
|
|
1677
1830
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1683,6 +1836,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1683
1836
|
const localVarHeaderParameter = {};
|
|
1684
1837
|
const localVarQueryParameter = {};
|
|
1685
1838
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1839
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1686
1840
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1687
1841
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1688
1842
|
localVarRequestOptions.headers = {
|
|
@@ -1697,7 +1851,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1697
1851
|
},
|
|
1698
1852
|
listProfinetIOs: async (cell, options = {}) => {
|
|
1699
1853
|
assertParamExists("listProfinetIOs", "cell", cell);
|
|
1700
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios`.replace(
|
|
1854
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1701
1855
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1702
1856
|
let baseOptions;
|
|
1703
1857
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1709,6 +1863,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1709
1863
|
const localVarHeaderParameter = {};
|
|
1710
1864
|
const localVarQueryParameter = {};
|
|
1711
1865
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1866
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1712
1867
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1713
1868
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1714
1869
|
localVarRequestOptions.headers = {
|
|
@@ -1723,7 +1878,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1723
1878
|
},
|
|
1724
1879
|
listSnap7IOs: async (cell, options = {}) => {
|
|
1725
1880
|
assertParamExists("listSnap7IOs", "cell", cell);
|
|
1726
|
-
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios`.replace(
|
|
1881
|
+
const localVarPath = `/cells/{cell}/bus-ios/snap7/ios`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1727
1882
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1728
1883
|
let baseOptions;
|
|
1729
1884
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1735,6 +1890,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1735
1890
|
const localVarHeaderParameter = {};
|
|
1736
1891
|
const localVarQueryParameter = {};
|
|
1737
1892
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1893
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1738
1894
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1739
1895
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1740
1896
|
localVarRequestOptions.headers = {
|
|
@@ -1750,7 +1906,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1750
1906
|
setBusIOValues: async (cell, iOValue, options = {}) => {
|
|
1751
1907
|
assertParamExists("setBusIOValues", "cell", cell);
|
|
1752
1908
|
assertParamExists("setBusIOValues", "iOValue", iOValue);
|
|
1753
|
-
const localVarPath = `/cells/{cell}/bus-ios/ios/values`.replace(
|
|
1909
|
+
const localVarPath = `/cells/{cell}/bus-ios/ios/values`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1754
1910
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1755
1911
|
let baseOptions;
|
|
1756
1912
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1763,6 +1919,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1763
1919
|
const localVarQueryParameter = {};
|
|
1764
1920
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1765
1921
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1922
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1766
1923
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1767
1924
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1768
1925
|
localVarRequestOptions.headers = {
|
|
@@ -1779,7 +1936,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1779
1936
|
setProfinetIOsFromFile: async (cell, profinetInputOutputConfig, options = {}) => {
|
|
1780
1937
|
assertParamExists("setProfinetIOsFromFile", "cell", cell);
|
|
1781
1938
|
assertParamExists("setProfinetIOsFromFile", "profinetInputOutputConfig", profinetInputOutputConfig);
|
|
1782
|
-
const localVarPath = `/cells/{cell}/bus-ios/profinet/iofile`.replace(
|
|
1939
|
+
const localVarPath = `/cells/{cell}/bus-ios/profinet/iofile`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
1783
1940
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1784
1941
|
let baseOptions;
|
|
1785
1942
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -1792,6 +1949,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1792
1949
|
const localVarQueryParameter = {};
|
|
1793
1950
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1794
1951
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1952
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
1795
1953
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1796
1954
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1797
1955
|
localVarRequestOptions.headers = {
|
|
@@ -1909,8 +2067,8 @@ const BUSInputsOutputsApiFp = function(configuration) {
|
|
|
1909
2067
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getProfinetGSDML"]?.[localVarOperationServerIndex]?.url;
|
|
1910
2068
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1911
2069
|
},
|
|
1912
|
-
async getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
1913
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetIOsFromFile(cell, inputOffset, outputOffset, options);
|
|
2070
|
+
async getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
2071
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options);
|
|
1914
2072
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1915
2073
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getProfinetIOsFromFile"]?.[localVarOperationServerIndex]?.url;
|
|
1916
2074
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2007,8 +2165,8 @@ const BUSInputsOutputsApiFactory = function(configuration, basePath, axios) {
|
|
|
2007
2165
|
getProfinetGSDML(cell, options) {
|
|
2008
2166
|
return localVarFp.getProfinetGSDML(cell, options).then((request) => request(axios, basePath));
|
|
2009
2167
|
},
|
|
2010
|
-
getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
2011
|
-
return localVarFp.getProfinetIOsFromFile(cell, inputOffset, outputOffset, options).then((request) => request(axios, basePath));
|
|
2168
|
+
getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
2169
|
+
return localVarFp.getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options).then((request) => request(axios, basePath));
|
|
2012
2170
|
},
|
|
2013
2171
|
listBusIODescriptions(cell, options) {
|
|
2014
2172
|
return localVarFp.listBusIODescriptions(cell, options).then((request) => request(axios, basePath));
|
|
@@ -2208,16 +2366,17 @@ var BUSInputsOutputsApi = class extends BaseAPI {
|
|
|
2208
2366
|
return BUSInputsOutputsApiFp(this.configuration).getProfinetGSDML(cell, options).then((request) => request(this.axios, this.basePath));
|
|
2209
2367
|
}
|
|
2210
2368
|
/**
|
|
2211
|
-
* **Required permissions:** `can_operate_bus_ios` - Read and write BUS IO values ___ Get input/output variable configuration of the PROFINET device, e.g., NOVA\'s PROFINET service as file. You can specify byte offsets for
|
|
2369
|
+
* **Required permissions:** `can_operate_bus_ios` - Read and write BUS IO values ___ Get input/output variable configuration of the PROFINET device, e.g., NOVA\'s PROFINET service as file. You can specify per-slot byte offsets for input and output variable addresses to get an XML tag map that is ready for pasting to third party software, e.g., TIA portal. For backward compatibility, the legacy `input_offset` and `output_offset` query parameters remain available, but deprecated.
|
|
2212
2370
|
* @summary PROFINET Inputs/Outputs to File
|
|
2213
2371
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2372
|
+
* @param {Array<ProfinetSlotOffset>} [offsets] Per-slot offsets used to convert device-local byte addresses to controller byte addresses for export. If this parameter is provided, it is preferred over the deprecated `input_offset` and `output_offset` query parameters.
|
|
2214
2373
|
* @param {number} [inputOffset]
|
|
2215
2374
|
* @param {number} [outputOffset]
|
|
2216
2375
|
* @param {*} [options] Override http request option.
|
|
2217
2376
|
* @throws {RequiredError}
|
|
2218
2377
|
*/
|
|
2219
|
-
getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
2220
|
-
return BUSInputsOutputsApiFp(this.configuration).getProfinetIOsFromFile(cell, inputOffset, outputOffset, options).then((request) => request(this.axios, this.basePath));
|
|
2378
|
+
getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
2379
|
+
return BUSInputsOutputsApiFp(this.configuration).getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options).then((request) => request(this.axios, this.basePath));
|
|
2221
2380
|
}
|
|
2222
2381
|
/**
|
|
2223
2382
|
* **Required permissions:** `can_operate_bus_ios` - Read and write BUS IO values ___ List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
|
|
@@ -2290,7 +2449,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2290
2449
|
checkCellVersionUpdate: async (cell, channel, options = {}) => {
|
|
2291
2450
|
assertParamExists("checkCellVersionUpdate", "cell", cell);
|
|
2292
2451
|
assertParamExists("checkCellVersionUpdate", "channel", channel);
|
|
2293
|
-
const localVarPath = `/cells/{cell}/update`.replace(
|
|
2452
|
+
const localVarPath = `/cells/{cell}/update`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2294
2453
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2295
2454
|
let baseOptions;
|
|
2296
2455
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2303,6 +2462,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2303
2462
|
const localVarQueryParameter = {};
|
|
2304
2463
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2305
2464
|
if (channel !== void 0) localVarQueryParameter["channel"] = channel;
|
|
2465
|
+
localVarHeaderParameter["Accept"] = "text/plain";
|
|
2306
2466
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2307
2467
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2308
2468
|
localVarRequestOptions.headers = {
|
|
@@ -2317,7 +2477,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2317
2477
|
},
|
|
2318
2478
|
deleteCell: async (cell, completionTimeout, options = {}) => {
|
|
2319
2479
|
assertParamExists("deleteCell", "cell", cell);
|
|
2320
|
-
const localVarPath = `/cells/{cell}`.replace(
|
|
2480
|
+
const localVarPath = `/cells/{cell}`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2321
2481
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2322
2482
|
let baseOptions;
|
|
2323
2483
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2330,6 +2490,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2330
2490
|
const localVarQueryParameter = {};
|
|
2331
2491
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2332
2492
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
2493
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2333
2494
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2334
2495
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2335
2496
|
localVarRequestOptions.headers = {
|
|
@@ -2357,6 +2518,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2357
2518
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2358
2519
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
2359
2520
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
2521
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2360
2522
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2361
2523
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2362
2524
|
localVarRequestOptions.headers = {
|
|
@@ -2372,7 +2534,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2372
2534
|
},
|
|
2373
2535
|
getCell: async (cell, options = {}) => {
|
|
2374
2536
|
assertParamExists("getCell", "cell", cell);
|
|
2375
|
-
const localVarPath = `/cells/{cell}`.replace(
|
|
2537
|
+
const localVarPath = `/cells/{cell}`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2376
2538
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2377
2539
|
let baseOptions;
|
|
2378
2540
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2384,6 +2546,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2384
2546
|
const localVarHeaderParameter = {};
|
|
2385
2547
|
const localVarQueryParameter = {};
|
|
2386
2548
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2549
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2387
2550
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2388
2551
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2389
2552
|
localVarRequestOptions.headers = {
|
|
@@ -2398,7 +2561,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2398
2561
|
},
|
|
2399
2562
|
getCellStatus: async (cell, options = {}) => {
|
|
2400
2563
|
assertParamExists("getCellStatus", "cell", cell);
|
|
2401
|
-
const localVarPath = `/cells/{cell}/status`.replace(
|
|
2564
|
+
const localVarPath = `/cells/{cell}/status`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2402
2565
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2403
2566
|
let baseOptions;
|
|
2404
2567
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2410,6 +2573,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2410
2573
|
const localVarHeaderParameter = {};
|
|
2411
2574
|
const localVarQueryParameter = {};
|
|
2412
2575
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2576
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2413
2577
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2414
2578
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2415
2579
|
localVarRequestOptions.headers = {
|
|
@@ -2434,6 +2598,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2434
2598
|
const localVarHeaderParameter = {};
|
|
2435
2599
|
const localVarQueryParameter = {};
|
|
2436
2600
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2601
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2437
2602
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2438
2603
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2439
2604
|
localVarRequestOptions.headers = {
|
|
@@ -2449,7 +2614,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2449
2614
|
setCellStatus: async (cell, operatingState, options = {}) => {
|
|
2450
2615
|
assertParamExists("setCellStatus", "cell", cell);
|
|
2451
2616
|
assertParamExists("setCellStatus", "operatingState", operatingState);
|
|
2452
|
-
const localVarPath = `/cells/{cell}/status`.replace(
|
|
2617
|
+
const localVarPath = `/cells/{cell}/status`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2453
2618
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2454
2619
|
let baseOptions;
|
|
2455
2620
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2462,6 +2627,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2462
2627
|
const localVarQueryParameter = {};
|
|
2463
2628
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2464
2629
|
if (operatingState !== void 0) localVarQueryParameter["operating_state"] = operatingState;
|
|
2630
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2465
2631
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2466
2632
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2467
2633
|
localVarRequestOptions.headers = {
|
|
@@ -2477,7 +2643,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2477
2643
|
updateCell: async (cell, cell2, completionTimeout, options = {}) => {
|
|
2478
2644
|
assertParamExists("updateCell", "cell", cell);
|
|
2479
2645
|
assertParamExists("updateCell", "cell2", cell2);
|
|
2480
|
-
const localVarPath = `/cells/{cell}`.replace(
|
|
2646
|
+
const localVarPath = `/cells/{cell}`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2481
2647
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2482
2648
|
let baseOptions;
|
|
2483
2649
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2491,6 +2657,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2491
2657
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2492
2658
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
2493
2659
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
2660
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2494
2661
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2495
2662
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2496
2663
|
localVarRequestOptions.headers = {
|
|
@@ -2507,7 +2674,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2507
2674
|
updateCellVersion: async (cell, updateCellVersionRequest, options = {}) => {
|
|
2508
2675
|
assertParamExists("updateCellVersion", "cell", cell);
|
|
2509
2676
|
assertParamExists("updateCellVersion", "updateCellVersionRequest", updateCellVersionRequest);
|
|
2510
|
-
const localVarPath = `/cells/{cell}/update`.replace(
|
|
2677
|
+
const localVarPath = `/cells/{cell}/update`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2511
2678
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2512
2679
|
let baseOptions;
|
|
2513
2680
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2520,6 +2687,7 @@ const CellApiAxiosParamCreator = function(configuration) {
|
|
|
2520
2687
|
const localVarQueryParameter = {};
|
|
2521
2688
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2522
2689
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
2690
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2523
2691
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2524
2692
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2525
2693
|
localVarRequestOptions.headers = {
|
|
@@ -2741,7 +2909,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2741
2909
|
addRobotController: async (cell, robotController, completionTimeout, options = {}) => {
|
|
2742
2910
|
assertParamExists("addRobotController", "cell", cell);
|
|
2743
2911
|
assertParamExists("addRobotController", "robotController", robotController);
|
|
2744
|
-
const localVarPath = `/cells/{cell}/controllers`.replace(
|
|
2912
|
+
const localVarPath = `/cells/{cell}/controllers`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2745
2913
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2746
2914
|
let baseOptions;
|
|
2747
2915
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2755,6 +2923,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2755
2923
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2756
2924
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
2757
2925
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
2926
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2758
2927
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2759
2928
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2760
2929
|
localVarRequestOptions.headers = {
|
|
@@ -2770,7 +2939,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2770
2939
|
},
|
|
2771
2940
|
clearRobotControllers: async (cell, completionTimeout, options = {}) => {
|
|
2772
2941
|
assertParamExists("clearRobotControllers", "cell", cell);
|
|
2773
|
-
const localVarPath = `/cells/{cell}/controllers`.replace(
|
|
2942
|
+
const localVarPath = `/cells/{cell}/controllers`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2774
2943
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2775
2944
|
let baseOptions;
|
|
2776
2945
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2783,6 +2952,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2783
2952
|
const localVarQueryParameter = {};
|
|
2784
2953
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2785
2954
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
2955
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2786
2956
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2787
2957
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2788
2958
|
localVarRequestOptions.headers = {
|
|
@@ -2798,7 +2968,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2798
2968
|
deleteRobotController: async (cell, controller, completionTimeout, options = {}) => {
|
|
2799
2969
|
assertParamExists("deleteRobotController", "cell", cell);
|
|
2800
2970
|
assertParamExists("deleteRobotController", "controller", controller);
|
|
2801
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}`.replace(
|
|
2971
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
2802
2972
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2803
2973
|
let baseOptions;
|
|
2804
2974
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2811,6 +2981,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2811
2981
|
const localVarQueryParameter = {};
|
|
2812
2982
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2813
2983
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
2984
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2814
2985
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2815
2986
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2816
2987
|
localVarRequestOptions.headers = {
|
|
@@ -2826,7 +2997,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2826
2997
|
getControllerDescription: async (cell, controller, options = {}) => {
|
|
2827
2998
|
assertParamExists("getControllerDescription", "cell", cell);
|
|
2828
2999
|
assertParamExists("getControllerDescription", "controller", controller);
|
|
2829
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/description`.replace(
|
|
3000
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/description`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
2830
3001
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2831
3002
|
let baseOptions;
|
|
2832
3003
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2838,6 +3009,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2838
3009
|
const localVarHeaderParameter = {};
|
|
2839
3010
|
const localVarQueryParameter = {};
|
|
2840
3011
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3012
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2841
3013
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2842
3014
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2843
3015
|
localVarRequestOptions.headers = {
|
|
@@ -2854,7 +3026,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2854
3026
|
assertParamExists("getCoordinateSystem", "cell", cell);
|
|
2855
3027
|
assertParamExists("getCoordinateSystem", "controller", controller);
|
|
2856
3028
|
assertParamExists("getCoordinateSystem", "coordinateSystem", coordinateSystem);
|
|
2857
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/coordinate-systems/{coordinate-system}`.replace(
|
|
3029
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/coordinate-systems/{coordinate-system}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{coordinate-system}", encodeURIComponent(String(coordinateSystem)));
|
|
2858
3030
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2859
3031
|
let baseOptions;
|
|
2860
3032
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2867,6 +3039,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2867
3039
|
const localVarQueryParameter = {};
|
|
2868
3040
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2869
3041
|
if (orientationType !== void 0) localVarQueryParameter["orientation_type"] = orientationType;
|
|
3042
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2870
3043
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2871
3044
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2872
3045
|
localVarRequestOptions.headers = {
|
|
@@ -2882,7 +3055,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2882
3055
|
getCurrentRobotControllerState: async (cell, controller, options = {}) => {
|
|
2883
3056
|
assertParamExists("getCurrentRobotControllerState", "cell", cell);
|
|
2884
3057
|
assertParamExists("getCurrentRobotControllerState", "controller", controller);
|
|
2885
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/state`.replace(
|
|
3058
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/state`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
2886
3059
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2887
3060
|
let baseOptions;
|
|
2888
3061
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2894,6 +3067,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2894
3067
|
const localVarHeaderParameter = {};
|
|
2895
3068
|
const localVarQueryParameter = {};
|
|
2896
3069
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3070
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2897
3071
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2898
3072
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2899
3073
|
localVarRequestOptions.headers = {
|
|
@@ -2909,7 +3083,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2909
3083
|
getRobotController: async (cell, controller, options = {}) => {
|
|
2910
3084
|
assertParamExists("getRobotController", "cell", cell);
|
|
2911
3085
|
assertParamExists("getRobotController", "controller", controller);
|
|
2912
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}`.replace(
|
|
3086
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
2913
3087
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2914
3088
|
let baseOptions;
|
|
2915
3089
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2921,6 +3095,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2921
3095
|
const localVarHeaderParameter = {};
|
|
2922
3096
|
const localVarQueryParameter = {};
|
|
2923
3097
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3098
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2924
3099
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2925
3100
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2926
3101
|
localVarRequestOptions.headers = {
|
|
@@ -2936,7 +3111,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2936
3111
|
getVirtualControllerConfiguration: async (cell, controller, options = {}) => {
|
|
2937
3112
|
assertParamExists("getVirtualControllerConfiguration", "cell", cell);
|
|
2938
3113
|
assertParamExists("getVirtualControllerConfiguration", "controller", controller);
|
|
2939
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/virtual-robot-configuration`.replace(
|
|
3114
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/virtual-robot-configuration`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
2940
3115
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2941
3116
|
let baseOptions;
|
|
2942
3117
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2948,6 +3123,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2948
3123
|
const localVarHeaderParameter = {};
|
|
2949
3124
|
const localVarQueryParameter = {};
|
|
2950
3125
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3126
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2951
3127
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2952
3128
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2953
3129
|
localVarRequestOptions.headers = {
|
|
@@ -2963,7 +3139,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2963
3139
|
listCoordinateSystems: async (cell, controller, orientationType, options = {}) => {
|
|
2964
3140
|
assertParamExists("listCoordinateSystems", "cell", cell);
|
|
2965
3141
|
assertParamExists("listCoordinateSystems", "controller", controller);
|
|
2966
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/coordinate-systems`.replace(
|
|
3142
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/coordinate-systems`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
2967
3143
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2968
3144
|
let baseOptions;
|
|
2969
3145
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -2976,6 +3152,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2976
3152
|
const localVarQueryParameter = {};
|
|
2977
3153
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2978
3154
|
if (orientationType !== void 0) localVarQueryParameter["orientation_type"] = orientationType;
|
|
3155
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
2979
3156
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2980
3157
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2981
3158
|
localVarRequestOptions.headers = {
|
|
@@ -2990,7 +3167,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
2990
3167
|
},
|
|
2991
3168
|
listRobotControllers: async (cell, options = {}) => {
|
|
2992
3169
|
assertParamExists("listRobotControllers", "cell", cell);
|
|
2993
|
-
const localVarPath = `/cells/{cell}/controllers`.replace(
|
|
3170
|
+
const localVarPath = `/cells/{cell}/controllers`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
2994
3171
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2995
3172
|
let baseOptions;
|
|
2996
3173
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3002,6 +3179,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3002
3179
|
const localVarHeaderParameter = {};
|
|
3003
3180
|
const localVarQueryParameter = {};
|
|
3004
3181
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3182
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3005
3183
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3006
3184
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3007
3185
|
localVarRequestOptions.headers = {
|
|
@@ -3018,7 +3196,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3018
3196
|
assertParamExists("setDefaultMode", "cell", cell);
|
|
3019
3197
|
assertParamExists("setDefaultMode", "controller", controller);
|
|
3020
3198
|
assertParamExists("setDefaultMode", "mode", mode);
|
|
3021
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/mode`.replace(
|
|
3199
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/mode`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3022
3200
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3023
3201
|
let baseOptions;
|
|
3024
3202
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3031,6 +3209,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3031
3209
|
const localVarQueryParameter = {};
|
|
3032
3210
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3033
3211
|
if (mode !== void 0) localVarQueryParameter["mode"] = mode;
|
|
3212
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3034
3213
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3035
3214
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3036
3215
|
localVarRequestOptions.headers = {
|
|
@@ -3046,7 +3225,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3046
3225
|
streamFreeDrive: async (cell, controller, responseRate, options = {}) => {
|
|
3047
3226
|
assertParamExists("streamFreeDrive", "cell", cell);
|
|
3048
3227
|
assertParamExists("streamFreeDrive", "controller", controller);
|
|
3049
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/free-drive-stream`.replace(
|
|
3228
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/free-drive-stream`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3050
3229
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3051
3230
|
let baseOptions;
|
|
3052
3231
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3059,6 +3238,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3059
3238
|
const localVarQueryParameter = {};
|
|
3060
3239
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3061
3240
|
if (responseRate !== void 0) localVarQueryParameter["response_rate"] = responseRate;
|
|
3241
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3062
3242
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3063
3243
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3064
3244
|
localVarRequestOptions.headers = {
|
|
@@ -3074,7 +3254,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3074
3254
|
streamRobotControllerState: async (cell, controller, responseRate, addControllerTimeout, options = {}) => {
|
|
3075
3255
|
assertParamExists("streamRobotControllerState", "cell", cell);
|
|
3076
3256
|
assertParamExists("streamRobotControllerState", "controller", controller);
|
|
3077
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/state-stream`.replace(
|
|
3257
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/state-stream`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3078
3258
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3079
3259
|
let baseOptions;
|
|
3080
3260
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3088,6 +3268,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3088
3268
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3089
3269
|
if (responseRate !== void 0) localVarQueryParameter["response_rate"] = responseRate;
|
|
3090
3270
|
if (addControllerTimeout !== void 0) localVarQueryParameter["add_controller_timeout"] = addControllerTimeout;
|
|
3271
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3091
3272
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3092
3273
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3093
3274
|
localVarRequestOptions.headers = {
|
|
@@ -3104,7 +3285,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3104
3285
|
assertParamExists("updateRobotController", "cell", cell);
|
|
3105
3286
|
assertParamExists("updateRobotController", "controller", controller);
|
|
3106
3287
|
assertParamExists("updateRobotController", "robotController", robotController);
|
|
3107
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}`.replace(
|
|
3288
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3108
3289
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3109
3290
|
let baseOptions;
|
|
3110
3291
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3118,6 +3299,7 @@ const ControllerApiAxiosParamCreator = function(configuration) {
|
|
|
3118
3299
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3119
3300
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
3120
3301
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3302
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3121
3303
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3122
3304
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3123
3305
|
localVarRequestOptions.headers = {
|
|
@@ -3394,7 +3576,7 @@ var ControllerApi = class extends BaseAPI {
|
|
|
3394
3576
|
return ControllerApiFp(this.configuration).listRobotControllers(cell, options).then((request) => request(this.axios, this.basePath));
|
|
3395
3577
|
}
|
|
3396
3578
|
/**
|
|
3397
|
-
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network, monitoring mode is always possible. To switch to control mode the robot controller must be in `automatic` or `manual` operating mode and safety state `normal` or `reduced`. If the robot controller is in `manual` operating mode, you have to manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > `setDefaultMode` enables the robot controller to stay in control mode to keep the motors activated. > This allows for faster execution of sequential movements as no mode switches are required. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](#/operations/getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
|
|
3579
|
+
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network, monitoring mode is always possible. To switch to control mode the robot controller must be in `automatic` or `manual` operating mode and safety state `normal` or `reduced`. If the robot controller is in `manual` operating mode, you have to manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > `setDefaultMode` enables the robot controller to stay in control mode to keep the motors activated. > This allows for faster execution of sequential movements as no mode switches are required. > Set control mode as the default with `PUT /api/v2/cells/{cell}/controllers/{controller}/mode?mode=MODE_CONTROL`. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](#/operations/getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
|
|
3398
3580
|
* @summary Set Default Mode
|
|
3399
3581
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3400
3582
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -3452,7 +3634,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3452
3634
|
listIODescriptions: async (cell, controller, ios, direction, valueType, group, options = {}) => {
|
|
3453
3635
|
assertParamExists("listIODescriptions", "cell", cell);
|
|
3454
3636
|
assertParamExists("listIODescriptions", "controller", controller);
|
|
3455
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/description`.replace(
|
|
3637
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/description`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3456
3638
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3457
3639
|
let baseOptions;
|
|
3458
3640
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3468,6 +3650,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3468
3650
|
if (direction !== void 0) localVarQueryParameter["direction"] = direction;
|
|
3469
3651
|
if (valueType !== void 0) localVarQueryParameter["value_type"] = valueType;
|
|
3470
3652
|
if (group !== void 0) localVarQueryParameter["group"] = group;
|
|
3653
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3471
3654
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3472
3655
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3473
3656
|
localVarRequestOptions.headers = {
|
|
@@ -3483,7 +3666,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3483
3666
|
listIOValues: async (cell, controller, ios, options = {}) => {
|
|
3484
3667
|
assertParamExists("listIOValues", "cell", cell);
|
|
3485
3668
|
assertParamExists("listIOValues", "controller", controller);
|
|
3486
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/values`.replace(
|
|
3669
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/values`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3487
3670
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3488
3671
|
let baseOptions;
|
|
3489
3672
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3496,6 +3679,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3496
3679
|
const localVarQueryParameter = {};
|
|
3497
3680
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3498
3681
|
if (ios) localVarQueryParameter["ios"] = ios;
|
|
3682
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3499
3683
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3500
3684
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3501
3685
|
localVarRequestOptions.headers = {
|
|
@@ -3512,7 +3696,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3512
3696
|
assertParamExists("setOutputValues", "cell", cell);
|
|
3513
3697
|
assertParamExists("setOutputValues", "controller", controller);
|
|
3514
3698
|
assertParamExists("setOutputValues", "iOValue", iOValue);
|
|
3515
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/values`.replace(
|
|
3699
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/values`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3516
3700
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3517
3701
|
let baseOptions;
|
|
3518
3702
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3525,6 +3709,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3525
3709
|
const localVarQueryParameter = {};
|
|
3526
3710
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3527
3711
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3712
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3528
3713
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3529
3714
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3530
3715
|
localVarRequestOptions.headers = {
|
|
@@ -3541,7 +3726,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3541
3726
|
streamIOValues: async (cell, controller, ios, options = {}) => {
|
|
3542
3727
|
assertParamExists("streamIOValues", "cell", cell);
|
|
3543
3728
|
assertParamExists("streamIOValues", "controller", controller);
|
|
3544
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/stream`.replace(
|
|
3729
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/stream`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3545
3730
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3546
3731
|
let baseOptions;
|
|
3547
3732
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3554,6 +3739,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3554
3739
|
const localVarQueryParameter = {};
|
|
3555
3740
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3556
3741
|
if (ios) localVarQueryParameter["ios"] = ios;
|
|
3742
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3557
3743
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3558
3744
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3559
3745
|
localVarRequestOptions.headers = {
|
|
@@ -3570,7 +3756,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3570
3756
|
assertParamExists("waitForIOEvent", "cell", cell);
|
|
3571
3757
|
assertParamExists("waitForIOEvent", "controller", controller);
|
|
3572
3758
|
assertParamExists("waitForIOEvent", "waitForIOEventRequest", waitForIOEventRequest);
|
|
3573
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/wait-for`.replace(
|
|
3759
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/ios/wait-for`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3574
3760
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3575
3761
|
let baseOptions;
|
|
3576
3762
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3583,6 +3769,7 @@ const ControllerInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
3583
3769
|
const localVarQueryParameter = {};
|
|
3584
3770
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3585
3771
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3772
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3586
3773
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3587
3774
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3588
3775
|
localVarRequestOptions.headers = {
|
|
@@ -3731,109 +3918,65 @@ var ControllerInputsOutputsApi = class extends BaseAPI {
|
|
|
3731
3918
|
* JoggingApi - axios parameter creator
|
|
3732
3919
|
*/
|
|
3733
3920
|
const JoggingApiAxiosParamCreator = function(configuration) {
|
|
3734
|
-
return {
|
|
3735
|
-
executeJogging
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
executeWaypointJogging: async (cell, controller, executeWaypointJoggingRequest, options = {}) => {
|
|
3766
|
-
assertParamExists("executeWaypointJogging", "cell", cell);
|
|
3767
|
-
assertParamExists("executeWaypointJogging", "controller", controller);
|
|
3768
|
-
assertParamExists("executeWaypointJogging", "executeWaypointJoggingRequest", executeWaypointJoggingRequest);
|
|
3769
|
-
const localVarPath = `/experimental/cells/{cell}/controllers/{controller}/execution/jogging`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{controller}`, encodeURIComponent(String(controller)));
|
|
3770
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3771
|
-
let baseOptions;
|
|
3772
|
-
if (configuration) baseOptions = configuration.baseOptions;
|
|
3773
|
-
const localVarRequestOptions = {
|
|
3774
|
-
method: "GET",
|
|
3775
|
-
...baseOptions,
|
|
3776
|
-
...options
|
|
3777
|
-
};
|
|
3778
|
-
const localVarHeaderParameter = {};
|
|
3779
|
-
const localVarQueryParameter = {};
|
|
3780
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3781
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3782
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3783
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3784
|
-
localVarRequestOptions.headers = {
|
|
3785
|
-
...localVarHeaderParameter,
|
|
3786
|
-
...headersFromBaseOptions,
|
|
3787
|
-
...options.headers
|
|
3788
|
-
};
|
|
3789
|
-
localVarRequestOptions.data = serializeDataIfNeeded(executeWaypointJoggingRequest, localVarRequestOptions, configuration);
|
|
3790
|
-
return {
|
|
3791
|
-
url: toPathString(localVarUrlObj),
|
|
3792
|
-
options: localVarRequestOptions
|
|
3793
|
-
};
|
|
3794
|
-
}
|
|
3795
|
-
};
|
|
3921
|
+
return { executeJogging: async (cell, controller, executeJoggingRequest, options = {}) => {
|
|
3922
|
+
assertParamExists("executeJogging", "cell", cell);
|
|
3923
|
+
assertParamExists("executeJogging", "controller", controller);
|
|
3924
|
+
assertParamExists("executeJogging", "executeJoggingRequest", executeJoggingRequest);
|
|
3925
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/execution/jogging`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
3926
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3927
|
+
let baseOptions;
|
|
3928
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
3929
|
+
const localVarRequestOptions = {
|
|
3930
|
+
method: "GET",
|
|
3931
|
+
...baseOptions,
|
|
3932
|
+
...options
|
|
3933
|
+
};
|
|
3934
|
+
const localVarHeaderParameter = {};
|
|
3935
|
+
const localVarQueryParameter = {};
|
|
3936
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3937
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3938
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3939
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3940
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3941
|
+
localVarRequestOptions.headers = {
|
|
3942
|
+
...localVarHeaderParameter,
|
|
3943
|
+
...headersFromBaseOptions,
|
|
3944
|
+
...options.headers
|
|
3945
|
+
};
|
|
3946
|
+
localVarRequestOptions.data = serializeDataIfNeeded(executeJoggingRequest, localVarRequestOptions, configuration);
|
|
3947
|
+
return {
|
|
3948
|
+
url: toPathString(localVarUrlObj),
|
|
3949
|
+
options: localVarRequestOptions
|
|
3950
|
+
};
|
|
3951
|
+
} };
|
|
3796
3952
|
};
|
|
3797
3953
|
/**
|
|
3798
3954
|
* JoggingApi - functional programming interface
|
|
3799
3955
|
*/
|
|
3800
3956
|
const JoggingApiFp = function(configuration) {
|
|
3801
3957
|
const localVarAxiosParamCreator = JoggingApiAxiosParamCreator(configuration);
|
|
3802
|
-
return {
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
},
|
|
3809
|
-
async executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options) {
|
|
3810
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options);
|
|
3811
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3812
|
-
const localVarOperationServerBasePath = operationServerMap["JoggingApi.executeWaypointJogging"]?.[localVarOperationServerIndex]?.url;
|
|
3813
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3814
|
-
}
|
|
3815
|
-
};
|
|
3958
|
+
return { async executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3959
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.executeJogging(cell, controller, executeJoggingRequest, options);
|
|
3960
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3961
|
+
const localVarOperationServerBasePath = operationServerMap["JoggingApi.executeJogging"]?.[localVarOperationServerIndex]?.url;
|
|
3962
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3963
|
+
} };
|
|
3816
3964
|
};
|
|
3817
3965
|
/**
|
|
3818
3966
|
* JoggingApi - factory interface
|
|
3819
3967
|
*/
|
|
3820
3968
|
const JoggingApiFactory = function(configuration, basePath, axios) {
|
|
3821
3969
|
const localVarFp = JoggingApiFp(configuration);
|
|
3822
|
-
return {
|
|
3823
|
-
executeJogging(cell, controller, executeJoggingRequest, options)
|
|
3824
|
-
|
|
3825
|
-
},
|
|
3826
|
-
executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options) {
|
|
3827
|
-
return localVarFp.executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options).then((request) => request(axios, basePath));
|
|
3828
|
-
}
|
|
3829
|
-
};
|
|
3970
|
+
return { executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3971
|
+
return localVarFp.executeJogging(cell, controller, executeJoggingRequest, options).then((request) => request(axios, basePath));
|
|
3972
|
+
} };
|
|
3830
3973
|
};
|
|
3831
3974
|
/**
|
|
3832
3975
|
* JoggingApi - object-oriented interface
|
|
3833
3976
|
*/
|
|
3834
3977
|
var JoggingApi = class extends BaseAPI {
|
|
3835
3978
|
/**
|
|
3836
|
-
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a dynamically adaptable jogging motion for a motion group. Jogging describes controlling a motion group by sending real-time commands to move either its joints or the TCP. The commands contain target velocities that may change at any time during execution, so the resulting motion cannot be computed upfront. ### Preconditions The motion group is not moved by any other endpoint. ### Requests #### 1. Send `InitializeJoggingRequest` to configure the jogging. - Sets the robot controller mode to control mode. - Claims the motion group for jogging. For robotic arms, TCP is required to ensure that limits, including TCP limits, are respected. #### 2. Send `JointVelocityRequest` or `TcpVelocityRequest` to start the jogging motion. - Commands can only be processed in the cycle rate of the controller - Sending commands faster will not increase the responsiveness of the jogging motion, it will lead to dropped commands - It is recommended to couple sending commands with the [state stream](#/operations/streamMotionGroupState), which can be subscribed to via nats as well. #### 3. Change or stop the jogging motion - Change the jogging direction and/or velocity during the jogging motion with `JointVelocityRequest` or `TcpVelocityRequest`. - To stop the jogging motion, send zero velocities via either request or `PauseJoggingRequest`. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeJoggingResponse` after `InitializeJoggingRequest` - `JointVelocityResponse` after `JointVelocityRequest` - `TcpVelocityResponse` after `TcpVelocityRequest` - `PauseJoggingResponse` after `PauseJoggingRequest` The responses confirm that the requests were received. They do not signal that the operation was successful; check the [motion group state](#/operations/streamMotionGroupState) for that. - `MovementErrorResponse` with error details is sent in case of an unexpected error, e.g., controller disconnects during jogging. ### Tips and Tricks - Ensure that the websocket connection remains open until the jogging motion is stopped to avoid unexpected stops.
|
|
3979
|
+
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a dynamically adaptable jogging motion for a motion group. Jogging describes controlling a motion group by sending real-time commands to move either its joints or the TCP. The commands contain target velocities that may change at any time during execution, so the resulting motion cannot be computed upfront. ### Preconditions The motion group is not moved by any other endpoint. ### Requests #### 1. Send `InitializeJoggingRequest` to configure the jogging. - Sets the robot controller mode to control mode. - Claims the motion group for jogging. For robotic arms, TCP is required to ensure that limits, including TCP limits, are respected. > **NOTE** > > By default, the robot controller returns to monitor mode after each movement, which causes a pause before the next movement starts. > To keep the motors activated and avoid this pause between sequential movements, set control mode as the controller\'s default with [setDefaultMode](#/operations/setDefaultMode). #### 2. Send `JointVelocityRequest` or `TcpVelocityRequest` to start the jogging motion. - Commands can only be processed in the cycle rate of the controller - Sending commands faster will not increase the responsiveness of the jogging motion, it will lead to dropped commands - It is recommended to couple sending commands with the [state stream](#/operations/streamMotionGroupState), which can be subscribed to via nats as well. #### 3. Change or stop the jogging motion - Change the jogging direction and/or velocity during the jogging motion with `JointVelocityRequest` or `TcpVelocityRequest`. - To stop the jogging motion, send zero velocities via either request or `PauseJoggingRequest`. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeJoggingResponse` after `InitializeJoggingRequest` - `JointVelocityResponse` after `JointVelocityRequest` - `TcpVelocityResponse` after `TcpVelocityRequest` - `PauseJoggingResponse` after `PauseJoggingRequest` The responses confirm that the requests were received. They do not signal that the operation was successful; check the [motion group state](#/operations/streamMotionGroupState) for that. - `MovementErrorResponse` with error details is sent in case of an unexpected error, e.g., controller disconnects during jogging. ### Tips and Tricks - Ensure that the websocket connection remains open until the jogging motion is stopped to avoid unexpected stops.
|
|
3837
3980
|
* @summary Execute Jogging
|
|
3838
3981
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3839
3982
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -3844,18 +3987,6 @@ var JoggingApi = class extends BaseAPI {
|
|
|
3844
3987
|
executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3845
3988
|
return JoggingApiFp(this.configuration).executeJogging(cell, controller, executeJoggingRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3846
3989
|
}
|
|
3847
|
-
/**
|
|
3848
|
-
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: danger --> > **Experimental** > > This endpoint is experimental and its behavior may change in future releases. > Websocket endpoint Provides waypoint-based jogging control for a motion group. Instead of commanding target velocities (see [executeJogging](#/operations/executeJogging)), waypoint jogging streams a queue of timed waypoints that the robot moves through by best effort. This can be used for realtime action chunk streaming, e.g., from a Vision-Language-Action (VLA) model. ### Preconditions The motion group is not moved by any other endpoint. ### Requests #### 1. Send `InitializeJoggingRequest` to configure the jogging. - Sets the robot controller mode to control mode. - Claims the motion group for jogging. For robotic arms, TCP is required to ensure that limits, including TCP limits, are respected. #### 2. Send `JointWaypointsRequest` or `PoseWaypointsRequest` to stream waypoints. - The first waypoints message starts an internal clock. - Each waypoint carries a timestamp relative to that clock for when it should be reached. - Existing waypoints in the queue that are older than the first new timestamp are removed. - The current session timestamp is reported in `execute.details.jogger_session_timestamp_ms` of the [streamRobotControllerState](#/operations/streamRobotControllerState) endpoint. #### 3. Stop the jogging motion - Send `PauseJoggingRequest` to stop the motion. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeJoggingResponse` after `InitializeJoggingRequest` - `JointWaypointsResponse` after `JointWaypointsRequest` - `PoseWaypointsResponse` after `PoseWaypointsRequest` - `PauseJoggingResponse` after `PauseJoggingRequest` The responses confirm that the requests were received. They do not signal that the operation was successful; check the [motion group state](#/operations/streamMotionGroupState) for that. - `MovementErrorResponse` with error details is sent in case of an unexpected error, e.g., controller disconnects during jogging. ### Tips and Tricks - Ensure that the websocket connection remains open until the jogging motion is stopped to avoid unexpected stops.
|
|
3849
|
-
* @summary Execute Waypoint Jogging
|
|
3850
|
-
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3851
|
-
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
3852
|
-
* @param {ExecuteWaypointJoggingRequest} executeWaypointJoggingRequest
|
|
3853
|
-
* @param {*} [options] Override http request option.
|
|
3854
|
-
* @throws {RequiredError}
|
|
3855
|
-
*/
|
|
3856
|
-
executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options) {
|
|
3857
|
-
return JoggingApiFp(this.configuration).executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3858
|
-
}
|
|
3859
3990
|
};
|
|
3860
3991
|
/**
|
|
3861
3992
|
* KinematicsApi - axios parameter creator
|
|
@@ -3865,7 +3996,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3865
3996
|
configuredPoseInverse: async (cell, configuredPoseInverseRequest, options = {}) => {
|
|
3866
3997
|
assertParamExists("configuredPoseInverse", "cell", cell);
|
|
3867
3998
|
assertParamExists("configuredPoseInverse", "configuredPoseInverseRequest", configuredPoseInverseRequest);
|
|
3868
|
-
const localVarPath = `/experimental/cells/{cell}/kinematic/configured-pose-inverse`.replace(
|
|
3999
|
+
const localVarPath = `/experimental/cells/{cell}/kinematic/configured-pose-inverse`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
3869
4000
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3870
4001
|
let baseOptions;
|
|
3871
4002
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3878,6 +4009,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3878
4009
|
const localVarQueryParameter = {};
|
|
3879
4010
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3880
4011
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4012
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3881
4013
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3882
4014
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3883
4015
|
localVarRequestOptions.headers = {
|
|
@@ -3894,7 +4026,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3894
4026
|
convertVendorConfiguredPose: async (cell, convertVendorConfiguredPoseRequest, options = {}) => {
|
|
3895
4027
|
assertParamExists("convertVendorConfiguredPose", "cell", cell);
|
|
3896
4028
|
assertParamExists("convertVendorConfiguredPose", "convertVendorConfiguredPoseRequest", convertVendorConfiguredPoseRequest);
|
|
3897
|
-
const localVarPath = `/experimental/cells/{cell}/kinematic/convert-vendor-configured-pose`.replace(
|
|
4029
|
+
const localVarPath = `/experimental/cells/{cell}/kinematic/convert-vendor-configured-pose`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
3898
4030
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3899
4031
|
let baseOptions;
|
|
3900
4032
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3907,6 +4039,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3907
4039
|
const localVarQueryParameter = {};
|
|
3908
4040
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3909
4041
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4042
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3910
4043
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3911
4044
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3912
4045
|
localVarRequestOptions.headers = {
|
|
@@ -3923,7 +4056,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3923
4056
|
forwardKinematics: async (cell, forwardKinematicsRequest, options = {}) => {
|
|
3924
4057
|
assertParamExists("forwardKinematics", "cell", cell);
|
|
3925
4058
|
assertParamExists("forwardKinematics", "forwardKinematicsRequest", forwardKinematicsRequest);
|
|
3926
|
-
const localVarPath = `/cells/{cell}/kinematic/forward`.replace(
|
|
4059
|
+
const localVarPath = `/cells/{cell}/kinematic/forward`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
3927
4060
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3928
4061
|
let baseOptions;
|
|
3929
4062
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3936,6 +4069,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3936
4069
|
const localVarQueryParameter = {};
|
|
3937
4070
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3938
4071
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4072
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3939
4073
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3940
4074
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3941
4075
|
localVarRequestOptions.headers = {
|
|
@@ -3949,10 +4083,40 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3949
4083
|
options: localVarRequestOptions
|
|
3950
4084
|
};
|
|
3951
4085
|
},
|
|
4086
|
+
getKinematicConfiguration: async (cell, getKinematicConfigurationRequest, options = {}) => {
|
|
4087
|
+
assertParamExists("getKinematicConfiguration", "cell", cell);
|
|
4088
|
+
assertParamExists("getKinematicConfiguration", "getKinematicConfigurationRequest", getKinematicConfigurationRequest);
|
|
4089
|
+
const localVarPath = `/experimental/cells/{cell}/kinematic/get-kinematic-configuration`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
4090
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4091
|
+
let baseOptions;
|
|
4092
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
4093
|
+
const localVarRequestOptions = {
|
|
4094
|
+
method: "POST",
|
|
4095
|
+
...baseOptions,
|
|
4096
|
+
...options
|
|
4097
|
+
};
|
|
4098
|
+
const localVarHeaderParameter = {};
|
|
4099
|
+
const localVarQueryParameter = {};
|
|
4100
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4101
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4102
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4103
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4104
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4105
|
+
localVarRequestOptions.headers = {
|
|
4106
|
+
...localVarHeaderParameter,
|
|
4107
|
+
...headersFromBaseOptions,
|
|
4108
|
+
...options.headers
|
|
4109
|
+
};
|
|
4110
|
+
localVarRequestOptions.data = serializeDataIfNeeded(getKinematicConfigurationRequest, localVarRequestOptions, configuration);
|
|
4111
|
+
return {
|
|
4112
|
+
url: toPathString(localVarUrlObj),
|
|
4113
|
+
options: localVarRequestOptions
|
|
4114
|
+
};
|
|
4115
|
+
},
|
|
3952
4116
|
inverseKinematics: async (cell, inverseKinematicsRequest, options = {}) => {
|
|
3953
4117
|
assertParamExists("inverseKinematics", "cell", cell);
|
|
3954
4118
|
assertParamExists("inverseKinematics", "inverseKinematicsRequest", inverseKinematicsRequest);
|
|
3955
|
-
const localVarPath = `/cells/{cell}/kinematic/inverse`.replace(
|
|
4119
|
+
const localVarPath = `/cells/{cell}/kinematic/inverse`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
3956
4120
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3957
4121
|
let baseOptions;
|
|
3958
4122
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3965,6 +4129,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3965
4129
|
const localVarQueryParameter = {};
|
|
3966
4130
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3967
4131
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4132
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3968
4133
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3969
4134
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3970
4135
|
localVarRequestOptions.headers = {
|
|
@@ -3981,7 +4146,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3981
4146
|
projectJointPositionDirectionConstraint: async (cell, projectJointPositionDirectionConstraintRequest, options = {}) => {
|
|
3982
4147
|
assertParamExists("projectJointPositionDirectionConstraint", "cell", cell);
|
|
3983
4148
|
assertParamExists("projectJointPositionDirectionConstraint", "projectJointPositionDirectionConstraintRequest", projectJointPositionDirectionConstraintRequest);
|
|
3984
|
-
const localVarPath = `/experimental/cells/{cell}/kinematic/project-joint-position-direction-constraint`.replace(
|
|
4149
|
+
const localVarPath = `/experimental/cells/{cell}/kinematic/project-joint-position-direction-constraint`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
3985
4150
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3986
4151
|
let baseOptions;
|
|
3987
4152
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -3994,6 +4159,7 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3994
4159
|
const localVarQueryParameter = {};
|
|
3995
4160
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3996
4161
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4162
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
3997
4163
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3998
4164
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3999
4165
|
localVarRequestOptions.headers = {
|
|
@@ -4033,6 +4199,12 @@ const KinematicsApiFp = function(configuration) {
|
|
|
4033
4199
|
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.forwardKinematics"]?.[localVarOperationServerIndex]?.url;
|
|
4034
4200
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4035
4201
|
},
|
|
4202
|
+
async getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
4203
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getKinematicConfiguration(cell, getKinematicConfigurationRequest, options);
|
|
4204
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4205
|
+
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.getKinematicConfiguration"]?.[localVarOperationServerIndex]?.url;
|
|
4206
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4207
|
+
},
|
|
4036
4208
|
async inverseKinematics(cell, inverseKinematicsRequest, options) {
|
|
4037
4209
|
const localVarAxiosArgs = await localVarAxiosParamCreator.inverseKinematics(cell, inverseKinematicsRequest, options);
|
|
4038
4210
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -4062,6 +4234,9 @@ const KinematicsApiFactory = function(configuration, basePath, axios) {
|
|
|
4062
4234
|
forwardKinematics(cell, forwardKinematicsRequest, options) {
|
|
4063
4235
|
return localVarFp.forwardKinematics(cell, forwardKinematicsRequest, options).then((request) => request(axios, basePath));
|
|
4064
4236
|
},
|
|
4237
|
+
getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
4238
|
+
return localVarFp.getKinematicConfiguration(cell, getKinematicConfigurationRequest, options).then((request) => request(axios, basePath));
|
|
4239
|
+
},
|
|
4065
4240
|
inverseKinematics(cell, inverseKinematicsRequest, options) {
|
|
4066
4241
|
return localVarFp.inverseKinematics(cell, inverseKinematicsRequest, options).then((request) => request(axios, basePath));
|
|
4067
4242
|
},
|
|
@@ -4108,6 +4283,17 @@ var KinematicsApi = class extends BaseAPI {
|
|
|
4108
4283
|
return KinematicsApiFp(this.configuration).forwardKinematics(cell, forwardKinematicsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4109
4284
|
}
|
|
4110
4285
|
/**
|
|
4286
|
+
* **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Returns the kinematic configuration for each given joint position including branch and axis ranges. Supported for 6-DOF robots with spherical or offset wrist that implement kinematic branch calculation. Returns 422 with `ErrorUnsupportedOperation` for motion groups that do not support kinematic branch calculation.
|
|
4287
|
+
* @summary Get kinematic configuration
|
|
4288
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4289
|
+
* @param {GetKinematicConfigurationRequest} getKinematicConfigurationRequest
|
|
4290
|
+
* @param {*} [options] Override http request option.
|
|
4291
|
+
* @throws {RequiredError}
|
|
4292
|
+
*/
|
|
4293
|
+
getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
4294
|
+
return KinematicsApiFp(this.configuration).getKinematicConfiguration(cell, getKinematicConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4295
|
+
}
|
|
4296
|
+
/**
|
|
4111
4297
|
* **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Returns the reachable joint positions for a list of given poses.
|
|
4112
4298
|
* @summary Inverse kinematics
|
|
4113
4299
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
@@ -4149,6 +4335,7 @@ const LicenseApiAxiosParamCreator = function(configuration) {
|
|
|
4149
4335
|
const localVarQueryParameter = {};
|
|
4150
4336
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4151
4337
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4338
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4152
4339
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4153
4340
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4154
4341
|
localVarRequestOptions.headers = {
|
|
@@ -4198,6 +4385,7 @@ const LicenseApiAxiosParamCreator = function(configuration) {
|
|
|
4198
4385
|
const localVarHeaderParameter = {};
|
|
4199
4386
|
const localVarQueryParameter = {};
|
|
4200
4387
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4388
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4201
4389
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4202
4390
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4203
4391
|
localVarRequestOptions.headers = {
|
|
@@ -4222,6 +4410,7 @@ const LicenseApiAxiosParamCreator = function(configuration) {
|
|
|
4222
4410
|
const localVarHeaderParameter = {};
|
|
4223
4411
|
const localVarQueryParameter = {};
|
|
4224
4412
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4413
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4225
4414
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4226
4415
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4227
4416
|
localVarRequestOptions.headers = {
|
|
@@ -4339,7 +4528,7 @@ const MotionGroupApiAxiosParamCreator = function(configuration) {
|
|
|
4339
4528
|
assertParamExists("getCurrentMotionGroupState", "cell", cell);
|
|
4340
4529
|
assertParamExists("getCurrentMotionGroupState", "controller", controller);
|
|
4341
4530
|
assertParamExists("getCurrentMotionGroupState", "motionGroup", motionGroup);
|
|
4342
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/motion-groups/{motion-group}/state`.replace(
|
|
4531
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/motion-groups/{motion-group}/state`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
4343
4532
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4344
4533
|
let baseOptions;
|
|
4345
4534
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4352,6 +4541,7 @@ const MotionGroupApiAxiosParamCreator = function(configuration) {
|
|
|
4352
4541
|
const localVarQueryParameter = {};
|
|
4353
4542
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4354
4543
|
if (responseCoordinateSystem !== void 0) localVarQueryParameter["response_coordinate_system"] = responseCoordinateSystem;
|
|
4544
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4355
4545
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4356
4546
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4357
4547
|
localVarRequestOptions.headers = {
|
|
@@ -4368,7 +4558,7 @@ const MotionGroupApiAxiosParamCreator = function(configuration) {
|
|
|
4368
4558
|
assertParamExists("getMotionGroupDescription", "cell", cell);
|
|
4369
4559
|
assertParamExists("getMotionGroupDescription", "controller", controller);
|
|
4370
4560
|
assertParamExists("getMotionGroupDescription", "motionGroup", motionGroup);
|
|
4371
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/motion-groups/{motion-group}/description`.replace(
|
|
4561
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/motion-groups/{motion-group}/description`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
4372
4562
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4373
4563
|
let baseOptions;
|
|
4374
4564
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4380,6 +4570,7 @@ const MotionGroupApiAxiosParamCreator = function(configuration) {
|
|
|
4380
4570
|
const localVarHeaderParameter = {};
|
|
4381
4571
|
const localVarQueryParameter = {};
|
|
4382
4572
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4573
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4383
4574
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4384
4575
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4385
4576
|
localVarRequestOptions.headers = {
|
|
@@ -4396,7 +4587,7 @@ const MotionGroupApiAxiosParamCreator = function(configuration) {
|
|
|
4396
4587
|
assertParamExists("streamMotionGroupState", "cell", cell);
|
|
4397
4588
|
assertParamExists("streamMotionGroupState", "controller", controller);
|
|
4398
4589
|
assertParamExists("streamMotionGroupState", "motionGroup", motionGroup);
|
|
4399
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/motion-groups/{motion-group}/state-stream`.replace(
|
|
4590
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/motion-groups/{motion-group}/state-stream`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
4400
4591
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4401
4592
|
let baseOptions;
|
|
4402
4593
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4410,6 +4601,7 @@ const MotionGroupApiAxiosParamCreator = function(configuration) {
|
|
|
4410
4601
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4411
4602
|
if (responseRate !== void 0) localVarQueryParameter["response_rate"] = responseRate;
|
|
4412
4603
|
if (responseCoordinateSystem !== void 0) localVarQueryParameter["response_coordinate_system"] = responseCoordinateSystem;
|
|
4604
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4413
4605
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4414
4606
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4415
4607
|
localVarRequestOptions.headers = {
|
|
@@ -4519,7 +4711,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4519
4711
|
copyMotionGroupModel: async (motionGroupModel, copyMotionGroupModelRequest, options = {}) => {
|
|
4520
4712
|
assertParamExists("copyMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4521
4713
|
assertParamExists("copyMotionGroupModel", "copyMotionGroupModelRequest", copyMotionGroupModelRequest);
|
|
4522
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(
|
|
4714
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4523
4715
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4524
4716
|
let baseOptions;
|
|
4525
4717
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4532,6 +4724,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4532
4724
|
const localVarQueryParameter = {};
|
|
4533
4725
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4534
4726
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4727
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4535
4728
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4536
4729
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4537
4730
|
localVarRequestOptions.headers = {
|
|
@@ -4547,7 +4740,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4547
4740
|
},
|
|
4548
4741
|
deleteExperimentalMotionGroupModel: async (motionGroupModel, options = {}) => {
|
|
4549
4742
|
assertParamExists("deleteExperimentalMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4550
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(
|
|
4743
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4551
4744
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4552
4745
|
let baseOptions;
|
|
4553
4746
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4573,7 +4766,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4573
4766
|
},
|
|
4574
4767
|
exportMotionGroupModel: async (motionGroupModel, options = {}) => {
|
|
4575
4768
|
assertParamExists("exportMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4576
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(
|
|
4769
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4577
4770
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4578
4771
|
let baseOptions;
|
|
4579
4772
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4585,6 +4778,34 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4585
4778
|
const localVarHeaderParameter = {};
|
|
4586
4779
|
const localVarQueryParameter = {};
|
|
4587
4780
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4781
|
+
localVarHeaderParameter["Accept"] = "application/gzip";
|
|
4782
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4783
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4784
|
+
localVarRequestOptions.headers = {
|
|
4785
|
+
...localVarHeaderParameter,
|
|
4786
|
+
...headersFromBaseOptions,
|
|
4787
|
+
...options.headers
|
|
4788
|
+
};
|
|
4789
|
+
return {
|
|
4790
|
+
url: toPathString(localVarUrlObj),
|
|
4791
|
+
options: localVarRequestOptions
|
|
4792
|
+
};
|
|
4793
|
+
},
|
|
4794
|
+
getConfigurationForMotionGroup: async (motionGroupModel, options = {}) => {
|
|
4795
|
+
assertParamExists("getConfigurationForMotionGroup", "motionGroupModel", motionGroupModel);
|
|
4796
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/configuration`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4797
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4798
|
+
let baseOptions;
|
|
4799
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
4800
|
+
const localVarRequestOptions = {
|
|
4801
|
+
method: "GET",
|
|
4802
|
+
...baseOptions,
|
|
4803
|
+
...options
|
|
4804
|
+
};
|
|
4805
|
+
const localVarHeaderParameter = {};
|
|
4806
|
+
const localVarQueryParameter = {};
|
|
4807
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4808
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4588
4809
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4589
4810
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4590
4811
|
localVarRequestOptions.headers = {
|
|
@@ -4599,7 +4820,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4599
4820
|
},
|
|
4600
4821
|
getMotionGroupCollisionModel: async (motionGroupModel, options = {}) => {
|
|
4601
4822
|
assertParamExists("getMotionGroupCollisionModel", "motionGroupModel", motionGroupModel);
|
|
4602
|
-
const localVarPath = `/motion-group-models/{motion-group-model}/collision`.replace(
|
|
4823
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/collision`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4603
4824
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4604
4825
|
let baseOptions;
|
|
4605
4826
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4611,6 +4832,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4611
4832
|
const localVarHeaderParameter = {};
|
|
4612
4833
|
const localVarQueryParameter = {};
|
|
4613
4834
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4835
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4614
4836
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4615
4837
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4616
4838
|
localVarRequestOptions.headers = {
|
|
@@ -4625,7 +4847,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4625
4847
|
},
|
|
4626
4848
|
getMotionGroupDynamicModel: async (motionGroupModel, options = {}) => {
|
|
4627
4849
|
assertParamExists("getMotionGroupDynamicModel", "motionGroupModel", motionGroupModel);
|
|
4628
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/dynamic`.replace(
|
|
4850
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/dynamic`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4629
4851
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4630
4852
|
let baseOptions;
|
|
4631
4853
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4637,6 +4859,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4637
4859
|
const localVarHeaderParameter = {};
|
|
4638
4860
|
const localVarQueryParameter = {};
|
|
4639
4861
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4862
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4640
4863
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4641
4864
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4642
4865
|
localVarRequestOptions.headers = {
|
|
@@ -4651,7 +4874,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4651
4874
|
},
|
|
4652
4875
|
getMotionGroupGlbModel: async (motionGroupModel, options = {}) => {
|
|
4653
4876
|
assertParamExists("getMotionGroupGlbModel", "motionGroupModel", motionGroupModel);
|
|
4654
|
-
const localVarPath = `/motion-group-models/{motion-group-model}/glb`.replace(
|
|
4877
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/glb`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4655
4878
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4656
4879
|
let baseOptions;
|
|
4657
4880
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4663,6 +4886,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4663
4886
|
const localVarHeaderParameter = {};
|
|
4664
4887
|
const localVarQueryParameter = {};
|
|
4665
4888
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4889
|
+
localVarHeaderParameter["Accept"] = "application/octet-stream";
|
|
4666
4890
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4667
4891
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4668
4892
|
localVarRequestOptions.headers = {
|
|
@@ -4677,7 +4901,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4677
4901
|
},
|
|
4678
4902
|
getMotionGroupHomejoints: async (motionGroupModel, options = {}) => {
|
|
4679
4903
|
assertParamExists("getMotionGroupHomejoints", "motionGroupModel", motionGroupModel);
|
|
4680
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/homejoints`.replace(
|
|
4904
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/homejoints`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4681
4905
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4682
4906
|
let baseOptions;
|
|
4683
4907
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4689,6 +4913,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4689
4913
|
const localVarHeaderParameter = {};
|
|
4690
4914
|
const localVarQueryParameter = {};
|
|
4691
4915
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4916
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4692
4917
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4693
4918
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4694
4919
|
localVarRequestOptions.headers = {
|
|
@@ -4703,7 +4928,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4703
4928
|
},
|
|
4704
4929
|
getMotionGroupKinematicModel: async (motionGroupModel, options = {}) => {
|
|
4705
4930
|
assertParamExists("getMotionGroupKinematicModel", "motionGroupModel", motionGroupModel);
|
|
4706
|
-
const localVarPath = `/motion-group-models/{motion-group-model}/kinematic`.replace(
|
|
4931
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/kinematic`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4707
4932
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4708
4933
|
let baseOptions;
|
|
4709
4934
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4715,6 +4940,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4715
4940
|
const localVarHeaderParameter = {};
|
|
4716
4941
|
const localVarQueryParameter = {};
|
|
4717
4942
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4943
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4718
4944
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4719
4945
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4720
4946
|
localVarRequestOptions.headers = {
|
|
@@ -4729,7 +4955,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4729
4955
|
},
|
|
4730
4956
|
getMotionGroupLimitModel: async (motionGroupModel, options = {}) => {
|
|
4731
4957
|
assertParamExists("getMotionGroupLimitModel", "motionGroupModel", motionGroupModel);
|
|
4732
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/limit`.replace(
|
|
4958
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/limit`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4733
4959
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4734
4960
|
let baseOptions;
|
|
4735
4961
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4741,6 +4967,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4741
4967
|
const localVarHeaderParameter = {};
|
|
4742
4968
|
const localVarQueryParameter = {};
|
|
4743
4969
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4970
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4744
4971
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4745
4972
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4746
4973
|
localVarRequestOptions.headers = {
|
|
@@ -4765,6 +4992,32 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4765
4992
|
const localVarHeaderParameter = {};
|
|
4766
4993
|
const localVarQueryParameter = {};
|
|
4767
4994
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4995
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4996
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4997
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4998
|
+
localVarRequestOptions.headers = {
|
|
4999
|
+
...localVarHeaderParameter,
|
|
5000
|
+
...headersFromBaseOptions,
|
|
5001
|
+
...options.headers
|
|
5002
|
+
};
|
|
5003
|
+
return {
|
|
5004
|
+
url: toPathString(localVarUrlObj),
|
|
5005
|
+
options: localVarRequestOptions
|
|
5006
|
+
};
|
|
5007
|
+
},
|
|
5008
|
+
getMotionGroupModelsCatalog: async (options = {}) => {
|
|
5009
|
+
const localVarUrlObj = new URL(`/experimental/motion-group-models/catalog`, DUMMY_BASE_URL);
|
|
5010
|
+
let baseOptions;
|
|
5011
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
5012
|
+
const localVarRequestOptions = {
|
|
5013
|
+
method: "GET",
|
|
5014
|
+
...baseOptions,
|
|
5015
|
+
...options
|
|
5016
|
+
};
|
|
5017
|
+
const localVarHeaderParameter = {};
|
|
5018
|
+
const localVarQueryParameter = {};
|
|
5019
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5020
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4768
5021
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4769
5022
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4770
5023
|
localVarRequestOptions.headers = {
|
|
@@ -4779,7 +5032,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4779
5032
|
},
|
|
4780
5033
|
getMotionGroupUsdModel: async (motionGroupModel, options = {}) => {
|
|
4781
5034
|
assertParamExists("getMotionGroupUsdModel", "motionGroupModel", motionGroupModel);
|
|
4782
|
-
const localVarPath = `/motion-group-models/{motion-group-model}/usd`.replace(
|
|
5035
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/usd`.replace("{motion-group-model}", encodeURIComponent(String(motionGroupModel)));
|
|
4783
5036
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4784
5037
|
let baseOptions;
|
|
4785
5038
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4791,6 +5044,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4791
5044
|
const localVarHeaderParameter = {};
|
|
4792
5045
|
const localVarQueryParameter = {};
|
|
4793
5046
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5047
|
+
localVarHeaderParameter["Accept"] = "application/octet-stream";
|
|
4794
5048
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4795
5049
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4796
5050
|
localVarRequestOptions.headers = {
|
|
@@ -4817,6 +5071,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4817
5071
|
const localVarQueryParameter = {};
|
|
4818
5072
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4819
5073
|
localVarHeaderParameter["Content-Type"] = "application/gzip";
|
|
5074
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
4820
5075
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4821
5076
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4822
5077
|
localVarRequestOptions.headers = {
|
|
@@ -4856,6 +5111,12 @@ const MotionGroupModelsApiFp = function(configuration) {
|
|
|
4856
5111
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.exportMotionGroupModel"]?.[localVarOperationServerIndex]?.url;
|
|
4857
5112
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4858
5113
|
},
|
|
5114
|
+
async getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
5115
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getConfigurationForMotionGroup(motionGroupModel, options);
|
|
5116
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5117
|
+
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getConfigurationForMotionGroup"]?.[localVarOperationServerIndex]?.url;
|
|
5118
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5119
|
+
},
|
|
4859
5120
|
async getMotionGroupCollisionModel(motionGroupModel, options) {
|
|
4860
5121
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupCollisionModel(motionGroupModel, options);
|
|
4861
5122
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -4898,6 +5159,12 @@ const MotionGroupModelsApiFp = function(configuration) {
|
|
|
4898
5159
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModels"]?.[localVarOperationServerIndex]?.url;
|
|
4899
5160
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4900
5161
|
},
|
|
5162
|
+
async getMotionGroupModelsCatalog(options) {
|
|
5163
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupModelsCatalog(options);
|
|
5164
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5165
|
+
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModelsCatalog"]?.[localVarOperationServerIndex]?.url;
|
|
5166
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5167
|
+
},
|
|
4901
5168
|
async getMotionGroupUsdModel(motionGroupModel, options) {
|
|
4902
5169
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupUsdModel(motionGroupModel, options);
|
|
4903
5170
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -4927,6 +5194,9 @@ const MotionGroupModelsApiFactory = function(configuration, basePath, axios) {
|
|
|
4927
5194
|
exportMotionGroupModel(motionGroupModel, options) {
|
|
4928
5195
|
return localVarFp.exportMotionGroupModel(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
4929
5196
|
},
|
|
5197
|
+
getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
5198
|
+
return localVarFp.getConfigurationForMotionGroup(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
5199
|
+
},
|
|
4930
5200
|
getMotionGroupCollisionModel(motionGroupModel, options) {
|
|
4931
5201
|
return localVarFp.getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
4932
5202
|
},
|
|
@@ -4948,6 +5218,9 @@ const MotionGroupModelsApiFactory = function(configuration, basePath, axios) {
|
|
|
4948
5218
|
getMotionGroupModels(options) {
|
|
4949
5219
|
return localVarFp.getMotionGroupModels(options).then((request) => request(axios, basePath));
|
|
4950
5220
|
},
|
|
5221
|
+
getMotionGroupModelsCatalog(options) {
|
|
5222
|
+
return localVarFp.getMotionGroupModelsCatalog(options).then((request) => request(axios, basePath));
|
|
5223
|
+
},
|
|
4951
5224
|
getMotionGroupUsdModel(motionGroupModel, options) {
|
|
4952
5225
|
return localVarFp.getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
4953
5226
|
},
|
|
@@ -4972,7 +5245,7 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4972
5245
|
return MotionGroupModelsApiFp(this.configuration).copyMotionGroupModel(motionGroupModel, copyMotionGroupModelRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4973
5246
|
}
|
|
4974
5247
|
/**
|
|
4975
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___ Deletes a custom motion group model. Only custom models
|
|
5248
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Deletes a custom motion group model. Only custom models, where `is_custom` is `true`, can be deleted. Built-in base models cannot be removed.
|
|
4976
5249
|
* @summary Delete Motion Group Model
|
|
4977
5250
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
4978
5251
|
* @param {*} [options] Override http request option.
|
|
@@ -4992,6 +5265,16 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4992
5265
|
return MotionGroupModelsApiFp(this.configuration).exportMotionGroupModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
|
|
4993
5266
|
}
|
|
4994
5267
|
/**
|
|
5268
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Get a robot configuration containing the specified motion group model. This endpoint is designed for Virtual Robot to dynamically add motion groups by model name without needing to know the robot configuration name. Returns the full GCI transcript along with the motion group UID that corresponds to the requested motion group model.
|
|
5269
|
+
* @summary Get Configuration for Motion Group
|
|
5270
|
+
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
5271
|
+
* @param {*} [options] Override http request option.
|
|
5272
|
+
* @throws {RequiredError}
|
|
5273
|
+
*/
|
|
5274
|
+
getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
5275
|
+
return MotionGroupModelsApiFp(this.configuration).getConfigurationForMotionGroup(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
|
|
5276
|
+
}
|
|
5277
|
+
/**
|
|
4995
5278
|
* **Required permissions:** `can_access_system` - View system status and metadata ___ Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
4996
5279
|
* @summary Get Collision Model
|
|
4997
5280
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
@@ -5061,6 +5344,15 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
5061
5344
|
return MotionGroupModelsApiFp(this.configuration).getMotionGroupModels(options).then((request) => request(this.axios, this.basePath));
|
|
5062
5345
|
}
|
|
5063
5346
|
/**
|
|
5347
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
5348
|
+
* @summary Motion Group Model Catalog
|
|
5349
|
+
* @param {*} [options] Override http request option.
|
|
5350
|
+
* @throws {RequiredError}
|
|
5351
|
+
*/
|
|
5352
|
+
getMotionGroupModelsCatalog(options) {
|
|
5353
|
+
return MotionGroupModelsApiFp(this.configuration).getMotionGroupModelsCatalog(options).then((request) => request(this.axios, this.basePath));
|
|
5354
|
+
}
|
|
5355
|
+
/**
|
|
5064
5356
|
* **Required permissions:** `can_access_system` - View system status and metadata ___ Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported identifiers.
|
|
5065
5357
|
* @summary Download USD Model
|
|
5066
5358
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
@@ -5100,6 +5392,7 @@ const NOVACloudApiAxiosParamCreator = function(configuration) {
|
|
|
5100
5392
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5101
5393
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
5102
5394
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
5395
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5103
5396
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5104
5397
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5105
5398
|
localVarRequestOptions.headers = {
|
|
@@ -5126,6 +5419,32 @@ const NOVACloudApiAxiosParamCreator = function(configuration) {
|
|
|
5126
5419
|
const localVarQueryParameter = {};
|
|
5127
5420
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5128
5421
|
if (completionTimeout !== void 0) localVarQueryParameter["completion_timeout"] = completionTimeout;
|
|
5422
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5423
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5424
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5425
|
+
localVarRequestOptions.headers = {
|
|
5426
|
+
...localVarHeaderParameter,
|
|
5427
|
+
...headersFromBaseOptions,
|
|
5428
|
+
...options.headers
|
|
5429
|
+
};
|
|
5430
|
+
return {
|
|
5431
|
+
url: toPathString(localVarUrlObj),
|
|
5432
|
+
options: localVarRequestOptions
|
|
5433
|
+
};
|
|
5434
|
+
},
|
|
5435
|
+
getCloudStatus: async (options = {}) => {
|
|
5436
|
+
const localVarUrlObj = new URL(`/experimental/cloud/status`, DUMMY_BASE_URL);
|
|
5437
|
+
let baseOptions;
|
|
5438
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
5439
|
+
const localVarRequestOptions = {
|
|
5440
|
+
method: "GET",
|
|
5441
|
+
...baseOptions,
|
|
5442
|
+
...options
|
|
5443
|
+
};
|
|
5444
|
+
const localVarHeaderParameter = {};
|
|
5445
|
+
const localVarQueryParameter = {};
|
|
5446
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5447
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5129
5448
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5130
5449
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5131
5450
|
localVarRequestOptions.headers = {
|
|
@@ -5150,6 +5469,7 @@ const NOVACloudApiAxiosParamCreator = function(configuration) {
|
|
|
5150
5469
|
const localVarHeaderParameter = {};
|
|
5151
5470
|
const localVarQueryParameter = {};
|
|
5152
5471
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5472
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5153
5473
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5154
5474
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5155
5475
|
localVarRequestOptions.headers = {
|
|
@@ -5182,6 +5502,12 @@ const NOVACloudApiFp = function(configuration) {
|
|
|
5182
5502
|
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.disconnectFromNovaCloud"]?.[localVarOperationServerIndex]?.url;
|
|
5183
5503
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5184
5504
|
},
|
|
5505
|
+
async getCloudStatus(options) {
|
|
5506
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCloudStatus(options);
|
|
5507
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5508
|
+
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.getCloudStatus"]?.[localVarOperationServerIndex]?.url;
|
|
5509
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5510
|
+
},
|
|
5185
5511
|
async getNovaCloudConfig(options) {
|
|
5186
5512
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getNovaCloudConfig(options);
|
|
5187
5513
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -5202,6 +5528,9 @@ const NOVACloudApiFactory = function(configuration, basePath, axios) {
|
|
|
5202
5528
|
disconnectFromNovaCloud(completionTimeout, options) {
|
|
5203
5529
|
return localVarFp.disconnectFromNovaCloud(completionTimeout, options).then((request) => request(axios, basePath));
|
|
5204
5530
|
},
|
|
5531
|
+
getCloudStatus(options) {
|
|
5532
|
+
return localVarFp.getCloudStatus(options).then((request) => request(axios, basePath));
|
|
5533
|
+
},
|
|
5205
5534
|
getNovaCloudConfig(options) {
|
|
5206
5535
|
return localVarFp.getNovaCloudConfig(options).then((request) => request(axios, basePath));
|
|
5207
5536
|
}
|
|
@@ -5233,6 +5562,15 @@ var NOVACloudApi = class extends BaseAPI {
|
|
|
5233
5562
|
return NOVACloudApiFp(this.configuration).disconnectFromNovaCloud(completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
5234
5563
|
}
|
|
5235
5564
|
/**
|
|
5565
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: danger --> > **Experimental** Get the current NOVA Cloud connection status for this instance, including whether the configured cloud deployment is currently reachable.
|
|
5566
|
+
* @summary Get Connection Status
|
|
5567
|
+
* @param {*} [options] Override http request option.
|
|
5568
|
+
* @throws {RequiredError}
|
|
5569
|
+
*/
|
|
5570
|
+
getCloudStatus(options) {
|
|
5571
|
+
return NOVACloudApiFp(this.configuration).getCloudStatus(options).then((request) => request(this.axios, this.basePath));
|
|
5572
|
+
}
|
|
5573
|
+
/**
|
|
5236
5574
|
* **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: danger --> > **Experimental** Get the current NOVA Cloud connection config for this instance.
|
|
5237
5575
|
* @summary Get Connection Config
|
|
5238
5576
|
* @param {*} [options] Override http request option.
|
|
@@ -5250,7 +5588,7 @@ const ProgramApiAxiosParamCreator = function(configuration) {
|
|
|
5250
5588
|
getProgram: async (cell, program, options = {}) => {
|
|
5251
5589
|
assertParamExists("getProgram", "cell", cell);
|
|
5252
5590
|
assertParamExists("getProgram", "program", program);
|
|
5253
|
-
const localVarPath = `/experimental/cells/{cell}/programs/{program}`.replace(
|
|
5591
|
+
const localVarPath = `/experimental/cells/{cell}/programs/{program}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{program}", encodeURIComponent(String(program)));
|
|
5254
5592
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5255
5593
|
let baseOptions;
|
|
5256
5594
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5262,6 +5600,7 @@ const ProgramApiAxiosParamCreator = function(configuration) {
|
|
|
5262
5600
|
const localVarHeaderParameter = {};
|
|
5263
5601
|
const localVarQueryParameter = {};
|
|
5264
5602
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5603
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5265
5604
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5266
5605
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5267
5606
|
localVarRequestOptions.headers = {
|
|
@@ -5276,7 +5615,7 @@ const ProgramApiAxiosParamCreator = function(configuration) {
|
|
|
5276
5615
|
},
|
|
5277
5616
|
listPrograms: async (cell, options = {}) => {
|
|
5278
5617
|
assertParamExists("listPrograms", "cell", cell);
|
|
5279
|
-
const localVarPath = `/experimental/cells/{cell}/programs`.replace(
|
|
5618
|
+
const localVarPath = `/experimental/cells/{cell}/programs`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
5280
5619
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5281
5620
|
let baseOptions;
|
|
5282
5621
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5288,6 +5627,7 @@ const ProgramApiAxiosParamCreator = function(configuration) {
|
|
|
5288
5627
|
const localVarHeaderParameter = {};
|
|
5289
5628
|
const localVarQueryParameter = {};
|
|
5290
5629
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5630
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5291
5631
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5292
5632
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5293
5633
|
localVarRequestOptions.headers = {
|
|
@@ -5304,7 +5644,7 @@ const ProgramApiAxiosParamCreator = function(configuration) {
|
|
|
5304
5644
|
assertParamExists("startProgram", "cell", cell);
|
|
5305
5645
|
assertParamExists("startProgram", "program", program);
|
|
5306
5646
|
assertParamExists("startProgram", "programStartRequest", programStartRequest);
|
|
5307
|
-
const localVarPath = `/experimental/cells/{cell}/programs/{program}/start`.replace(
|
|
5647
|
+
const localVarPath = `/experimental/cells/{cell}/programs/{program}/start`.replace("{cell}", encodeURIComponent(String(cell))).replace("{program}", encodeURIComponent(String(program)));
|
|
5308
5648
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5309
5649
|
let baseOptions;
|
|
5310
5650
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5317,6 +5657,7 @@ const ProgramApiAxiosParamCreator = function(configuration) {
|
|
|
5317
5657
|
const localVarQueryParameter = {};
|
|
5318
5658
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5319
5659
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
5660
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5320
5661
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5321
5662
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5322
5663
|
localVarRequestOptions.headers = {
|
|
@@ -5333,7 +5674,7 @@ const ProgramApiAxiosParamCreator = function(configuration) {
|
|
|
5333
5674
|
stopProgram: async (cell, program, options = {}) => {
|
|
5334
5675
|
assertParamExists("stopProgram", "cell", cell);
|
|
5335
5676
|
assertParamExists("stopProgram", "program", program);
|
|
5336
|
-
const localVarPath = `/experimental/cells/{cell}/programs/{program}/stop`.replace(
|
|
5677
|
+
const localVarPath = `/experimental/cells/{cell}/programs/{program}/stop`.replace("{cell}", encodeURIComponent(String(cell))).replace("{program}", encodeURIComponent(String(program)));
|
|
5337
5678
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5338
5679
|
let baseOptions;
|
|
5339
5680
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5479,6 +5820,7 @@ const RobotConfigurationsApiAxiosParamCreator = function(configuration) {
|
|
|
5479
5820
|
const localVarQueryParameter = {};
|
|
5480
5821
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5481
5822
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
5823
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5482
5824
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5483
5825
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5484
5826
|
localVarRequestOptions.headers = {
|
|
@@ -5504,6 +5846,7 @@ const RobotConfigurationsApiAxiosParamCreator = function(configuration) {
|
|
|
5504
5846
|
const localVarHeaderParameter = {};
|
|
5505
5847
|
const localVarQueryParameter = {};
|
|
5506
5848
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5849
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5507
5850
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5508
5851
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5509
5852
|
localVarRequestOptions.headers = {
|
|
@@ -5592,6 +5935,7 @@ const SessionApiAxiosParamCreator = function(configuration) {
|
|
|
5592
5935
|
const localVarHeaderParameter = {};
|
|
5593
5936
|
const localVarQueryParameter = {};
|
|
5594
5937
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5938
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5595
5939
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5596
5940
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5597
5941
|
localVarRequestOptions.headers = {
|
|
@@ -5648,7 +5992,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5648
5992
|
deleteStoredCollider: async (cell, collider, options = {}) => {
|
|
5649
5993
|
assertParamExists("deleteStoredCollider", "cell", cell);
|
|
5650
5994
|
assertParamExists("deleteStoredCollider", "collider", collider);
|
|
5651
|
-
const localVarPath = `/cells/{cell}/store/collision/colliders/{collider}`.replace(
|
|
5995
|
+
const localVarPath = `/cells/{cell}/store/collision/colliders/{collider}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{collider}", encodeURIComponent(String(collider)));
|
|
5652
5996
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5653
5997
|
let baseOptions;
|
|
5654
5998
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5675,7 +6019,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5675
6019
|
deleteStoredCollisionLinkChain: async (cell, linkChain, options = {}) => {
|
|
5676
6020
|
assertParamExists("deleteStoredCollisionLinkChain", "cell", cell);
|
|
5677
6021
|
assertParamExists("deleteStoredCollisionLinkChain", "linkChain", linkChain);
|
|
5678
|
-
const localVarPath = `/cells/{cell}/store/collision/link-chains/{link-chain}`.replace(
|
|
6022
|
+
const localVarPath = `/cells/{cell}/store/collision/link-chains/{link-chain}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{link-chain}", encodeURIComponent(String(linkChain)));
|
|
5679
6023
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5680
6024
|
let baseOptions;
|
|
5681
6025
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5702,7 +6046,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5702
6046
|
deleteStoredCollisionTool: async (cell, tool, options = {}) => {
|
|
5703
6047
|
assertParamExists("deleteStoredCollisionTool", "cell", cell);
|
|
5704
6048
|
assertParamExists("deleteStoredCollisionTool", "tool", tool);
|
|
5705
|
-
const localVarPath = `/cells/{cell}/store/collision/tools/{tool}`.replace(
|
|
6049
|
+
const localVarPath = `/cells/{cell}/store/collision/tools/{tool}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{tool}", encodeURIComponent(String(tool)));
|
|
5706
6050
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5707
6051
|
let baseOptions;
|
|
5708
6052
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5729,7 +6073,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5729
6073
|
getStoredCollider: async (cell, collider, options = {}) => {
|
|
5730
6074
|
assertParamExists("getStoredCollider", "cell", cell);
|
|
5731
6075
|
assertParamExists("getStoredCollider", "collider", collider);
|
|
5732
|
-
const localVarPath = `/cells/{cell}/store/collision/colliders/{collider}`.replace(
|
|
6076
|
+
const localVarPath = `/cells/{cell}/store/collision/colliders/{collider}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{collider}", encodeURIComponent(String(collider)));
|
|
5733
6077
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5734
6078
|
let baseOptions;
|
|
5735
6079
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5741,6 +6085,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5741
6085
|
const localVarHeaderParameter = {};
|
|
5742
6086
|
const localVarQueryParameter = {};
|
|
5743
6087
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6088
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5744
6089
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5745
6090
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5746
6091
|
localVarRequestOptions.headers = {
|
|
@@ -5756,7 +6101,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5756
6101
|
getStoredCollisionLinkChain: async (cell, linkChain, options = {}) => {
|
|
5757
6102
|
assertParamExists("getStoredCollisionLinkChain", "cell", cell);
|
|
5758
6103
|
assertParamExists("getStoredCollisionLinkChain", "linkChain", linkChain);
|
|
5759
|
-
const localVarPath = `/cells/{cell}/store/collision/link-chains/{link-chain}`.replace(
|
|
6104
|
+
const localVarPath = `/cells/{cell}/store/collision/link-chains/{link-chain}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{link-chain}", encodeURIComponent(String(linkChain)));
|
|
5760
6105
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5761
6106
|
let baseOptions;
|
|
5762
6107
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5768,6 +6113,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5768
6113
|
const localVarHeaderParameter = {};
|
|
5769
6114
|
const localVarQueryParameter = {};
|
|
5770
6115
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6116
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5771
6117
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5772
6118
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5773
6119
|
localVarRequestOptions.headers = {
|
|
@@ -5783,7 +6129,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5783
6129
|
getStoredCollisionTool: async (cell, tool, options = {}) => {
|
|
5784
6130
|
assertParamExists("getStoredCollisionTool", "cell", cell);
|
|
5785
6131
|
assertParamExists("getStoredCollisionTool", "tool", tool);
|
|
5786
|
-
const localVarPath = `/cells/{cell}/store/collision/tools/{tool}`.replace(
|
|
6132
|
+
const localVarPath = `/cells/{cell}/store/collision/tools/{tool}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{tool}", encodeURIComponent(String(tool)));
|
|
5787
6133
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5788
6134
|
let baseOptions;
|
|
5789
6135
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5795,6 +6141,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5795
6141
|
const localVarHeaderParameter = {};
|
|
5796
6142
|
const localVarQueryParameter = {};
|
|
5797
6143
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6144
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5798
6145
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5799
6146
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5800
6147
|
localVarRequestOptions.headers = {
|
|
@@ -5809,7 +6156,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5809
6156
|
},
|
|
5810
6157
|
listCollisionLinkChains: async (cell, options = {}) => {
|
|
5811
6158
|
assertParamExists("listCollisionLinkChains", "cell", cell);
|
|
5812
|
-
const localVarPath = `/cells/{cell}/store/collision/link-chains`.replace(
|
|
6159
|
+
const localVarPath = `/cells/{cell}/store/collision/link-chains`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
5813
6160
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5814
6161
|
let baseOptions;
|
|
5815
6162
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5821,6 +6168,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5821
6168
|
const localVarHeaderParameter = {};
|
|
5822
6169
|
const localVarQueryParameter = {};
|
|
5823
6170
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6171
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5824
6172
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5825
6173
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5826
6174
|
localVarRequestOptions.headers = {
|
|
@@ -5835,7 +6183,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5835
6183
|
},
|
|
5836
6184
|
listCollisionLinkChainsKeys: async (cell, options = {}) => {
|
|
5837
6185
|
assertParamExists("listCollisionLinkChainsKeys", "cell", cell);
|
|
5838
|
-
const localVarPath = `/cells/{cell}/store/collision/link-chains-keys`.replace(
|
|
6186
|
+
const localVarPath = `/cells/{cell}/store/collision/link-chains-keys`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
5839
6187
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5840
6188
|
let baseOptions;
|
|
5841
6189
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5847,6 +6195,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5847
6195
|
const localVarHeaderParameter = {};
|
|
5848
6196
|
const localVarQueryParameter = {};
|
|
5849
6197
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6198
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5850
6199
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5851
6200
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5852
6201
|
localVarRequestOptions.headers = {
|
|
@@ -5861,7 +6210,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5861
6210
|
},
|
|
5862
6211
|
listStoredColliders: async (cell, options = {}) => {
|
|
5863
6212
|
assertParamExists("listStoredColliders", "cell", cell);
|
|
5864
|
-
const localVarPath = `/cells/{cell}/store/collision/colliders`.replace(
|
|
6213
|
+
const localVarPath = `/cells/{cell}/store/collision/colliders`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
5865
6214
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5866
6215
|
let baseOptions;
|
|
5867
6216
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5873,6 +6222,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5873
6222
|
const localVarHeaderParameter = {};
|
|
5874
6223
|
const localVarQueryParameter = {};
|
|
5875
6224
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6225
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5876
6226
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5877
6227
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5878
6228
|
localVarRequestOptions.headers = {
|
|
@@ -5887,7 +6237,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5887
6237
|
},
|
|
5888
6238
|
listStoredCollidersKeys: async (cell, options = {}) => {
|
|
5889
6239
|
assertParamExists("listStoredCollidersKeys", "cell", cell);
|
|
5890
|
-
const localVarPath = `/cells/{cell}/store/collision/colliders-keys`.replace(
|
|
6240
|
+
const localVarPath = `/cells/{cell}/store/collision/colliders-keys`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
5891
6241
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5892
6242
|
let baseOptions;
|
|
5893
6243
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5899,6 +6249,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5899
6249
|
const localVarHeaderParameter = {};
|
|
5900
6250
|
const localVarQueryParameter = {};
|
|
5901
6251
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6252
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5902
6253
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5903
6254
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5904
6255
|
localVarRequestOptions.headers = {
|
|
@@ -5913,7 +6264,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5913
6264
|
},
|
|
5914
6265
|
listStoredCollisionTools: async (cell, options = {}) => {
|
|
5915
6266
|
assertParamExists("listStoredCollisionTools", "cell", cell);
|
|
5916
|
-
const localVarPath = `/cells/{cell}/store/collision/tools`.replace(
|
|
6267
|
+
const localVarPath = `/cells/{cell}/store/collision/tools`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
5917
6268
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5918
6269
|
let baseOptions;
|
|
5919
6270
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5925,6 +6276,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5925
6276
|
const localVarHeaderParameter = {};
|
|
5926
6277
|
const localVarQueryParameter = {};
|
|
5927
6278
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6279
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5928
6280
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5929
6281
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5930
6282
|
localVarRequestOptions.headers = {
|
|
@@ -5939,7 +6291,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5939
6291
|
},
|
|
5940
6292
|
listStoredCollisionToolsKeys: async (cell, options = {}) => {
|
|
5941
6293
|
assertParamExists("listStoredCollisionToolsKeys", "cell", cell);
|
|
5942
|
-
const localVarPath = `/cells/{cell}/store/collision/tools-keys`.replace(
|
|
6294
|
+
const localVarPath = `/cells/{cell}/store/collision/tools-keys`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
5943
6295
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5944
6296
|
let baseOptions;
|
|
5945
6297
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5951,6 +6303,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5951
6303
|
const localVarHeaderParameter = {};
|
|
5952
6304
|
const localVarQueryParameter = {};
|
|
5953
6305
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6306
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5954
6307
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5955
6308
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5956
6309
|
localVarRequestOptions.headers = {
|
|
@@ -5967,7 +6320,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5967
6320
|
assertParamExists("storeCollider", "cell", cell);
|
|
5968
6321
|
assertParamExists("storeCollider", "collider", collider);
|
|
5969
6322
|
assertParamExists("storeCollider", "collider2", collider2);
|
|
5970
|
-
const localVarPath = `/cells/{cell}/store/collision/colliders/{collider}`.replace(
|
|
6323
|
+
const localVarPath = `/cells/{cell}/store/collision/colliders/{collider}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{collider}", encodeURIComponent(String(collider)));
|
|
5971
6324
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5972
6325
|
let baseOptions;
|
|
5973
6326
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -5980,6 +6333,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5980
6333
|
const localVarQueryParameter = {};
|
|
5981
6334
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5982
6335
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
6336
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
5983
6337
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5984
6338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5985
6339
|
localVarRequestOptions.headers = {
|
|
@@ -5997,7 +6351,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
5997
6351
|
assertParamExists("storeCollisionLinkChain", "cell", cell);
|
|
5998
6352
|
assertParamExists("storeCollisionLinkChain", "linkChain", linkChain);
|
|
5999
6353
|
assertParamExists("storeCollisionLinkChain", "collider", collider);
|
|
6000
|
-
const localVarPath = `/cells/{cell}/store/collision/link-chains/{link-chain}`.replace(
|
|
6354
|
+
const localVarPath = `/cells/{cell}/store/collision/link-chains/{link-chain}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{link-chain}", encodeURIComponent(String(linkChain)));
|
|
6001
6355
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6002
6356
|
let baseOptions;
|
|
6003
6357
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6010,6 +6364,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
6010
6364
|
const localVarQueryParameter = {};
|
|
6011
6365
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6012
6366
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
6367
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6013
6368
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6014
6369
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6015
6370
|
localVarRequestOptions.headers = {
|
|
@@ -6027,7 +6382,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
6027
6382
|
assertParamExists("storeCollisionTool", "cell", cell);
|
|
6028
6383
|
assertParamExists("storeCollisionTool", "tool", tool);
|
|
6029
6384
|
assertParamExists("storeCollisionTool", "requestBody", requestBody);
|
|
6030
|
-
const localVarPath = `/cells/{cell}/store/collision/tools/{tool}`.replace(
|
|
6385
|
+
const localVarPath = `/cells/{cell}/store/collision/tools/{tool}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{tool}", encodeURIComponent(String(tool)));
|
|
6031
6386
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6032
6387
|
let baseOptions;
|
|
6033
6388
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6040,6 +6395,7 @@ const StoreCollisionComponentsApiAxiosParamCreator = function(configuration) {
|
|
|
6040
6395
|
const localVarQueryParameter = {};
|
|
6041
6396
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6042
6397
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
6398
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6043
6399
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6044
6400
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6045
6401
|
localVarRequestOptions.headers = {
|
|
@@ -6381,7 +6737,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6381
6737
|
deleteStoredCollisionSetup: async (cell, setup, options = {}) => {
|
|
6382
6738
|
assertParamExists("deleteStoredCollisionSetup", "cell", cell);
|
|
6383
6739
|
assertParamExists("deleteStoredCollisionSetup", "setup", setup);
|
|
6384
|
-
const localVarPath = `/cells/{cell}/store/collision/setups/{setup}`.replace(
|
|
6740
|
+
const localVarPath = `/cells/{cell}/store/collision/setups/{setup}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{setup}", encodeURIComponent(String(setup)));
|
|
6385
6741
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6386
6742
|
let baseOptions;
|
|
6387
6743
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6408,7 +6764,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6408
6764
|
getStoredCollisionSetup: async (cell, setup, options = {}) => {
|
|
6409
6765
|
assertParamExists("getStoredCollisionSetup", "cell", cell);
|
|
6410
6766
|
assertParamExists("getStoredCollisionSetup", "setup", setup);
|
|
6411
|
-
const localVarPath = `/cells/{cell}/store/collision/setups/{setup}`.replace(
|
|
6767
|
+
const localVarPath = `/cells/{cell}/store/collision/setups/{setup}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{setup}", encodeURIComponent(String(setup)));
|
|
6412
6768
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6413
6769
|
let baseOptions;
|
|
6414
6770
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6420,6 +6776,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6420
6776
|
const localVarHeaderParameter = {};
|
|
6421
6777
|
const localVarQueryParameter = {};
|
|
6422
6778
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6779
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6423
6780
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6424
6781
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6425
6782
|
localVarRequestOptions.headers = {
|
|
@@ -6434,7 +6791,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6434
6791
|
},
|
|
6435
6792
|
listStoredCollisionSetups: async (cell, options = {}) => {
|
|
6436
6793
|
assertParamExists("listStoredCollisionSetups", "cell", cell);
|
|
6437
|
-
const localVarPath = `/cells/{cell}/store/collision/setups`.replace(
|
|
6794
|
+
const localVarPath = `/cells/{cell}/store/collision/setups`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
6438
6795
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6439
6796
|
let baseOptions;
|
|
6440
6797
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6446,6 +6803,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6446
6803
|
const localVarHeaderParameter = {};
|
|
6447
6804
|
const localVarQueryParameter = {};
|
|
6448
6805
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6806
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6449
6807
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6450
6808
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6451
6809
|
localVarRequestOptions.headers = {
|
|
@@ -6460,7 +6818,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6460
6818
|
},
|
|
6461
6819
|
listStoredCollisionSetupsKeys: async (cell, options = {}) => {
|
|
6462
6820
|
assertParamExists("listStoredCollisionSetupsKeys", "cell", cell);
|
|
6463
|
-
const localVarPath = `/cells/{cell}/store/collision/setups-keys`.replace(
|
|
6821
|
+
const localVarPath = `/cells/{cell}/store/collision/setups-keys`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
6464
6822
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6465
6823
|
let baseOptions;
|
|
6466
6824
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6472,6 +6830,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6472
6830
|
const localVarHeaderParameter = {};
|
|
6473
6831
|
const localVarQueryParameter = {};
|
|
6474
6832
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6833
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6475
6834
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6476
6835
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6477
6836
|
localVarRequestOptions.headers = {
|
|
@@ -6488,7 +6847,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6488
6847
|
assertParamExists("storeCollisionSetup", "cell", cell);
|
|
6489
6848
|
assertParamExists("storeCollisionSetup", "setup", setup);
|
|
6490
6849
|
assertParamExists("storeCollisionSetup", "collisionSetup", collisionSetup);
|
|
6491
|
-
const localVarPath = `/cells/{cell}/store/collision/setups/{setup}`.replace(
|
|
6850
|
+
const localVarPath = `/cells/{cell}/store/collision/setups/{setup}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{setup}", encodeURIComponent(String(setup)));
|
|
6492
6851
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6493
6852
|
let baseOptions;
|
|
6494
6853
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6501,6 +6860,7 @@ const StoreCollisionSetupsApiAxiosParamCreator = function(configuration) {
|
|
|
6501
6860
|
const localVarQueryParameter = {};
|
|
6502
6861
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6503
6862
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
6863
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6504
6864
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6505
6865
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6506
6866
|
localVarRequestOptions.headers = {
|
|
@@ -6643,7 +7003,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6643
7003
|
return {
|
|
6644
7004
|
clearAllObjects: async (cell, options = {}) => {
|
|
6645
7005
|
assertParamExists("clearAllObjects", "cell", cell);
|
|
6646
|
-
const localVarPath = `/cells/{cell}/store/objects`.replace(
|
|
7006
|
+
const localVarPath = `/cells/{cell}/store/objects`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
6647
7007
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6648
7008
|
let baseOptions;
|
|
6649
7009
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6670,7 +7030,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6670
7030
|
deleteObject: async (cell, key, options = {}) => {
|
|
6671
7031
|
assertParamExists("deleteObject", "cell", cell);
|
|
6672
7032
|
assertParamExists("deleteObject", "key", key);
|
|
6673
|
-
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace(
|
|
7033
|
+
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{key}", encodeURIComponent(String(key)));
|
|
6674
7034
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6675
7035
|
let baseOptions;
|
|
6676
7036
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6682,6 +7042,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6682
7042
|
const localVarHeaderParameter = {};
|
|
6683
7043
|
const localVarQueryParameter = {};
|
|
6684
7044
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7045
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6685
7046
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6686
7047
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6687
7048
|
localVarRequestOptions.headers = {
|
|
@@ -6697,7 +7058,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6697
7058
|
getObject: async (cell, key, options = {}) => {
|
|
6698
7059
|
assertParamExists("getObject", "cell", cell);
|
|
6699
7060
|
assertParamExists("getObject", "key", key);
|
|
6700
|
-
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace(
|
|
7061
|
+
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{key}", encodeURIComponent(String(key)));
|
|
6701
7062
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6702
7063
|
let baseOptions;
|
|
6703
7064
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6709,6 +7070,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6709
7070
|
const localVarHeaderParameter = {};
|
|
6710
7071
|
const localVarQueryParameter = {};
|
|
6711
7072
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7073
|
+
localVarHeaderParameter["Accept"] = "*/*,application/json";
|
|
6712
7074
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6713
7075
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6714
7076
|
localVarRequestOptions.headers = {
|
|
@@ -6724,7 +7086,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6724
7086
|
getObjectMetadata: async (cell, key, options = {}) => {
|
|
6725
7087
|
assertParamExists("getObjectMetadata", "cell", cell);
|
|
6726
7088
|
assertParamExists("getObjectMetadata", "key", key);
|
|
6727
|
-
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace(
|
|
7089
|
+
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{key}", encodeURIComponent(String(key)));
|
|
6728
7090
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6729
7091
|
let baseOptions;
|
|
6730
7092
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6736,6 +7098,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6736
7098
|
const localVarHeaderParameter = {};
|
|
6737
7099
|
const localVarQueryParameter = {};
|
|
6738
7100
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7101
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6739
7102
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6740
7103
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6741
7104
|
localVarRequestOptions.headers = {
|
|
@@ -6750,7 +7113,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6750
7113
|
},
|
|
6751
7114
|
listAllObjectKeys: async (cell, options = {}) => {
|
|
6752
7115
|
assertParamExists("listAllObjectKeys", "cell", cell);
|
|
6753
|
-
const localVarPath = `/cells/{cell}/store/objects`.replace(
|
|
7116
|
+
const localVarPath = `/cells/{cell}/store/objects`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
6754
7117
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6755
7118
|
let baseOptions;
|
|
6756
7119
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6762,6 +7125,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6762
7125
|
const localVarHeaderParameter = {};
|
|
6763
7126
|
const localVarQueryParameter = {};
|
|
6764
7127
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7128
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
6765
7129
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6766
7130
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6767
7131
|
localVarRequestOptions.headers = {
|
|
@@ -6777,7 +7141,7 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6777
7141
|
storeObject: async (cell, key, xMetadata, anyValue, options = {}) => {
|
|
6778
7142
|
assertParamExists("storeObject", "cell", cell);
|
|
6779
7143
|
assertParamExists("storeObject", "key", key);
|
|
6780
|
-
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace(
|
|
7144
|
+
const localVarPath = `/cells/{cell}/store/objects/{key}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{key}", encodeURIComponent(String(key)));
|
|
6781
7145
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6782
7146
|
let baseOptions;
|
|
6783
7147
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -6790,9 +7154,10 @@ const StoreObjectApiAxiosParamCreator = function(configuration) {
|
|
|
6790
7154
|
const localVarQueryParameter = {};
|
|
6791
7155
|
const localVarFormParams = new (configuration && configuration.formDataCtor || FormData)();
|
|
6792
7156
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6793
|
-
if (anyValue !== void 0) localVarFormParams.append("any_value", new Blob([JSON.stringify(anyValue)], { type: "application/json" }));
|
|
7157
|
+
if (anyValue !== void 0) localVarFormParams.append("any_value", new Blob([JSON.stringify(anyValue, replaceWithSerializableTypeIfNeeded)], { type: "application/json" }));
|
|
6794
7158
|
localVarHeaderParameter["Content-Type"] = "multipart/form-data";
|
|
6795
|
-
|
|
7159
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7160
|
+
if (xMetadata != null) localVarHeaderParameter["X-Metadata"] = typeof xMetadata === "string" ? xMetadata : JSON.stringify(xMetadata, replaceWithSerializableTypeIfNeeded);
|
|
6796
7161
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6797
7162
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6798
7163
|
localVarRequestOptions.headers = {
|
|
@@ -6968,6 +7333,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
6968
7333
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6969
7334
|
if (resources) localVarQueryParameter["resources"] = resources.join(COLLECTION_FORMATS.csv);
|
|
6970
7335
|
if (metadata !== void 0) localVarQueryParameter["metadata"] = metadata;
|
|
7336
|
+
localVarHeaderParameter["Accept"] = "application/gzip,application/json";
|
|
6971
7337
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6972
7338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6973
7339
|
localVarRequestOptions.headers = {
|
|
@@ -6994,6 +7360,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
6994
7360
|
const localVarQueryParameter = {};
|
|
6995
7361
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6996
7362
|
if (channel !== void 0) localVarQueryParameter["channel"] = channel;
|
|
7363
|
+
localVarHeaderParameter["Accept"] = "text/plain";
|
|
6997
7364
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6998
7365
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6999
7366
|
localVarRequestOptions.headers = {
|
|
@@ -7007,7 +7374,9 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7007
7374
|
};
|
|
7008
7375
|
},
|
|
7009
7376
|
getArpScan: async (_interface, cidr, timeout, options = {}) => {
|
|
7010
|
-
|
|
7377
|
+
assertParamExists("getArpScan", "_interface", _interface);
|
|
7378
|
+
assertParamExists("getArpScan", "cidr", cidr);
|
|
7379
|
+
const localVarUrlObj = new URL(`/system/network/arp-scan`, DUMMY_BASE_URL);
|
|
7011
7380
|
let baseOptions;
|
|
7012
7381
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
7013
7382
|
const localVarRequestOptions = {
|
|
@@ -7021,6 +7390,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7021
7390
|
if (_interface !== void 0) localVarQueryParameter["interface"] = _interface;
|
|
7022
7391
|
if (cidr !== void 0) localVarQueryParameter["cidr"] = cidr;
|
|
7023
7392
|
if (timeout !== void 0) localVarQueryParameter["timeout"] = timeout;
|
|
7393
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7024
7394
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7025
7395
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7026
7396
|
localVarRequestOptions.headers = {
|
|
@@ -7047,6 +7417,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7047
7417
|
const localVarQueryParameter = {};
|
|
7048
7418
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7049
7419
|
if (operationId !== void 0) localVarQueryParameter["operation_id"] = operationId;
|
|
7420
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7050
7421
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7051
7422
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7052
7423
|
localVarRequestOptions.headers = {
|
|
@@ -7071,6 +7442,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7071
7442
|
const localVarHeaderParameter = {};
|
|
7072
7443
|
const localVarQueryParameter = {};
|
|
7073
7444
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7445
|
+
localVarHeaderParameter["Accept"] = "application/zip";
|
|
7074
7446
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7075
7447
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7076
7448
|
localVarRequestOptions.headers = {
|
|
@@ -7084,7 +7456,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7084
7456
|
};
|
|
7085
7457
|
},
|
|
7086
7458
|
getNetworkInterfaces: async (options = {}) => {
|
|
7087
|
-
const localVarUrlObj = new URL(`/
|
|
7459
|
+
const localVarUrlObj = new URL(`/system/network/interfaces`, DUMMY_BASE_URL);
|
|
7088
7460
|
let baseOptions;
|
|
7089
7461
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
7090
7462
|
const localVarRequestOptions = {
|
|
@@ -7095,6 +7467,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7095
7467
|
const localVarHeaderParameter = {};
|
|
7096
7468
|
const localVarQueryParameter = {};
|
|
7097
7469
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7470
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7098
7471
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7099
7472
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7100
7473
|
localVarRequestOptions.headers = {
|
|
@@ -7119,6 +7492,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7119
7492
|
const localVarHeaderParameter = {};
|
|
7120
7493
|
const localVarQueryParameter = {};
|
|
7121
7494
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7495
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7122
7496
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7123
7497
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7124
7498
|
localVarRequestOptions.headers = {
|
|
@@ -7143,6 +7517,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7143
7517
|
const localVarHeaderParameter = {};
|
|
7144
7518
|
const localVarQueryParameter = {};
|
|
7145
7519
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7520
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7146
7521
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7147
7522
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7148
7523
|
localVarRequestOptions.headers = {
|
|
@@ -7167,6 +7542,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7167
7542
|
const localVarHeaderParameter = {};
|
|
7168
7543
|
const localVarQueryParameter = {};
|
|
7169
7544
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7545
|
+
localVarHeaderParameter["Accept"] = "text/plain";
|
|
7170
7546
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7171
7547
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7172
7548
|
localVarRequestOptions.headers = {
|
|
@@ -7191,6 +7567,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7191
7567
|
const localVarHeaderParameter = {};
|
|
7192
7568
|
const localVarQueryParameter = {};
|
|
7193
7569
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7570
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7194
7571
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7195
7572
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7196
7573
|
localVarRequestOptions.headers = {
|
|
@@ -7218,6 +7595,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
7218
7595
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7219
7596
|
if (resources) localVarQueryParameter["resources"] = resources.join(COLLECTION_FORMATS.csv);
|
|
7220
7597
|
localVarHeaderParameter["Content-Type"] = "application/gzip";
|
|
7598
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7221
7599
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7222
7600
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7223
7601
|
localVarRequestOptions.headers = {
|
|
@@ -7410,10 +7788,10 @@ var SystemApi = class extends BaseAPI {
|
|
|
7410
7788
|
return SystemApiFp(this.configuration).checkNovaVersionUpdate(channel, options).then((request) => request(this.axios, this.basePath));
|
|
7411
7789
|
}
|
|
7412
7790
|
/**
|
|
7413
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___
|
|
7791
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
|
|
7414
7792
|
* @summary Get ARP-Scan
|
|
7415
|
-
* @param {string}
|
|
7416
|
-
* @param {string}
|
|
7793
|
+
* @param {string} _interface
|
|
7794
|
+
* @param {string} cidr
|
|
7417
7795
|
* @param {number} [timeout]
|
|
7418
7796
|
* @param {*} [options] Override http request option.
|
|
7419
7797
|
* @throws {RequiredError}
|
|
@@ -7441,7 +7819,7 @@ var SystemApi = class extends BaseAPI {
|
|
|
7441
7819
|
return SystemApiFp(this.configuration).getDiagnosePackage(options).then((request) => request(this.axios, this.basePath));
|
|
7442
7820
|
}
|
|
7443
7821
|
/**
|
|
7444
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___
|
|
7822
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Lists all managed network interfaces available for controller connections and ARP scanning.
|
|
7445
7823
|
* @summary Network Interfaces
|
|
7446
7824
|
* @param {*} [options] Override http request option.
|
|
7447
7825
|
* @throws {RequiredError}
|
|
@@ -7516,7 +7894,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7516
7894
|
assertParamExists("addTrajectory", "cell", cell);
|
|
7517
7895
|
assertParamExists("addTrajectory", "controller", controller);
|
|
7518
7896
|
assertParamExists("addTrajectory", "addTrajectoryRequest", addTrajectoryRequest);
|
|
7519
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories`.replace(
|
|
7897
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
7520
7898
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7521
7899
|
let baseOptions;
|
|
7522
7900
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7529,6 +7907,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7529
7907
|
const localVarQueryParameter = {};
|
|
7530
7908
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7531
7909
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
7910
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7532
7911
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7533
7912
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7534
7913
|
localVarRequestOptions.headers = {
|
|
@@ -7545,7 +7924,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7545
7924
|
clearTrajectories: async (cell, controller, options = {}) => {
|
|
7546
7925
|
assertParamExists("clearTrajectories", "cell", cell);
|
|
7547
7926
|
assertParamExists("clearTrajectories", "controller", controller);
|
|
7548
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories`.replace(
|
|
7927
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
7549
7928
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7550
7929
|
let baseOptions;
|
|
7551
7930
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7557,6 +7936,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7557
7936
|
const localVarHeaderParameter = {};
|
|
7558
7937
|
const localVarQueryParameter = {};
|
|
7559
7938
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7939
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7560
7940
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7561
7941
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7562
7942
|
localVarRequestOptions.headers = {
|
|
@@ -7573,7 +7953,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7573
7953
|
assertParamExists("deleteTrajectory", "cell", cell);
|
|
7574
7954
|
assertParamExists("deleteTrajectory", "controller", controller);
|
|
7575
7955
|
assertParamExists("deleteTrajectory", "trajectory", trajectory);
|
|
7576
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories/{trajectory}`.replace(
|
|
7956
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories/{trajectory}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{trajectory}", encodeURIComponent(String(trajectory)));
|
|
7577
7957
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7578
7958
|
let baseOptions;
|
|
7579
7959
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7585,6 +7965,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7585
7965
|
const localVarHeaderParameter = {};
|
|
7586
7966
|
const localVarQueryParameter = {};
|
|
7587
7967
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7968
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7588
7969
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7589
7970
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7590
7971
|
localVarRequestOptions.headers = {
|
|
@@ -7601,7 +7982,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7601
7982
|
assertParamExists("getTrajectory", "cell", cell);
|
|
7602
7983
|
assertParamExists("getTrajectory", "controller", controller);
|
|
7603
7984
|
assertParamExists("getTrajectory", "trajectory", trajectory);
|
|
7604
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories/{trajectory}`.replace(
|
|
7985
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories/{trajectory}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{trajectory}", encodeURIComponent(String(trajectory)));
|
|
7605
7986
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7606
7987
|
let baseOptions;
|
|
7607
7988
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7613,6 +7994,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7613
7994
|
const localVarHeaderParameter = {};
|
|
7614
7995
|
const localVarQueryParameter = {};
|
|
7615
7996
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7997
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7616
7998
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7617
7999
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7618
8000
|
localVarRequestOptions.headers = {
|
|
@@ -7628,7 +8010,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7628
8010
|
listTrajectories: async (cell, controller, options = {}) => {
|
|
7629
8011
|
assertParamExists("listTrajectories", "cell", cell);
|
|
7630
8012
|
assertParamExists("listTrajectories", "controller", controller);
|
|
7631
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories`.replace(
|
|
8013
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/trajectories`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
7632
8014
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7633
8015
|
let baseOptions;
|
|
7634
8016
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7640,6 +8022,7 @@ const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
|
7640
8022
|
const localVarHeaderParameter = {};
|
|
7641
8023
|
const localVarQueryParameter = {};
|
|
7642
8024
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8025
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7643
8026
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7644
8027
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7645
8028
|
localVarRequestOptions.headers = {
|
|
@@ -7786,7 +8169,7 @@ const TrajectoryExecutionApiAxiosParamCreator = function(configuration) {
|
|
|
7786
8169
|
assertParamExists("executeTrajectory", "cell", cell);
|
|
7787
8170
|
assertParamExists("executeTrajectory", "controller", controller);
|
|
7788
8171
|
assertParamExists("executeTrajectory", "executeTrajectoryRequest", executeTrajectoryRequest);
|
|
7789
|
-
const localVarPath = `/cells/{cell}/controllers/{controller}/execution/trajectory`.replace(
|
|
8172
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/execution/trajectory`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
7790
8173
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7791
8174
|
let baseOptions;
|
|
7792
8175
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7799,6 +8182,7 @@ const TrajectoryExecutionApiAxiosParamCreator = function(configuration) {
|
|
|
7799
8182
|
const localVarQueryParameter = {};
|
|
7800
8183
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7801
8184
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8185
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7802
8186
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7803
8187
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7804
8188
|
localVarRequestOptions.headers = {
|
|
@@ -7839,7 +8223,7 @@ const TrajectoryExecutionApiFactory = function(configuration, basePath, axios) {
|
|
|
7839
8223
|
*/
|
|
7840
8224
|
var TrajectoryExecutionApi = class extends BaseAPI {
|
|
7841
8225
|
/**
|
|
7842
|
-
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a previously [planned trajectory](#/operations/planTrajectory). Enables the caller to attach input/output actions to the trajectory. ### Movement behavior | Virtual controller | Physical controller | |------------------|-------------------| | Desired joint configurations are commanded to each motion group and **applied immediately** | Move to desired **actual joint configuration**, **if possible** | ### Concept of location - The location or path parameter specifies the exact position along a trajectory. - The location is a scalar value that ranges from 0 to `n`, where `n` denotes the number of motion commands, or trajectory segments, e.g., line, p2p, etc. See [planTrajectory](#/operations/planTrajectory). - Each integer value of the location corresponds to one motion command, e.g., 3.0 to 3.999 could be a line. ### Preconditions - The motion group\'s control mode is not claimed by any other endpoint. - The motion group\'s joint position are at start location specified with `InitializeMovementRequest`. - Use [executeToTrajectory](#/operations/executeToTrajectory) to move the robot to the start location. ### Requests #### 1. Send `InitializeMovementRequest` to lock the trajectory to this connection The following actions are executed: - Sets robot controller mode to control mode, - Sets start location of the execution Keep in mind that only a single trajectory can be locked to a websocket connection at a time. Pausing the current movement enables you to send another `InitializeMovementRequest` to execute another trajectory on the same connection. #### 2. Send `StartMovementRequest` to start the movement Sets direction of movement, default is forward. #### **Optional** - To pause, send `PauseMovementRequest` before the movement has reached its end location. - Change the movement\'s velocity with `PlaybackSpeedRequest` after initializing the movement with `InitializeMovementRequest`. ### Responses To monitor the state of the movement, listen to the [state stream](#/operations/streamMotionGroupState). The state is published via nats as well. Field `execute` in the `MotionGroupState` indicates whether a movement is ongoing and carries execution details. Each request has a corresponding acknowledgment response. They signal success or failure of the request. Especially for `PauseMovementResponse`, it does not signal the end of the movement. Additionally, `MovementError` messages can be sent in case of unexpected errors during the execution, e.g., controller disconnects during movement. ### Tips and Tricks - A movement can be paused and resumed by sending `PauseMovementRequest` and `StartMovementRequest`. - Send `PlaybackSpeedRequest` before `StartMovementRequest` to reduce the velocity of the movement before it starts. - Send `PlaybackSpeedRequest` repeatedly to implement a slider. The velocity of the motion group can be adjusted with each controller step. Therefore, if your app needs a slider-like UI to alter the velocity of a currently running movement, you can send `PlaybackSpeedRequest` with different speed values repeatedly during the movement. - A closed trajectory (end and start joint position are equal) can be repeated by sending `StartMovementRequest` after the movement has finished.
|
|
8226
|
+
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a previously [planned trajectory](#/operations/planTrajectory). Enables the caller to attach input/output actions to the trajectory. ### Movement behavior | Virtual controller | Physical controller | |------------------|-------------------| | Desired joint configurations are commanded to each motion group and **applied immediately** | Move to desired **actual joint configuration**, **if possible** | ### Concept of location - The location or path parameter specifies the exact position along a trajectory. - The location is a scalar value that ranges from 0 to `n`, where `n` denotes the number of motion commands, or trajectory segments, e.g., line, p2p, etc. See [planTrajectory](#/operations/planTrajectory). - Each integer value of the location corresponds to one motion command, e.g., 3.0 to 3.999 could be a line. ### Preconditions - The motion group\'s control mode is not claimed by any other endpoint. - The motion group\'s joint position are at start location specified with `InitializeMovementRequest`. - Use [executeToTrajectory](#/operations/executeToTrajectory) to move the robot to the start location. ### Requests #### 1. Send `InitializeMovementRequest` to lock the trajectory to this connection The following actions are executed: - Sets robot controller mode to control mode, - Sets start location of the execution Keep in mind that only a single trajectory can be locked to a websocket connection at a time. Pausing the current movement enables you to send another `InitializeMovementRequest` to execute another trajectory on the same connection. > **NOTE** > > By default, the robot controller returns to monitor mode after each movement, which causes a pause before the next movement starts. > To keep the motors activated and avoid this pause between sequential movements, set control mode as the controller\'s default with [setDefaultMode](#/operations/setDefaultMode). #### 2. Send `StartMovementRequest` to start the movement Sets direction of movement, default is forward. #### **Optional** - To pause, send `PauseMovementRequest` before the movement has reached its end location. - Change the movement\'s velocity with `PlaybackSpeedRequest` after initializing the movement with `InitializeMovementRequest`. ### Responses To monitor the state of the movement, listen to the [state stream](#/operations/streamMotionGroupState). The state is published via nats as well. Field `execute` in the `MotionGroupState` indicates whether a movement is ongoing and carries execution details. Each request has a corresponding acknowledgment response. They signal success or failure of the request. Especially for `PauseMovementResponse`, it does not signal the end of the movement. Additionally, `MovementError` messages can be sent in case of unexpected errors during the execution, e.g., controller disconnects during movement. ### Tips and Tricks - A movement can be paused and resumed by sending `PauseMovementRequest` and `StartMovementRequest`. - Send `PlaybackSpeedRequest` before `StartMovementRequest` to reduce the velocity of the movement before it starts. - Send `PlaybackSpeedRequest` repeatedly to implement a slider. The velocity of the motion group can be adjusted with each controller step. Therefore, if your app needs a slider-like UI to alter the velocity of a currently running movement, you can send `PlaybackSpeedRequest` with different speed values repeatedly during the movement. - A closed trajectory (end and start joint position are equal) can be repeated by sending `StartMovementRequest` after the movement has finished.
|
|
7843
8227
|
* @summary Execute Trajectory
|
|
7844
8228
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7845
8229
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -7859,7 +8243,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7859
8243
|
mergeTrajectories: async (cell, mergeTrajectoriesRequest, options = {}) => {
|
|
7860
8244
|
assertParamExists("mergeTrajectories", "cell", cell);
|
|
7861
8245
|
assertParamExists("mergeTrajectories", "mergeTrajectoriesRequest", mergeTrajectoriesRequest);
|
|
7862
|
-
const localVarPath = `/experimental/cells/{cell}/trajectory-planning/merge-trajectories`.replace(
|
|
8246
|
+
const localVarPath = `/experimental/cells/{cell}/trajectory-planning/merge-trajectories`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
7863
8247
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7864
8248
|
let baseOptions;
|
|
7865
8249
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7872,6 +8256,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7872
8256
|
const localVarQueryParameter = {};
|
|
7873
8257
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7874
8258
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8259
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7875
8260
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7876
8261
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7877
8262
|
localVarRequestOptions.headers = {
|
|
@@ -7888,7 +8273,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7888
8273
|
planCollisionFree: async (cell, planCollisionFreeRequest, options = {}) => {
|
|
7889
8274
|
assertParamExists("planCollisionFree", "cell", cell);
|
|
7890
8275
|
assertParamExists("planCollisionFree", "planCollisionFreeRequest", planCollisionFreeRequest);
|
|
7891
|
-
const localVarPath = `/cells/{cell}/trajectory-planning/plan-collision-free`.replace(
|
|
8276
|
+
const localVarPath = `/cells/{cell}/trajectory-planning/plan-collision-free`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
7892
8277
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7893
8278
|
let baseOptions;
|
|
7894
8279
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7901,6 +8286,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7901
8286
|
const localVarQueryParameter = {};
|
|
7902
8287
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7903
8288
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8289
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7904
8290
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7905
8291
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7906
8292
|
localVarRequestOptions.headers = {
|
|
@@ -7917,7 +8303,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7917
8303
|
planTrajectory: async (cell, planTrajectoryRequest, options = {}) => {
|
|
7918
8304
|
assertParamExists("planTrajectory", "cell", cell);
|
|
7919
8305
|
assertParamExists("planTrajectory", "planTrajectoryRequest", planTrajectoryRequest);
|
|
7920
|
-
const localVarPath = `/cells/{cell}/trajectory-planning/plan-trajectory`.replace(
|
|
8306
|
+
const localVarPath = `/cells/{cell}/trajectory-planning/plan-trajectory`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
7921
8307
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7922
8308
|
let baseOptions;
|
|
7923
8309
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7930,6 +8316,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7930
8316
|
const localVarQueryParameter = {};
|
|
7931
8317
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7932
8318
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8319
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7933
8320
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7934
8321
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7935
8322
|
localVarRequestOptions.headers = {
|
|
@@ -7946,7 +8333,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7946
8333
|
searchCollisionFreeMultiMotionGroup: async (cell, multiSearchCollisionFreeRequest, options = {}) => {
|
|
7947
8334
|
assertParamExists("searchCollisionFreeMultiMotionGroup", "cell", cell);
|
|
7948
8335
|
assertParamExists("searchCollisionFreeMultiMotionGroup", "multiSearchCollisionFreeRequest", multiSearchCollisionFreeRequest);
|
|
7949
|
-
const localVarPath = `/experimental/cells/{cell}/trajectory-planning/search-collision-free-multi-motion-group`.replace(
|
|
8336
|
+
const localVarPath = `/experimental/cells/{cell}/trajectory-planning/search-collision-free-multi-motion-group`.replace("{cell}", encodeURIComponent(String(cell)));
|
|
7950
8337
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7951
8338
|
let baseOptions;
|
|
7952
8339
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -7959,6 +8346,7 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
|
|
|
7959
8346
|
const localVarQueryParameter = {};
|
|
7960
8347
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7961
8348
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8349
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
7962
8350
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7963
8351
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7964
8352
|
localVarRequestOptions.headers = {
|
|
@@ -8091,6 +8479,7 @@ const VersionApiAxiosParamCreator = function(configuration) {
|
|
|
8091
8479
|
const localVarHeaderParameter = {};
|
|
8092
8480
|
const localVarQueryParameter = {};
|
|
8093
8481
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8482
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8094
8483
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8095
8484
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8096
8485
|
localVarRequestOptions.headers = {
|
|
@@ -8149,7 +8538,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8149
8538
|
assertParamExists("addVirtualControllerCoordinateSystem", "controller", controller);
|
|
8150
8539
|
assertParamExists("addVirtualControllerCoordinateSystem", "coordinateSystem", coordinateSystem);
|
|
8151
8540
|
assertParamExists("addVirtualControllerCoordinateSystem", "coordinateSystemData", coordinateSystemData);
|
|
8152
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/coordinate-systems/{coordinate-system}`.replace(
|
|
8541
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/coordinate-systems/{coordinate-system}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{coordinate-system}", encodeURIComponent(String(coordinateSystem)));
|
|
8153
8542
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8154
8543
|
let baseOptions;
|
|
8155
8544
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8162,6 +8551,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8162
8551
|
const localVarQueryParameter = {};
|
|
8163
8552
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8164
8553
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8554
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8165
8555
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8166
8556
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8167
8557
|
localVarRequestOptions.headers = {
|
|
@@ -8179,7 +8569,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8179
8569
|
assertParamExists("addVirtualControllerMotionGroup", "cell", cell);
|
|
8180
8570
|
assertParamExists("addVirtualControllerMotionGroup", "controller", controller);
|
|
8181
8571
|
assertParamExists("addVirtualControllerMotionGroup", "addVirtualControllerMotionGroupRequest", addVirtualControllerMotionGroupRequest);
|
|
8182
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups`.replace(
|
|
8572
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8183
8573
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8184
8574
|
let baseOptions;
|
|
8185
8575
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8192,6 +8582,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8192
8582
|
const localVarQueryParameter = {};
|
|
8193
8583
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8194
8584
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8585
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8195
8586
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8196
8587
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8197
8588
|
localVarRequestOptions.headers = {
|
|
@@ -8209,7 +8600,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8209
8600
|
assertParamExists("addVirtualControllerSafetyZone", "cell", cell);
|
|
8210
8601
|
assertParamExists("addVirtualControllerSafetyZone", "controller", controller);
|
|
8211
8602
|
assertParamExists("addVirtualControllerSafetyZone", "safetyZone", safetyZone);
|
|
8212
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/safety-zones`.replace(
|
|
8603
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/safety-zones`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8213
8604
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8214
8605
|
let baseOptions;
|
|
8215
8606
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8222,6 +8613,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8222
8613
|
const localVarQueryParameter = {};
|
|
8223
8614
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8224
8615
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8616
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8225
8617
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8226
8618
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8227
8619
|
localVarRequestOptions.headers = {
|
|
@@ -8241,7 +8633,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8241
8633
|
assertParamExists("addVirtualControllerTcp", "motionGroup", motionGroup);
|
|
8242
8634
|
assertParamExists("addVirtualControllerTcp", "tcp", tcp);
|
|
8243
8635
|
assertParamExists("addVirtualControllerTcp", "robotTcpData", robotTcpData);
|
|
8244
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/tcps/{tcp}`.replace(
|
|
8636
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/tcps/{tcp}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup))).replace("{tcp}", encodeURIComponent(String(tcp)));
|
|
8245
8637
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8246
8638
|
let baseOptions;
|
|
8247
8639
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8254,6 +8646,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8254
8646
|
const localVarQueryParameter = {};
|
|
8255
8647
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8256
8648
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8649
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8257
8650
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8258
8651
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8259
8652
|
localVarRequestOptions.headers = {
|
|
@@ -8271,7 +8664,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8271
8664
|
assertParamExists("deleteVirtualControllerCoordinateSystem", "cell", cell);
|
|
8272
8665
|
assertParamExists("deleteVirtualControllerCoordinateSystem", "controller", controller);
|
|
8273
8666
|
assertParamExists("deleteVirtualControllerCoordinateSystem", "coordinateSystem", coordinateSystem);
|
|
8274
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/coordinate-systems/{coordinate-system}`.replace(
|
|
8667
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/coordinate-systems/{coordinate-system}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{coordinate-system}", encodeURIComponent(String(coordinateSystem)));
|
|
8275
8668
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8276
8669
|
let baseOptions;
|
|
8277
8670
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8284,6 +8677,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8284
8677
|
const localVarQueryParameter = {};
|
|
8285
8678
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8286
8679
|
if (deleteDependent !== void 0) localVarQueryParameter["delete_dependent"] = deleteDependent;
|
|
8680
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8287
8681
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8288
8682
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8289
8683
|
localVarRequestOptions.headers = {
|
|
@@ -8300,7 +8694,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8300
8694
|
assertParamExists("deleteVirtualControllerMotionGroup", "cell", cell);
|
|
8301
8695
|
assertParamExists("deleteVirtualControllerMotionGroup", "controller", controller);
|
|
8302
8696
|
assertParamExists("deleteVirtualControllerMotionGroup", "motionGroup", motionGroup);
|
|
8303
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}`.replace(
|
|
8697
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
8304
8698
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8305
8699
|
let baseOptions;
|
|
8306
8700
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8312,6 +8706,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8312
8706
|
const localVarHeaderParameter = {};
|
|
8313
8707
|
const localVarQueryParameter = {};
|
|
8314
8708
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8709
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8315
8710
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8316
8711
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8317
8712
|
localVarRequestOptions.headers = {
|
|
@@ -8328,7 +8723,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8328
8723
|
assertParamExists("deleteVirtualControllerSafetyZone", "cell", cell);
|
|
8329
8724
|
assertParamExists("deleteVirtualControllerSafetyZone", "controller", controller);
|
|
8330
8725
|
assertParamExists("deleteVirtualControllerSafetyZone", "id", id);
|
|
8331
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/safety-zones/{id}`.replace(
|
|
8726
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/safety-zones/{id}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{id}", encodeURIComponent(String(id)));
|
|
8332
8727
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8333
8728
|
let baseOptions;
|
|
8334
8729
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8340,6 +8735,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8340
8735
|
const localVarHeaderParameter = {};
|
|
8341
8736
|
const localVarQueryParameter = {};
|
|
8342
8737
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8738
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8343
8739
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8344
8740
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8345
8741
|
localVarRequestOptions.headers = {
|
|
@@ -8357,7 +8753,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8357
8753
|
assertParamExists("deleteVirtualControllerTcp", "controller", controller);
|
|
8358
8754
|
assertParamExists("deleteVirtualControllerTcp", "motionGroup", motionGroup);
|
|
8359
8755
|
assertParamExists("deleteVirtualControllerTcp", "tcp", tcp);
|
|
8360
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/tcps/{tcp}`.replace(
|
|
8756
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/tcps/{tcp}`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup))).replace("{tcp}", encodeURIComponent(String(tcp)));
|
|
8361
8757
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8362
8758
|
let baseOptions;
|
|
8363
8759
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8369,6 +8765,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8369
8765
|
const localVarHeaderParameter = {};
|
|
8370
8766
|
const localVarQueryParameter = {};
|
|
8371
8767
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8768
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8372
8769
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8373
8770
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8374
8771
|
localVarRequestOptions.headers = {
|
|
@@ -8384,7 +8781,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8384
8781
|
getEmergencyStop: async (cell, controller, options = {}) => {
|
|
8385
8782
|
assertParamExists("getEmergencyStop", "cell", cell);
|
|
8386
8783
|
assertParamExists("getEmergencyStop", "controller", controller);
|
|
8387
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/emergency-stop`.replace(
|
|
8784
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/emergency-stop`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8388
8785
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8389
8786
|
let baseOptions;
|
|
8390
8787
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8396,6 +8793,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8396
8793
|
const localVarHeaderParameter = {};
|
|
8397
8794
|
const localVarQueryParameter = {};
|
|
8398
8795
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8796
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8399
8797
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8400
8798
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8401
8799
|
localVarRequestOptions.headers = {
|
|
@@ -8412,7 +8810,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8412
8810
|
assertParamExists("getMotionGroupState", "cell", cell);
|
|
8413
8811
|
assertParamExists("getMotionGroupState", "controller", controller);
|
|
8414
8812
|
assertParamExists("getMotionGroupState", "motionGroup", motionGroup);
|
|
8415
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/state`.replace(
|
|
8813
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/state`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
8416
8814
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8417
8815
|
let baseOptions;
|
|
8418
8816
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8424,6 +8822,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8424
8822
|
const localVarHeaderParameter = {};
|
|
8425
8823
|
const localVarQueryParameter = {};
|
|
8426
8824
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8825
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8427
8826
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8428
8827
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8429
8828
|
localVarRequestOptions.headers = {
|
|
@@ -8439,7 +8838,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8439
8838
|
getMotionGroups: async (cell, controller, options = {}) => {
|
|
8440
8839
|
assertParamExists("getMotionGroups", "cell", cell);
|
|
8441
8840
|
assertParamExists("getMotionGroups", "controller", controller);
|
|
8442
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups`.replace(
|
|
8841
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8443
8842
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8444
8843
|
let baseOptions;
|
|
8445
8844
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8451,6 +8850,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8451
8850
|
const localVarHeaderParameter = {};
|
|
8452
8851
|
const localVarQueryParameter = {};
|
|
8453
8852
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8853
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8454
8854
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8455
8855
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8456
8856
|
localVarRequestOptions.headers = {
|
|
@@ -8466,7 +8866,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8466
8866
|
getOperationMode: async (cell, controller, options = {}) => {
|
|
8467
8867
|
assertParamExists("getOperationMode", "cell", cell);
|
|
8468
8868
|
assertParamExists("getOperationMode", "controller", controller);
|
|
8469
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/operationmode`.replace(
|
|
8869
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/operationmode`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8470
8870
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8471
8871
|
let baseOptions;
|
|
8472
8872
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8478,6 +8878,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8478
8878
|
const localVarHeaderParameter = {};
|
|
8479
8879
|
const localVarQueryParameter = {};
|
|
8480
8880
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8881
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8481
8882
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8482
8883
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8483
8884
|
localVarRequestOptions.headers = {
|
|
@@ -8494,7 +8895,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8494
8895
|
assertParamExists("getVirtualControllerMounting", "cell", cell);
|
|
8495
8896
|
assertParamExists("getVirtualControllerMounting", "controller", controller);
|
|
8496
8897
|
assertParamExists("getVirtualControllerMounting", "motionGroup", motionGroup);
|
|
8497
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/mounting`.replace(
|
|
8898
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/mounting`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
8498
8899
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8499
8900
|
let baseOptions;
|
|
8500
8901
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8506,6 +8907,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8506
8907
|
const localVarHeaderParameter = {};
|
|
8507
8908
|
const localVarQueryParameter = {};
|
|
8508
8909
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8910
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8509
8911
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8510
8912
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8511
8913
|
localVarRequestOptions.headers = {
|
|
@@ -8521,7 +8923,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8521
8923
|
getVirtualControllerSafetyZones: async (cell, controller, options = {}) => {
|
|
8522
8924
|
assertParamExists("getVirtualControllerSafetyZones", "cell", cell);
|
|
8523
8925
|
assertParamExists("getVirtualControllerSafetyZones", "controller", controller);
|
|
8524
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/safety-zones`.replace(
|
|
8926
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/safety-zones`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8525
8927
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8526
8928
|
let baseOptions;
|
|
8527
8929
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8533,6 +8935,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8533
8935
|
const localVarHeaderParameter = {};
|
|
8534
8936
|
const localVarQueryParameter = {};
|
|
8535
8937
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8938
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8536
8939
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8537
8940
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8538
8941
|
localVarRequestOptions.headers = {
|
|
@@ -8548,7 +8951,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8548
8951
|
listVirtualControllerCoordinateSystems: async (cell, controller, options = {}) => {
|
|
8549
8952
|
assertParamExists("listVirtualControllerCoordinateSystems", "cell", cell);
|
|
8550
8953
|
assertParamExists("listVirtualControllerCoordinateSystems", "controller", controller);
|
|
8551
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/coordinate-systems`.replace(
|
|
8954
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/coordinate-systems`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8552
8955
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8553
8956
|
let baseOptions;
|
|
8554
8957
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8560,6 +8963,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8560
8963
|
const localVarHeaderParameter = {};
|
|
8561
8964
|
const localVarQueryParameter = {};
|
|
8562
8965
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8966
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8563
8967
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8564
8968
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8565
8969
|
localVarRequestOptions.headers = {
|
|
@@ -8576,7 +8980,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8576
8980
|
assertParamExists("listVirtualControllerTcps", "cell", cell);
|
|
8577
8981
|
assertParamExists("listVirtualControllerTcps", "controller", controller);
|
|
8578
8982
|
assertParamExists("listVirtualControllerTcps", "motionGroup", motionGroup);
|
|
8579
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/tcps`.replace(
|
|
8983
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/tcps`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
8580
8984
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8581
8985
|
let baseOptions;
|
|
8582
8986
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8588,6 +8992,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8588
8992
|
const localVarHeaderParameter = {};
|
|
8589
8993
|
const localVarQueryParameter = {};
|
|
8590
8994
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8995
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8591
8996
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8592
8997
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8593
8998
|
localVarRequestOptions.headers = {
|
|
@@ -8603,7 +9008,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8603
9008
|
setEmergencyStop: async (cell, controller, active, options = {}) => {
|
|
8604
9009
|
assertParamExists("setEmergencyStop", "cell", cell);
|
|
8605
9010
|
assertParamExists("setEmergencyStop", "controller", controller);
|
|
8606
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/emergency-stop`.replace(
|
|
9011
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/emergency-stop`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8607
9012
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8608
9013
|
let baseOptions;
|
|
8609
9014
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8616,6 +9021,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8616
9021
|
const localVarQueryParameter = {};
|
|
8617
9022
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8618
9023
|
if (active !== void 0) localVarQueryParameter["active"] = active;
|
|
9024
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8619
9025
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8620
9026
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8621
9027
|
localVarRequestOptions.headers = {
|
|
@@ -8633,7 +9039,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8633
9039
|
assertParamExists("setMotionGroupState", "controller", controller);
|
|
8634
9040
|
assertParamExists("setMotionGroupState", "motionGroup", motionGroup);
|
|
8635
9041
|
assertParamExists("setMotionGroupState", "motionGroupJoints", motionGroupJoints);
|
|
8636
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/state`.replace(
|
|
9042
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/state`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
8637
9043
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8638
9044
|
let baseOptions;
|
|
8639
9045
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8646,6 +9052,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8646
9052
|
const localVarQueryParameter = {};
|
|
8647
9053
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8648
9054
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
9055
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8649
9056
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8650
9057
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8651
9058
|
localVarRequestOptions.headers = {
|
|
@@ -8663,7 +9070,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8663
9070
|
assertParamExists("setOperationMode", "cell", cell);
|
|
8664
9071
|
assertParamExists("setOperationMode", "controller", controller);
|
|
8665
9072
|
assertParamExists("setOperationMode", "mode", mode);
|
|
8666
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/operationmode`.replace(
|
|
9073
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/operationmode`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
8667
9074
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8668
9075
|
let baseOptions;
|
|
8669
9076
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8676,6 +9083,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8676
9083
|
const localVarQueryParameter = {};
|
|
8677
9084
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8678
9085
|
if (mode !== void 0) localVarQueryParameter["mode"] = mode;
|
|
9086
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8679
9087
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8680
9088
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8681
9089
|
localVarRequestOptions.headers = {
|
|
@@ -8693,7 +9101,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8693
9101
|
assertParamExists("setVirtualControllerMounting", "controller", controller);
|
|
8694
9102
|
assertParamExists("setVirtualControllerMounting", "motionGroup", motionGroup);
|
|
8695
9103
|
assertParamExists("setVirtualControllerMounting", "coordinateSystem", coordinateSystem);
|
|
8696
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/mounting`.replace(
|
|
9104
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/motion-groups/{motion-group}/mounting`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller))).replace("{motion-group}", encodeURIComponent(String(motionGroup)));
|
|
8697
9105
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8698
9106
|
let baseOptions;
|
|
8699
9107
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -8706,6 +9114,7 @@ const VirtualControllerApiAxiosParamCreator = function(configuration) {
|
|
|
8706
9114
|
const localVarQueryParameter = {};
|
|
8707
9115
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8708
9116
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
9117
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
8709
9118
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8710
9119
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8711
9120
|
localVarRequestOptions.headers = {
|
|
@@ -9173,7 +9582,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9173
9582
|
assertParamExists("externalJointsStream", "cell", cell);
|
|
9174
9583
|
assertParamExists("externalJointsStream", "controller", controller);
|
|
9175
9584
|
assertParamExists("externalJointsStream", "externalJointStreamRequest", externalJointStreamRequest);
|
|
9176
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/external-joints-stream`.replace(
|
|
9585
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/external-joints-stream`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
9177
9586
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9178
9587
|
let baseOptions;
|
|
9179
9588
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -9186,6 +9595,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9186
9595
|
const localVarQueryParameter = {};
|
|
9187
9596
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
9188
9597
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
9598
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
9189
9599
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9190
9600
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9191
9601
|
localVarRequestOptions.headers = {
|
|
@@ -9202,7 +9612,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9202
9612
|
getCycleTime: async (cell, controller, options = {}) => {
|
|
9203
9613
|
assertParamExists("getCycleTime", "cell", cell);
|
|
9204
9614
|
assertParamExists("getCycleTime", "controller", controller);
|
|
9205
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/cycle-time`.replace(
|
|
9615
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/cycle-time`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
9206
9616
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9207
9617
|
let baseOptions;
|
|
9208
9618
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -9214,6 +9624,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9214
9624
|
const localVarHeaderParameter = {};
|
|
9215
9625
|
const localVarQueryParameter = {};
|
|
9216
9626
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
9627
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
9217
9628
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9218
9629
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9219
9630
|
localVarRequestOptions.headers = {
|
|
@@ -9229,7 +9640,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9229
9640
|
getVirtualControllerBehavior: async (cell, controller, options = {}) => {
|
|
9230
9641
|
assertParamExists("getVirtualControllerBehavior", "cell", cell);
|
|
9231
9642
|
assertParamExists("getVirtualControllerBehavior", "controller", controller);
|
|
9232
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/behavior`.replace(
|
|
9643
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/behavior`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
9233
9644
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9234
9645
|
let baseOptions;
|
|
9235
9646
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -9241,6 +9652,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9241
9652
|
const localVarHeaderParameter = {};
|
|
9242
9653
|
const localVarQueryParameter = {};
|
|
9243
9654
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
9655
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
9244
9656
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9245
9657
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9246
9658
|
localVarRequestOptions.headers = {
|
|
@@ -9256,7 +9668,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9256
9668
|
setVirtualControllerBehavior: async (cell, controller, behavior, options = {}) => {
|
|
9257
9669
|
assertParamExists("setVirtualControllerBehavior", "cell", cell);
|
|
9258
9670
|
assertParamExists("setVirtualControllerBehavior", "controller", controller);
|
|
9259
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/behavior`.replace(
|
|
9671
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/behavior`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
9260
9672
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9261
9673
|
let baseOptions;
|
|
9262
9674
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -9269,6 +9681,7 @@ const VirtualControllerBehaviorApiAxiosParamCreator = function(configuration) {
|
|
|
9269
9681
|
const localVarQueryParameter = {};
|
|
9270
9682
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
9271
9683
|
if (behavior !== void 0) localVarQueryParameter["behavior"] = behavior;
|
|
9684
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
9272
9685
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9273
9686
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9274
9687
|
localVarRequestOptions.headers = {
|
|
@@ -9395,7 +9808,7 @@ const VirtualControllerInputsOutputsApiAxiosParamCreator = function(configuratio
|
|
|
9395
9808
|
assertParamExists("listIOs", "cell", cell);
|
|
9396
9809
|
assertParamExists("listIOs", "controller", controller);
|
|
9397
9810
|
assertParamExists("listIOs", "ios", ios);
|
|
9398
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/ios/values`.replace(
|
|
9811
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/ios/values`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
9399
9812
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9400
9813
|
let baseOptions;
|
|
9401
9814
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -9408,6 +9821,7 @@ const VirtualControllerInputsOutputsApiAxiosParamCreator = function(configuratio
|
|
|
9408
9821
|
const localVarQueryParameter = {};
|
|
9409
9822
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
9410
9823
|
if (ios) localVarQueryParameter["ios"] = ios;
|
|
9824
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
9411
9825
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9412
9826
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9413
9827
|
localVarRequestOptions.headers = {
|
|
@@ -9423,7 +9837,7 @@ const VirtualControllerInputsOutputsApiAxiosParamCreator = function(configuratio
|
|
|
9423
9837
|
listVirtualControllerIODescriptions: async (cell, controller, ios, direction, valueType, group, options = {}) => {
|
|
9424
9838
|
assertParamExists("listVirtualControllerIODescriptions", "cell", cell);
|
|
9425
9839
|
assertParamExists("listVirtualControllerIODescriptions", "controller", controller);
|
|
9426
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/ios/description`.replace(
|
|
9840
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/ios/description`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
9427
9841
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9428
9842
|
let baseOptions;
|
|
9429
9843
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -9439,6 +9853,7 @@ const VirtualControllerInputsOutputsApiAxiosParamCreator = function(configuratio
|
|
|
9439
9853
|
if (direction !== void 0) localVarQueryParameter["direction"] = direction;
|
|
9440
9854
|
if (valueType !== void 0) localVarQueryParameter["value_type"] = valueType;
|
|
9441
9855
|
if (group !== void 0) localVarQueryParameter["group"] = group;
|
|
9856
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
9442
9857
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9443
9858
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9444
9859
|
localVarRequestOptions.headers = {
|
|
@@ -9455,7 +9870,7 @@ const VirtualControllerInputsOutputsApiAxiosParamCreator = function(configuratio
|
|
|
9455
9870
|
assertParamExists("setIOValues", "cell", cell);
|
|
9456
9871
|
assertParamExists("setIOValues", "controller", controller);
|
|
9457
9872
|
assertParamExists("setIOValues", "iOValue", iOValue);
|
|
9458
|
-
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/ios/values`.replace(
|
|
9873
|
+
const localVarPath = `/cells/{cell}/virtual-controllers/{controller}/ios/values`.replace("{cell}", encodeURIComponent(String(cell))).replace("{controller}", encodeURIComponent(String(controller)));
|
|
9459
9874
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9460
9875
|
let baseOptions;
|
|
9461
9876
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -9468,6 +9883,7 @@ const VirtualControllerInputsOutputsApiAxiosParamCreator = function(configuratio
|
|
|
9468
9883
|
const localVarQueryParameter = {};
|
|
9469
9884
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
9470
9885
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
9886
|
+
localVarHeaderParameter["Accept"] = "application/json";
|
|
9471
9887
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9472
9888
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9473
9889
|
localVarRequestOptions.headers = {
|
|
@@ -9682,7 +10098,7 @@ var Configuration = class {
|
|
|
9682
10098
|
* @return True if the given MIME is JSON, false otherwise.
|
|
9683
10099
|
*/
|
|
9684
10100
|
isJsonMime(mime) {
|
|
9685
|
-
return mime !== null && (
|
|
10101
|
+
return mime !== null && /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i.test(mime);
|
|
9686
10102
|
}
|
|
9687
10103
|
};
|
|
9688
10104
|
const isLocalhostDev = typeof window !== "undefined" && window.location.hostname === "localhost" && process.env.NODE_ENV === "development";
|
|
@@ -10438,6 +10854,6 @@ var Nova = class {
|
|
|
10438
10854
|
}
|
|
10439
10855
|
};
|
|
10440
10856
|
//#endregion
|
|
10441
|
-
export { AbbControllerKindEnum, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAutoBlendingNameEnum, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValueValueTypeEnum, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIOModbusClientBusTypeEnum, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtualBusTypeEnum, BusIOProfinetBusTypeEnum, BusIOProfinetVirtualBusTypeEnum, BusIOSnap7BusTypeEnum, BusIOsStateEnum, COLLECTION_FORMATS, CapsuleShapeTypeEnum, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, CloudConfigStatusConfiguredStatusEnum, CloudConfigStatusNotConfiguredStatusEnum, CloudConnectionErrorInvalidTokenCodeEnum, CloudConnectionErrorLeafnodeConnectionErrorCodeEnum, CloudConnectionErrorLeafnodeConnectionTimeoutCodeEnum, CloudConnectionErrorLeafnodeRestartTimeoutCodeEnum, CloudConnectionErrorNatsFailedCodeEnum, CloudConnectionErrorUnexpectedResponseCodeEnum, CloudDisconnectionStatusDisconnectedStatusEnum, CloudDisconnectionStatusDisconnectingStatusEnum, ColliderValueSourceEnum, CollisionErrorKindEnum, CollisionSetupValueSourceEnum, Comparator, Configuration, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccessStatusEnum, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHullShapeTypeEnum, CylinderShapeTypeEnum, Direction, DirectionConstraintConstraintNameEnum, ErrorDirectionConstraintNotMetErrorFeedbackNameEnum, ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceededErrorFeedbackNameEnum, ErrorUnsupportedOperationErrorFeedbackNameEnum, FanucControllerKindEnum, FeedbackAxisRangeExceededErrorFeedbackNameEnum, FeedbackCollisionErrorFeedbackNameEnum, FeedbackCommandsMissingErrorFeedbackNameEnum, FeedbackCubicSplineIsNotIncreasingErrorFeedbackNameEnum, FeedbackCubicSplineNotAtStartPoseErrorFeedbackNameEnum, FeedbackDirectionConstraintNoSolutionExistsErrorFeedbackNameEnum, FeedbackDirectionConstraintNotMetErrorFeedbackNameEnum, FeedbackDirectionConstraintNotNormalizedErrorFeedbackNameEnum, FeedbackInvalidDofErrorFeedbackNameEnum, FeedbackInvalidNanValueErrorFeedbackNameEnum, FeedbackInvalidSamplingTimeErrorFeedbackNameEnum, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackNoSolutionInCurrentConfigurationErrorFeedbackNameEnum, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularityErrorFeedbackNameEnum, FeedbackStartJointsMissingErrorFeedbackNameEnum, FeedbackTorqueExceededErrorFeedbackNameEnum, FloatValueValueTypeEnum, IOBooleanValueValueTypeEnum, IODirection, IOFloatValueValueTypeEnum, IOIntegerValueValueTypeEnum, IOOrigin, IOValueType, InconsistentTrajectorySizeErrorKindEnum, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponseKindEnum, InitializeMovementRequestMessageTypeEnum, InitializeMovementResponseKindEnum, IntegerValueValueTypeEnum, InvalidDofErrorKindEnum, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetailsKindEnum, JoggingPausedByUserKindEnum, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimitKindEnum, JoggingPausedNearSingularityKindEnum, JoggingPausedOnIOKindEnum, JoggingRunningKindEnum, JointLimitExceededErrorKindEnum, JointTypeEnum, JointVelocityRequestMessageTypeEnum, JointVelocityResponseKindEnum,
|
|
10857
|
+
export { AbbControllerKindEnum, ActionChunkRequestMessageTypeEnum, ActionChunkResponseKindEnum, ActionChunkStreamingApi, ActionChunkStreamingApiAxiosParamCreator, ActionChunkStreamingApiFactory, ActionChunkStreamingApiFp, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAutoBlendingNameEnum, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValueValueTypeEnum, BostondynamicsControllerKindEnum, BostondynamicsControllerRobotTypeEnum, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIOModbusClientBusTypeEnum, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtualBusTypeEnum, BusIOProfinetBusTypeEnum, BusIOProfinetVirtualBusTypeEnum, BusIOSnap7BusTypeEnum, BusIOsStateEnum, COLLECTION_FORMATS, CapsuleShapeTypeEnum, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, CloudConfigStatusConfiguredStatusEnum, CloudConfigStatusNotConfiguredStatusEnum, CloudConnectionErrorInvalidTokenCodeEnum, CloudConnectionErrorLeafnodeConnectionErrorCodeEnum, CloudConnectionErrorLeafnodeConnectionTimeoutCodeEnum, CloudConnectionErrorLeafnodeRestartTimeoutCodeEnum, CloudConnectionErrorNatsFailedCodeEnum, CloudConnectionErrorUnexpectedResponseCodeEnum, CloudDisconnectionStatusDisconnectedStatusEnum, CloudDisconnectionStatusDisconnectingStatusEnum, ColliderValueSourceEnum, CollisionErrorKindEnum, CollisionSetupValueSourceEnum, Comparator, Configuration, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccessStatusEnum, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHullShapeTypeEnum, CylinderShapeTypeEnum, Direction, DirectionConstraintConstraintNameEnum, ErrorDirectionConstraintNotMetErrorFeedbackNameEnum, ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceededErrorFeedbackNameEnum, ErrorUnsupportedOperationErrorFeedbackNameEnum, FanucControllerKindEnum, FeedbackAxisRangeExceededErrorFeedbackNameEnum, FeedbackCollisionErrorFeedbackNameEnum, FeedbackCommandsMissingErrorFeedbackNameEnum, FeedbackCubicSplineIsNotIncreasingErrorFeedbackNameEnum, FeedbackCubicSplineNotAtStartPoseErrorFeedbackNameEnum, FeedbackDirectionConstraintNoSolutionExistsErrorFeedbackNameEnum, FeedbackDirectionConstraintNotMetErrorFeedbackNameEnum, FeedbackDirectionConstraintNotNormalizedErrorFeedbackNameEnum, FeedbackInvalidDofErrorFeedbackNameEnum, FeedbackInvalidNanValueErrorFeedbackNameEnum, FeedbackInvalidSamplingTimeErrorFeedbackNameEnum, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackNoSolutionInCurrentConfigurationErrorFeedbackNameEnum, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularityErrorFeedbackNameEnum, FeedbackStartJointsMissingErrorFeedbackNameEnum, FeedbackTorqueExceededErrorFeedbackNameEnum, FloatValueValueTypeEnum, IOBooleanValueValueTypeEnum, IODirection, IOFloatValueValueTypeEnum, IOIntegerValueValueTypeEnum, IOOrigin, IOValueType, InconsistentTrajectorySizeErrorKindEnum, InitializeActionChunksRequestMessageTypeEnum, InitializeActionChunksResponseKindEnum, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponseKindEnum, InitializeMovementRequestMessageTypeEnum, InitializeMovementResponseKindEnum, IntegerValueValueTypeEnum, InvalidDofErrorKindEnum, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetailsKindEnum, JoggingPausedByUserKindEnum, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimitKindEnum, JoggingPausedNearSingularityKindEnum, JoggingPausedOnIOKindEnum, JoggingRunningKindEnum, JointLimitExceededErrorKindEnum, JointTypeEnum, JointVelocityRequestMessageTypeEnum, JointVelocityResponseKindEnum, JointWaypointKindEnum, KinematicBranchElbow, KinematicBranchShoulder, KinematicBranchWrist, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaControllerKindEnum, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatusEnum, LinkChainValueSourceEnum, Manufacturer, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIOArea, ModbusIOByteOrder, ModbusIOTypeEnum, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MovementErrorResponseKindEnum, NOVACloudApi, NOVACloudApiAxiosParamCreator, NOVACloudApiFactory, NOVACloudApiFp, NanValueErrorKindEnum, NetworkBackend, NetworkLinkState, Nova, NovaAPIClient, OperatingState, OperationMode, OrientationType, PathCartesianPTPPathDefinitionNameEnum, PathCirclePathDefinitionNameEnum, PathCubicSplinePathDefinitionNameEnum, PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathDirectionConstrainedJointPTPPathDefinitionNameEnum, PathJointPTPPathDefinitionNameEnum, PathLinePathDefinitionNameEnum, PauseActionChunksRequestMessageTypeEnum, PauseActionChunksResponseKindEnum, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponseKindEnum, PauseMovementRequestMessageTypeEnum, PauseMovementResponseKindEnum, PlaneShapeTypeEnum, PlaybackSpeedRequestMessageTypeEnum, PlaybackSpeedResponseKindEnum, PoseWaypointKindEnum, ProfinetIODirection, ProfinetIOTypeEnum, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramRunState, RRTConnectAlgorithmAlgorithmNameEnum, RectangleShapeTypeEnum, RectangularCapsuleShapeTypeEnum, ReleaseChannel, RequiredError, RobotConfigurationsApi, RobotConfigurationsApiAxiosParamCreator, RobotConfigurationsApiFactory, RobotConfigurationsApiFp, RobotSystemMode, SafetyStateType, ServiceGroup, ServiceStatusPhase, ServiceStatusSeverity, SessionApi, SessionApiAxiosParamCreator, SessionApiFactory, SessionApiFp, SettableRobotSystemMode, SingularityHandling, SingularityTypeEnum, Snap7IOArea, Snap7IODirection, Snap7IOTypeEnum, SphereShapeTypeEnum, StartMovementRequestMessageTypeEnum, StartMovementResponseKindEnum, StaubliControllerKindEnum, StopActionChunksRequestMessageTypeEnum, StopActionChunksResponseKindEnum, StorageKeySourceEnum, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpRequiredErrorKindEnum, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponseKindEnum, TechmanControllerKindEnum, ToolValueSourceEnum, TorqueExceededErrorKindEnum, TrajectoryCachingApi, TrajectoryCachingApiAxiosParamCreator, TrajectoryCachingApiFactory, TrajectoryCachingApiFp, TrajectoryDataMessageTypeEnum, TrajectoryDetailsKindEnum, TrajectoryEndedKindEnum, TrajectoryExecutionApi, TrajectoryExecutionApiAxiosParamCreator, TrajectoryExecutionApiFactory, TrajectoryExecutionApiFp, TrajectoryIdMessageTypeEnum, TrajectoryPausedByUserKindEnum, TrajectoryPausedOnIOKindEnum, TrajectoryPlanningApi, TrajectoryPlanningApiAxiosParamCreator, TrajectoryPlanningApiFactory, TrajectoryPlanningApiFp, TrajectoryRunningKindEnum, TrajectoryWaitForIOKindEnum, UnitType, UnitreeControllerKindEnum, UnitreeControllerRobotTypeEnum, UniversalrobotsControllerKindEnum, UnpauseActionChunksRequestMessageTypeEnum, UnpauseActionChunksResponseKindEnum, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, YaskawaControllerKindEnum, ZodValidationErrorErrorCodeEnum, operationServerMap };
|
|
10442
10858
|
|
|
10443
10859
|
//# sourceMappingURL=index.mjs.map
|