@wandelbots/nova-api 26.6.0-dev.14 → 26.6.0-dev.140
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/v2/index.cjs +816 -502
- package/dist/v2/index.d.cts +827 -218
- package/dist/v2/index.d.ts +827 -218
- package/dist/v2/index.js +399 -127
- package/package.json +1 -6
- package/dist/defineProperty-6Ts4XR6h.js +0 -39
- package/dist/defineProperty-D0JvJyYC.cjs +0 -72
- package/dist/v1/index.cjs +0 -10324
- package/dist/v1/index.d.cts +0 -11386
- package/dist/v1/index.d.ts +0 -11386
- package/dist/v1/index.js +0 -10135
package/dist/v2/index.cjs
CHANGED
|
@@ -1,7 +1,66 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
|
|
2
|
+
//#region \0rolldown/runtime.js
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
+
key = keys[i];
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
13
|
+
get: ((k) => from[k]).bind(null, key),
|
|
14
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
20
|
+
value: mod,
|
|
21
|
+
enumerable: true
|
|
22
|
+
}) : target, mod));
|
|
23
|
+
//#endregion
|
|
3
24
|
let axios = require("axios");
|
|
4
|
-
axios =
|
|
25
|
+
axios = __toESM(axios, 1);
|
|
26
|
+
//#region \0@oxc-project+runtime@0.126.0/helpers/typeof.js
|
|
27
|
+
function _typeof(o) {
|
|
28
|
+
"@babel/helpers - typeof";
|
|
29
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
30
|
+
return typeof o;
|
|
31
|
+
} : function(o) {
|
|
32
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
33
|
+
}, _typeof(o);
|
|
34
|
+
}
|
|
35
|
+
//#endregion
|
|
36
|
+
//#region \0@oxc-project+runtime@0.126.0/helpers/toPrimitive.js
|
|
37
|
+
function toPrimitive(t, r) {
|
|
38
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
39
|
+
var e = t[Symbol.toPrimitive];
|
|
40
|
+
if (void 0 !== e) {
|
|
41
|
+
var i = e.call(t, r || "default");
|
|
42
|
+
if ("object" != _typeof(i)) return i;
|
|
43
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
44
|
+
}
|
|
45
|
+
return ("string" === r ? String : Number)(t);
|
|
46
|
+
}
|
|
47
|
+
//#endregion
|
|
48
|
+
//#region \0@oxc-project+runtime@0.126.0/helpers/toPropertyKey.js
|
|
49
|
+
function toPropertyKey(t) {
|
|
50
|
+
var i = toPrimitive(t, "string");
|
|
51
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
52
|
+
}
|
|
53
|
+
//#endregion
|
|
54
|
+
//#region \0@oxc-project+runtime@0.126.0/helpers/defineProperty.js
|
|
55
|
+
function _defineProperty(e, r, t) {
|
|
56
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
57
|
+
value: t,
|
|
58
|
+
enumerable: !0,
|
|
59
|
+
configurable: !0,
|
|
60
|
+
writable: !0
|
|
61
|
+
}) : e[r] = t, e;
|
|
62
|
+
}
|
|
63
|
+
//#endregion
|
|
5
64
|
//#region v2/base.ts
|
|
6
65
|
const BASE_PATH = "/api/v2".replace(/\/+$/, "");
|
|
7
66
|
const COLLECTION_FORMATS = {
|
|
@@ -11,10 +70,10 @@ const COLLECTION_FORMATS = {
|
|
|
11
70
|
pipes: "|"
|
|
12
71
|
};
|
|
13
72
|
var BaseAPI = class {
|
|
14
|
-
constructor(configuration, basePath = BASE_PATH, axios$
|
|
73
|
+
constructor(configuration, basePath = BASE_PATH, axios$200 = axios.default) {
|
|
15
74
|
this.basePath = basePath;
|
|
16
|
-
this.axios = axios$
|
|
17
|
-
|
|
75
|
+
this.axios = axios$200;
|
|
76
|
+
_defineProperty(this, "configuration", void 0);
|
|
18
77
|
if (configuration) {
|
|
19
78
|
this.configuration = configuration;
|
|
20
79
|
this.basePath = configuration.basePath ?? basePath;
|
|
@@ -73,6 +132,8 @@ const createRequestFunction = function(axiosArgs, globalAxios, BASE_PATH, config
|
|
|
73
132
|
//#endregion
|
|
74
133
|
//#region v2/api.ts
|
|
75
134
|
const AbbControllerKindEnum = { AbbController: "AbbController" };
|
|
135
|
+
const ActionChunkRequestMessageTypeEnum = { ActionChunkRequest: "ActionChunkRequest" };
|
|
136
|
+
const ActionChunkResponseKindEnum = { ActionChunkReceived: "ACTION_CHUNK_RECEIVED" };
|
|
76
137
|
/**
|
|
77
138
|
* ## 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).
|
|
78
139
|
*/
|
|
@@ -91,6 +152,8 @@ const BlendingSpace = {
|
|
|
91
152
|
Cartesian: "CARTESIAN"
|
|
92
153
|
};
|
|
93
154
|
const BooleanValueValueTypeEnum = { Boolean: "boolean" };
|
|
155
|
+
const BostondynamicsControllerKindEnum = { BostondynamicsController: "BostondynamicsController" };
|
|
156
|
+
const BostondynamicsControllerRobotTypeEnum = { Spot: "spot" };
|
|
94
157
|
const BoxShapeTypeEnum = { Box: "box" };
|
|
95
158
|
const BoxBoxTypeEnum = {
|
|
96
159
|
Hollow: "HOLLOW",
|
|
@@ -203,6 +266,8 @@ const IOValueType = {
|
|
|
203
266
|
IoValueAnalogInteger: "IO_VALUE_ANALOG_INTEGER"
|
|
204
267
|
};
|
|
205
268
|
const InconsistentTrajectorySizeErrorKindEnum = { InconsistentTrajectorySizeError: "InconsistentTrajectorySizeError" };
|
|
269
|
+
const InitializeActionChunksRequestMessageTypeEnum = { InitializeActionChunksRequest: "InitializeActionChunksRequest" };
|
|
270
|
+
const InitializeActionChunksResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
|
|
206
271
|
const InitializeJoggingRequestMessageTypeEnum = { InitializeJoggingRequest: "InitializeJoggingRequest" };
|
|
207
272
|
const InitializeJoggingResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
|
|
208
273
|
const InitializeMovementRequestMessageTypeEnum = { InitializeMovementRequest: "InitializeMovementRequest" };
|
|
@@ -223,8 +288,7 @@ const JointTypeEnum = {
|
|
|
223
288
|
};
|
|
224
289
|
const JointVelocityRequestMessageTypeEnum = { JointVelocityRequest: "JointVelocityRequest" };
|
|
225
290
|
const JointVelocityResponseKindEnum = { JointVelocityReceived: "JOINT_VELOCITY_RECEIVED" };
|
|
226
|
-
const
|
|
227
|
-
const JointWaypointsResponseKindEnum = { JointWaypointsReceived: "JOINT_WAYPOINTS_RECEIVED" };
|
|
291
|
+
const JointWaypointKindEnum = { Joints: "JOINTS" };
|
|
228
292
|
const KinematicBranchElbow = {
|
|
229
293
|
Up: "UP",
|
|
230
294
|
Down: "DOWN"
|
|
@@ -248,9 +312,12 @@ const LicenseStatusEnum = {
|
|
|
248
312
|
const LinkChainValueSourceEnum = { Value: "value" };
|
|
249
313
|
const Manufacturer = {
|
|
250
314
|
Abb: "abb",
|
|
315
|
+
Bostondynamics: "bostondynamics",
|
|
251
316
|
Fanuc: "fanuc",
|
|
252
317
|
Kuka: "kuka",
|
|
253
318
|
Staubli: "staubli",
|
|
319
|
+
Techman: "techman",
|
|
320
|
+
Unitree: "unitree",
|
|
254
321
|
Universalrobots: "universalrobots",
|
|
255
322
|
Yaskawa: "yaskawa"
|
|
256
323
|
};
|
|
@@ -286,12 +353,19 @@ const ModbusIOTypeEnum = {
|
|
|
286
353
|
};
|
|
287
354
|
const MovementErrorResponseKindEnum = { MotionError: "MOTION_ERROR" };
|
|
288
355
|
const NanValueErrorKindEnum = { NanValueError: "NanValueError" };
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
356
|
+
/**
|
|
357
|
+
* Network attachment method used to expose the interface to workloads.
|
|
358
|
+
*/
|
|
359
|
+
const NetworkBackend = {
|
|
360
|
+
Macvlan: "macvlan",
|
|
361
|
+
Sriov: "sriov"
|
|
362
|
+
};
|
|
363
|
+
/**
|
|
364
|
+
* Link state of the physical interface.
|
|
365
|
+
*/
|
|
366
|
+
const NetworkLinkState = {
|
|
367
|
+
Up: "up",
|
|
368
|
+
Down: "down"
|
|
295
369
|
};
|
|
296
370
|
/**
|
|
297
371
|
* The operating state.
|
|
@@ -353,6 +427,8 @@ const PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum = { DirectionCo
|
|
|
353
427
|
const PathDirectionConstrainedJointPTPPathDefinitionNameEnum = { DirectionConstrainedJointPtp: "DirectionConstrainedJointPTP" };
|
|
354
428
|
const PathJointPTPPathDefinitionNameEnum = { PathJointPtp: "PathJointPTP" };
|
|
355
429
|
const PathLinePathDefinitionNameEnum = { PathLine: "PathLine" };
|
|
430
|
+
const PauseActionChunksRequestMessageTypeEnum = { PauseActionChunksRequest: "PauseActionChunksRequest" };
|
|
431
|
+
const PauseActionChunksResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
356
432
|
const PauseJoggingRequestMessageTypeEnum = { PauseJoggingRequest: "PauseJoggingRequest" };
|
|
357
433
|
const PauseJoggingResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
358
434
|
const PauseMovementRequestMessageTypeEnum = { PauseMovementRequest: "PauseMovementRequest" };
|
|
@@ -360,8 +436,7 @@ const PauseMovementResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
|
360
436
|
const PlaneShapeTypeEnum = { Plane: "plane" };
|
|
361
437
|
const PlaybackSpeedRequestMessageTypeEnum = { PlaybackSpeedRequest: "PlaybackSpeedRequest" };
|
|
362
438
|
const PlaybackSpeedResponseKindEnum = { PlaybackSpeedReceived: "PLAYBACK_SPEED_RECEIVED" };
|
|
363
|
-
const
|
|
364
|
-
const PoseWaypointsResponseKindEnum = { PoseWaypointsReceived: "POSE_WAYPOINTS_RECEIVED" };
|
|
439
|
+
const PoseWaypointKindEnum = { Pose: "POSE" };
|
|
365
440
|
/**
|
|
366
441
|
* 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.
|
|
367
442
|
*/
|
|
@@ -472,6 +547,14 @@ const SettableRobotSystemMode = {
|
|
|
472
547
|
RobotSystemModeControl: "ROBOT_SYSTEM_MODE_CONTROL",
|
|
473
548
|
ModeControl: "MODE_CONTROL"
|
|
474
549
|
};
|
|
550
|
+
/**
|
|
551
|
+
* <!-- 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.
|
|
552
|
+
*/
|
|
553
|
+
const SingularityHandling = {
|
|
554
|
+
None: "NONE",
|
|
555
|
+
PalletizingWrist: "PALLETIZING_WRIST",
|
|
556
|
+
AdaptiveSampling: "ADAPTIVE_SAMPLING"
|
|
557
|
+
};
|
|
475
558
|
const SingularityTypeEnum = {
|
|
476
559
|
Wrist: "WRIST",
|
|
477
560
|
Elbow: "ELBOW",
|
|
@@ -511,10 +594,14 @@ const Snap7IOTypeEnum = {
|
|
|
511
594
|
const SphereShapeTypeEnum = { Sphere: "sphere" };
|
|
512
595
|
const StartMovementRequestMessageTypeEnum = { StartMovementRequest: "StartMovementRequest" };
|
|
513
596
|
const StartMovementResponseKindEnum = { StartReceived: "START_RECEIVED" };
|
|
597
|
+
const StaubliControllerKindEnum = { StaubliController: "StaubliController" };
|
|
598
|
+
const StopActionChunksRequestMessageTypeEnum = { StopActionChunksRequest: "StopActionChunksRequest" };
|
|
599
|
+
const StopActionChunksResponseKindEnum = { StopReceived: "STOP_RECEIVED" };
|
|
514
600
|
const StorageKeySourceEnum = { Key: "key" };
|
|
515
601
|
const TcpRequiredErrorKindEnum = { TcpRequiredError: "TcpRequiredError" };
|
|
516
602
|
const TcpVelocityRequestMessageTypeEnum = { TcpVelocityRequest: "TcpVelocityRequest" };
|
|
517
603
|
const TcpVelocityResponseKindEnum = { TcpVelocityReceived: "TCP_VELOCITY_RECEIVED" };
|
|
604
|
+
const TechmanControllerKindEnum = { TechmanController: "TechmanController" };
|
|
518
605
|
const ToolValueSourceEnum = { Value: "value" };
|
|
519
606
|
const TorqueExceededErrorKindEnum = { TorqueExceededError: "TorqueExceededError" };
|
|
520
607
|
const TrajectoryDataMessageTypeEnum = { TrajectoryData: "TrajectoryData" };
|
|
@@ -540,11 +627,93 @@ const UnitType = {
|
|
|
540
627
|
UnitNewtonMeter: "UNIT_NEWTON_METER",
|
|
541
628
|
UnitMeter: "UNIT_METER"
|
|
542
629
|
};
|
|
630
|
+
const UnitreeControllerKindEnum = { UnitreeController: "UnitreeController" };
|
|
631
|
+
const UnitreeControllerRobotTypeEnum = {
|
|
632
|
+
Go2: "go2",
|
|
633
|
+
G1: "g1",
|
|
634
|
+
B2: "b2",
|
|
635
|
+
H1: "h1"
|
|
636
|
+
};
|
|
543
637
|
const UniversalrobotsControllerKindEnum = { UniversalrobotsController: "UniversalrobotsController" };
|
|
638
|
+
const UnpauseActionChunksRequestMessageTypeEnum = { UnpauseActionChunksRequest: "UnpauseActionChunksRequest" };
|
|
639
|
+
const UnpauseActionChunksResponseKindEnum = { UnpauseReceived: "UNPAUSE_RECEIVED" };
|
|
544
640
|
const VirtualControllerKindEnum = { VirtualController: "VirtualController" };
|
|
545
641
|
const YaskawaControllerKindEnum = { YaskawaController: "YaskawaController" };
|
|
546
642
|
const ZodValidationErrorErrorCodeEnum = { ValidationError: "validation_error" };
|
|
547
643
|
/**
|
|
644
|
+
* ActionChunkStreamingApi - axios parameter creator
|
|
645
|
+
*/
|
|
646
|
+
const ActionChunkStreamingApiAxiosParamCreator = function(configuration) {
|
|
647
|
+
return { executeActionChunks: async (cell, controller, executeActionChunksRequest, options = {}) => {
|
|
648
|
+
assertParamExists("executeActionChunks", "cell", cell);
|
|
649
|
+
assertParamExists("executeActionChunks", "controller", controller);
|
|
650
|
+
assertParamExists("executeActionChunks", "executeActionChunksRequest", executeActionChunksRequest);
|
|
651
|
+
const localVarPath = `/experimental/cells/{cell}/controllers/{controller}/execution/action-chunk-streaming`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{controller}`, encodeURIComponent(String(controller)));
|
|
652
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
653
|
+
let baseOptions;
|
|
654
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
655
|
+
const localVarRequestOptions = {
|
|
656
|
+
method: "GET",
|
|
657
|
+
...baseOptions,
|
|
658
|
+
...options
|
|
659
|
+
};
|
|
660
|
+
const localVarHeaderParameter = {};
|
|
661
|
+
const localVarQueryParameter = {};
|
|
662
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
663
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
664
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
665
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
666
|
+
localVarRequestOptions.headers = {
|
|
667
|
+
...localVarHeaderParameter,
|
|
668
|
+
...headersFromBaseOptions,
|
|
669
|
+
...options.headers
|
|
670
|
+
};
|
|
671
|
+
localVarRequestOptions.data = serializeDataIfNeeded(executeActionChunksRequest, localVarRequestOptions, configuration);
|
|
672
|
+
return {
|
|
673
|
+
url: toPathString(localVarUrlObj),
|
|
674
|
+
options: localVarRequestOptions
|
|
675
|
+
};
|
|
676
|
+
} };
|
|
677
|
+
};
|
|
678
|
+
/**
|
|
679
|
+
* ActionChunkStreamingApi - functional programming interface
|
|
680
|
+
*/
|
|
681
|
+
const ActionChunkStreamingApiFp = function(configuration) {
|
|
682
|
+
const localVarAxiosParamCreator = ActionChunkStreamingApiAxiosParamCreator(configuration);
|
|
683
|
+
return { async executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
684
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.executeActionChunks(cell, controller, executeActionChunksRequest, options);
|
|
685
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
686
|
+
const localVarOperationServerBasePath = operationServerMap["ActionChunkStreamingApi.executeActionChunks"]?.[localVarOperationServerIndex]?.url;
|
|
687
|
+
return (axios$1, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$1, localVarOperationServerBasePath || basePath);
|
|
688
|
+
} };
|
|
689
|
+
};
|
|
690
|
+
/**
|
|
691
|
+
* ActionChunkStreamingApi - factory interface
|
|
692
|
+
*/
|
|
693
|
+
const ActionChunkStreamingApiFactory = function(configuration, basePath, axios$2) {
|
|
694
|
+
const localVarFp = ActionChunkStreamingApiFp(configuration);
|
|
695
|
+
return { executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
696
|
+
return localVarFp.executeActionChunks(cell, controller, executeActionChunksRequest, options).then((request) => request(axios$2, basePath));
|
|
697
|
+
} };
|
|
698
|
+
};
|
|
699
|
+
/**
|
|
700
|
+
* ActionChunkStreamingApi - object-oriented interface
|
|
701
|
+
*/
|
|
702
|
+
var ActionChunkStreamingApi = class extends BaseAPI {
|
|
703
|
+
/**
|
|
704
|
+
* **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. #### 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.
|
|
705
|
+
* @summary Execute Action Chunks
|
|
706
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
707
|
+
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
708
|
+
* @param {ExecuteActionChunksRequest} executeActionChunksRequest
|
|
709
|
+
* @param {*} [options] Override http request option.
|
|
710
|
+
* @throws {RequiredError}
|
|
711
|
+
*/
|
|
712
|
+
executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
713
|
+
return ActionChunkStreamingApiFp(this.configuration).executeActionChunks(cell, controller, executeActionChunksRequest, options).then((request) => request(this.axios, this.basePath));
|
|
714
|
+
}
|
|
715
|
+
};
|
|
716
|
+
/**
|
|
548
717
|
* ApplicationApi - axios parameter creator
|
|
549
718
|
*/
|
|
550
719
|
const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
@@ -730,63 +899,63 @@ const ApplicationApiFp = function(configuration) {
|
|
|
730
899
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addApp(cell, app, completionTimeout, options);
|
|
731
900
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
732
901
|
const localVarOperationServerBasePath = operationServerMap["ApplicationApi.addApp"]?.[localVarOperationServerIndex]?.url;
|
|
733
|
-
return (axios$
|
|
902
|
+
return (axios$3, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$3, localVarOperationServerBasePath || basePath);
|
|
734
903
|
},
|
|
735
904
|
async clearApps(cell, completionTimeout, options) {
|
|
736
905
|
const localVarAxiosArgs = await localVarAxiosParamCreator.clearApps(cell, completionTimeout, options);
|
|
737
906
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
738
907
|
const localVarOperationServerBasePath = operationServerMap["ApplicationApi.clearApps"]?.[localVarOperationServerIndex]?.url;
|
|
739
|
-
return (axios$
|
|
908
|
+
return (axios$4, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$4, localVarOperationServerBasePath || basePath);
|
|
740
909
|
},
|
|
741
910
|
async deleteApp(cell, app, completionTimeout, options) {
|
|
742
911
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteApp(cell, app, completionTimeout, options);
|
|
743
912
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
744
913
|
const localVarOperationServerBasePath = operationServerMap["ApplicationApi.deleteApp"]?.[localVarOperationServerIndex]?.url;
|
|
745
|
-
return (axios$
|
|
914
|
+
return (axios$5, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$5, localVarOperationServerBasePath || basePath);
|
|
746
915
|
},
|
|
747
916
|
async getApp(cell, app, options) {
|
|
748
917
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getApp(cell, app, options);
|
|
749
918
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
750
919
|
const localVarOperationServerBasePath = operationServerMap["ApplicationApi.getApp"]?.[localVarOperationServerIndex]?.url;
|
|
751
|
-
return (axios$
|
|
920
|
+
return (axios$6, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$6, localVarOperationServerBasePath || basePath);
|
|
752
921
|
},
|
|
753
922
|
async listApps(cell, options) {
|
|
754
923
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listApps(cell, options);
|
|
755
924
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
756
925
|
const localVarOperationServerBasePath = operationServerMap["ApplicationApi.listApps"]?.[localVarOperationServerIndex]?.url;
|
|
757
|
-
return (axios$
|
|
926
|
+
return (axios$7, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$7, localVarOperationServerBasePath || basePath);
|
|
758
927
|
},
|
|
759
928
|
async updateApp(cell, app, app2, completionTimeout, options) {
|
|
760
929
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateApp(cell, app, app2, completionTimeout, options);
|
|
761
930
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
762
931
|
const localVarOperationServerBasePath = operationServerMap["ApplicationApi.updateApp"]?.[localVarOperationServerIndex]?.url;
|
|
763
|
-
return (axios$
|
|
932
|
+
return (axios$8, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$8, localVarOperationServerBasePath || basePath);
|
|
764
933
|
}
|
|
765
934
|
};
|
|
766
935
|
};
|
|
767
936
|
/**
|
|
768
937
|
* ApplicationApi - factory interface
|
|
769
938
|
*/
|
|
770
|
-
const ApplicationApiFactory = function(configuration, basePath, axios$
|
|
939
|
+
const ApplicationApiFactory = function(configuration, basePath, axios$9) {
|
|
771
940
|
const localVarFp = ApplicationApiFp(configuration);
|
|
772
941
|
return {
|
|
773
942
|
addApp(cell, app, completionTimeout, options) {
|
|
774
|
-
return localVarFp.addApp(cell, app, completionTimeout, options).then((request) => request(axios$
|
|
943
|
+
return localVarFp.addApp(cell, app, completionTimeout, options).then((request) => request(axios$9, basePath));
|
|
775
944
|
},
|
|
776
945
|
clearApps(cell, completionTimeout, options) {
|
|
777
|
-
return localVarFp.clearApps(cell, completionTimeout, options).then((request) => request(axios$
|
|
946
|
+
return localVarFp.clearApps(cell, completionTimeout, options).then((request) => request(axios$9, basePath));
|
|
778
947
|
},
|
|
779
948
|
deleteApp(cell, app, completionTimeout, options) {
|
|
780
|
-
return localVarFp.deleteApp(cell, app, completionTimeout, options).then((request) => request(axios$
|
|
949
|
+
return localVarFp.deleteApp(cell, app, completionTimeout, options).then((request) => request(axios$9, basePath));
|
|
781
950
|
},
|
|
782
951
|
getApp(cell, app, options) {
|
|
783
|
-
return localVarFp.getApp(cell, app, options).then((request) => request(axios$
|
|
952
|
+
return localVarFp.getApp(cell, app, options).then((request) => request(axios$9, basePath));
|
|
784
953
|
},
|
|
785
954
|
listApps(cell, options) {
|
|
786
|
-
return localVarFp.listApps(cell, options).then((request) => request(axios$
|
|
955
|
+
return localVarFp.listApps(cell, options).then((request) => request(axios$9, basePath));
|
|
787
956
|
},
|
|
788
957
|
updateApp(cell, app, app2, completionTimeout, options) {
|
|
789
|
-
return localVarFp.updateApp(cell, app, app2, completionTimeout, options).then((request) => request(axios$
|
|
958
|
+
return localVarFp.updateApp(cell, app, app2, completionTimeout, options).then((request) => request(axios$9, basePath));
|
|
790
959
|
}
|
|
791
960
|
};
|
|
792
961
|
};
|
|
@@ -1306,7 +1475,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1306
1475
|
options: localVarRequestOptions
|
|
1307
1476
|
};
|
|
1308
1477
|
},
|
|
1309
|
-
getProfinetIOsFromFile: async (cell, inputOffset, outputOffset, options = {}) => {
|
|
1478
|
+
getProfinetIOsFromFile: async (cell, offsets, inputOffset, outputOffset, options = {}) => {
|
|
1310
1479
|
assertParamExists("getProfinetIOsFromFile", "cell", cell);
|
|
1311
1480
|
const localVarPath = `/cells/{cell}/bus-ios/profinet/iofile`.replace(`{cell}`, encodeURIComponent(String(cell)));
|
|
1312
1481
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1320,6 +1489,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1320
1489
|
const localVarHeaderParameter = {};
|
|
1321
1490
|
const localVarQueryParameter = {};
|
|
1322
1491
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1492
|
+
if (offsets) localVarQueryParameter["offsets"] = offsets.join(COLLECTION_FORMATS.csv);
|
|
1323
1493
|
if (inputOffset !== void 0) localVarQueryParameter["input_offset"] = inputOffset;
|
|
1324
1494
|
if (outputOffset !== void 0) localVarQueryParameter["output_offset"] = outputOffset;
|
|
1325
1495
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1508,216 +1678,216 @@ const BUSInputsOutputsApiFp = function(configuration) {
|
|
|
1508
1678
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addBusIOService(cell, busIOType, completionTimeout, options);
|
|
1509
1679
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1510
1680
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.addBusIOService"]?.[localVarOperationServerIndex]?.url;
|
|
1511
|
-
return (axios$
|
|
1681
|
+
return (axios$10, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$10, localVarOperationServerBasePath || basePath);
|
|
1512
1682
|
},
|
|
1513
1683
|
async addModbusIO(cell, io, modbusIOData, options) {
|
|
1514
1684
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addModbusIO(cell, io, modbusIOData, options);
|
|
1515
1685
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1516
1686
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.addModbusIO"]?.[localVarOperationServerIndex]?.url;
|
|
1517
|
-
return (axios$
|
|
1687
|
+
return (axios$11, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$11, localVarOperationServerBasePath || basePath);
|
|
1518
1688
|
},
|
|
1519
1689
|
async addProfinetIO(cell, io, profinetIOData, options) {
|
|
1520
1690
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addProfinetIO(cell, io, profinetIOData, options);
|
|
1521
1691
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1522
1692
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.addProfinetIO"]?.[localVarOperationServerIndex]?.url;
|
|
1523
|
-
return (axios$
|
|
1693
|
+
return (axios$12, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$12, localVarOperationServerBasePath || basePath);
|
|
1524
1694
|
},
|
|
1525
1695
|
async addSnap7IO(cell, io, snap7IOData, options) {
|
|
1526
1696
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addSnap7IO(cell, io, snap7IOData, options);
|
|
1527
1697
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1528
1698
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.addSnap7IO"]?.[localVarOperationServerIndex]?.url;
|
|
1529
|
-
return (axios$
|
|
1699
|
+
return (axios$13, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$13, localVarOperationServerBasePath || basePath);
|
|
1530
1700
|
},
|
|
1531
1701
|
async clearBusIOService(cell, completionTimeout, options) {
|
|
1532
1702
|
const localVarAxiosArgs = await localVarAxiosParamCreator.clearBusIOService(cell, completionTimeout, options);
|
|
1533
1703
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1534
1704
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.clearBusIOService"]?.[localVarOperationServerIndex]?.url;
|
|
1535
|
-
return (axios$
|
|
1705
|
+
return (axios$14, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$14, localVarOperationServerBasePath || basePath);
|
|
1536
1706
|
},
|
|
1537
1707
|
async deleteAllModbusIOs(cell, options) {
|
|
1538
1708
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteAllModbusIOs(cell, options);
|
|
1539
1709
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1540
1710
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.deleteAllModbusIOs"]?.[localVarOperationServerIndex]?.url;
|
|
1541
|
-
return (axios$
|
|
1711
|
+
return (axios$15, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$15, localVarOperationServerBasePath || basePath);
|
|
1542
1712
|
},
|
|
1543
1713
|
async deleteAllProfinetIOs(cell, options) {
|
|
1544
1714
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteAllProfinetIOs(cell, options);
|
|
1545
1715
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1546
1716
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.deleteAllProfinetIOs"]?.[localVarOperationServerIndex]?.url;
|
|
1547
|
-
return (axios$
|
|
1717
|
+
return (axios$16, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$16, localVarOperationServerBasePath || basePath);
|
|
1548
1718
|
},
|
|
1549
1719
|
async deleteAllSnap7IOs(cell, options) {
|
|
1550
1720
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteAllSnap7IOs(cell, options);
|
|
1551
1721
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1552
1722
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.deleteAllSnap7IOs"]?.[localVarOperationServerIndex]?.url;
|
|
1553
|
-
return (axios$
|
|
1723
|
+
return (axios$17, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$17, localVarOperationServerBasePath || basePath);
|
|
1554
1724
|
},
|
|
1555
1725
|
async deleteModbusIO(cell, io, options) {
|
|
1556
1726
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteModbusIO(cell, io, options);
|
|
1557
1727
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1558
1728
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.deleteModbusIO"]?.[localVarOperationServerIndex]?.url;
|
|
1559
|
-
return (axios$
|
|
1729
|
+
return (axios$18, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$18, localVarOperationServerBasePath || basePath);
|
|
1560
1730
|
},
|
|
1561
1731
|
async deleteProfinetIO(cell, io, options) {
|
|
1562
1732
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteProfinetIO(cell, io, options);
|
|
1563
1733
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1564
1734
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.deleteProfinetIO"]?.[localVarOperationServerIndex]?.url;
|
|
1565
|
-
return (axios$
|
|
1735
|
+
return (axios$19, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$19, localVarOperationServerBasePath || basePath);
|
|
1566
1736
|
},
|
|
1567
1737
|
async deleteSnap7IO(cell, io, options) {
|
|
1568
1738
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteSnap7IO(cell, io, options);
|
|
1569
1739
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1570
1740
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.deleteSnap7IO"]?.[localVarOperationServerIndex]?.url;
|
|
1571
|
-
return (axios$
|
|
1741
|
+
return (axios$20, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$20, localVarOperationServerBasePath || basePath);
|
|
1572
1742
|
},
|
|
1573
1743
|
async getBusIOService(cell, options) {
|
|
1574
1744
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBusIOService(cell, options);
|
|
1575
1745
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1576
1746
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getBusIOService"]?.[localVarOperationServerIndex]?.url;
|
|
1577
|
-
return (axios$
|
|
1747
|
+
return (axios$21, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$21, localVarOperationServerBasePath || basePath);
|
|
1578
1748
|
},
|
|
1579
1749
|
async getBusIOState(cell, options) {
|
|
1580
1750
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBusIOState(cell, options);
|
|
1581
1751
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1582
1752
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getBusIOState"]?.[localVarOperationServerIndex]?.url;
|
|
1583
|
-
return (axios$
|
|
1753
|
+
return (axios$22, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$22, localVarOperationServerBasePath || basePath);
|
|
1584
1754
|
},
|
|
1585
1755
|
async getBusIOValues(cell, ios, options) {
|
|
1586
1756
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBusIOValues(cell, ios, options);
|
|
1587
1757
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1588
1758
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getBusIOValues"]?.[localVarOperationServerIndex]?.url;
|
|
1589
|
-
return (axios$
|
|
1759
|
+
return (axios$23, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$23, localVarOperationServerBasePath || basePath);
|
|
1590
1760
|
},
|
|
1591
1761
|
async getProfinetDescription(cell, options) {
|
|
1592
1762
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetDescription(cell, options);
|
|
1593
1763
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1594
1764
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getProfinetDescription"]?.[localVarOperationServerIndex]?.url;
|
|
1595
|
-
return (axios$
|
|
1765
|
+
return (axios$24, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$24, localVarOperationServerBasePath || basePath);
|
|
1596
1766
|
},
|
|
1597
1767
|
async getProfinetGSDML(cell, options) {
|
|
1598
1768
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetGSDML(cell, options);
|
|
1599
1769
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1600
1770
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getProfinetGSDML"]?.[localVarOperationServerIndex]?.url;
|
|
1601
|
-
return (axios$
|
|
1771
|
+
return (axios$25, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$25, localVarOperationServerBasePath || basePath);
|
|
1602
1772
|
},
|
|
1603
|
-
async getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
1604
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetIOsFromFile(cell, inputOffset, outputOffset, options);
|
|
1773
|
+
async getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
1774
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options);
|
|
1605
1775
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1606
1776
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getProfinetIOsFromFile"]?.[localVarOperationServerIndex]?.url;
|
|
1607
|
-
return (axios$
|
|
1777
|
+
return (axios$26, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$26, localVarOperationServerBasePath || basePath);
|
|
1608
1778
|
},
|
|
1609
1779
|
async listBusIODescriptions(cell, options) {
|
|
1610
1780
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listBusIODescriptions(cell, options);
|
|
1611
1781
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1612
1782
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.listBusIODescriptions"]?.[localVarOperationServerIndex]?.url;
|
|
1613
|
-
return (axios$
|
|
1783
|
+
return (axios$27, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$27, localVarOperationServerBasePath || basePath);
|
|
1614
1784
|
},
|
|
1615
1785
|
async listModbusIOs(cell, options) {
|
|
1616
1786
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listModbusIOs(cell, options);
|
|
1617
1787
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1618
1788
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.listModbusIOs"]?.[localVarOperationServerIndex]?.url;
|
|
1619
|
-
return (axios$
|
|
1789
|
+
return (axios$28, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$28, localVarOperationServerBasePath || basePath);
|
|
1620
1790
|
},
|
|
1621
1791
|
async listProfinetIOs(cell, options) {
|
|
1622
1792
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listProfinetIOs(cell, options);
|
|
1623
1793
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1624
1794
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.listProfinetIOs"]?.[localVarOperationServerIndex]?.url;
|
|
1625
|
-
return (axios$
|
|
1795
|
+
return (axios$29, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$29, localVarOperationServerBasePath || basePath);
|
|
1626
1796
|
},
|
|
1627
1797
|
async listSnap7IOs(cell, options) {
|
|
1628
1798
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listSnap7IOs(cell, options);
|
|
1629
1799
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1630
1800
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.listSnap7IOs"]?.[localVarOperationServerIndex]?.url;
|
|
1631
|
-
return (axios$
|
|
1801
|
+
return (axios$30, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$30, localVarOperationServerBasePath || basePath);
|
|
1632
1802
|
},
|
|
1633
1803
|
async setBusIOValues(cell, iOValue, options) {
|
|
1634
1804
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setBusIOValues(cell, iOValue, options);
|
|
1635
1805
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1636
1806
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.setBusIOValues"]?.[localVarOperationServerIndex]?.url;
|
|
1637
|
-
return (axios$
|
|
1807
|
+
return (axios$31, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$31, localVarOperationServerBasePath || basePath);
|
|
1638
1808
|
},
|
|
1639
1809
|
async setProfinetIOsFromFile(cell, profinetInputOutputConfig, options) {
|
|
1640
1810
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setProfinetIOsFromFile(cell, profinetInputOutputConfig, options);
|
|
1641
1811
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1642
1812
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.setProfinetIOsFromFile"]?.[localVarOperationServerIndex]?.url;
|
|
1643
|
-
return (axios$
|
|
1813
|
+
return (axios$32, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$32, localVarOperationServerBasePath || basePath);
|
|
1644
1814
|
}
|
|
1645
1815
|
};
|
|
1646
1816
|
};
|
|
1647
1817
|
/**
|
|
1648
1818
|
* BUSInputsOutputsApi - factory interface
|
|
1649
1819
|
*/
|
|
1650
|
-
const BUSInputsOutputsApiFactory = function(configuration, basePath, axios$
|
|
1820
|
+
const BUSInputsOutputsApiFactory = function(configuration, basePath, axios$33) {
|
|
1651
1821
|
const localVarFp = BUSInputsOutputsApiFp(configuration);
|
|
1652
1822
|
return {
|
|
1653
1823
|
addBusIOService(cell, busIOType, completionTimeout, options) {
|
|
1654
|
-
return localVarFp.addBusIOService(cell, busIOType, completionTimeout, options).then((request) => request(axios$
|
|
1824
|
+
return localVarFp.addBusIOService(cell, busIOType, completionTimeout, options).then((request) => request(axios$33, basePath));
|
|
1655
1825
|
},
|
|
1656
1826
|
addModbusIO(cell, io, modbusIOData, options) {
|
|
1657
|
-
return localVarFp.addModbusIO(cell, io, modbusIOData, options).then((request) => request(axios$
|
|
1827
|
+
return localVarFp.addModbusIO(cell, io, modbusIOData, options).then((request) => request(axios$33, basePath));
|
|
1658
1828
|
},
|
|
1659
1829
|
addProfinetIO(cell, io, profinetIOData, options) {
|
|
1660
|
-
return localVarFp.addProfinetIO(cell, io, profinetIOData, options).then((request) => request(axios$
|
|
1830
|
+
return localVarFp.addProfinetIO(cell, io, profinetIOData, options).then((request) => request(axios$33, basePath));
|
|
1661
1831
|
},
|
|
1662
1832
|
addSnap7IO(cell, io, snap7IOData, options) {
|
|
1663
|
-
return localVarFp.addSnap7IO(cell, io, snap7IOData, options).then((request) => request(axios$
|
|
1833
|
+
return localVarFp.addSnap7IO(cell, io, snap7IOData, options).then((request) => request(axios$33, basePath));
|
|
1664
1834
|
},
|
|
1665
1835
|
clearBusIOService(cell, completionTimeout, options) {
|
|
1666
|
-
return localVarFp.clearBusIOService(cell, completionTimeout, options).then((request) => request(axios$
|
|
1836
|
+
return localVarFp.clearBusIOService(cell, completionTimeout, options).then((request) => request(axios$33, basePath));
|
|
1667
1837
|
},
|
|
1668
1838
|
deleteAllModbusIOs(cell, options) {
|
|
1669
|
-
return localVarFp.deleteAllModbusIOs(cell, options).then((request) => request(axios$
|
|
1839
|
+
return localVarFp.deleteAllModbusIOs(cell, options).then((request) => request(axios$33, basePath));
|
|
1670
1840
|
},
|
|
1671
1841
|
deleteAllProfinetIOs(cell, options) {
|
|
1672
|
-
return localVarFp.deleteAllProfinetIOs(cell, options).then((request) => request(axios$
|
|
1842
|
+
return localVarFp.deleteAllProfinetIOs(cell, options).then((request) => request(axios$33, basePath));
|
|
1673
1843
|
},
|
|
1674
1844
|
deleteAllSnap7IOs(cell, options) {
|
|
1675
|
-
return localVarFp.deleteAllSnap7IOs(cell, options).then((request) => request(axios$
|
|
1845
|
+
return localVarFp.deleteAllSnap7IOs(cell, options).then((request) => request(axios$33, basePath));
|
|
1676
1846
|
},
|
|
1677
1847
|
deleteModbusIO(cell, io, options) {
|
|
1678
|
-
return localVarFp.deleteModbusIO(cell, io, options).then((request) => request(axios$
|
|
1848
|
+
return localVarFp.deleteModbusIO(cell, io, options).then((request) => request(axios$33, basePath));
|
|
1679
1849
|
},
|
|
1680
1850
|
deleteProfinetIO(cell, io, options) {
|
|
1681
|
-
return localVarFp.deleteProfinetIO(cell, io, options).then((request) => request(axios$
|
|
1851
|
+
return localVarFp.deleteProfinetIO(cell, io, options).then((request) => request(axios$33, basePath));
|
|
1682
1852
|
},
|
|
1683
1853
|
deleteSnap7IO(cell, io, options) {
|
|
1684
|
-
return localVarFp.deleteSnap7IO(cell, io, options).then((request) => request(axios$
|
|
1854
|
+
return localVarFp.deleteSnap7IO(cell, io, options).then((request) => request(axios$33, basePath));
|
|
1685
1855
|
},
|
|
1686
1856
|
getBusIOService(cell, options) {
|
|
1687
|
-
return localVarFp.getBusIOService(cell, options).then((request) => request(axios$
|
|
1857
|
+
return localVarFp.getBusIOService(cell, options).then((request) => request(axios$33, basePath));
|
|
1688
1858
|
},
|
|
1689
1859
|
getBusIOState(cell, options) {
|
|
1690
|
-
return localVarFp.getBusIOState(cell, options).then((request) => request(axios$
|
|
1860
|
+
return localVarFp.getBusIOState(cell, options).then((request) => request(axios$33, basePath));
|
|
1691
1861
|
},
|
|
1692
1862
|
getBusIOValues(cell, ios, options) {
|
|
1693
|
-
return localVarFp.getBusIOValues(cell, ios, options).then((request) => request(axios$
|
|
1863
|
+
return localVarFp.getBusIOValues(cell, ios, options).then((request) => request(axios$33, basePath));
|
|
1694
1864
|
},
|
|
1695
1865
|
getProfinetDescription(cell, options) {
|
|
1696
|
-
return localVarFp.getProfinetDescription(cell, options).then((request) => request(axios$
|
|
1866
|
+
return localVarFp.getProfinetDescription(cell, options).then((request) => request(axios$33, basePath));
|
|
1697
1867
|
},
|
|
1698
1868
|
getProfinetGSDML(cell, options) {
|
|
1699
|
-
return localVarFp.getProfinetGSDML(cell, options).then((request) => request(axios$
|
|
1869
|
+
return localVarFp.getProfinetGSDML(cell, options).then((request) => request(axios$33, basePath));
|
|
1700
1870
|
},
|
|
1701
|
-
getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
1702
|
-
return localVarFp.getProfinetIOsFromFile(cell, inputOffset, outputOffset, options).then((request) => request(axios$
|
|
1871
|
+
getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
1872
|
+
return localVarFp.getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options).then((request) => request(axios$33, basePath));
|
|
1703
1873
|
},
|
|
1704
1874
|
listBusIODescriptions(cell, options) {
|
|
1705
|
-
return localVarFp.listBusIODescriptions(cell, options).then((request) => request(axios$
|
|
1875
|
+
return localVarFp.listBusIODescriptions(cell, options).then((request) => request(axios$33, basePath));
|
|
1706
1876
|
},
|
|
1707
1877
|
listModbusIOs(cell, options) {
|
|
1708
|
-
return localVarFp.listModbusIOs(cell, options).then((request) => request(axios$
|
|
1878
|
+
return localVarFp.listModbusIOs(cell, options).then((request) => request(axios$33, basePath));
|
|
1709
1879
|
},
|
|
1710
1880
|
listProfinetIOs(cell, options) {
|
|
1711
|
-
return localVarFp.listProfinetIOs(cell, options).then((request) => request(axios$
|
|
1881
|
+
return localVarFp.listProfinetIOs(cell, options).then((request) => request(axios$33, basePath));
|
|
1712
1882
|
},
|
|
1713
1883
|
listSnap7IOs(cell, options) {
|
|
1714
|
-
return localVarFp.listSnap7IOs(cell, options).then((request) => request(axios$
|
|
1884
|
+
return localVarFp.listSnap7IOs(cell, options).then((request) => request(axios$33, basePath));
|
|
1715
1885
|
},
|
|
1716
1886
|
setBusIOValues(cell, iOValue, options) {
|
|
1717
|
-
return localVarFp.setBusIOValues(cell, iOValue, options).then((request) => request(axios$
|
|
1887
|
+
return localVarFp.setBusIOValues(cell, iOValue, options).then((request) => request(axios$33, basePath));
|
|
1718
1888
|
},
|
|
1719
1889
|
setProfinetIOsFromFile(cell, profinetInputOutputConfig, options) {
|
|
1720
|
-
return localVarFp.setProfinetIOsFromFile(cell, profinetInputOutputConfig, options).then((request) => request(axios$
|
|
1890
|
+
return localVarFp.setProfinetIOsFromFile(cell, profinetInputOutputConfig, options).then((request) => request(axios$33, basePath));
|
|
1721
1891
|
}
|
|
1722
1892
|
};
|
|
1723
1893
|
};
|
|
@@ -1899,16 +2069,17 @@ var BUSInputsOutputsApi = class extends BaseAPI {
|
|
|
1899
2069
|
return BUSInputsOutputsApiFp(this.configuration).getProfinetGSDML(cell, options).then((request) => request(this.axios, this.basePath));
|
|
1900
2070
|
}
|
|
1901
2071
|
/**
|
|
1902
|
-
* **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
|
|
2072
|
+
* **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.
|
|
1903
2073
|
* @summary PROFINET Inputs/Outputs to File
|
|
1904
2074
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2075
|
+
* @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.
|
|
1905
2076
|
* @param {number} [inputOffset]
|
|
1906
2077
|
* @param {number} [outputOffset]
|
|
1907
2078
|
* @param {*} [options] Override http request option.
|
|
1908
2079
|
* @throws {RequiredError}
|
|
1909
2080
|
*/
|
|
1910
|
-
getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
1911
|
-
return BUSInputsOutputsApiFp(this.configuration).getProfinetIOsFromFile(cell, inputOffset, outputOffset, options).then((request) => request(this.axios, this.basePath));
|
|
2081
|
+
getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
2082
|
+
return BUSInputsOutputsApiFp(this.configuration).getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options).then((request) => request(this.axios, this.basePath));
|
|
1912
2083
|
}
|
|
1913
2084
|
/**
|
|
1914
2085
|
* **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.
|
|
@@ -2236,90 +2407,90 @@ const CellApiFp = function(configuration) {
|
|
|
2236
2407
|
const localVarAxiosArgs = await localVarAxiosParamCreator.checkCellVersionUpdate(cell, channel, options);
|
|
2237
2408
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2238
2409
|
const localVarOperationServerBasePath = operationServerMap["CellApi.checkCellVersionUpdate"]?.[localVarOperationServerIndex]?.url;
|
|
2239
|
-
return (axios$
|
|
2410
|
+
return (axios$34, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$34, localVarOperationServerBasePath || basePath);
|
|
2240
2411
|
},
|
|
2241
2412
|
async deleteCell(cell, completionTimeout, options) {
|
|
2242
2413
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteCell(cell, completionTimeout, options);
|
|
2243
2414
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2244
2415
|
const localVarOperationServerBasePath = operationServerMap["CellApi.deleteCell"]?.[localVarOperationServerIndex]?.url;
|
|
2245
|
-
return (axios$
|
|
2416
|
+
return (axios$35, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$35, localVarOperationServerBasePath || basePath);
|
|
2246
2417
|
},
|
|
2247
2418
|
async deployCell(cell, completionTimeout, options) {
|
|
2248
2419
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deployCell(cell, completionTimeout, options);
|
|
2249
2420
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2250
2421
|
const localVarOperationServerBasePath = operationServerMap["CellApi.deployCell"]?.[localVarOperationServerIndex]?.url;
|
|
2251
|
-
return (axios$
|
|
2422
|
+
return (axios$36, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$36, localVarOperationServerBasePath || basePath);
|
|
2252
2423
|
},
|
|
2253
2424
|
async getCell(cell, options) {
|
|
2254
2425
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCell(cell, options);
|
|
2255
2426
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2256
2427
|
const localVarOperationServerBasePath = operationServerMap["CellApi.getCell"]?.[localVarOperationServerIndex]?.url;
|
|
2257
|
-
return (axios$
|
|
2428
|
+
return (axios$37, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$37, localVarOperationServerBasePath || basePath);
|
|
2258
2429
|
},
|
|
2259
2430
|
async getCellStatus(cell, options) {
|
|
2260
2431
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCellStatus(cell, options);
|
|
2261
2432
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2262
2433
|
const localVarOperationServerBasePath = operationServerMap["CellApi.getCellStatus"]?.[localVarOperationServerIndex]?.url;
|
|
2263
|
-
return (axios$
|
|
2434
|
+
return (axios$38, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$38, localVarOperationServerBasePath || basePath);
|
|
2264
2435
|
},
|
|
2265
2436
|
async listCells(options) {
|
|
2266
2437
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listCells(options);
|
|
2267
2438
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2268
2439
|
const localVarOperationServerBasePath = operationServerMap["CellApi.listCells"]?.[localVarOperationServerIndex]?.url;
|
|
2269
|
-
return (axios$
|
|
2440
|
+
return (axios$39, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$39, localVarOperationServerBasePath || basePath);
|
|
2270
2441
|
},
|
|
2271
2442
|
async setCellStatus(cell, operatingState, options) {
|
|
2272
2443
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setCellStatus(cell, operatingState, options);
|
|
2273
2444
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2274
2445
|
const localVarOperationServerBasePath = operationServerMap["CellApi.setCellStatus"]?.[localVarOperationServerIndex]?.url;
|
|
2275
|
-
return (axios$
|
|
2446
|
+
return (axios$40, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$40, localVarOperationServerBasePath || basePath);
|
|
2276
2447
|
},
|
|
2277
2448
|
async updateCell(cell, cell2, completionTimeout, options) {
|
|
2278
2449
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateCell(cell, cell2, completionTimeout, options);
|
|
2279
2450
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2280
2451
|
const localVarOperationServerBasePath = operationServerMap["CellApi.updateCell"]?.[localVarOperationServerIndex]?.url;
|
|
2281
|
-
return (axios$
|
|
2452
|
+
return (axios$41, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$41, localVarOperationServerBasePath || basePath);
|
|
2282
2453
|
},
|
|
2283
2454
|
async updateCellVersion(cell, updateCellVersionRequest, options) {
|
|
2284
2455
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateCellVersion(cell, updateCellVersionRequest, options);
|
|
2285
2456
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2286
2457
|
const localVarOperationServerBasePath = operationServerMap["CellApi.updateCellVersion"]?.[localVarOperationServerIndex]?.url;
|
|
2287
|
-
return (axios$
|
|
2458
|
+
return (axios$42, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$42, localVarOperationServerBasePath || basePath);
|
|
2288
2459
|
}
|
|
2289
2460
|
};
|
|
2290
2461
|
};
|
|
2291
2462
|
/**
|
|
2292
2463
|
* CellApi - factory interface
|
|
2293
2464
|
*/
|
|
2294
|
-
const CellApiFactory = function(configuration, basePath, axios$
|
|
2465
|
+
const CellApiFactory = function(configuration, basePath, axios$43) {
|
|
2295
2466
|
const localVarFp = CellApiFp(configuration);
|
|
2296
2467
|
return {
|
|
2297
2468
|
checkCellVersionUpdate(cell, channel, options) {
|
|
2298
|
-
return localVarFp.checkCellVersionUpdate(cell, channel, options).then((request) => request(axios$
|
|
2469
|
+
return localVarFp.checkCellVersionUpdate(cell, channel, options).then((request) => request(axios$43, basePath));
|
|
2299
2470
|
},
|
|
2300
2471
|
deleteCell(cell, completionTimeout, options) {
|
|
2301
|
-
return localVarFp.deleteCell(cell, completionTimeout, options).then((request) => request(axios$
|
|
2472
|
+
return localVarFp.deleteCell(cell, completionTimeout, options).then((request) => request(axios$43, basePath));
|
|
2302
2473
|
},
|
|
2303
2474
|
deployCell(cell, completionTimeout, options) {
|
|
2304
|
-
return localVarFp.deployCell(cell, completionTimeout, options).then((request) => request(axios$
|
|
2475
|
+
return localVarFp.deployCell(cell, completionTimeout, options).then((request) => request(axios$43, basePath));
|
|
2305
2476
|
},
|
|
2306
2477
|
getCell(cell, options) {
|
|
2307
|
-
return localVarFp.getCell(cell, options).then((request) => request(axios$
|
|
2478
|
+
return localVarFp.getCell(cell, options).then((request) => request(axios$43, basePath));
|
|
2308
2479
|
},
|
|
2309
2480
|
getCellStatus(cell, options) {
|
|
2310
|
-
return localVarFp.getCellStatus(cell, options).then((request) => request(axios$
|
|
2481
|
+
return localVarFp.getCellStatus(cell, options).then((request) => request(axios$43, basePath));
|
|
2311
2482
|
},
|
|
2312
2483
|
listCells(options) {
|
|
2313
|
-
return localVarFp.listCells(options).then((request) => request(axios$
|
|
2484
|
+
return localVarFp.listCells(options).then((request) => request(axios$43, basePath));
|
|
2314
2485
|
},
|
|
2315
2486
|
setCellStatus(cell, operatingState, options) {
|
|
2316
|
-
return localVarFp.setCellStatus(cell, operatingState, options).then((request) => request(axios$
|
|
2487
|
+
return localVarFp.setCellStatus(cell, operatingState, options).then((request) => request(axios$43, basePath));
|
|
2317
2488
|
},
|
|
2318
2489
|
updateCell(cell, cell2, completionTimeout, options) {
|
|
2319
|
-
return localVarFp.updateCell(cell, cell2, completionTimeout, options).then((request) => request(axios$
|
|
2490
|
+
return localVarFp.updateCell(cell, cell2, completionTimeout, options).then((request) => request(axios$43, basePath));
|
|
2320
2491
|
},
|
|
2321
2492
|
updateCellVersion(cell, updateCellVersionRequest, options) {
|
|
2322
|
-
return localVarFp.updateCellVersion(cell, updateCellVersionRequest, options).then((request) => request(axios$
|
|
2493
|
+
return localVarFp.updateCellVersion(cell, updateCellVersionRequest, options).then((request) => request(axios$43, basePath));
|
|
2323
2494
|
}
|
|
2324
2495
|
};
|
|
2325
2496
|
};
|
|
@@ -2361,7 +2532,7 @@ var CellApi = class extends BaseAPI {
|
|
|
2361
2532
|
return CellApiFp(this.configuration).deployCell(cell, completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
2362
2533
|
}
|
|
2363
2534
|
/**
|
|
2364
|
-
* **Required permissions:** `
|
|
2535
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
2365
2536
|
* @summary Configuration
|
|
2366
2537
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2367
2538
|
* @param {*} [options] Override http request option.
|
|
@@ -2834,135 +3005,135 @@ const ControllerApiFp = function(configuration) {
|
|
|
2834
3005
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addRobotController(cell, robotController, completionTimeout, options);
|
|
2835
3006
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2836
3007
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.addRobotController"]?.[localVarOperationServerIndex]?.url;
|
|
2837
|
-
return (axios$
|
|
3008
|
+
return (axios$44, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$44, localVarOperationServerBasePath || basePath);
|
|
2838
3009
|
},
|
|
2839
3010
|
async clearRobotControllers(cell, completionTimeout, options) {
|
|
2840
3011
|
const localVarAxiosArgs = await localVarAxiosParamCreator.clearRobotControllers(cell, completionTimeout, options);
|
|
2841
3012
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2842
3013
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.clearRobotControllers"]?.[localVarOperationServerIndex]?.url;
|
|
2843
|
-
return (axios$
|
|
3014
|
+
return (axios$45, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$45, localVarOperationServerBasePath || basePath);
|
|
2844
3015
|
},
|
|
2845
3016
|
async deleteRobotController(cell, controller, completionTimeout, options) {
|
|
2846
3017
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteRobotController(cell, controller, completionTimeout, options);
|
|
2847
3018
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2848
3019
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.deleteRobotController"]?.[localVarOperationServerIndex]?.url;
|
|
2849
|
-
return (axios$
|
|
3020
|
+
return (axios$46, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$46, localVarOperationServerBasePath || basePath);
|
|
2850
3021
|
},
|
|
2851
3022
|
async getControllerDescription(cell, controller, options) {
|
|
2852
3023
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getControllerDescription(cell, controller, options);
|
|
2853
3024
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2854
3025
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.getControllerDescription"]?.[localVarOperationServerIndex]?.url;
|
|
2855
|
-
return (axios$
|
|
3026
|
+
return (axios$47, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$47, localVarOperationServerBasePath || basePath);
|
|
2856
3027
|
},
|
|
2857
3028
|
async getCoordinateSystem(cell, controller, coordinateSystem, orientationType, options) {
|
|
2858
3029
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCoordinateSystem(cell, controller, coordinateSystem, orientationType, options);
|
|
2859
3030
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2860
3031
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.getCoordinateSystem"]?.[localVarOperationServerIndex]?.url;
|
|
2861
|
-
return (axios$
|
|
3032
|
+
return (axios$48, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$48, localVarOperationServerBasePath || basePath);
|
|
2862
3033
|
},
|
|
2863
3034
|
async getCurrentRobotControllerState(cell, controller, options) {
|
|
2864
3035
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCurrentRobotControllerState(cell, controller, options);
|
|
2865
3036
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2866
3037
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.getCurrentRobotControllerState"]?.[localVarOperationServerIndex]?.url;
|
|
2867
|
-
return (axios$
|
|
3038
|
+
return (axios$49, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$49, localVarOperationServerBasePath || basePath);
|
|
2868
3039
|
},
|
|
2869
3040
|
async getRobotController(cell, controller, options) {
|
|
2870
3041
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRobotController(cell, controller, options);
|
|
2871
3042
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2872
3043
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.getRobotController"]?.[localVarOperationServerIndex]?.url;
|
|
2873
|
-
return (axios$
|
|
3044
|
+
return (axios$50, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$50, localVarOperationServerBasePath || basePath);
|
|
2874
3045
|
},
|
|
2875
3046
|
async getVirtualControllerConfiguration(cell, controller, options) {
|
|
2876
3047
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getVirtualControllerConfiguration(cell, controller, options);
|
|
2877
3048
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2878
3049
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.getVirtualControllerConfiguration"]?.[localVarOperationServerIndex]?.url;
|
|
2879
|
-
return (axios$
|
|
3050
|
+
return (axios$51, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$51, localVarOperationServerBasePath || basePath);
|
|
2880
3051
|
},
|
|
2881
3052
|
async listCoordinateSystems(cell, controller, orientationType, options) {
|
|
2882
3053
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listCoordinateSystems(cell, controller, orientationType, options);
|
|
2883
3054
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2884
3055
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.listCoordinateSystems"]?.[localVarOperationServerIndex]?.url;
|
|
2885
|
-
return (axios$
|
|
3056
|
+
return (axios$52, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$52, localVarOperationServerBasePath || basePath);
|
|
2886
3057
|
},
|
|
2887
3058
|
async listRobotControllers(cell, options) {
|
|
2888
3059
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listRobotControllers(cell, options);
|
|
2889
3060
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2890
3061
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.listRobotControllers"]?.[localVarOperationServerIndex]?.url;
|
|
2891
|
-
return (axios$
|
|
3062
|
+
return (axios$53, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$53, localVarOperationServerBasePath || basePath);
|
|
2892
3063
|
},
|
|
2893
3064
|
async setDefaultMode(cell, controller, mode, options) {
|
|
2894
3065
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setDefaultMode(cell, controller, mode, options);
|
|
2895
3066
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2896
3067
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.setDefaultMode"]?.[localVarOperationServerIndex]?.url;
|
|
2897
|
-
return (axios$
|
|
3068
|
+
return (axios$54, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$54, localVarOperationServerBasePath || basePath);
|
|
2898
3069
|
},
|
|
2899
3070
|
async streamFreeDrive(cell, controller, responseRate, options) {
|
|
2900
3071
|
const localVarAxiosArgs = await localVarAxiosParamCreator.streamFreeDrive(cell, controller, responseRate, options);
|
|
2901
3072
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2902
3073
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.streamFreeDrive"]?.[localVarOperationServerIndex]?.url;
|
|
2903
|
-
return (axios$
|
|
3074
|
+
return (axios$55, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$55, localVarOperationServerBasePath || basePath);
|
|
2904
3075
|
},
|
|
2905
3076
|
async streamRobotControllerState(cell, controller, responseRate, addControllerTimeout, options) {
|
|
2906
3077
|
const localVarAxiosArgs = await localVarAxiosParamCreator.streamRobotControllerState(cell, controller, responseRate, addControllerTimeout, options);
|
|
2907
3078
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2908
3079
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.streamRobotControllerState"]?.[localVarOperationServerIndex]?.url;
|
|
2909
|
-
return (axios$
|
|
3080
|
+
return (axios$56, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$56, localVarOperationServerBasePath || basePath);
|
|
2910
3081
|
},
|
|
2911
3082
|
async updateRobotController(cell, controller, robotController, completionTimeout, options) {
|
|
2912
3083
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateRobotController(cell, controller, robotController, completionTimeout, options);
|
|
2913
3084
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2914
3085
|
const localVarOperationServerBasePath = operationServerMap["ControllerApi.updateRobotController"]?.[localVarOperationServerIndex]?.url;
|
|
2915
|
-
return (axios$
|
|
3086
|
+
return (axios$57, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$57, localVarOperationServerBasePath || basePath);
|
|
2916
3087
|
}
|
|
2917
3088
|
};
|
|
2918
3089
|
};
|
|
2919
3090
|
/**
|
|
2920
3091
|
* ControllerApi - factory interface
|
|
2921
3092
|
*/
|
|
2922
|
-
const ControllerApiFactory = function(configuration, basePath, axios$
|
|
3093
|
+
const ControllerApiFactory = function(configuration, basePath, axios$58) {
|
|
2923
3094
|
const localVarFp = ControllerApiFp(configuration);
|
|
2924
3095
|
return {
|
|
2925
3096
|
addRobotController(cell, robotController, completionTimeout, options) {
|
|
2926
|
-
return localVarFp.addRobotController(cell, robotController, completionTimeout, options).then((request) => request(axios$
|
|
3097
|
+
return localVarFp.addRobotController(cell, robotController, completionTimeout, options).then((request) => request(axios$58, basePath));
|
|
2927
3098
|
},
|
|
2928
3099
|
clearRobotControllers(cell, completionTimeout, options) {
|
|
2929
|
-
return localVarFp.clearRobotControllers(cell, completionTimeout, options).then((request) => request(axios$
|
|
3100
|
+
return localVarFp.clearRobotControllers(cell, completionTimeout, options).then((request) => request(axios$58, basePath));
|
|
2930
3101
|
},
|
|
2931
3102
|
deleteRobotController(cell, controller, completionTimeout, options) {
|
|
2932
|
-
return localVarFp.deleteRobotController(cell, controller, completionTimeout, options).then((request) => request(axios$
|
|
3103
|
+
return localVarFp.deleteRobotController(cell, controller, completionTimeout, options).then((request) => request(axios$58, basePath));
|
|
2933
3104
|
},
|
|
2934
3105
|
getControllerDescription(cell, controller, options) {
|
|
2935
|
-
return localVarFp.getControllerDescription(cell, controller, options).then((request) => request(axios$
|
|
3106
|
+
return localVarFp.getControllerDescription(cell, controller, options).then((request) => request(axios$58, basePath));
|
|
2936
3107
|
},
|
|
2937
3108
|
getCoordinateSystem(cell, controller, coordinateSystem, orientationType, options) {
|
|
2938
|
-
return localVarFp.getCoordinateSystem(cell, controller, coordinateSystem, orientationType, options).then((request) => request(axios$
|
|
3109
|
+
return localVarFp.getCoordinateSystem(cell, controller, coordinateSystem, orientationType, options).then((request) => request(axios$58, basePath));
|
|
2939
3110
|
},
|
|
2940
3111
|
getCurrentRobotControllerState(cell, controller, options) {
|
|
2941
|
-
return localVarFp.getCurrentRobotControllerState(cell, controller, options).then((request) => request(axios$
|
|
3112
|
+
return localVarFp.getCurrentRobotControllerState(cell, controller, options).then((request) => request(axios$58, basePath));
|
|
2942
3113
|
},
|
|
2943
3114
|
getRobotController(cell, controller, options) {
|
|
2944
|
-
return localVarFp.getRobotController(cell, controller, options).then((request) => request(axios$
|
|
3115
|
+
return localVarFp.getRobotController(cell, controller, options).then((request) => request(axios$58, basePath));
|
|
2945
3116
|
},
|
|
2946
3117
|
getVirtualControllerConfiguration(cell, controller, options) {
|
|
2947
|
-
return localVarFp.getVirtualControllerConfiguration(cell, controller, options).then((request) => request(axios$
|
|
3118
|
+
return localVarFp.getVirtualControllerConfiguration(cell, controller, options).then((request) => request(axios$58, basePath));
|
|
2948
3119
|
},
|
|
2949
3120
|
listCoordinateSystems(cell, controller, orientationType, options) {
|
|
2950
|
-
return localVarFp.listCoordinateSystems(cell, controller, orientationType, options).then((request) => request(axios$
|
|
3121
|
+
return localVarFp.listCoordinateSystems(cell, controller, orientationType, options).then((request) => request(axios$58, basePath));
|
|
2951
3122
|
},
|
|
2952
3123
|
listRobotControllers(cell, options) {
|
|
2953
|
-
return localVarFp.listRobotControllers(cell, options).then((request) => request(axios$
|
|
3124
|
+
return localVarFp.listRobotControllers(cell, options).then((request) => request(axios$58, basePath));
|
|
2954
3125
|
},
|
|
2955
3126
|
setDefaultMode(cell, controller, mode, options) {
|
|
2956
|
-
return localVarFp.setDefaultMode(cell, controller, mode, options).then((request) => request(axios$
|
|
3127
|
+
return localVarFp.setDefaultMode(cell, controller, mode, options).then((request) => request(axios$58, basePath));
|
|
2957
3128
|
},
|
|
2958
3129
|
streamFreeDrive(cell, controller, responseRate, options) {
|
|
2959
|
-
return localVarFp.streamFreeDrive(cell, controller, responseRate, options).then((request) => request(axios$
|
|
3130
|
+
return localVarFp.streamFreeDrive(cell, controller, responseRate, options).then((request) => request(axios$58, basePath));
|
|
2960
3131
|
},
|
|
2961
3132
|
streamRobotControllerState(cell, controller, responseRate, addControllerTimeout, options) {
|
|
2962
|
-
return localVarFp.streamRobotControllerState(cell, controller, responseRate, addControllerTimeout, options).then((request) => request(axios$
|
|
3133
|
+
return localVarFp.streamRobotControllerState(cell, controller, responseRate, addControllerTimeout, options).then((request) => request(axios$58, basePath));
|
|
2963
3134
|
},
|
|
2964
3135
|
updateRobotController(cell, controller, robotController, completionTimeout, options) {
|
|
2965
|
-
return localVarFp.updateRobotController(cell, controller, robotController, completionTimeout, options).then((request) => request(axios$
|
|
3136
|
+
return localVarFp.updateRobotController(cell, controller, robotController, completionTimeout, options).then((request) => request(axios$58, basePath));
|
|
2966
3137
|
}
|
|
2967
3138
|
};
|
|
2968
3139
|
};
|
|
@@ -3299,54 +3470,54 @@ const ControllerInputsOutputsApiFp = function(configuration) {
|
|
|
3299
3470
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listIODescriptions(cell, controller, ios, direction, valueType, group, options);
|
|
3300
3471
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3301
3472
|
const localVarOperationServerBasePath = operationServerMap["ControllerInputsOutputsApi.listIODescriptions"]?.[localVarOperationServerIndex]?.url;
|
|
3302
|
-
return (axios$
|
|
3473
|
+
return (axios$59, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$59, localVarOperationServerBasePath || basePath);
|
|
3303
3474
|
},
|
|
3304
3475
|
async listIOValues(cell, controller, ios, options) {
|
|
3305
3476
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listIOValues(cell, controller, ios, options);
|
|
3306
3477
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3307
3478
|
const localVarOperationServerBasePath = operationServerMap["ControllerInputsOutputsApi.listIOValues"]?.[localVarOperationServerIndex]?.url;
|
|
3308
|
-
return (axios$
|
|
3479
|
+
return (axios$60, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$60, localVarOperationServerBasePath || basePath);
|
|
3309
3480
|
},
|
|
3310
3481
|
async setOutputValues(cell, controller, iOValue, options) {
|
|
3311
3482
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setOutputValues(cell, controller, iOValue, options);
|
|
3312
3483
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3313
3484
|
const localVarOperationServerBasePath = operationServerMap["ControllerInputsOutputsApi.setOutputValues"]?.[localVarOperationServerIndex]?.url;
|
|
3314
|
-
return (axios$
|
|
3485
|
+
return (axios$61, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$61, localVarOperationServerBasePath || basePath);
|
|
3315
3486
|
},
|
|
3316
3487
|
async streamIOValues(cell, controller, ios, options) {
|
|
3317
3488
|
const localVarAxiosArgs = await localVarAxiosParamCreator.streamIOValues(cell, controller, ios, options);
|
|
3318
3489
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3319
3490
|
const localVarOperationServerBasePath = operationServerMap["ControllerInputsOutputsApi.streamIOValues"]?.[localVarOperationServerIndex]?.url;
|
|
3320
|
-
return (axios$
|
|
3491
|
+
return (axios$62, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$62, localVarOperationServerBasePath || basePath);
|
|
3321
3492
|
},
|
|
3322
3493
|
async waitForIOEvent(cell, controller, waitForIOEventRequest, options) {
|
|
3323
3494
|
const localVarAxiosArgs = await localVarAxiosParamCreator.waitForIOEvent(cell, controller, waitForIOEventRequest, options);
|
|
3324
3495
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3325
3496
|
const localVarOperationServerBasePath = operationServerMap["ControllerInputsOutputsApi.waitForIOEvent"]?.[localVarOperationServerIndex]?.url;
|
|
3326
|
-
return (axios$
|
|
3497
|
+
return (axios$63, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$63, localVarOperationServerBasePath || basePath);
|
|
3327
3498
|
}
|
|
3328
3499
|
};
|
|
3329
3500
|
};
|
|
3330
3501
|
/**
|
|
3331
3502
|
* ControllerInputsOutputsApi - factory interface
|
|
3332
3503
|
*/
|
|
3333
|
-
const ControllerInputsOutputsApiFactory = function(configuration, basePath, axios$
|
|
3504
|
+
const ControllerInputsOutputsApiFactory = function(configuration, basePath, axios$64) {
|
|
3334
3505
|
const localVarFp = ControllerInputsOutputsApiFp(configuration);
|
|
3335
3506
|
return {
|
|
3336
3507
|
listIODescriptions(cell, controller, ios, direction, valueType, group, options) {
|
|
3337
|
-
return localVarFp.listIODescriptions(cell, controller, ios, direction, valueType, group, options).then((request) => request(axios$
|
|
3508
|
+
return localVarFp.listIODescriptions(cell, controller, ios, direction, valueType, group, options).then((request) => request(axios$64, basePath));
|
|
3338
3509
|
},
|
|
3339
3510
|
listIOValues(cell, controller, ios, options) {
|
|
3340
|
-
return localVarFp.listIOValues(cell, controller, ios, options).then((request) => request(axios$
|
|
3511
|
+
return localVarFp.listIOValues(cell, controller, ios, options).then((request) => request(axios$64, basePath));
|
|
3341
3512
|
},
|
|
3342
3513
|
setOutputValues(cell, controller, iOValue, options) {
|
|
3343
|
-
return localVarFp.setOutputValues(cell, controller, iOValue, options).then((request) => request(axios$
|
|
3514
|
+
return localVarFp.setOutputValues(cell, controller, iOValue, options).then((request) => request(axios$64, basePath));
|
|
3344
3515
|
},
|
|
3345
3516
|
streamIOValues(cell, controller, ios, options) {
|
|
3346
|
-
return localVarFp.streamIOValues(cell, controller, ios, options).then((request) => request(axios$
|
|
3517
|
+
return localVarFp.streamIOValues(cell, controller, ios, options).then((request) => request(axios$64, basePath));
|
|
3347
3518
|
},
|
|
3348
3519
|
waitForIOEvent(cell, controller, waitForIOEventRequest, options) {
|
|
3349
|
-
return localVarFp.waitForIOEvent(cell, controller, waitForIOEventRequest, options).then((request) => request(axios$
|
|
3520
|
+
return localVarFp.waitForIOEvent(cell, controller, waitForIOEventRequest, options).then((request) => request(axios$64, basePath));
|
|
3350
3521
|
}
|
|
3351
3522
|
};
|
|
3352
3523
|
};
|
|
@@ -3422,102 +3593,57 @@ var ControllerInputsOutputsApi = class extends BaseAPI {
|
|
|
3422
3593
|
* JoggingApi - axios parameter creator
|
|
3423
3594
|
*/
|
|
3424
3595
|
const JoggingApiAxiosParamCreator = function(configuration) {
|
|
3425
|
-
return {
|
|
3426
|
-
executeJogging
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
},
|
|
3456
|
-
executeWaypointJogging: async (cell, controller, executeWaypointJoggingRequest, options = {}) => {
|
|
3457
|
-
assertParamExists("executeWaypointJogging", "cell", cell);
|
|
3458
|
-
assertParamExists("executeWaypointJogging", "controller", controller);
|
|
3459
|
-
assertParamExists("executeWaypointJogging", "executeWaypointJoggingRequest", executeWaypointJoggingRequest);
|
|
3460
|
-
const localVarPath = `/experimental/cells/{cell}/controllers/{controller}/execution/jogging`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{controller}`, encodeURIComponent(String(controller)));
|
|
3461
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3462
|
-
let baseOptions;
|
|
3463
|
-
if (configuration) baseOptions = configuration.baseOptions;
|
|
3464
|
-
const localVarRequestOptions = {
|
|
3465
|
-
method: "GET",
|
|
3466
|
-
...baseOptions,
|
|
3467
|
-
...options
|
|
3468
|
-
};
|
|
3469
|
-
const localVarHeaderParameter = {};
|
|
3470
|
-
const localVarQueryParameter = {};
|
|
3471
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3472
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3473
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3474
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3475
|
-
localVarRequestOptions.headers = {
|
|
3476
|
-
...localVarHeaderParameter,
|
|
3477
|
-
...headersFromBaseOptions,
|
|
3478
|
-
...options.headers
|
|
3479
|
-
};
|
|
3480
|
-
localVarRequestOptions.data = serializeDataIfNeeded(executeWaypointJoggingRequest, localVarRequestOptions, configuration);
|
|
3481
|
-
return {
|
|
3482
|
-
url: toPathString(localVarUrlObj),
|
|
3483
|
-
options: localVarRequestOptions
|
|
3484
|
-
};
|
|
3485
|
-
}
|
|
3486
|
-
};
|
|
3596
|
+
return { executeJogging: async (cell, controller, executeJoggingRequest, options = {}) => {
|
|
3597
|
+
assertParamExists("executeJogging", "cell", cell);
|
|
3598
|
+
assertParamExists("executeJogging", "controller", controller);
|
|
3599
|
+
assertParamExists("executeJogging", "executeJoggingRequest", executeJoggingRequest);
|
|
3600
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/execution/jogging`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{controller}`, encodeURIComponent(String(controller)));
|
|
3601
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3602
|
+
let baseOptions;
|
|
3603
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
3604
|
+
const localVarRequestOptions = {
|
|
3605
|
+
method: "GET",
|
|
3606
|
+
...baseOptions,
|
|
3607
|
+
...options
|
|
3608
|
+
};
|
|
3609
|
+
const localVarHeaderParameter = {};
|
|
3610
|
+
const localVarQueryParameter = {};
|
|
3611
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3612
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3613
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3614
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3615
|
+
localVarRequestOptions.headers = {
|
|
3616
|
+
...localVarHeaderParameter,
|
|
3617
|
+
...headersFromBaseOptions,
|
|
3618
|
+
...options.headers
|
|
3619
|
+
};
|
|
3620
|
+
localVarRequestOptions.data = serializeDataIfNeeded(executeJoggingRequest, localVarRequestOptions, configuration);
|
|
3621
|
+
return {
|
|
3622
|
+
url: toPathString(localVarUrlObj),
|
|
3623
|
+
options: localVarRequestOptions
|
|
3624
|
+
};
|
|
3625
|
+
} };
|
|
3487
3626
|
};
|
|
3488
3627
|
/**
|
|
3489
3628
|
* JoggingApi - functional programming interface
|
|
3490
3629
|
*/
|
|
3491
3630
|
const JoggingApiFp = function(configuration) {
|
|
3492
3631
|
const localVarAxiosParamCreator = JoggingApiAxiosParamCreator(configuration);
|
|
3493
|
-
return {
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
},
|
|
3500
|
-
async executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options) {
|
|
3501
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options);
|
|
3502
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3503
|
-
const localVarOperationServerBasePath = operationServerMap["JoggingApi.executeWaypointJogging"]?.[localVarOperationServerIndex]?.url;
|
|
3504
|
-
return (axios$64, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$64, localVarOperationServerBasePath || basePath);
|
|
3505
|
-
}
|
|
3506
|
-
};
|
|
3632
|
+
return { async executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3633
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.executeJogging(cell, controller, executeJoggingRequest, options);
|
|
3634
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3635
|
+
const localVarOperationServerBasePath = operationServerMap["JoggingApi.executeJogging"]?.[localVarOperationServerIndex]?.url;
|
|
3636
|
+
return (axios$65, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$65, localVarOperationServerBasePath || basePath);
|
|
3637
|
+
} };
|
|
3507
3638
|
};
|
|
3508
3639
|
/**
|
|
3509
3640
|
* JoggingApi - factory interface
|
|
3510
3641
|
*/
|
|
3511
|
-
const JoggingApiFactory = function(configuration, basePath, axios$
|
|
3642
|
+
const JoggingApiFactory = function(configuration, basePath, axios$66) {
|
|
3512
3643
|
const localVarFp = JoggingApiFp(configuration);
|
|
3513
|
-
return {
|
|
3514
|
-
executeJogging(cell, controller, executeJoggingRequest, options)
|
|
3515
|
-
|
|
3516
|
-
},
|
|
3517
|
-
executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options) {
|
|
3518
|
-
return localVarFp.executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options).then((request) => request(axios$65, basePath));
|
|
3519
|
-
}
|
|
3520
|
-
};
|
|
3644
|
+
return { executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3645
|
+
return localVarFp.executeJogging(cell, controller, executeJoggingRequest, options).then((request) => request(axios$66, basePath));
|
|
3646
|
+
} };
|
|
3521
3647
|
};
|
|
3522
3648
|
/**
|
|
3523
3649
|
* JoggingApi - object-oriented interface
|
|
@@ -3535,18 +3661,6 @@ var JoggingApi = class extends BaseAPI {
|
|
|
3535
3661
|
executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3536
3662
|
return JoggingApiFp(this.configuration).executeJogging(cell, controller, executeJoggingRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3537
3663
|
}
|
|
3538
|
-
/**
|
|
3539
|
-
* **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.
|
|
3540
|
-
* @summary Execute Waypoint Jogging
|
|
3541
|
-
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3542
|
-
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
3543
|
-
* @param {ExecuteWaypointJoggingRequest} executeWaypointJoggingRequest
|
|
3544
|
-
* @param {*} [options] Override http request option.
|
|
3545
|
-
* @throws {RequiredError}
|
|
3546
|
-
*/
|
|
3547
|
-
executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options) {
|
|
3548
|
-
return JoggingApiFp(this.configuration).executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3549
|
-
}
|
|
3550
3664
|
};
|
|
3551
3665
|
/**
|
|
3552
3666
|
* KinematicsApi - axios parameter creator
|
|
@@ -3640,6 +3754,35 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3640
3754
|
options: localVarRequestOptions
|
|
3641
3755
|
};
|
|
3642
3756
|
},
|
|
3757
|
+
getKinematicConfiguration: async (cell, getKinematicConfigurationRequest, options = {}) => {
|
|
3758
|
+
assertParamExists("getKinematicConfiguration", "cell", cell);
|
|
3759
|
+
assertParamExists("getKinematicConfiguration", "getKinematicConfigurationRequest", getKinematicConfigurationRequest);
|
|
3760
|
+
const localVarPath = `/experimental/cells/{cell}/kinematic/get-kinematic-configuration`.replace(`{cell}`, encodeURIComponent(String(cell)));
|
|
3761
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3762
|
+
let baseOptions;
|
|
3763
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
3764
|
+
const localVarRequestOptions = {
|
|
3765
|
+
method: "POST",
|
|
3766
|
+
...baseOptions,
|
|
3767
|
+
...options
|
|
3768
|
+
};
|
|
3769
|
+
const localVarHeaderParameter = {};
|
|
3770
|
+
const localVarQueryParameter = {};
|
|
3771
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3772
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3773
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3774
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3775
|
+
localVarRequestOptions.headers = {
|
|
3776
|
+
...localVarHeaderParameter,
|
|
3777
|
+
...headersFromBaseOptions,
|
|
3778
|
+
...options.headers
|
|
3779
|
+
};
|
|
3780
|
+
localVarRequestOptions.data = serializeDataIfNeeded(getKinematicConfigurationRequest, localVarRequestOptions, configuration);
|
|
3781
|
+
return {
|
|
3782
|
+
url: toPathString(localVarUrlObj),
|
|
3783
|
+
options: localVarRequestOptions
|
|
3784
|
+
};
|
|
3785
|
+
},
|
|
3643
3786
|
inverseKinematics: async (cell, inverseKinematicsRequest, options = {}) => {
|
|
3644
3787
|
assertParamExists("inverseKinematics", "cell", cell);
|
|
3645
3788
|
assertParamExists("inverseKinematics", "inverseKinematicsRequest", inverseKinematicsRequest);
|
|
@@ -3710,54 +3853,63 @@ const KinematicsApiFp = function(configuration) {
|
|
|
3710
3853
|
const localVarAxiosArgs = await localVarAxiosParamCreator.configuredPoseInverse(cell, configuredPoseInverseRequest, options);
|
|
3711
3854
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3712
3855
|
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.configuredPoseInverse"]?.[localVarOperationServerIndex]?.url;
|
|
3713
|
-
return (axios$
|
|
3856
|
+
return (axios$67, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$67, localVarOperationServerBasePath || basePath);
|
|
3714
3857
|
},
|
|
3715
3858
|
async convertVendorConfiguredPose(cell, convertVendorConfiguredPoseRequest, options) {
|
|
3716
3859
|
const localVarAxiosArgs = await localVarAxiosParamCreator.convertVendorConfiguredPose(cell, convertVendorConfiguredPoseRequest, options);
|
|
3717
3860
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3718
3861
|
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.convertVendorConfiguredPose"]?.[localVarOperationServerIndex]?.url;
|
|
3719
|
-
return (axios$
|
|
3862
|
+
return (axios$68, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$68, localVarOperationServerBasePath || basePath);
|
|
3720
3863
|
},
|
|
3721
3864
|
async forwardKinematics(cell, forwardKinematicsRequest, options) {
|
|
3722
3865
|
const localVarAxiosArgs = await localVarAxiosParamCreator.forwardKinematics(cell, forwardKinematicsRequest, options);
|
|
3723
3866
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3724
3867
|
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.forwardKinematics"]?.[localVarOperationServerIndex]?.url;
|
|
3725
|
-
return (axios$
|
|
3868
|
+
return (axios$69, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$69, localVarOperationServerBasePath || basePath);
|
|
3869
|
+
},
|
|
3870
|
+
async getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
3871
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getKinematicConfiguration(cell, getKinematicConfigurationRequest, options);
|
|
3872
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3873
|
+
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.getKinematicConfiguration"]?.[localVarOperationServerIndex]?.url;
|
|
3874
|
+
return (axios$70, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$70, localVarOperationServerBasePath || basePath);
|
|
3726
3875
|
},
|
|
3727
3876
|
async inverseKinematics(cell, inverseKinematicsRequest, options) {
|
|
3728
3877
|
const localVarAxiosArgs = await localVarAxiosParamCreator.inverseKinematics(cell, inverseKinematicsRequest, options);
|
|
3729
3878
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3730
3879
|
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.inverseKinematics"]?.[localVarOperationServerIndex]?.url;
|
|
3731
|
-
return (axios$
|
|
3880
|
+
return (axios$71, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$71, localVarOperationServerBasePath || basePath);
|
|
3732
3881
|
},
|
|
3733
3882
|
async projectJointPositionDirectionConstraint(cell, projectJointPositionDirectionConstraintRequest, options) {
|
|
3734
3883
|
const localVarAxiosArgs = await localVarAxiosParamCreator.projectJointPositionDirectionConstraint(cell, projectJointPositionDirectionConstraintRequest, options);
|
|
3735
3884
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3736
3885
|
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.projectJointPositionDirectionConstraint"]?.[localVarOperationServerIndex]?.url;
|
|
3737
|
-
return (axios$
|
|
3886
|
+
return (axios$72, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$72, localVarOperationServerBasePath || basePath);
|
|
3738
3887
|
}
|
|
3739
3888
|
};
|
|
3740
3889
|
};
|
|
3741
3890
|
/**
|
|
3742
3891
|
* KinematicsApi - factory interface
|
|
3743
3892
|
*/
|
|
3744
|
-
const KinematicsApiFactory = function(configuration, basePath, axios$
|
|
3893
|
+
const KinematicsApiFactory = function(configuration, basePath, axios$73) {
|
|
3745
3894
|
const localVarFp = KinematicsApiFp(configuration);
|
|
3746
3895
|
return {
|
|
3747
3896
|
configuredPoseInverse(cell, configuredPoseInverseRequest, options) {
|
|
3748
|
-
return localVarFp.configuredPoseInverse(cell, configuredPoseInverseRequest, options).then((request) => request(axios$
|
|
3897
|
+
return localVarFp.configuredPoseInverse(cell, configuredPoseInverseRequest, options).then((request) => request(axios$73, basePath));
|
|
3749
3898
|
},
|
|
3750
3899
|
convertVendorConfiguredPose(cell, convertVendorConfiguredPoseRequest, options) {
|
|
3751
|
-
return localVarFp.convertVendorConfiguredPose(cell, convertVendorConfiguredPoseRequest, options).then((request) => request(axios$
|
|
3900
|
+
return localVarFp.convertVendorConfiguredPose(cell, convertVendorConfiguredPoseRequest, options).then((request) => request(axios$73, basePath));
|
|
3752
3901
|
},
|
|
3753
3902
|
forwardKinematics(cell, forwardKinematicsRequest, options) {
|
|
3754
|
-
return localVarFp.forwardKinematics(cell, forwardKinematicsRequest, options).then((request) => request(axios$
|
|
3903
|
+
return localVarFp.forwardKinematics(cell, forwardKinematicsRequest, options).then((request) => request(axios$73, basePath));
|
|
3904
|
+
},
|
|
3905
|
+
getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
3906
|
+
return localVarFp.getKinematicConfiguration(cell, getKinematicConfigurationRequest, options).then((request) => request(axios$73, basePath));
|
|
3755
3907
|
},
|
|
3756
3908
|
inverseKinematics(cell, inverseKinematicsRequest, options) {
|
|
3757
|
-
return localVarFp.inverseKinematics(cell, inverseKinematicsRequest, options).then((request) => request(axios$
|
|
3909
|
+
return localVarFp.inverseKinematics(cell, inverseKinematicsRequest, options).then((request) => request(axios$73, basePath));
|
|
3758
3910
|
},
|
|
3759
3911
|
projectJointPositionDirectionConstraint(cell, projectJointPositionDirectionConstraintRequest, options) {
|
|
3760
|
-
return localVarFp.projectJointPositionDirectionConstraint(cell, projectJointPositionDirectionConstraintRequest, options).then((request) => request(axios$
|
|
3912
|
+
return localVarFp.projectJointPositionDirectionConstraint(cell, projectJointPositionDirectionConstraintRequest, options).then((request) => request(axios$73, basePath));
|
|
3761
3913
|
}
|
|
3762
3914
|
};
|
|
3763
3915
|
};
|
|
@@ -3799,6 +3951,17 @@ var KinematicsApi = class extends BaseAPI {
|
|
|
3799
3951
|
return KinematicsApiFp(this.configuration).forwardKinematics(cell, forwardKinematicsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3800
3952
|
}
|
|
3801
3953
|
/**
|
|
3954
|
+
* **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.
|
|
3955
|
+
* @summary Get kinematic configuration
|
|
3956
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3957
|
+
* @param {GetKinematicConfigurationRequest} getKinematicConfigurationRequest
|
|
3958
|
+
* @param {*} [options] Override http request option.
|
|
3959
|
+
* @throws {RequiredError}
|
|
3960
|
+
*/
|
|
3961
|
+
getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
3962
|
+
return KinematicsApiFp(this.configuration).getKinematicConfiguration(cell, getKinematicConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3963
|
+
}
|
|
3964
|
+
/**
|
|
3802
3965
|
* **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Returns the reachable joint positions for a list of given poses.
|
|
3803
3966
|
* @summary Inverse kinematics
|
|
3804
3967
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
@@ -3937,45 +4100,45 @@ const LicenseApiFp = function(configuration) {
|
|
|
3937
4100
|
const localVarAxiosArgs = await localVarAxiosParamCreator.activateLicense(activateLicenseRequest, options);
|
|
3938
4101
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3939
4102
|
const localVarOperationServerBasePath = operationServerMap["LicenseApi.activateLicense"]?.[localVarOperationServerIndex]?.url;
|
|
3940
|
-
return (axios$
|
|
4103
|
+
return (axios$74, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$74, localVarOperationServerBasePath || basePath);
|
|
3941
4104
|
},
|
|
3942
4105
|
async deactivateLicense(options) {
|
|
3943
4106
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deactivateLicense(options);
|
|
3944
4107
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3945
4108
|
const localVarOperationServerBasePath = operationServerMap["LicenseApi.deactivateLicense"]?.[localVarOperationServerIndex]?.url;
|
|
3946
|
-
return (axios$
|
|
4109
|
+
return (axios$75, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$75, localVarOperationServerBasePath || basePath);
|
|
3947
4110
|
},
|
|
3948
4111
|
async getLicense(options) {
|
|
3949
4112
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLicense(options);
|
|
3950
4113
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3951
4114
|
const localVarOperationServerBasePath = operationServerMap["LicenseApi.getLicense"]?.[localVarOperationServerIndex]?.url;
|
|
3952
|
-
return (axios$
|
|
4115
|
+
return (axios$76, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$76, localVarOperationServerBasePath || basePath);
|
|
3953
4116
|
},
|
|
3954
4117
|
async getLicenseStatus(options) {
|
|
3955
4118
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLicenseStatus(options);
|
|
3956
4119
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3957
4120
|
const localVarOperationServerBasePath = operationServerMap["LicenseApi.getLicenseStatus"]?.[localVarOperationServerIndex]?.url;
|
|
3958
|
-
return (axios$
|
|
4121
|
+
return (axios$77, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$77, localVarOperationServerBasePath || basePath);
|
|
3959
4122
|
}
|
|
3960
4123
|
};
|
|
3961
4124
|
};
|
|
3962
4125
|
/**
|
|
3963
4126
|
* LicenseApi - factory interface
|
|
3964
4127
|
*/
|
|
3965
|
-
const LicenseApiFactory = function(configuration, basePath, axios$
|
|
4128
|
+
const LicenseApiFactory = function(configuration, basePath, axios$78) {
|
|
3966
4129
|
const localVarFp = LicenseApiFp(configuration);
|
|
3967
4130
|
return {
|
|
3968
4131
|
activateLicense(activateLicenseRequest, options) {
|
|
3969
|
-
return localVarFp.activateLicense(activateLicenseRequest, options).then((request) => request(axios$
|
|
4132
|
+
return localVarFp.activateLicense(activateLicenseRequest, options).then((request) => request(axios$78, basePath));
|
|
3970
4133
|
},
|
|
3971
4134
|
deactivateLicense(options) {
|
|
3972
|
-
return localVarFp.deactivateLicense(options).then((request) => request(axios$
|
|
4135
|
+
return localVarFp.deactivateLicense(options).then((request) => request(axios$78, basePath));
|
|
3973
4136
|
},
|
|
3974
4137
|
getLicense(options) {
|
|
3975
|
-
return localVarFp.getLicense(options).then((request) => request(axios$
|
|
4138
|
+
return localVarFp.getLicense(options).then((request) => request(axios$78, basePath));
|
|
3976
4139
|
},
|
|
3977
4140
|
getLicenseStatus(options) {
|
|
3978
|
-
return localVarFp.getLicenseStatus(options).then((request) => request(axios$
|
|
4141
|
+
return localVarFp.getLicenseStatus(options).then((request) => request(axios$78, basePath));
|
|
3979
4142
|
}
|
|
3980
4143
|
};
|
|
3981
4144
|
};
|
|
@@ -4125,36 +4288,36 @@ const MotionGroupApiFp = function(configuration) {
|
|
|
4125
4288
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCurrentMotionGroupState(cell, controller, motionGroup, responseCoordinateSystem, options);
|
|
4126
4289
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4127
4290
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupApi.getCurrentMotionGroupState"]?.[localVarOperationServerIndex]?.url;
|
|
4128
|
-
return (axios$
|
|
4291
|
+
return (axios$79, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$79, localVarOperationServerBasePath || basePath);
|
|
4129
4292
|
},
|
|
4130
4293
|
async getMotionGroupDescription(cell, controller, motionGroup, options) {
|
|
4131
4294
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupDescription(cell, controller, motionGroup, options);
|
|
4132
4295
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4133
4296
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupApi.getMotionGroupDescription"]?.[localVarOperationServerIndex]?.url;
|
|
4134
|
-
return (axios$
|
|
4297
|
+
return (axios$80, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$80, localVarOperationServerBasePath || basePath);
|
|
4135
4298
|
},
|
|
4136
4299
|
async streamMotionGroupState(cell, controller, motionGroup, responseRate, responseCoordinateSystem, options) {
|
|
4137
4300
|
const localVarAxiosArgs = await localVarAxiosParamCreator.streamMotionGroupState(cell, controller, motionGroup, responseRate, responseCoordinateSystem, options);
|
|
4138
4301
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4139
4302
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupApi.streamMotionGroupState"]?.[localVarOperationServerIndex]?.url;
|
|
4140
|
-
return (axios$
|
|
4303
|
+
return (axios$81, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$81, localVarOperationServerBasePath || basePath);
|
|
4141
4304
|
}
|
|
4142
4305
|
};
|
|
4143
4306
|
};
|
|
4144
4307
|
/**
|
|
4145
4308
|
* MotionGroupApi - factory interface
|
|
4146
4309
|
*/
|
|
4147
|
-
const MotionGroupApiFactory = function(configuration, basePath, axios$
|
|
4310
|
+
const MotionGroupApiFactory = function(configuration, basePath, axios$82) {
|
|
4148
4311
|
const localVarFp = MotionGroupApiFp(configuration);
|
|
4149
4312
|
return {
|
|
4150
4313
|
getCurrentMotionGroupState(cell, controller, motionGroup, responseCoordinateSystem, options) {
|
|
4151
|
-
return localVarFp.getCurrentMotionGroupState(cell, controller, motionGroup, responseCoordinateSystem, options).then((request) => request(axios$
|
|
4314
|
+
return localVarFp.getCurrentMotionGroupState(cell, controller, motionGroup, responseCoordinateSystem, options).then((request) => request(axios$82, basePath));
|
|
4152
4315
|
},
|
|
4153
4316
|
getMotionGroupDescription(cell, controller, motionGroup, options) {
|
|
4154
|
-
return localVarFp.getMotionGroupDescription(cell, controller, motionGroup, options).then((request) => request(axios$
|
|
4317
|
+
return localVarFp.getMotionGroupDescription(cell, controller, motionGroup, options).then((request) => request(axios$82, basePath));
|
|
4155
4318
|
},
|
|
4156
4319
|
streamMotionGroupState(cell, controller, motionGroup, responseRate, responseCoordinateSystem, options) {
|
|
4157
|
-
return localVarFp.streamMotionGroupState(cell, controller, motionGroup, responseRate, responseCoordinateSystem, options).then((request) => request(axios$
|
|
4320
|
+
return localVarFp.streamMotionGroupState(cell, controller, motionGroup, responseRate, responseCoordinateSystem, options).then((request) => request(axios$82, basePath));
|
|
4158
4321
|
}
|
|
4159
4322
|
};
|
|
4160
4323
|
};
|
|
@@ -4210,7 +4373,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4210
4373
|
copyMotionGroupModel: async (motionGroupModel, copyMotionGroupModelRequest, options = {}) => {
|
|
4211
4374
|
assertParamExists("copyMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4212
4375
|
assertParamExists("copyMotionGroupModel", "copyMotionGroupModelRequest", copyMotionGroupModelRequest);
|
|
4213
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4376
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4214
4377
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4215
4378
|
let baseOptions;
|
|
4216
4379
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4238,7 +4401,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4238
4401
|
},
|
|
4239
4402
|
deleteExperimentalMotionGroupModel: async (motionGroupModel, options = {}) => {
|
|
4240
4403
|
assertParamExists("deleteExperimentalMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4241
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4404
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4242
4405
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4243
4406
|
let baseOptions;
|
|
4244
4407
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4264,7 +4427,33 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4264
4427
|
},
|
|
4265
4428
|
exportMotionGroupModel: async (motionGroupModel, options = {}) => {
|
|
4266
4429
|
assertParamExists("exportMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4267
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4430
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4431
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4432
|
+
let baseOptions;
|
|
4433
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
4434
|
+
const localVarRequestOptions = {
|
|
4435
|
+
method: "GET",
|
|
4436
|
+
...baseOptions,
|
|
4437
|
+
...options
|
|
4438
|
+
};
|
|
4439
|
+
const localVarHeaderParameter = {};
|
|
4440
|
+
const localVarQueryParameter = {};
|
|
4441
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4442
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4443
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4444
|
+
localVarRequestOptions.headers = {
|
|
4445
|
+
...localVarHeaderParameter,
|
|
4446
|
+
...headersFromBaseOptions,
|
|
4447
|
+
...options.headers
|
|
4448
|
+
};
|
|
4449
|
+
return {
|
|
4450
|
+
url: toPathString(localVarUrlObj),
|
|
4451
|
+
options: localVarRequestOptions
|
|
4452
|
+
};
|
|
4453
|
+
},
|
|
4454
|
+
getConfigurationForMotionGroup: async (motionGroupModel, options = {}) => {
|
|
4455
|
+
assertParamExists("getConfigurationForMotionGroup", "motionGroupModel", motionGroupModel);
|
|
4456
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/configuration`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4268
4457
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4269
4458
|
let baseOptions;
|
|
4270
4459
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4468,6 +4657,30 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4468
4657
|
options: localVarRequestOptions
|
|
4469
4658
|
};
|
|
4470
4659
|
},
|
|
4660
|
+
getMotionGroupModelsCatalog: async (options = {}) => {
|
|
4661
|
+
const localVarUrlObj = new URL(`/experimental/motion-group-models/catalog`, DUMMY_BASE_URL);
|
|
4662
|
+
let baseOptions;
|
|
4663
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
4664
|
+
const localVarRequestOptions = {
|
|
4665
|
+
method: "GET",
|
|
4666
|
+
...baseOptions,
|
|
4667
|
+
...options
|
|
4668
|
+
};
|
|
4669
|
+
const localVarHeaderParameter = {};
|
|
4670
|
+
const localVarQueryParameter = {};
|
|
4671
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4672
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4673
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4674
|
+
localVarRequestOptions.headers = {
|
|
4675
|
+
...localVarHeaderParameter,
|
|
4676
|
+
...headersFromBaseOptions,
|
|
4677
|
+
...options.headers
|
|
4678
|
+
};
|
|
4679
|
+
return {
|
|
4680
|
+
url: toPathString(localVarUrlObj),
|
|
4681
|
+
options: localVarRequestOptions
|
|
4682
|
+
};
|
|
4683
|
+
},
|
|
4471
4684
|
getMotionGroupUsdModel: async (motionGroupModel, options = {}) => {
|
|
4472
4685
|
assertParamExists("getMotionGroupUsdModel", "motionGroupModel", motionGroupModel);
|
|
4473
4686
|
const localVarPath = `/motion-group-models/{motion-group-model}/usd`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
@@ -4533,117 +4746,135 @@ const MotionGroupModelsApiFp = function(configuration) {
|
|
|
4533
4746
|
const localVarAxiosArgs = await localVarAxiosParamCreator.copyMotionGroupModel(motionGroupModel, copyMotionGroupModelRequest, options);
|
|
4534
4747
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4535
4748
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.copyMotionGroupModel"]?.[localVarOperationServerIndex]?.url;
|
|
4536
|
-
return (axios$
|
|
4749
|
+
return (axios$83, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$83, localVarOperationServerBasePath || basePath);
|
|
4537
4750
|
},
|
|
4538
4751
|
async deleteExperimentalMotionGroupModel(motionGroupModel, options) {
|
|
4539
4752
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteExperimentalMotionGroupModel(motionGroupModel, options);
|
|
4540
4753
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4541
4754
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.deleteExperimentalMotionGroupModel"]?.[localVarOperationServerIndex]?.url;
|
|
4542
|
-
return (axios$
|
|
4755
|
+
return (axios$84, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$84, localVarOperationServerBasePath || basePath);
|
|
4543
4756
|
},
|
|
4544
4757
|
async exportMotionGroupModel(motionGroupModel, options) {
|
|
4545
4758
|
const localVarAxiosArgs = await localVarAxiosParamCreator.exportMotionGroupModel(motionGroupModel, options);
|
|
4546
4759
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4547
4760
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.exportMotionGroupModel"]?.[localVarOperationServerIndex]?.url;
|
|
4548
|
-
return (axios$
|
|
4761
|
+
return (axios$85, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$85, localVarOperationServerBasePath || basePath);
|
|
4762
|
+
},
|
|
4763
|
+
async getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
4764
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getConfigurationForMotionGroup(motionGroupModel, options);
|
|
4765
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4766
|
+
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getConfigurationForMotionGroup"]?.[localVarOperationServerIndex]?.url;
|
|
4767
|
+
return (axios$86, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$86, localVarOperationServerBasePath || basePath);
|
|
4549
4768
|
},
|
|
4550
4769
|
async getMotionGroupCollisionModel(motionGroupModel, options) {
|
|
4551
4770
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupCollisionModel(motionGroupModel, options);
|
|
4552
4771
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4553
4772
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupCollisionModel"]?.[localVarOperationServerIndex]?.url;
|
|
4554
|
-
return (axios$
|
|
4773
|
+
return (axios$87, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$87, localVarOperationServerBasePath || basePath);
|
|
4555
4774
|
},
|
|
4556
4775
|
async getMotionGroupDynamicModel(motionGroupModel, options) {
|
|
4557
4776
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupDynamicModel(motionGroupModel, options);
|
|
4558
4777
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4559
4778
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupDynamicModel"]?.[localVarOperationServerIndex]?.url;
|
|
4560
|
-
return (axios$
|
|
4779
|
+
return (axios$88, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$88, localVarOperationServerBasePath || basePath);
|
|
4561
4780
|
},
|
|
4562
4781
|
async getMotionGroupGlbModel(motionGroupModel, options) {
|
|
4563
4782
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupGlbModel(motionGroupModel, options);
|
|
4564
4783
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4565
4784
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupGlbModel"]?.[localVarOperationServerIndex]?.url;
|
|
4566
|
-
return (axios$
|
|
4785
|
+
return (axios$89, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$89, localVarOperationServerBasePath || basePath);
|
|
4567
4786
|
},
|
|
4568
4787
|
async getMotionGroupHomejoints(motionGroupModel, options) {
|
|
4569
4788
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupHomejoints(motionGroupModel, options);
|
|
4570
4789
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4571
4790
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupHomejoints"]?.[localVarOperationServerIndex]?.url;
|
|
4572
|
-
return (axios$
|
|
4791
|
+
return (axios$90, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$90, localVarOperationServerBasePath || basePath);
|
|
4573
4792
|
},
|
|
4574
4793
|
async getMotionGroupKinematicModel(motionGroupModel, options) {
|
|
4575
4794
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupKinematicModel(motionGroupModel, options);
|
|
4576
4795
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4577
4796
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupKinematicModel"]?.[localVarOperationServerIndex]?.url;
|
|
4578
|
-
return (axios$
|
|
4797
|
+
return (axios$91, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$91, localVarOperationServerBasePath || basePath);
|
|
4579
4798
|
},
|
|
4580
4799
|
async getMotionGroupLimitModel(motionGroupModel, options) {
|
|
4581
4800
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupLimitModel(motionGroupModel, options);
|
|
4582
4801
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4583
4802
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupLimitModel"]?.[localVarOperationServerIndex]?.url;
|
|
4584
|
-
return (axios$
|
|
4803
|
+
return (axios$92, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$92, localVarOperationServerBasePath || basePath);
|
|
4585
4804
|
},
|
|
4586
4805
|
async getMotionGroupModels(options) {
|
|
4587
4806
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupModels(options);
|
|
4588
4807
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4589
4808
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModels"]?.[localVarOperationServerIndex]?.url;
|
|
4590
|
-
return (axios$
|
|
4809
|
+
return (axios$93, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$93, localVarOperationServerBasePath || basePath);
|
|
4810
|
+
},
|
|
4811
|
+
async getMotionGroupModelsCatalog(options) {
|
|
4812
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupModelsCatalog(options);
|
|
4813
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4814
|
+
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModelsCatalog"]?.[localVarOperationServerIndex]?.url;
|
|
4815
|
+
return (axios$94, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$94, localVarOperationServerBasePath || basePath);
|
|
4591
4816
|
},
|
|
4592
4817
|
async getMotionGroupUsdModel(motionGroupModel, options) {
|
|
4593
4818
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupUsdModel(motionGroupModel, options);
|
|
4594
4819
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4595
4820
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupUsdModel"]?.[localVarOperationServerIndex]?.url;
|
|
4596
|
-
return (axios$
|
|
4821
|
+
return (axios$95, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$95, localVarOperationServerBasePath || basePath);
|
|
4597
4822
|
},
|
|
4598
4823
|
async importMotionGroupModel(body, options) {
|
|
4599
4824
|
const localVarAxiosArgs = await localVarAxiosParamCreator.importMotionGroupModel(body, options);
|
|
4600
4825
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4601
4826
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.importMotionGroupModel"]?.[localVarOperationServerIndex]?.url;
|
|
4602
|
-
return (axios$
|
|
4827
|
+
return (axios$96, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$96, localVarOperationServerBasePath || basePath);
|
|
4603
4828
|
}
|
|
4604
4829
|
};
|
|
4605
4830
|
};
|
|
4606
4831
|
/**
|
|
4607
4832
|
* MotionGroupModelsApi - factory interface
|
|
4608
4833
|
*/
|
|
4609
|
-
const MotionGroupModelsApiFactory = function(configuration, basePath, axios$
|
|
4834
|
+
const MotionGroupModelsApiFactory = function(configuration, basePath, axios$97) {
|
|
4610
4835
|
const localVarFp = MotionGroupModelsApiFp(configuration);
|
|
4611
4836
|
return {
|
|
4612
4837
|
copyMotionGroupModel(motionGroupModel, copyMotionGroupModelRequest, options) {
|
|
4613
|
-
return localVarFp.copyMotionGroupModel(motionGroupModel, copyMotionGroupModelRequest, options).then((request) => request(axios$
|
|
4838
|
+
return localVarFp.copyMotionGroupModel(motionGroupModel, copyMotionGroupModelRequest, options).then((request) => request(axios$97, basePath));
|
|
4614
4839
|
},
|
|
4615
4840
|
deleteExperimentalMotionGroupModel(motionGroupModel, options) {
|
|
4616
|
-
return localVarFp.deleteExperimentalMotionGroupModel(motionGroupModel, options).then((request) => request(axios$
|
|
4841
|
+
return localVarFp.deleteExperimentalMotionGroupModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4617
4842
|
},
|
|
4618
4843
|
exportMotionGroupModel(motionGroupModel, options) {
|
|
4619
|
-
return localVarFp.exportMotionGroupModel(motionGroupModel, options).then((request) => request(axios$
|
|
4844
|
+
return localVarFp.exportMotionGroupModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4845
|
+
},
|
|
4846
|
+
getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
4847
|
+
return localVarFp.getConfigurationForMotionGroup(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4620
4848
|
},
|
|
4621
4849
|
getMotionGroupCollisionModel(motionGroupModel, options) {
|
|
4622
|
-
return localVarFp.getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(axios$
|
|
4850
|
+
return localVarFp.getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4623
4851
|
},
|
|
4624
4852
|
getMotionGroupDynamicModel(motionGroupModel, options) {
|
|
4625
|
-
return localVarFp.getMotionGroupDynamicModel(motionGroupModel, options).then((request) => request(axios$
|
|
4853
|
+
return localVarFp.getMotionGroupDynamicModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4626
4854
|
},
|
|
4627
4855
|
getMotionGroupGlbModel(motionGroupModel, options) {
|
|
4628
|
-
return localVarFp.getMotionGroupGlbModel(motionGroupModel, options).then((request) => request(axios$
|
|
4856
|
+
return localVarFp.getMotionGroupGlbModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4629
4857
|
},
|
|
4630
4858
|
getMotionGroupHomejoints(motionGroupModel, options) {
|
|
4631
|
-
return localVarFp.getMotionGroupHomejoints(motionGroupModel, options).then((request) => request(axios$
|
|
4859
|
+
return localVarFp.getMotionGroupHomejoints(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4632
4860
|
},
|
|
4633
4861
|
getMotionGroupKinematicModel(motionGroupModel, options) {
|
|
4634
|
-
return localVarFp.getMotionGroupKinematicModel(motionGroupModel, options).then((request) => request(axios$
|
|
4862
|
+
return localVarFp.getMotionGroupKinematicModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4635
4863
|
},
|
|
4636
4864
|
getMotionGroupLimitModel(motionGroupModel, options) {
|
|
4637
|
-
return localVarFp.getMotionGroupLimitModel(motionGroupModel, options).then((request) => request(axios$
|
|
4865
|
+
return localVarFp.getMotionGroupLimitModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4638
4866
|
},
|
|
4639
4867
|
getMotionGroupModels(options) {
|
|
4640
|
-
return localVarFp.getMotionGroupModels(options).then((request) => request(axios$
|
|
4868
|
+
return localVarFp.getMotionGroupModels(options).then((request) => request(axios$97, basePath));
|
|
4869
|
+
},
|
|
4870
|
+
getMotionGroupModelsCatalog(options) {
|
|
4871
|
+
return localVarFp.getMotionGroupModelsCatalog(options).then((request) => request(axios$97, basePath));
|
|
4641
4872
|
},
|
|
4642
4873
|
getMotionGroupUsdModel(motionGroupModel, options) {
|
|
4643
|
-
return localVarFp.getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(axios$
|
|
4874
|
+
return localVarFp.getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(axios$97, basePath));
|
|
4644
4875
|
},
|
|
4645
4876
|
importMotionGroupModel(body, options) {
|
|
4646
|
-
return localVarFp.importMotionGroupModel(body, options).then((request) => request(axios$
|
|
4877
|
+
return localVarFp.importMotionGroupModel(body, options).then((request) => request(axios$97, basePath));
|
|
4647
4878
|
}
|
|
4648
4879
|
};
|
|
4649
4880
|
};
|
|
@@ -4663,7 +4894,7 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4663
4894
|
return MotionGroupModelsApiFp(this.configuration).copyMotionGroupModel(motionGroupModel, copyMotionGroupModelRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4664
4895
|
}
|
|
4665
4896
|
/**
|
|
4666
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___ Deletes a custom motion group model. Only custom models
|
|
4897
|
+
* **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.
|
|
4667
4898
|
* @summary Delete Motion Group Model
|
|
4668
4899
|
* @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).
|
|
4669
4900
|
* @param {*} [options] Override http request option.
|
|
@@ -4683,6 +4914,16 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4683
4914
|
return MotionGroupModelsApiFp(this.configuration).exportMotionGroupModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
|
|
4684
4915
|
}
|
|
4685
4916
|
/**
|
|
4917
|
+
* **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.
|
|
4918
|
+
* @summary Get Configuration for Motion Group
|
|
4919
|
+
* @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).
|
|
4920
|
+
* @param {*} [options] Override http request option.
|
|
4921
|
+
* @throws {RequiredError}
|
|
4922
|
+
*/
|
|
4923
|
+
getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
4924
|
+
return MotionGroupModelsApiFp(this.configuration).getConfigurationForMotionGroup(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
|
|
4925
|
+
}
|
|
4926
|
+
/**
|
|
4686
4927
|
* **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.
|
|
4687
4928
|
* @summary Get Collision Model
|
|
4688
4929
|
* @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).
|
|
@@ -4752,6 +4993,15 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4752
4993
|
return MotionGroupModelsApiFp(this.configuration).getMotionGroupModels(options).then((request) => request(this.axios, this.basePath));
|
|
4753
4994
|
}
|
|
4754
4995
|
/**
|
|
4996
|
+
* **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.
|
|
4997
|
+
* @summary Motion Group Model Catalog
|
|
4998
|
+
* @param {*} [options] Override http request option.
|
|
4999
|
+
* @throws {RequiredError}
|
|
5000
|
+
*/
|
|
5001
|
+
getMotionGroupModelsCatalog(options) {
|
|
5002
|
+
return MotionGroupModelsApiFp(this.configuration).getMotionGroupModelsCatalog(options).then((request) => request(this.axios, this.basePath));
|
|
5003
|
+
}
|
|
5004
|
+
/**
|
|
4755
5005
|
* **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.
|
|
4756
5006
|
* @summary Download USD Model
|
|
4757
5007
|
* @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).
|
|
@@ -4829,6 +5079,30 @@ const NOVACloudApiAxiosParamCreator = function(configuration) {
|
|
|
4829
5079
|
options: localVarRequestOptions
|
|
4830
5080
|
};
|
|
4831
5081
|
},
|
|
5082
|
+
getCloudStatus: async (options = {}) => {
|
|
5083
|
+
const localVarUrlObj = new URL(`/experimental/cloud/status`, DUMMY_BASE_URL);
|
|
5084
|
+
let baseOptions;
|
|
5085
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
5086
|
+
const localVarRequestOptions = {
|
|
5087
|
+
method: "GET",
|
|
5088
|
+
...baseOptions,
|
|
5089
|
+
...options
|
|
5090
|
+
};
|
|
5091
|
+
const localVarHeaderParameter = {};
|
|
5092
|
+
const localVarQueryParameter = {};
|
|
5093
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5094
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5095
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5096
|
+
localVarRequestOptions.headers = {
|
|
5097
|
+
...localVarHeaderParameter,
|
|
5098
|
+
...headersFromBaseOptions,
|
|
5099
|
+
...options.headers
|
|
5100
|
+
};
|
|
5101
|
+
return {
|
|
5102
|
+
url: toPathString(localVarUrlObj),
|
|
5103
|
+
options: localVarRequestOptions
|
|
5104
|
+
};
|
|
5105
|
+
},
|
|
4832
5106
|
getNovaCloudConfig: async (options = {}) => {
|
|
4833
5107
|
const localVarUrlObj = new URL(`/experimental/cloud/config`, DUMMY_BASE_URL);
|
|
4834
5108
|
let baseOptions;
|
|
@@ -4865,36 +5139,45 @@ const NOVACloudApiFp = function(configuration) {
|
|
|
4865
5139
|
const localVarAxiosArgs = await localVarAxiosParamCreator.connectToNovaCloud(completionTimeout, cloudConnectionRequest, options);
|
|
4866
5140
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4867
5141
|
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.connectToNovaCloud"]?.[localVarOperationServerIndex]?.url;
|
|
4868
|
-
return (axios$
|
|
5142
|
+
return (axios$98, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$98, localVarOperationServerBasePath || basePath);
|
|
4869
5143
|
},
|
|
4870
5144
|
async disconnectFromNovaCloud(completionTimeout, options) {
|
|
4871
5145
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disconnectFromNovaCloud(completionTimeout, options);
|
|
4872
5146
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4873
5147
|
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.disconnectFromNovaCloud"]?.[localVarOperationServerIndex]?.url;
|
|
4874
|
-
return (axios$
|
|
5148
|
+
return (axios$99, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$99, localVarOperationServerBasePath || basePath);
|
|
5149
|
+
},
|
|
5150
|
+
async getCloudStatus(options) {
|
|
5151
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCloudStatus(options);
|
|
5152
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5153
|
+
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.getCloudStatus"]?.[localVarOperationServerIndex]?.url;
|
|
5154
|
+
return (axios$100, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$100, localVarOperationServerBasePath || basePath);
|
|
4875
5155
|
},
|
|
4876
5156
|
async getNovaCloudConfig(options) {
|
|
4877
5157
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getNovaCloudConfig(options);
|
|
4878
5158
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4879
5159
|
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.getNovaCloudConfig"]?.[localVarOperationServerIndex]?.url;
|
|
4880
|
-
return (axios$
|
|
5160
|
+
return (axios$101, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$101, localVarOperationServerBasePath || basePath);
|
|
4881
5161
|
}
|
|
4882
5162
|
};
|
|
4883
5163
|
};
|
|
4884
5164
|
/**
|
|
4885
5165
|
* NOVACloudApi - factory interface
|
|
4886
5166
|
*/
|
|
4887
|
-
const NOVACloudApiFactory = function(configuration, basePath, axios$
|
|
5167
|
+
const NOVACloudApiFactory = function(configuration, basePath, axios$102) {
|
|
4888
5168
|
const localVarFp = NOVACloudApiFp(configuration);
|
|
4889
5169
|
return {
|
|
4890
5170
|
connectToNovaCloud(completionTimeout, cloudConnectionRequest, options) {
|
|
4891
|
-
return localVarFp.connectToNovaCloud(completionTimeout, cloudConnectionRequest, options).then((request) => request(axios$
|
|
5171
|
+
return localVarFp.connectToNovaCloud(completionTimeout, cloudConnectionRequest, options).then((request) => request(axios$102, basePath));
|
|
4892
5172
|
},
|
|
4893
5173
|
disconnectFromNovaCloud(completionTimeout, options) {
|
|
4894
|
-
return localVarFp.disconnectFromNovaCloud(completionTimeout, options).then((request) => request(axios$
|
|
5174
|
+
return localVarFp.disconnectFromNovaCloud(completionTimeout, options).then((request) => request(axios$102, basePath));
|
|
5175
|
+
},
|
|
5176
|
+
getCloudStatus(options) {
|
|
5177
|
+
return localVarFp.getCloudStatus(options).then((request) => request(axios$102, basePath));
|
|
4895
5178
|
},
|
|
4896
5179
|
getNovaCloudConfig(options) {
|
|
4897
|
-
return localVarFp.getNovaCloudConfig(options).then((request) => request(axios$
|
|
5180
|
+
return localVarFp.getNovaCloudConfig(options).then((request) => request(axios$102, basePath));
|
|
4898
5181
|
}
|
|
4899
5182
|
};
|
|
4900
5183
|
};
|
|
@@ -4924,6 +5207,15 @@ var NOVACloudApi = class extends BaseAPI {
|
|
|
4924
5207
|
return NOVACloudApiFp(this.configuration).disconnectFromNovaCloud(completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
4925
5208
|
}
|
|
4926
5209
|
/**
|
|
5210
|
+
* **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.
|
|
5211
|
+
* @summary Get Connection Status
|
|
5212
|
+
* @param {*} [options] Override http request option.
|
|
5213
|
+
* @throws {RequiredError}
|
|
5214
|
+
*/
|
|
5215
|
+
getCloudStatus(options) {
|
|
5216
|
+
return NOVACloudApiFp(this.configuration).getCloudStatus(options).then((request) => request(this.axios, this.basePath));
|
|
5217
|
+
}
|
|
5218
|
+
/**
|
|
4927
5219
|
* **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: danger --> > **Experimental** Get the current NOVA Cloud connection config for this instance.
|
|
4928
5220
|
* @summary Get Connection Config
|
|
4929
5221
|
* @param {*} [options] Override http request option.
|
|
@@ -5060,45 +5352,45 @@ const ProgramApiFp = function(configuration) {
|
|
|
5060
5352
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getProgram(cell, program, options);
|
|
5061
5353
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5062
5354
|
const localVarOperationServerBasePath = operationServerMap["ProgramApi.getProgram"]?.[localVarOperationServerIndex]?.url;
|
|
5063
|
-
return (axios$
|
|
5355
|
+
return (axios$103, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$103, localVarOperationServerBasePath || basePath);
|
|
5064
5356
|
},
|
|
5065
5357
|
async listPrograms(cell, options) {
|
|
5066
5358
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listPrograms(cell, options);
|
|
5067
5359
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5068
5360
|
const localVarOperationServerBasePath = operationServerMap["ProgramApi.listPrograms"]?.[localVarOperationServerIndex]?.url;
|
|
5069
|
-
return (axios$
|
|
5361
|
+
return (axios$104, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$104, localVarOperationServerBasePath || basePath);
|
|
5070
5362
|
},
|
|
5071
5363
|
async startProgram(cell, program, programStartRequest, options) {
|
|
5072
5364
|
const localVarAxiosArgs = await localVarAxiosParamCreator.startProgram(cell, program, programStartRequest, options);
|
|
5073
5365
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5074
5366
|
const localVarOperationServerBasePath = operationServerMap["ProgramApi.startProgram"]?.[localVarOperationServerIndex]?.url;
|
|
5075
|
-
return (axios$
|
|
5367
|
+
return (axios$105, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$105, localVarOperationServerBasePath || basePath);
|
|
5076
5368
|
},
|
|
5077
5369
|
async stopProgram(cell, program, options) {
|
|
5078
5370
|
const localVarAxiosArgs = await localVarAxiosParamCreator.stopProgram(cell, program, options);
|
|
5079
5371
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5080
5372
|
const localVarOperationServerBasePath = operationServerMap["ProgramApi.stopProgram"]?.[localVarOperationServerIndex]?.url;
|
|
5081
|
-
return (axios$
|
|
5373
|
+
return (axios$106, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$106, localVarOperationServerBasePath || basePath);
|
|
5082
5374
|
}
|
|
5083
5375
|
};
|
|
5084
5376
|
};
|
|
5085
5377
|
/**
|
|
5086
5378
|
* ProgramApi - factory interface
|
|
5087
5379
|
*/
|
|
5088
|
-
const ProgramApiFactory = function(configuration, basePath, axios$
|
|
5380
|
+
const ProgramApiFactory = function(configuration, basePath, axios$107) {
|
|
5089
5381
|
const localVarFp = ProgramApiFp(configuration);
|
|
5090
5382
|
return {
|
|
5091
5383
|
getProgram(cell, program, options) {
|
|
5092
|
-
return localVarFp.getProgram(cell, program, options).then((request) => request(axios$
|
|
5384
|
+
return localVarFp.getProgram(cell, program, options).then((request) => request(axios$107, basePath));
|
|
5093
5385
|
},
|
|
5094
5386
|
listPrograms(cell, options) {
|
|
5095
|
-
return localVarFp.listPrograms(cell, options).then((request) => request(axios$
|
|
5387
|
+
return localVarFp.listPrograms(cell, options).then((request) => request(axios$107, basePath));
|
|
5096
5388
|
},
|
|
5097
5389
|
startProgram(cell, program, programStartRequest, options) {
|
|
5098
|
-
return localVarFp.startProgram(cell, program, programStartRequest, options).then((request) => request(axios$
|
|
5390
|
+
return localVarFp.startProgram(cell, program, programStartRequest, options).then((request) => request(axios$107, basePath));
|
|
5099
5391
|
},
|
|
5100
5392
|
stopProgram(cell, program, options) {
|
|
5101
|
-
return localVarFp.stopProgram(cell, program, options).then((request) => request(axios$
|
|
5393
|
+
return localVarFp.stopProgram(cell, program, options).then((request) => request(axios$107, basePath));
|
|
5102
5394
|
}
|
|
5103
5395
|
};
|
|
5104
5396
|
};
|
|
@@ -5219,27 +5511,27 @@ const RobotConfigurationsApiFp = function(configuration) {
|
|
|
5219
5511
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getControllerConfigFromArpScan(robotControllerConfigurationRequest, options);
|
|
5220
5512
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5221
5513
|
const localVarOperationServerBasePath = operationServerMap["RobotConfigurationsApi.getControllerConfigFromArpScan"]?.[localVarOperationServerIndex]?.url;
|
|
5222
|
-
return (axios$
|
|
5514
|
+
return (axios$108, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$108, localVarOperationServerBasePath || basePath);
|
|
5223
5515
|
},
|
|
5224
5516
|
async getRobotConfigurations(options) {
|
|
5225
5517
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRobotConfigurations(options);
|
|
5226
5518
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5227
5519
|
const localVarOperationServerBasePath = operationServerMap["RobotConfigurationsApi.getRobotConfigurations"]?.[localVarOperationServerIndex]?.url;
|
|
5228
|
-
return (axios$
|
|
5520
|
+
return (axios$109, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$109, localVarOperationServerBasePath || basePath);
|
|
5229
5521
|
}
|
|
5230
5522
|
};
|
|
5231
5523
|
};
|
|
5232
5524
|
/**
|
|
5233
5525
|
* RobotConfigurationsApi - factory interface
|
|
5234
5526
|
*/
|
|
5235
|
-
const RobotConfigurationsApiFactory = function(configuration, basePath, axios$
|
|
5527
|
+
const RobotConfigurationsApiFactory = function(configuration, basePath, axios$110) {
|
|
5236
5528
|
const localVarFp = RobotConfigurationsApiFp(configuration);
|
|
5237
5529
|
return {
|
|
5238
5530
|
getControllerConfigFromArpScan(robotControllerConfigurationRequest, options) {
|
|
5239
|
-
return localVarFp.getControllerConfigFromArpScan(robotControllerConfigurationRequest, options).then((request) => request(axios$
|
|
5531
|
+
return localVarFp.getControllerConfigFromArpScan(robotControllerConfigurationRequest, options).then((request) => request(axios$110, basePath));
|
|
5240
5532
|
},
|
|
5241
5533
|
getRobotConfigurations(options) {
|
|
5242
|
-
return localVarFp.getRobotConfigurations(options).then((request) => request(axios$
|
|
5534
|
+
return localVarFp.getRobotConfigurations(options).then((request) => request(axios$110, basePath));
|
|
5243
5535
|
}
|
|
5244
5536
|
};
|
|
5245
5537
|
};
|
|
@@ -5305,16 +5597,16 @@ const SessionApiFp = function(configuration) {
|
|
|
5305
5597
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getSession(options);
|
|
5306
5598
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5307
5599
|
const localVarOperationServerBasePath = operationServerMap["SessionApi.getSession"]?.[localVarOperationServerIndex]?.url;
|
|
5308
|
-
return (axios$
|
|
5600
|
+
return (axios$111, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$111, localVarOperationServerBasePath || basePath);
|
|
5309
5601
|
} };
|
|
5310
5602
|
};
|
|
5311
5603
|
/**
|
|
5312
5604
|
* SessionApi - factory interface
|
|
5313
5605
|
*/
|
|
5314
|
-
const SessionApiFactory = function(configuration, basePath, axios$
|
|
5606
|
+
const SessionApiFactory = function(configuration, basePath, axios$112) {
|
|
5315
5607
|
const localVarFp = SessionApiFp(configuration);
|
|
5316
5608
|
return { getSession(options) {
|
|
5317
|
-
return localVarFp.getSession(options).then((request) => request(axios$
|
|
5609
|
+
return localVarFp.getSession(options).then((request) => request(axios$112, basePath));
|
|
5318
5610
|
} };
|
|
5319
5611
|
};
|
|
5320
5612
|
/**
|
|
@@ -5756,144 +6048,144 @@ const StoreCollisionComponentsApiFp = function(configuration) {
|
|
|
5756
6048
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteStoredCollider(cell, collider, options);
|
|
5757
6049
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5758
6050
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.deleteStoredCollider"]?.[localVarOperationServerIndex]?.url;
|
|
5759
|
-
return (axios$
|
|
6051
|
+
return (axios$113, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$113, localVarOperationServerBasePath || basePath);
|
|
5760
6052
|
},
|
|
5761
6053
|
async deleteStoredCollisionLinkChain(cell, linkChain, options) {
|
|
5762
6054
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteStoredCollisionLinkChain(cell, linkChain, options);
|
|
5763
6055
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5764
6056
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.deleteStoredCollisionLinkChain"]?.[localVarOperationServerIndex]?.url;
|
|
5765
|
-
return (axios$
|
|
6057
|
+
return (axios$114, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$114, localVarOperationServerBasePath || basePath);
|
|
5766
6058
|
},
|
|
5767
6059
|
async deleteStoredCollisionTool(cell, tool, options) {
|
|
5768
6060
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteStoredCollisionTool(cell, tool, options);
|
|
5769
6061
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5770
6062
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.deleteStoredCollisionTool"]?.[localVarOperationServerIndex]?.url;
|
|
5771
|
-
return (axios$
|
|
6063
|
+
return (axios$115, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$115, localVarOperationServerBasePath || basePath);
|
|
5772
6064
|
},
|
|
5773
6065
|
async getStoredCollider(cell, collider, options) {
|
|
5774
6066
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getStoredCollider(cell, collider, options);
|
|
5775
6067
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5776
6068
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.getStoredCollider"]?.[localVarOperationServerIndex]?.url;
|
|
5777
|
-
return (axios$
|
|
6069
|
+
return (axios$116, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$116, localVarOperationServerBasePath || basePath);
|
|
5778
6070
|
},
|
|
5779
6071
|
async getStoredCollisionLinkChain(cell, linkChain, options) {
|
|
5780
6072
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getStoredCollisionLinkChain(cell, linkChain, options);
|
|
5781
6073
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5782
6074
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.getStoredCollisionLinkChain"]?.[localVarOperationServerIndex]?.url;
|
|
5783
|
-
return (axios$
|
|
6075
|
+
return (axios$117, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$117, localVarOperationServerBasePath || basePath);
|
|
5784
6076
|
},
|
|
5785
6077
|
async getStoredCollisionTool(cell, tool, options) {
|
|
5786
6078
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getStoredCollisionTool(cell, tool, options);
|
|
5787
6079
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5788
6080
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.getStoredCollisionTool"]?.[localVarOperationServerIndex]?.url;
|
|
5789
|
-
return (axios$
|
|
6081
|
+
return (axios$118, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$118, localVarOperationServerBasePath || basePath);
|
|
5790
6082
|
},
|
|
5791
6083
|
async listCollisionLinkChains(cell, options) {
|
|
5792
6084
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listCollisionLinkChains(cell, options);
|
|
5793
6085
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5794
6086
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.listCollisionLinkChains"]?.[localVarOperationServerIndex]?.url;
|
|
5795
|
-
return (axios$
|
|
6087
|
+
return (axios$119, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$119, localVarOperationServerBasePath || basePath);
|
|
5796
6088
|
},
|
|
5797
6089
|
async listCollisionLinkChainsKeys(cell, options) {
|
|
5798
6090
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listCollisionLinkChainsKeys(cell, options);
|
|
5799
6091
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5800
6092
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.listCollisionLinkChainsKeys"]?.[localVarOperationServerIndex]?.url;
|
|
5801
|
-
return (axios$
|
|
6093
|
+
return (axios$120, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$120, localVarOperationServerBasePath || basePath);
|
|
5802
6094
|
},
|
|
5803
6095
|
async listStoredColliders(cell, options) {
|
|
5804
6096
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listStoredColliders(cell, options);
|
|
5805
6097
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5806
6098
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.listStoredColliders"]?.[localVarOperationServerIndex]?.url;
|
|
5807
|
-
return (axios$
|
|
6099
|
+
return (axios$121, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$121, localVarOperationServerBasePath || basePath);
|
|
5808
6100
|
},
|
|
5809
6101
|
async listStoredCollidersKeys(cell, options) {
|
|
5810
6102
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listStoredCollidersKeys(cell, options);
|
|
5811
6103
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5812
6104
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.listStoredCollidersKeys"]?.[localVarOperationServerIndex]?.url;
|
|
5813
|
-
return (axios$
|
|
6105
|
+
return (axios$122, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$122, localVarOperationServerBasePath || basePath);
|
|
5814
6106
|
},
|
|
5815
6107
|
async listStoredCollisionTools(cell, options) {
|
|
5816
6108
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listStoredCollisionTools(cell, options);
|
|
5817
6109
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5818
6110
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.listStoredCollisionTools"]?.[localVarOperationServerIndex]?.url;
|
|
5819
|
-
return (axios$
|
|
6111
|
+
return (axios$123, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$123, localVarOperationServerBasePath || basePath);
|
|
5820
6112
|
},
|
|
5821
6113
|
async listStoredCollisionToolsKeys(cell, options) {
|
|
5822
6114
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listStoredCollisionToolsKeys(cell, options);
|
|
5823
6115
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5824
6116
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.listStoredCollisionToolsKeys"]?.[localVarOperationServerIndex]?.url;
|
|
5825
|
-
return (axios$
|
|
6117
|
+
return (axios$124, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$124, localVarOperationServerBasePath || basePath);
|
|
5826
6118
|
},
|
|
5827
6119
|
async storeCollider(cell, collider, collider2, options) {
|
|
5828
6120
|
const localVarAxiosArgs = await localVarAxiosParamCreator.storeCollider(cell, collider, collider2, options);
|
|
5829
6121
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5830
6122
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.storeCollider"]?.[localVarOperationServerIndex]?.url;
|
|
5831
|
-
return (axios$
|
|
6123
|
+
return (axios$125, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$125, localVarOperationServerBasePath || basePath);
|
|
5832
6124
|
},
|
|
5833
6125
|
async storeCollisionLinkChain(cell, linkChain, collider, options) {
|
|
5834
6126
|
const localVarAxiosArgs = await localVarAxiosParamCreator.storeCollisionLinkChain(cell, linkChain, collider, options);
|
|
5835
6127
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5836
6128
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.storeCollisionLinkChain"]?.[localVarOperationServerIndex]?.url;
|
|
5837
|
-
return (axios$
|
|
6129
|
+
return (axios$126, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$126, localVarOperationServerBasePath || basePath);
|
|
5838
6130
|
},
|
|
5839
6131
|
async storeCollisionTool(cell, tool, requestBody, options) {
|
|
5840
6132
|
const localVarAxiosArgs = await localVarAxiosParamCreator.storeCollisionTool(cell, tool, requestBody, options);
|
|
5841
6133
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5842
6134
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionComponentsApi.storeCollisionTool"]?.[localVarOperationServerIndex]?.url;
|
|
5843
|
-
return (axios$
|
|
6135
|
+
return (axios$127, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$127, localVarOperationServerBasePath || basePath);
|
|
5844
6136
|
}
|
|
5845
6137
|
};
|
|
5846
6138
|
};
|
|
5847
6139
|
/**
|
|
5848
6140
|
* StoreCollisionComponentsApi - factory interface
|
|
5849
6141
|
*/
|
|
5850
|
-
const StoreCollisionComponentsApiFactory = function(configuration, basePath, axios$
|
|
6142
|
+
const StoreCollisionComponentsApiFactory = function(configuration, basePath, axios$128) {
|
|
5851
6143
|
const localVarFp = StoreCollisionComponentsApiFp(configuration);
|
|
5852
6144
|
return {
|
|
5853
6145
|
deleteStoredCollider(cell, collider, options) {
|
|
5854
|
-
return localVarFp.deleteStoredCollider(cell, collider, options).then((request) => request(axios$
|
|
6146
|
+
return localVarFp.deleteStoredCollider(cell, collider, options).then((request) => request(axios$128, basePath));
|
|
5855
6147
|
},
|
|
5856
6148
|
deleteStoredCollisionLinkChain(cell, linkChain, options) {
|
|
5857
|
-
return localVarFp.deleteStoredCollisionLinkChain(cell, linkChain, options).then((request) => request(axios$
|
|
6149
|
+
return localVarFp.deleteStoredCollisionLinkChain(cell, linkChain, options).then((request) => request(axios$128, basePath));
|
|
5858
6150
|
},
|
|
5859
6151
|
deleteStoredCollisionTool(cell, tool, options) {
|
|
5860
|
-
return localVarFp.deleteStoredCollisionTool(cell, tool, options).then((request) => request(axios$
|
|
6152
|
+
return localVarFp.deleteStoredCollisionTool(cell, tool, options).then((request) => request(axios$128, basePath));
|
|
5861
6153
|
},
|
|
5862
6154
|
getStoredCollider(cell, collider, options) {
|
|
5863
|
-
return localVarFp.getStoredCollider(cell, collider, options).then((request) => request(axios$
|
|
6155
|
+
return localVarFp.getStoredCollider(cell, collider, options).then((request) => request(axios$128, basePath));
|
|
5864
6156
|
},
|
|
5865
6157
|
getStoredCollisionLinkChain(cell, linkChain, options) {
|
|
5866
|
-
return localVarFp.getStoredCollisionLinkChain(cell, linkChain, options).then((request) => request(axios$
|
|
6158
|
+
return localVarFp.getStoredCollisionLinkChain(cell, linkChain, options).then((request) => request(axios$128, basePath));
|
|
5867
6159
|
},
|
|
5868
6160
|
getStoredCollisionTool(cell, tool, options) {
|
|
5869
|
-
return localVarFp.getStoredCollisionTool(cell, tool, options).then((request) => request(axios$
|
|
6161
|
+
return localVarFp.getStoredCollisionTool(cell, tool, options).then((request) => request(axios$128, basePath));
|
|
5870
6162
|
},
|
|
5871
6163
|
listCollisionLinkChains(cell, options) {
|
|
5872
|
-
return localVarFp.listCollisionLinkChains(cell, options).then((request) => request(axios$
|
|
6164
|
+
return localVarFp.listCollisionLinkChains(cell, options).then((request) => request(axios$128, basePath));
|
|
5873
6165
|
},
|
|
5874
6166
|
listCollisionLinkChainsKeys(cell, options) {
|
|
5875
|
-
return localVarFp.listCollisionLinkChainsKeys(cell, options).then((request) => request(axios$
|
|
6167
|
+
return localVarFp.listCollisionLinkChainsKeys(cell, options).then((request) => request(axios$128, basePath));
|
|
5876
6168
|
},
|
|
5877
6169
|
listStoredColliders(cell, options) {
|
|
5878
|
-
return localVarFp.listStoredColliders(cell, options).then((request) => request(axios$
|
|
6170
|
+
return localVarFp.listStoredColliders(cell, options).then((request) => request(axios$128, basePath));
|
|
5879
6171
|
},
|
|
5880
6172
|
listStoredCollidersKeys(cell, options) {
|
|
5881
|
-
return localVarFp.listStoredCollidersKeys(cell, options).then((request) => request(axios$
|
|
6173
|
+
return localVarFp.listStoredCollidersKeys(cell, options).then((request) => request(axios$128, basePath));
|
|
5882
6174
|
},
|
|
5883
6175
|
listStoredCollisionTools(cell, options) {
|
|
5884
|
-
return localVarFp.listStoredCollisionTools(cell, options).then((request) => request(axios$
|
|
6176
|
+
return localVarFp.listStoredCollisionTools(cell, options).then((request) => request(axios$128, basePath));
|
|
5885
6177
|
},
|
|
5886
6178
|
listStoredCollisionToolsKeys(cell, options) {
|
|
5887
|
-
return localVarFp.listStoredCollisionToolsKeys(cell, options).then((request) => request(axios$
|
|
6179
|
+
return localVarFp.listStoredCollisionToolsKeys(cell, options).then((request) => request(axios$128, basePath));
|
|
5888
6180
|
},
|
|
5889
6181
|
storeCollider(cell, collider, collider2, options) {
|
|
5890
|
-
return localVarFp.storeCollider(cell, collider, collider2, options).then((request) => request(axios$
|
|
6182
|
+
return localVarFp.storeCollider(cell, collider, collider2, options).then((request) => request(axios$128, basePath));
|
|
5891
6183
|
},
|
|
5892
6184
|
storeCollisionLinkChain(cell, linkChain, collider, options) {
|
|
5893
|
-
return localVarFp.storeCollisionLinkChain(cell, linkChain, collider, options).then((request) => request(axios$
|
|
6185
|
+
return localVarFp.storeCollisionLinkChain(cell, linkChain, collider, options).then((request) => request(axios$128, basePath));
|
|
5894
6186
|
},
|
|
5895
6187
|
storeCollisionTool(cell, tool, requestBody, options) {
|
|
5896
|
-
return localVarFp.storeCollisionTool(cell, tool, requestBody, options).then((request) => request(axios$
|
|
6188
|
+
return localVarFp.storeCollisionTool(cell, tool, requestBody, options).then((request) => request(axios$128, basePath));
|
|
5897
6189
|
}
|
|
5898
6190
|
};
|
|
5899
6191
|
};
|
|
@@ -6217,54 +6509,54 @@ const StoreCollisionSetupsApiFp = function(configuration) {
|
|
|
6217
6509
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteStoredCollisionSetup(cell, setup, options);
|
|
6218
6510
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6219
6511
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionSetupsApi.deleteStoredCollisionSetup"]?.[localVarOperationServerIndex]?.url;
|
|
6220
|
-
return (axios$
|
|
6512
|
+
return (axios$129, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$129, localVarOperationServerBasePath || basePath);
|
|
6221
6513
|
},
|
|
6222
6514
|
async getStoredCollisionSetup(cell, setup, options) {
|
|
6223
6515
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getStoredCollisionSetup(cell, setup, options);
|
|
6224
6516
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6225
6517
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionSetupsApi.getStoredCollisionSetup"]?.[localVarOperationServerIndex]?.url;
|
|
6226
|
-
return (axios$
|
|
6518
|
+
return (axios$130, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$130, localVarOperationServerBasePath || basePath);
|
|
6227
6519
|
},
|
|
6228
6520
|
async listStoredCollisionSetups(cell, options) {
|
|
6229
6521
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listStoredCollisionSetups(cell, options);
|
|
6230
6522
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6231
6523
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionSetupsApi.listStoredCollisionSetups"]?.[localVarOperationServerIndex]?.url;
|
|
6232
|
-
return (axios$
|
|
6524
|
+
return (axios$131, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$131, localVarOperationServerBasePath || basePath);
|
|
6233
6525
|
},
|
|
6234
6526
|
async listStoredCollisionSetupsKeys(cell, options) {
|
|
6235
6527
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listStoredCollisionSetupsKeys(cell, options);
|
|
6236
6528
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6237
6529
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionSetupsApi.listStoredCollisionSetupsKeys"]?.[localVarOperationServerIndex]?.url;
|
|
6238
|
-
return (axios$
|
|
6530
|
+
return (axios$132, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$132, localVarOperationServerBasePath || basePath);
|
|
6239
6531
|
},
|
|
6240
6532
|
async storeCollisionSetup(cell, setup, collisionSetup, options) {
|
|
6241
6533
|
const localVarAxiosArgs = await localVarAxiosParamCreator.storeCollisionSetup(cell, setup, collisionSetup, options);
|
|
6242
6534
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6243
6535
|
const localVarOperationServerBasePath = operationServerMap["StoreCollisionSetupsApi.storeCollisionSetup"]?.[localVarOperationServerIndex]?.url;
|
|
6244
|
-
return (axios$
|
|
6536
|
+
return (axios$133, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$133, localVarOperationServerBasePath || basePath);
|
|
6245
6537
|
}
|
|
6246
6538
|
};
|
|
6247
6539
|
};
|
|
6248
6540
|
/**
|
|
6249
6541
|
* StoreCollisionSetupsApi - factory interface
|
|
6250
6542
|
*/
|
|
6251
|
-
const StoreCollisionSetupsApiFactory = function(configuration, basePath, axios$
|
|
6543
|
+
const StoreCollisionSetupsApiFactory = function(configuration, basePath, axios$134) {
|
|
6252
6544
|
const localVarFp = StoreCollisionSetupsApiFp(configuration);
|
|
6253
6545
|
return {
|
|
6254
6546
|
deleteStoredCollisionSetup(cell, setup, options) {
|
|
6255
|
-
return localVarFp.deleteStoredCollisionSetup(cell, setup, options).then((request) => request(axios$
|
|
6547
|
+
return localVarFp.deleteStoredCollisionSetup(cell, setup, options).then((request) => request(axios$134, basePath));
|
|
6256
6548
|
},
|
|
6257
6549
|
getStoredCollisionSetup(cell, setup, options) {
|
|
6258
|
-
return localVarFp.getStoredCollisionSetup(cell, setup, options).then((request) => request(axios$
|
|
6550
|
+
return localVarFp.getStoredCollisionSetup(cell, setup, options).then((request) => request(axios$134, basePath));
|
|
6259
6551
|
},
|
|
6260
6552
|
listStoredCollisionSetups(cell, options) {
|
|
6261
|
-
return localVarFp.listStoredCollisionSetups(cell, options).then((request) => request(axios$
|
|
6553
|
+
return localVarFp.listStoredCollisionSetups(cell, options).then((request) => request(axios$134, basePath));
|
|
6262
6554
|
},
|
|
6263
6555
|
listStoredCollisionSetupsKeys(cell, options) {
|
|
6264
|
-
return localVarFp.listStoredCollisionSetupsKeys(cell, options).then((request) => request(axios$
|
|
6556
|
+
return localVarFp.listStoredCollisionSetupsKeys(cell, options).then((request) => request(axios$134, basePath));
|
|
6265
6557
|
},
|
|
6266
6558
|
storeCollisionSetup(cell, setup, collisionSetup, options) {
|
|
6267
|
-
return localVarFp.storeCollisionSetup(cell, setup, collisionSetup, options).then((request) => request(axios$
|
|
6559
|
+
return localVarFp.storeCollisionSetup(cell, setup, collisionSetup, options).then((request) => request(axios$134, basePath));
|
|
6268
6560
|
}
|
|
6269
6561
|
};
|
|
6270
6562
|
};
|
|
@@ -6509,63 +6801,63 @@ const StoreObjectApiFp = function(configuration) {
|
|
|
6509
6801
|
const localVarAxiosArgs = await localVarAxiosParamCreator.clearAllObjects(cell, options);
|
|
6510
6802
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6511
6803
|
const localVarOperationServerBasePath = operationServerMap["StoreObjectApi.clearAllObjects"]?.[localVarOperationServerIndex]?.url;
|
|
6512
|
-
return (axios$
|
|
6804
|
+
return (axios$135, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$135, localVarOperationServerBasePath || basePath);
|
|
6513
6805
|
},
|
|
6514
6806
|
async deleteObject(cell, key, options) {
|
|
6515
6807
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteObject(cell, key, options);
|
|
6516
6808
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6517
6809
|
const localVarOperationServerBasePath = operationServerMap["StoreObjectApi.deleteObject"]?.[localVarOperationServerIndex]?.url;
|
|
6518
|
-
return (axios$
|
|
6810
|
+
return (axios$136, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$136, localVarOperationServerBasePath || basePath);
|
|
6519
6811
|
},
|
|
6520
6812
|
async getObject(cell, key, options) {
|
|
6521
6813
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getObject(cell, key, options);
|
|
6522
6814
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6523
6815
|
const localVarOperationServerBasePath = operationServerMap["StoreObjectApi.getObject"]?.[localVarOperationServerIndex]?.url;
|
|
6524
|
-
return (axios$
|
|
6816
|
+
return (axios$137, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$137, localVarOperationServerBasePath || basePath);
|
|
6525
6817
|
},
|
|
6526
6818
|
async getObjectMetadata(cell, key, options) {
|
|
6527
6819
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectMetadata(cell, key, options);
|
|
6528
6820
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6529
6821
|
const localVarOperationServerBasePath = operationServerMap["StoreObjectApi.getObjectMetadata"]?.[localVarOperationServerIndex]?.url;
|
|
6530
|
-
return (axios$
|
|
6822
|
+
return (axios$138, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$138, localVarOperationServerBasePath || basePath);
|
|
6531
6823
|
},
|
|
6532
6824
|
async listAllObjectKeys(cell, options) {
|
|
6533
6825
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listAllObjectKeys(cell, options);
|
|
6534
6826
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6535
6827
|
const localVarOperationServerBasePath = operationServerMap["StoreObjectApi.listAllObjectKeys"]?.[localVarOperationServerIndex]?.url;
|
|
6536
|
-
return (axios$
|
|
6828
|
+
return (axios$139, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$139, localVarOperationServerBasePath || basePath);
|
|
6537
6829
|
},
|
|
6538
6830
|
async storeObject(cell, key, xMetadata, anyValue, options) {
|
|
6539
6831
|
const localVarAxiosArgs = await localVarAxiosParamCreator.storeObject(cell, key, xMetadata, anyValue, options);
|
|
6540
6832
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6541
6833
|
const localVarOperationServerBasePath = operationServerMap["StoreObjectApi.storeObject"]?.[localVarOperationServerIndex]?.url;
|
|
6542
|
-
return (axios$
|
|
6834
|
+
return (axios$140, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$140, localVarOperationServerBasePath || basePath);
|
|
6543
6835
|
}
|
|
6544
6836
|
};
|
|
6545
6837
|
};
|
|
6546
6838
|
/**
|
|
6547
6839
|
* StoreObjectApi - factory interface
|
|
6548
6840
|
*/
|
|
6549
|
-
const StoreObjectApiFactory = function(configuration, basePath, axios$
|
|
6841
|
+
const StoreObjectApiFactory = function(configuration, basePath, axios$141) {
|
|
6550
6842
|
const localVarFp = StoreObjectApiFp(configuration);
|
|
6551
6843
|
return {
|
|
6552
6844
|
clearAllObjects(cell, options) {
|
|
6553
|
-
return localVarFp.clearAllObjects(cell, options).then((request) => request(axios$
|
|
6845
|
+
return localVarFp.clearAllObjects(cell, options).then((request) => request(axios$141, basePath));
|
|
6554
6846
|
},
|
|
6555
6847
|
deleteObject(cell, key, options) {
|
|
6556
|
-
return localVarFp.deleteObject(cell, key, options).then((request) => request(axios$
|
|
6848
|
+
return localVarFp.deleteObject(cell, key, options).then((request) => request(axios$141, basePath));
|
|
6557
6849
|
},
|
|
6558
6850
|
getObject(cell, key, options) {
|
|
6559
|
-
return localVarFp.getObject(cell, key, options).then((request) => request(axios$
|
|
6851
|
+
return localVarFp.getObject(cell, key, options).then((request) => request(axios$141, basePath));
|
|
6560
6852
|
},
|
|
6561
6853
|
getObjectMetadata(cell, key, options) {
|
|
6562
|
-
return localVarFp.getObjectMetadata(cell, key, options).then((request) => request(axios$
|
|
6854
|
+
return localVarFp.getObjectMetadata(cell, key, options).then((request) => request(axios$141, basePath));
|
|
6563
6855
|
},
|
|
6564
6856
|
listAllObjectKeys(cell, options) {
|
|
6565
|
-
return localVarFp.listAllObjectKeys(cell, options).then((request) => request(axios$
|
|
6857
|
+
return localVarFp.listAllObjectKeys(cell, options).then((request) => request(axios$141, basePath));
|
|
6566
6858
|
},
|
|
6567
6859
|
storeObject(cell, key, xMetadata, anyValue, options) {
|
|
6568
|
-
return localVarFp.storeObject(cell, key, xMetadata, anyValue, options).then((request) => request(axios$
|
|
6860
|
+
return localVarFp.storeObject(cell, key, xMetadata, anyValue, options).then((request) => request(axios$141, basePath));
|
|
6569
6861
|
}
|
|
6570
6862
|
};
|
|
6571
6863
|
};
|
|
@@ -6698,7 +6990,9 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
6698
6990
|
};
|
|
6699
6991
|
},
|
|
6700
6992
|
getArpScan: async (_interface, cidr, timeout, options = {}) => {
|
|
6701
|
-
|
|
6993
|
+
assertParamExists("getArpScan", "_interface", _interface);
|
|
6994
|
+
assertParamExists("getArpScan", "cidr", cidr);
|
|
6995
|
+
const localVarUrlObj = new URL(`/system/network/arp-scan`, DUMMY_BASE_URL);
|
|
6702
6996
|
let baseOptions;
|
|
6703
6997
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
6704
6998
|
const localVarRequestOptions = {
|
|
@@ -6775,7 +7069,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
6775
7069
|
};
|
|
6776
7070
|
},
|
|
6777
7071
|
getNetworkInterfaces: async (options = {}) => {
|
|
6778
|
-
const localVarUrlObj = new URL(`/
|
|
7072
|
+
const localVarUrlObj = new URL(`/system/network/interfaces`, DUMMY_BASE_URL);
|
|
6779
7073
|
let baseOptions;
|
|
6780
7074
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
6781
7075
|
const localVarRequestOptions = {
|
|
@@ -6961,117 +7255,117 @@ const SystemApiFp = function(configuration) {
|
|
|
6961
7255
|
const localVarAxiosArgs = await localVarAxiosParamCreator.backupConfiguration(resources, metadata, options);
|
|
6962
7256
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6963
7257
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.backupConfiguration"]?.[localVarOperationServerIndex]?.url;
|
|
6964
|
-
return (axios$
|
|
7258
|
+
return (axios$142, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$142, localVarOperationServerBasePath || basePath);
|
|
6965
7259
|
},
|
|
6966
7260
|
async checkNovaVersionUpdate(channel, options) {
|
|
6967
7261
|
const localVarAxiosArgs = await localVarAxiosParamCreator.checkNovaVersionUpdate(channel, options);
|
|
6968
7262
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6969
7263
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.checkNovaVersionUpdate"]?.[localVarOperationServerIndex]?.url;
|
|
6970
|
-
return (axios$
|
|
7264
|
+
return (axios$143, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$143, localVarOperationServerBasePath || basePath);
|
|
6971
7265
|
},
|
|
6972
7266
|
async getArpScan(_interface, cidr, timeout, options) {
|
|
6973
7267
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getArpScan(_interface, cidr, timeout, options);
|
|
6974
7268
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6975
7269
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.getArpScan"]?.[localVarOperationServerIndex]?.url;
|
|
6976
|
-
return (axios$
|
|
7270
|
+
return (axios$144, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$144, localVarOperationServerBasePath || basePath);
|
|
6977
7271
|
},
|
|
6978
7272
|
async getConfigurationBackupStatus(operationId, options) {
|
|
6979
7273
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getConfigurationBackupStatus(operationId, options);
|
|
6980
7274
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6981
7275
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.getConfigurationBackupStatus"]?.[localVarOperationServerIndex]?.url;
|
|
6982
|
-
return (axios$
|
|
7276
|
+
return (axios$145, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$145, localVarOperationServerBasePath || basePath);
|
|
6983
7277
|
},
|
|
6984
7278
|
async getDiagnosePackage(options) {
|
|
6985
7279
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosePackage(options);
|
|
6986
7280
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6987
7281
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.getDiagnosePackage"]?.[localVarOperationServerIndex]?.url;
|
|
6988
|
-
return (axios$
|
|
7282
|
+
return (axios$146, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$146, localVarOperationServerBasePath || basePath);
|
|
6989
7283
|
},
|
|
6990
7284
|
async getNetworkInterfaces(options) {
|
|
6991
7285
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getNetworkInterfaces(options);
|
|
6992
7286
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6993
7287
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.getNetworkInterfaces"]?.[localVarOperationServerIndex]?.url;
|
|
6994
|
-
return (axios$
|
|
7288
|
+
return (axios$147, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$147, localVarOperationServerBasePath || basePath);
|
|
6995
7289
|
},
|
|
6996
7290
|
async getNetworkState(options) {
|
|
6997
7291
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getNetworkState(options);
|
|
6998
7292
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6999
7293
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.getNetworkState"]?.[localVarOperationServerIndex]?.url;
|
|
7000
|
-
return (axios$
|
|
7294
|
+
return (axios$148, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$148, localVarOperationServerBasePath || basePath);
|
|
7001
7295
|
},
|
|
7002
7296
|
async getSystemStatus(options) {
|
|
7003
7297
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getSystemStatus(options);
|
|
7004
7298
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7005
7299
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.getSystemStatus"]?.[localVarOperationServerIndex]?.url;
|
|
7006
|
-
return (axios$
|
|
7300
|
+
return (axios$149, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$149, localVarOperationServerBasePath || basePath);
|
|
7007
7301
|
},
|
|
7008
7302
|
async getSystemVersion(options) {
|
|
7009
7303
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getSystemVersion(options);
|
|
7010
7304
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7011
7305
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.getSystemVersion"]?.[localVarOperationServerIndex]?.url;
|
|
7012
|
-
return (axios$
|
|
7306
|
+
return (axios$150, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$150, localVarOperationServerBasePath || basePath);
|
|
7013
7307
|
},
|
|
7014
7308
|
async listConfigurationResources(options) {
|
|
7015
7309
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listConfigurationResources(options);
|
|
7016
7310
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7017
7311
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.listConfigurationResources"]?.[localVarOperationServerIndex]?.url;
|
|
7018
|
-
return (axios$
|
|
7312
|
+
return (axios$151, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$151, localVarOperationServerBasePath || basePath);
|
|
7019
7313
|
},
|
|
7020
7314
|
async restoreConfiguration(body, resources, options) {
|
|
7021
7315
|
const localVarAxiosArgs = await localVarAxiosParamCreator.restoreConfiguration(body, resources, options);
|
|
7022
7316
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7023
7317
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.restoreConfiguration"]?.[localVarOperationServerIndex]?.url;
|
|
7024
|
-
return (axios$
|
|
7318
|
+
return (axios$152, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$152, localVarOperationServerBasePath || basePath);
|
|
7025
7319
|
},
|
|
7026
7320
|
async updateNovaVersion(updateNovaVersionRequest, options) {
|
|
7027
7321
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateNovaVersion(updateNovaVersionRequest, options);
|
|
7028
7322
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7029
7323
|
const localVarOperationServerBasePath = operationServerMap["SystemApi.updateNovaVersion"]?.[localVarOperationServerIndex]?.url;
|
|
7030
|
-
return (axios$
|
|
7324
|
+
return (axios$153, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$153, localVarOperationServerBasePath || basePath);
|
|
7031
7325
|
}
|
|
7032
7326
|
};
|
|
7033
7327
|
};
|
|
7034
7328
|
/**
|
|
7035
7329
|
* SystemApi - factory interface
|
|
7036
7330
|
*/
|
|
7037
|
-
const SystemApiFactory = function(configuration, basePath, axios$
|
|
7331
|
+
const SystemApiFactory = function(configuration, basePath, axios$154) {
|
|
7038
7332
|
const localVarFp = SystemApiFp(configuration);
|
|
7039
7333
|
return {
|
|
7040
7334
|
backupConfiguration(resources, metadata, options) {
|
|
7041
|
-
return localVarFp.backupConfiguration(resources, metadata, options).then((request) => request(axios$
|
|
7335
|
+
return localVarFp.backupConfiguration(resources, metadata, options).then((request) => request(axios$154, basePath));
|
|
7042
7336
|
},
|
|
7043
7337
|
checkNovaVersionUpdate(channel, options) {
|
|
7044
|
-
return localVarFp.checkNovaVersionUpdate(channel, options).then((request) => request(axios$
|
|
7338
|
+
return localVarFp.checkNovaVersionUpdate(channel, options).then((request) => request(axios$154, basePath));
|
|
7045
7339
|
},
|
|
7046
7340
|
getArpScan(_interface, cidr, timeout, options) {
|
|
7047
|
-
return localVarFp.getArpScan(_interface, cidr, timeout, options).then((request) => request(axios$
|
|
7341
|
+
return localVarFp.getArpScan(_interface, cidr, timeout, options).then((request) => request(axios$154, basePath));
|
|
7048
7342
|
},
|
|
7049
7343
|
getConfigurationBackupStatus(operationId, options) {
|
|
7050
|
-
return localVarFp.getConfigurationBackupStatus(operationId, options).then((request) => request(axios$
|
|
7344
|
+
return localVarFp.getConfigurationBackupStatus(operationId, options).then((request) => request(axios$154, basePath));
|
|
7051
7345
|
},
|
|
7052
7346
|
getDiagnosePackage(options) {
|
|
7053
|
-
return localVarFp.getDiagnosePackage(options).then((request) => request(axios$
|
|
7347
|
+
return localVarFp.getDiagnosePackage(options).then((request) => request(axios$154, basePath));
|
|
7054
7348
|
},
|
|
7055
7349
|
getNetworkInterfaces(options) {
|
|
7056
|
-
return localVarFp.getNetworkInterfaces(options).then((request) => request(axios$
|
|
7350
|
+
return localVarFp.getNetworkInterfaces(options).then((request) => request(axios$154, basePath));
|
|
7057
7351
|
},
|
|
7058
7352
|
getNetworkState(options) {
|
|
7059
|
-
return localVarFp.getNetworkState(options).then((request) => request(axios$
|
|
7353
|
+
return localVarFp.getNetworkState(options).then((request) => request(axios$154, basePath));
|
|
7060
7354
|
},
|
|
7061
7355
|
getSystemStatus(options) {
|
|
7062
|
-
return localVarFp.getSystemStatus(options).then((request) => request(axios$
|
|
7356
|
+
return localVarFp.getSystemStatus(options).then((request) => request(axios$154, basePath));
|
|
7063
7357
|
},
|
|
7064
7358
|
getSystemVersion(options) {
|
|
7065
|
-
return localVarFp.getSystemVersion(options).then((request) => request(axios$
|
|
7359
|
+
return localVarFp.getSystemVersion(options).then((request) => request(axios$154, basePath));
|
|
7066
7360
|
},
|
|
7067
7361
|
listConfigurationResources(options) {
|
|
7068
|
-
return localVarFp.listConfigurationResources(options).then((request) => request(axios$
|
|
7362
|
+
return localVarFp.listConfigurationResources(options).then((request) => request(axios$154, basePath));
|
|
7069
7363
|
},
|
|
7070
7364
|
restoreConfiguration(body, resources, options) {
|
|
7071
|
-
return localVarFp.restoreConfiguration(body, resources, options).then((request) => request(axios$
|
|
7365
|
+
return localVarFp.restoreConfiguration(body, resources, options).then((request) => request(axios$154, basePath));
|
|
7072
7366
|
},
|
|
7073
7367
|
updateNovaVersion(updateNovaVersionRequest, options) {
|
|
7074
|
-
return localVarFp.updateNovaVersion(updateNovaVersionRequest, options).then((request) => request(axios$
|
|
7368
|
+
return localVarFp.updateNovaVersion(updateNovaVersionRequest, options).then((request) => request(axios$154, basePath));
|
|
7075
7369
|
}
|
|
7076
7370
|
};
|
|
7077
7371
|
};
|
|
@@ -7101,10 +7395,10 @@ var SystemApi = class extends BaseAPI {
|
|
|
7101
7395
|
return SystemApiFp(this.configuration).checkNovaVersionUpdate(channel, options).then((request) => request(this.axios, this.basePath));
|
|
7102
7396
|
}
|
|
7103
7397
|
/**
|
|
7104
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___
|
|
7398
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
|
|
7105
7399
|
* @summary Get ARP-Scan
|
|
7106
|
-
* @param {string}
|
|
7107
|
-
* @param {string}
|
|
7400
|
+
* @param {string} _interface
|
|
7401
|
+
* @param {string} cidr
|
|
7108
7402
|
* @param {number} [timeout]
|
|
7109
7403
|
* @param {*} [options] Override http request option.
|
|
7110
7404
|
* @throws {RequiredError}
|
|
@@ -7132,7 +7426,7 @@ var SystemApi = class extends BaseAPI {
|
|
|
7132
7426
|
return SystemApiFp(this.configuration).getDiagnosePackage(options).then((request) => request(this.axios, this.basePath));
|
|
7133
7427
|
}
|
|
7134
7428
|
/**
|
|
7135
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___
|
|
7429
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Lists all managed network interfaces available for controller connections and ARP scanning.
|
|
7136
7430
|
* @summary Network Interfaces
|
|
7137
7431
|
* @param {*} [options] Override http request option.
|
|
7138
7432
|
* @throws {RequiredError}
|
|
@@ -7355,54 +7649,54 @@ const TrajectoryCachingApiFp = function(configuration) {
|
|
|
7355
7649
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addTrajectory(cell, controller, addTrajectoryRequest, options);
|
|
7356
7650
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7357
7651
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.addTrajectory"]?.[localVarOperationServerIndex]?.url;
|
|
7358
|
-
return (axios$
|
|
7652
|
+
return (axios$155, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$155, localVarOperationServerBasePath || basePath);
|
|
7359
7653
|
},
|
|
7360
7654
|
async clearTrajectories(cell, controller, options) {
|
|
7361
7655
|
const localVarAxiosArgs = await localVarAxiosParamCreator.clearTrajectories(cell, controller, options);
|
|
7362
7656
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7363
7657
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.clearTrajectories"]?.[localVarOperationServerIndex]?.url;
|
|
7364
|
-
return (axios$
|
|
7658
|
+
return (axios$156, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$156, localVarOperationServerBasePath || basePath);
|
|
7365
7659
|
},
|
|
7366
7660
|
async deleteTrajectory(cell, controller, trajectory, options) {
|
|
7367
7661
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteTrajectory(cell, controller, trajectory, options);
|
|
7368
7662
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7369
7663
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.deleteTrajectory"]?.[localVarOperationServerIndex]?.url;
|
|
7370
|
-
return (axios$
|
|
7664
|
+
return (axios$157, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$157, localVarOperationServerBasePath || basePath);
|
|
7371
7665
|
},
|
|
7372
7666
|
async getTrajectory(cell, controller, trajectory, options) {
|
|
7373
7667
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getTrajectory(cell, controller, trajectory, options);
|
|
7374
7668
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7375
7669
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.getTrajectory"]?.[localVarOperationServerIndex]?.url;
|
|
7376
|
-
return (axios$
|
|
7670
|
+
return (axios$158, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$158, localVarOperationServerBasePath || basePath);
|
|
7377
7671
|
},
|
|
7378
7672
|
async listTrajectories(cell, controller, options) {
|
|
7379
7673
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listTrajectories(cell, controller, options);
|
|
7380
7674
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7381
7675
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.listTrajectories"]?.[localVarOperationServerIndex]?.url;
|
|
7382
|
-
return (axios$
|
|
7676
|
+
return (axios$159, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$159, localVarOperationServerBasePath || basePath);
|
|
7383
7677
|
}
|
|
7384
7678
|
};
|
|
7385
7679
|
};
|
|
7386
7680
|
/**
|
|
7387
7681
|
* TrajectoryCachingApi - factory interface
|
|
7388
7682
|
*/
|
|
7389
|
-
const TrajectoryCachingApiFactory = function(configuration, basePath, axios$
|
|
7683
|
+
const TrajectoryCachingApiFactory = function(configuration, basePath, axios$160) {
|
|
7390
7684
|
const localVarFp = TrajectoryCachingApiFp(configuration);
|
|
7391
7685
|
return {
|
|
7392
7686
|
addTrajectory(cell, controller, addTrajectoryRequest, options) {
|
|
7393
|
-
return localVarFp.addTrajectory(cell, controller, addTrajectoryRequest, options).then((request) => request(axios$
|
|
7687
|
+
return localVarFp.addTrajectory(cell, controller, addTrajectoryRequest, options).then((request) => request(axios$160, basePath));
|
|
7394
7688
|
},
|
|
7395
7689
|
clearTrajectories(cell, controller, options) {
|
|
7396
|
-
return localVarFp.clearTrajectories(cell, controller, options).then((request) => request(axios$
|
|
7690
|
+
return localVarFp.clearTrajectories(cell, controller, options).then((request) => request(axios$160, basePath));
|
|
7397
7691
|
},
|
|
7398
7692
|
deleteTrajectory(cell, controller, trajectory, options) {
|
|
7399
|
-
return localVarFp.deleteTrajectory(cell, controller, trajectory, options).then((request) => request(axios$
|
|
7693
|
+
return localVarFp.deleteTrajectory(cell, controller, trajectory, options).then((request) => request(axios$160, basePath));
|
|
7400
7694
|
},
|
|
7401
7695
|
getTrajectory(cell, controller, trajectory, options) {
|
|
7402
|
-
return localVarFp.getTrajectory(cell, controller, trajectory, options).then((request) => request(axios$
|
|
7696
|
+
return localVarFp.getTrajectory(cell, controller, trajectory, options).then((request) => request(axios$160, basePath));
|
|
7403
7697
|
},
|
|
7404
7698
|
listTrajectories(cell, controller, options) {
|
|
7405
|
-
return localVarFp.listTrajectories(cell, controller, options).then((request) => request(axios$
|
|
7699
|
+
return localVarFp.listTrajectories(cell, controller, options).then((request) => request(axios$160, basePath));
|
|
7406
7700
|
}
|
|
7407
7701
|
};
|
|
7408
7702
|
};
|
|
@@ -7513,16 +7807,16 @@ const TrajectoryExecutionApiFp = function(configuration) {
|
|
|
7513
7807
|
const localVarAxiosArgs = await localVarAxiosParamCreator.executeTrajectory(cell, controller, executeTrajectoryRequest, options);
|
|
7514
7808
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7515
7809
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryExecutionApi.executeTrajectory"]?.[localVarOperationServerIndex]?.url;
|
|
7516
|
-
return (axios$
|
|
7810
|
+
return (axios$161, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$161, localVarOperationServerBasePath || basePath);
|
|
7517
7811
|
} };
|
|
7518
7812
|
};
|
|
7519
7813
|
/**
|
|
7520
7814
|
* TrajectoryExecutionApi - factory interface
|
|
7521
7815
|
*/
|
|
7522
|
-
const TrajectoryExecutionApiFactory = function(configuration, basePath, axios$
|
|
7816
|
+
const TrajectoryExecutionApiFactory = function(configuration, basePath, axios$162) {
|
|
7523
7817
|
const localVarFp = TrajectoryExecutionApiFp(configuration);
|
|
7524
7818
|
return { executeTrajectory(cell, controller, executeTrajectoryRequest, options) {
|
|
7525
|
-
return localVarFp.executeTrajectory(cell, controller, executeTrajectoryRequest, options).then((request) => request(axios$
|
|
7819
|
+
return localVarFp.executeTrajectory(cell, controller, executeTrajectoryRequest, options).then((request) => request(axios$162, basePath));
|
|
7526
7820
|
} };
|
|
7527
7821
|
};
|
|
7528
7822
|
/**
|
|
@@ -7675,45 +7969,45 @@ const TrajectoryPlanningApiFp = function(configuration) {
|
|
|
7675
7969
|
const localVarAxiosArgs = await localVarAxiosParamCreator.mergeTrajectories(cell, mergeTrajectoriesRequest, options);
|
|
7676
7970
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7677
7971
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryPlanningApi.mergeTrajectories"]?.[localVarOperationServerIndex]?.url;
|
|
7678
|
-
return (axios$
|
|
7972
|
+
return (axios$163, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$163, localVarOperationServerBasePath || basePath);
|
|
7679
7973
|
},
|
|
7680
7974
|
async planCollisionFree(cell, planCollisionFreeRequest, options) {
|
|
7681
7975
|
const localVarAxiosArgs = await localVarAxiosParamCreator.planCollisionFree(cell, planCollisionFreeRequest, options);
|
|
7682
7976
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7683
7977
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryPlanningApi.planCollisionFree"]?.[localVarOperationServerIndex]?.url;
|
|
7684
|
-
return (axios$
|
|
7978
|
+
return (axios$164, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$164, localVarOperationServerBasePath || basePath);
|
|
7685
7979
|
},
|
|
7686
7980
|
async planTrajectory(cell, planTrajectoryRequest, options) {
|
|
7687
7981
|
const localVarAxiosArgs = await localVarAxiosParamCreator.planTrajectory(cell, planTrajectoryRequest, options);
|
|
7688
7982
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7689
7983
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryPlanningApi.planTrajectory"]?.[localVarOperationServerIndex]?.url;
|
|
7690
|
-
return (axios$
|
|
7984
|
+
return (axios$165, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$165, localVarOperationServerBasePath || basePath);
|
|
7691
7985
|
},
|
|
7692
7986
|
async searchCollisionFreeMultiMotionGroup(cell, multiSearchCollisionFreeRequest, options) {
|
|
7693
7987
|
const localVarAxiosArgs = await localVarAxiosParamCreator.searchCollisionFreeMultiMotionGroup(cell, multiSearchCollisionFreeRequest, options);
|
|
7694
7988
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7695
7989
|
const localVarOperationServerBasePath = operationServerMap["TrajectoryPlanningApi.searchCollisionFreeMultiMotionGroup"]?.[localVarOperationServerIndex]?.url;
|
|
7696
|
-
return (axios$
|
|
7990
|
+
return (axios$166, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$166, localVarOperationServerBasePath || basePath);
|
|
7697
7991
|
}
|
|
7698
7992
|
};
|
|
7699
7993
|
};
|
|
7700
7994
|
/**
|
|
7701
7995
|
* TrajectoryPlanningApi - factory interface
|
|
7702
7996
|
*/
|
|
7703
|
-
const TrajectoryPlanningApiFactory = function(configuration, basePath, axios$
|
|
7997
|
+
const TrajectoryPlanningApiFactory = function(configuration, basePath, axios$167) {
|
|
7704
7998
|
const localVarFp = TrajectoryPlanningApiFp(configuration);
|
|
7705
7999
|
return {
|
|
7706
8000
|
mergeTrajectories(cell, mergeTrajectoriesRequest, options) {
|
|
7707
|
-
return localVarFp.mergeTrajectories(cell, mergeTrajectoriesRequest, options).then((request) => request(axios$
|
|
8001
|
+
return localVarFp.mergeTrajectories(cell, mergeTrajectoriesRequest, options).then((request) => request(axios$167, basePath));
|
|
7708
8002
|
},
|
|
7709
8003
|
planCollisionFree(cell, planCollisionFreeRequest, options) {
|
|
7710
|
-
return localVarFp.planCollisionFree(cell, planCollisionFreeRequest, options).then((request) => request(axios$
|
|
8004
|
+
return localVarFp.planCollisionFree(cell, planCollisionFreeRequest, options).then((request) => request(axios$167, basePath));
|
|
7711
8005
|
},
|
|
7712
8006
|
planTrajectory(cell, planTrajectoryRequest, options) {
|
|
7713
|
-
return localVarFp.planTrajectory(cell, planTrajectoryRequest, options).then((request) => request(axios$
|
|
8007
|
+
return localVarFp.planTrajectory(cell, planTrajectoryRequest, options).then((request) => request(axios$167, basePath));
|
|
7714
8008
|
},
|
|
7715
8009
|
searchCollisionFreeMultiMotionGroup(cell, multiSearchCollisionFreeRequest, options) {
|
|
7716
|
-
return localVarFp.searchCollisionFreeMultiMotionGroup(cell, multiSearchCollisionFreeRequest, options).then((request) => request(axios$
|
|
8010
|
+
return localVarFp.searchCollisionFreeMultiMotionGroup(cell, multiSearchCollisionFreeRequest, options).then((request) => request(axios$167, basePath));
|
|
7717
8011
|
}
|
|
7718
8012
|
};
|
|
7719
8013
|
};
|
|
@@ -7804,16 +8098,16 @@ const VersionApiFp = function(configuration) {
|
|
|
7804
8098
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getApiVersion(options);
|
|
7805
8099
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7806
8100
|
const localVarOperationServerBasePath = operationServerMap["VersionApi.getApiVersion"]?.[localVarOperationServerIndex]?.url;
|
|
7807
|
-
return (axios$
|
|
8101
|
+
return (axios$168, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$168, localVarOperationServerBasePath || basePath);
|
|
7808
8102
|
} };
|
|
7809
8103
|
};
|
|
7810
8104
|
/**
|
|
7811
8105
|
* VersionApi - factory interface
|
|
7812
8106
|
*/
|
|
7813
|
-
const VersionApiFactory = function(configuration, basePath, axios$
|
|
8107
|
+
const VersionApiFactory = function(configuration, basePath, axios$169) {
|
|
7814
8108
|
const localVarFp = VersionApiFp(configuration);
|
|
7815
8109
|
return { getApiVersion(options) {
|
|
7816
|
-
return localVarFp.getApiVersion(options).then((request) => request(axios$
|
|
8110
|
+
return localVarFp.getApiVersion(options).then((request) => request(axios$169, basePath));
|
|
7817
8111
|
} };
|
|
7818
8112
|
};
|
|
7819
8113
|
/**
|
|
@@ -8422,189 +8716,189 @@ const VirtualControllerApiFp = function(configuration) {
|
|
|
8422
8716
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, coordinateSystemData, options);
|
|
8423
8717
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8424
8718
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.addVirtualControllerCoordinateSystem"]?.[localVarOperationServerIndex]?.url;
|
|
8425
|
-
return (axios$
|
|
8719
|
+
return (axios$170, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$170, localVarOperationServerBasePath || basePath);
|
|
8426
8720
|
},
|
|
8427
8721
|
async addVirtualControllerMotionGroup(cell, controller, addVirtualControllerMotionGroupRequest, options) {
|
|
8428
8722
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addVirtualControllerMotionGroup(cell, controller, addVirtualControllerMotionGroupRequest, options);
|
|
8429
8723
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8430
8724
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.addVirtualControllerMotionGroup"]?.[localVarOperationServerIndex]?.url;
|
|
8431
|
-
return (axios$
|
|
8725
|
+
return (axios$171, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$171, localVarOperationServerBasePath || basePath);
|
|
8432
8726
|
},
|
|
8433
8727
|
async addVirtualControllerSafetyZone(cell, controller, safetyZone, options) {
|
|
8434
8728
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addVirtualControllerSafetyZone(cell, controller, safetyZone, options);
|
|
8435
8729
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8436
8730
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.addVirtualControllerSafetyZone"]?.[localVarOperationServerIndex]?.url;
|
|
8437
|
-
return (axios$
|
|
8731
|
+
return (axios$172, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$172, localVarOperationServerBasePath || basePath);
|
|
8438
8732
|
},
|
|
8439
8733
|
async addVirtualControllerTcp(cell, controller, motionGroup, tcp, robotTcpData, options) {
|
|
8440
8734
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addVirtualControllerTcp(cell, controller, motionGroup, tcp, robotTcpData, options);
|
|
8441
8735
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8442
8736
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.addVirtualControllerTcp"]?.[localVarOperationServerIndex]?.url;
|
|
8443
|
-
return (axios$
|
|
8737
|
+
return (axios$173, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$173, localVarOperationServerBasePath || basePath);
|
|
8444
8738
|
},
|
|
8445
8739
|
async deleteVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, deleteDependent, options) {
|
|
8446
8740
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, deleteDependent, options);
|
|
8447
8741
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8448
8742
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.deleteVirtualControllerCoordinateSystem"]?.[localVarOperationServerIndex]?.url;
|
|
8449
|
-
return (axios$
|
|
8743
|
+
return (axios$174, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$174, localVarOperationServerBasePath || basePath);
|
|
8450
8744
|
},
|
|
8451
8745
|
async deleteVirtualControllerMotionGroup(cell, controller, motionGroup, options) {
|
|
8452
8746
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteVirtualControllerMotionGroup(cell, controller, motionGroup, options);
|
|
8453
8747
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8454
8748
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.deleteVirtualControllerMotionGroup"]?.[localVarOperationServerIndex]?.url;
|
|
8455
|
-
return (axios$
|
|
8749
|
+
return (axios$175, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$175, localVarOperationServerBasePath || basePath);
|
|
8456
8750
|
},
|
|
8457
8751
|
async deleteVirtualControllerSafetyZone(cell, controller, id, options) {
|
|
8458
8752
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteVirtualControllerSafetyZone(cell, controller, id, options);
|
|
8459
8753
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8460
8754
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.deleteVirtualControllerSafetyZone"]?.[localVarOperationServerIndex]?.url;
|
|
8461
|
-
return (axios$
|
|
8755
|
+
return (axios$176, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$176, localVarOperationServerBasePath || basePath);
|
|
8462
8756
|
},
|
|
8463
8757
|
async deleteVirtualControllerTcp(cell, controller, motionGroup, tcp, options) {
|
|
8464
8758
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteVirtualControllerTcp(cell, controller, motionGroup, tcp, options);
|
|
8465
8759
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8466
8760
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.deleteVirtualControllerTcp"]?.[localVarOperationServerIndex]?.url;
|
|
8467
|
-
return (axios$
|
|
8761
|
+
return (axios$177, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$177, localVarOperationServerBasePath || basePath);
|
|
8468
8762
|
},
|
|
8469
8763
|
async getEmergencyStop(cell, controller, options) {
|
|
8470
8764
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getEmergencyStop(cell, controller, options);
|
|
8471
8765
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8472
8766
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.getEmergencyStop"]?.[localVarOperationServerIndex]?.url;
|
|
8473
|
-
return (axios$
|
|
8767
|
+
return (axios$178, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$178, localVarOperationServerBasePath || basePath);
|
|
8474
8768
|
},
|
|
8475
8769
|
async getMotionGroupState(cell, controller, motionGroup, options) {
|
|
8476
8770
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupState(cell, controller, motionGroup, options);
|
|
8477
8771
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8478
8772
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.getMotionGroupState"]?.[localVarOperationServerIndex]?.url;
|
|
8479
|
-
return (axios$
|
|
8773
|
+
return (axios$179, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$179, localVarOperationServerBasePath || basePath);
|
|
8480
8774
|
},
|
|
8481
8775
|
async getMotionGroups(cell, controller, options) {
|
|
8482
8776
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroups(cell, controller, options);
|
|
8483
8777
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8484
8778
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.getMotionGroups"]?.[localVarOperationServerIndex]?.url;
|
|
8485
|
-
return (axios$
|
|
8779
|
+
return (axios$180, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$180, localVarOperationServerBasePath || basePath);
|
|
8486
8780
|
},
|
|
8487
8781
|
async getOperationMode(cell, controller, options) {
|
|
8488
8782
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getOperationMode(cell, controller, options);
|
|
8489
8783
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8490
8784
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.getOperationMode"]?.[localVarOperationServerIndex]?.url;
|
|
8491
|
-
return (axios$
|
|
8785
|
+
return (axios$181, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$181, localVarOperationServerBasePath || basePath);
|
|
8492
8786
|
},
|
|
8493
8787
|
async getVirtualControllerMounting(cell, controller, motionGroup, options) {
|
|
8494
8788
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getVirtualControllerMounting(cell, controller, motionGroup, options);
|
|
8495
8789
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8496
8790
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.getVirtualControllerMounting"]?.[localVarOperationServerIndex]?.url;
|
|
8497
|
-
return (axios$
|
|
8791
|
+
return (axios$182, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$182, localVarOperationServerBasePath || basePath);
|
|
8498
8792
|
},
|
|
8499
8793
|
async getVirtualControllerSafetyZones(cell, controller, options) {
|
|
8500
8794
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getVirtualControllerSafetyZones(cell, controller, options);
|
|
8501
8795
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8502
8796
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.getVirtualControllerSafetyZones"]?.[localVarOperationServerIndex]?.url;
|
|
8503
|
-
return (axios$
|
|
8797
|
+
return (axios$183, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$183, localVarOperationServerBasePath || basePath);
|
|
8504
8798
|
},
|
|
8505
8799
|
async listVirtualControllerCoordinateSystems(cell, controller, options) {
|
|
8506
8800
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listVirtualControllerCoordinateSystems(cell, controller, options);
|
|
8507
8801
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8508
8802
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.listVirtualControllerCoordinateSystems"]?.[localVarOperationServerIndex]?.url;
|
|
8509
|
-
return (axios$
|
|
8803
|
+
return (axios$184, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$184, localVarOperationServerBasePath || basePath);
|
|
8510
8804
|
},
|
|
8511
8805
|
async listVirtualControllerTcps(cell, controller, motionGroup, options) {
|
|
8512
8806
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listVirtualControllerTcps(cell, controller, motionGroup, options);
|
|
8513
8807
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8514
8808
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.listVirtualControllerTcps"]?.[localVarOperationServerIndex]?.url;
|
|
8515
|
-
return (axios$
|
|
8809
|
+
return (axios$185, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$185, localVarOperationServerBasePath || basePath);
|
|
8516
8810
|
},
|
|
8517
8811
|
async setEmergencyStop(cell, controller, active, options) {
|
|
8518
8812
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setEmergencyStop(cell, controller, active, options);
|
|
8519
8813
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8520
8814
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.setEmergencyStop"]?.[localVarOperationServerIndex]?.url;
|
|
8521
|
-
return (axios$
|
|
8815
|
+
return (axios$186, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$186, localVarOperationServerBasePath || basePath);
|
|
8522
8816
|
},
|
|
8523
8817
|
async setMotionGroupState(cell, controller, motionGroup, motionGroupJoints, options) {
|
|
8524
8818
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setMotionGroupState(cell, controller, motionGroup, motionGroupJoints, options);
|
|
8525
8819
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8526
8820
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.setMotionGroupState"]?.[localVarOperationServerIndex]?.url;
|
|
8527
|
-
return (axios$
|
|
8821
|
+
return (axios$187, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$187, localVarOperationServerBasePath || basePath);
|
|
8528
8822
|
},
|
|
8529
8823
|
async setOperationMode(cell, controller, mode, options) {
|
|
8530
8824
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setOperationMode(cell, controller, mode, options);
|
|
8531
8825
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8532
8826
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.setOperationMode"]?.[localVarOperationServerIndex]?.url;
|
|
8533
|
-
return (axios$
|
|
8827
|
+
return (axios$188, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$188, localVarOperationServerBasePath || basePath);
|
|
8534
8828
|
},
|
|
8535
8829
|
async setVirtualControllerMounting(cell, controller, motionGroup, coordinateSystem, options) {
|
|
8536
8830
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setVirtualControllerMounting(cell, controller, motionGroup, coordinateSystem, options);
|
|
8537
8831
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8538
8832
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerApi.setVirtualControllerMounting"]?.[localVarOperationServerIndex]?.url;
|
|
8539
|
-
return (axios$
|
|
8833
|
+
return (axios$189, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$189, localVarOperationServerBasePath || basePath);
|
|
8540
8834
|
}
|
|
8541
8835
|
};
|
|
8542
8836
|
};
|
|
8543
8837
|
/**
|
|
8544
8838
|
* VirtualControllerApi - factory interface
|
|
8545
8839
|
*/
|
|
8546
|
-
const VirtualControllerApiFactory = function(configuration, basePath, axios$
|
|
8840
|
+
const VirtualControllerApiFactory = function(configuration, basePath, axios$190) {
|
|
8547
8841
|
const localVarFp = VirtualControllerApiFp(configuration);
|
|
8548
8842
|
return {
|
|
8549
8843
|
addVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, coordinateSystemData, options) {
|
|
8550
|
-
return localVarFp.addVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, coordinateSystemData, options).then((request) => request(axios$
|
|
8844
|
+
return localVarFp.addVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, coordinateSystemData, options).then((request) => request(axios$190, basePath));
|
|
8551
8845
|
},
|
|
8552
8846
|
addVirtualControllerMotionGroup(cell, controller, addVirtualControllerMotionGroupRequest, options) {
|
|
8553
|
-
return localVarFp.addVirtualControllerMotionGroup(cell, controller, addVirtualControllerMotionGroupRequest, options).then((request) => request(axios$
|
|
8847
|
+
return localVarFp.addVirtualControllerMotionGroup(cell, controller, addVirtualControllerMotionGroupRequest, options).then((request) => request(axios$190, basePath));
|
|
8554
8848
|
},
|
|
8555
8849
|
addVirtualControllerSafetyZone(cell, controller, safetyZone, options) {
|
|
8556
|
-
return localVarFp.addVirtualControllerSafetyZone(cell, controller, safetyZone, options).then((request) => request(axios$
|
|
8850
|
+
return localVarFp.addVirtualControllerSafetyZone(cell, controller, safetyZone, options).then((request) => request(axios$190, basePath));
|
|
8557
8851
|
},
|
|
8558
8852
|
addVirtualControllerTcp(cell, controller, motionGroup, tcp, robotTcpData, options) {
|
|
8559
|
-
return localVarFp.addVirtualControllerTcp(cell, controller, motionGroup, tcp, robotTcpData, options).then((request) => request(axios$
|
|
8853
|
+
return localVarFp.addVirtualControllerTcp(cell, controller, motionGroup, tcp, robotTcpData, options).then((request) => request(axios$190, basePath));
|
|
8560
8854
|
},
|
|
8561
8855
|
deleteVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, deleteDependent, options) {
|
|
8562
|
-
return localVarFp.deleteVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, deleteDependent, options).then((request) => request(axios$
|
|
8856
|
+
return localVarFp.deleteVirtualControllerCoordinateSystem(cell, controller, coordinateSystem, deleteDependent, options).then((request) => request(axios$190, basePath));
|
|
8563
8857
|
},
|
|
8564
8858
|
deleteVirtualControllerMotionGroup(cell, controller, motionGroup, options) {
|
|
8565
|
-
return localVarFp.deleteVirtualControllerMotionGroup(cell, controller, motionGroup, options).then((request) => request(axios$
|
|
8859
|
+
return localVarFp.deleteVirtualControllerMotionGroup(cell, controller, motionGroup, options).then((request) => request(axios$190, basePath));
|
|
8566
8860
|
},
|
|
8567
8861
|
deleteVirtualControllerSafetyZone(cell, controller, id, options) {
|
|
8568
|
-
return localVarFp.deleteVirtualControllerSafetyZone(cell, controller, id, options).then((request) => request(axios$
|
|
8862
|
+
return localVarFp.deleteVirtualControllerSafetyZone(cell, controller, id, options).then((request) => request(axios$190, basePath));
|
|
8569
8863
|
},
|
|
8570
8864
|
deleteVirtualControllerTcp(cell, controller, motionGroup, tcp, options) {
|
|
8571
|
-
return localVarFp.deleteVirtualControllerTcp(cell, controller, motionGroup, tcp, options).then((request) => request(axios$
|
|
8865
|
+
return localVarFp.deleteVirtualControllerTcp(cell, controller, motionGroup, tcp, options).then((request) => request(axios$190, basePath));
|
|
8572
8866
|
},
|
|
8573
8867
|
getEmergencyStop(cell, controller, options) {
|
|
8574
|
-
return localVarFp.getEmergencyStop(cell, controller, options).then((request) => request(axios$
|
|
8868
|
+
return localVarFp.getEmergencyStop(cell, controller, options).then((request) => request(axios$190, basePath));
|
|
8575
8869
|
},
|
|
8576
8870
|
getMotionGroupState(cell, controller, motionGroup, options) {
|
|
8577
|
-
return localVarFp.getMotionGroupState(cell, controller, motionGroup, options).then((request) => request(axios$
|
|
8871
|
+
return localVarFp.getMotionGroupState(cell, controller, motionGroup, options).then((request) => request(axios$190, basePath));
|
|
8578
8872
|
},
|
|
8579
8873
|
getMotionGroups(cell, controller, options) {
|
|
8580
|
-
return localVarFp.getMotionGroups(cell, controller, options).then((request) => request(axios$
|
|
8874
|
+
return localVarFp.getMotionGroups(cell, controller, options).then((request) => request(axios$190, basePath));
|
|
8581
8875
|
},
|
|
8582
8876
|
getOperationMode(cell, controller, options) {
|
|
8583
|
-
return localVarFp.getOperationMode(cell, controller, options).then((request) => request(axios$
|
|
8877
|
+
return localVarFp.getOperationMode(cell, controller, options).then((request) => request(axios$190, basePath));
|
|
8584
8878
|
},
|
|
8585
8879
|
getVirtualControllerMounting(cell, controller, motionGroup, options) {
|
|
8586
|
-
return localVarFp.getVirtualControllerMounting(cell, controller, motionGroup, options).then((request) => request(axios$
|
|
8880
|
+
return localVarFp.getVirtualControllerMounting(cell, controller, motionGroup, options).then((request) => request(axios$190, basePath));
|
|
8587
8881
|
},
|
|
8588
8882
|
getVirtualControllerSafetyZones(cell, controller, options) {
|
|
8589
|
-
return localVarFp.getVirtualControllerSafetyZones(cell, controller, options).then((request) => request(axios$
|
|
8883
|
+
return localVarFp.getVirtualControllerSafetyZones(cell, controller, options).then((request) => request(axios$190, basePath));
|
|
8590
8884
|
},
|
|
8591
8885
|
listVirtualControllerCoordinateSystems(cell, controller, options) {
|
|
8592
|
-
return localVarFp.listVirtualControllerCoordinateSystems(cell, controller, options).then((request) => request(axios$
|
|
8886
|
+
return localVarFp.listVirtualControllerCoordinateSystems(cell, controller, options).then((request) => request(axios$190, basePath));
|
|
8593
8887
|
},
|
|
8594
8888
|
listVirtualControllerTcps(cell, controller, motionGroup, options) {
|
|
8595
|
-
return localVarFp.listVirtualControllerTcps(cell, controller, motionGroup, options).then((request) => request(axios$
|
|
8889
|
+
return localVarFp.listVirtualControllerTcps(cell, controller, motionGroup, options).then((request) => request(axios$190, basePath));
|
|
8596
8890
|
},
|
|
8597
8891
|
setEmergencyStop(cell, controller, active, options) {
|
|
8598
|
-
return localVarFp.setEmergencyStop(cell, controller, active, options).then((request) => request(axios$
|
|
8892
|
+
return localVarFp.setEmergencyStop(cell, controller, active, options).then((request) => request(axios$190, basePath));
|
|
8599
8893
|
},
|
|
8600
8894
|
setMotionGroupState(cell, controller, motionGroup, motionGroupJoints, options) {
|
|
8601
|
-
return localVarFp.setMotionGroupState(cell, controller, motionGroup, motionGroupJoints, options).then((request) => request(axios$
|
|
8895
|
+
return localVarFp.setMotionGroupState(cell, controller, motionGroup, motionGroupJoints, options).then((request) => request(axios$190, basePath));
|
|
8602
8896
|
},
|
|
8603
8897
|
setOperationMode(cell, controller, mode, options) {
|
|
8604
|
-
return localVarFp.setOperationMode(cell, controller, mode, options).then((request) => request(axios$
|
|
8898
|
+
return localVarFp.setOperationMode(cell, controller, mode, options).then((request) => request(axios$190, basePath));
|
|
8605
8899
|
},
|
|
8606
8900
|
setVirtualControllerMounting(cell, controller, motionGroup, coordinateSystem, options) {
|
|
8607
|
-
return localVarFp.setVirtualControllerMounting(cell, controller, motionGroup, coordinateSystem, options).then((request) => request(axios$
|
|
8901
|
+
return localVarFp.setVirtualControllerMounting(cell, controller, motionGroup, coordinateSystem, options).then((request) => request(axios$190, basePath));
|
|
8608
8902
|
}
|
|
8609
8903
|
};
|
|
8610
8904
|
};
|
|
@@ -8984,45 +9278,45 @@ const VirtualControllerBehaviorApiFp = function(configuration) {
|
|
|
8984
9278
|
const localVarAxiosArgs = await localVarAxiosParamCreator.externalJointsStream(cell, controller, externalJointStreamRequest, options);
|
|
8985
9279
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8986
9280
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerBehaviorApi.externalJointsStream"]?.[localVarOperationServerIndex]?.url;
|
|
8987
|
-
return (axios$
|
|
9281
|
+
return (axios$191, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$191, localVarOperationServerBasePath || basePath);
|
|
8988
9282
|
},
|
|
8989
9283
|
async getCycleTime(cell, controller, options) {
|
|
8990
9284
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCycleTime(cell, controller, options);
|
|
8991
9285
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8992
9286
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerBehaviorApi.getCycleTime"]?.[localVarOperationServerIndex]?.url;
|
|
8993
|
-
return (axios$
|
|
9287
|
+
return (axios$192, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$192, localVarOperationServerBasePath || basePath);
|
|
8994
9288
|
},
|
|
8995
9289
|
async getVirtualControllerBehavior(cell, controller, options) {
|
|
8996
9290
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getVirtualControllerBehavior(cell, controller, options);
|
|
8997
9291
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8998
9292
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerBehaviorApi.getVirtualControllerBehavior"]?.[localVarOperationServerIndex]?.url;
|
|
8999
|
-
return (axios$
|
|
9293
|
+
return (axios$193, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$193, localVarOperationServerBasePath || basePath);
|
|
9000
9294
|
},
|
|
9001
9295
|
async setVirtualControllerBehavior(cell, controller, behavior, options) {
|
|
9002
9296
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setVirtualControllerBehavior(cell, controller, behavior, options);
|
|
9003
9297
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
9004
9298
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerBehaviorApi.setVirtualControllerBehavior"]?.[localVarOperationServerIndex]?.url;
|
|
9005
|
-
return (axios$
|
|
9299
|
+
return (axios$194, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$194, localVarOperationServerBasePath || basePath);
|
|
9006
9300
|
}
|
|
9007
9301
|
};
|
|
9008
9302
|
};
|
|
9009
9303
|
/**
|
|
9010
9304
|
* VirtualControllerBehaviorApi - factory interface
|
|
9011
9305
|
*/
|
|
9012
|
-
const VirtualControllerBehaviorApiFactory = function(configuration, basePath, axios$
|
|
9306
|
+
const VirtualControllerBehaviorApiFactory = function(configuration, basePath, axios$195) {
|
|
9013
9307
|
const localVarFp = VirtualControllerBehaviorApiFp(configuration);
|
|
9014
9308
|
return {
|
|
9015
9309
|
externalJointsStream(cell, controller, externalJointStreamRequest, options) {
|
|
9016
|
-
return localVarFp.externalJointsStream(cell, controller, externalJointStreamRequest, options).then((request) => request(axios$
|
|
9310
|
+
return localVarFp.externalJointsStream(cell, controller, externalJointStreamRequest, options).then((request) => request(axios$195, basePath));
|
|
9017
9311
|
},
|
|
9018
9312
|
getCycleTime(cell, controller, options) {
|
|
9019
|
-
return localVarFp.getCycleTime(cell, controller, options).then((request) => request(axios$
|
|
9313
|
+
return localVarFp.getCycleTime(cell, controller, options).then((request) => request(axios$195, basePath));
|
|
9020
9314
|
},
|
|
9021
9315
|
getVirtualControllerBehavior(cell, controller, options) {
|
|
9022
|
-
return localVarFp.getVirtualControllerBehavior(cell, controller, options).then((request) => request(axios$
|
|
9316
|
+
return localVarFp.getVirtualControllerBehavior(cell, controller, options).then((request) => request(axios$195, basePath));
|
|
9023
9317
|
},
|
|
9024
9318
|
setVirtualControllerBehavior(cell, controller, behavior, options) {
|
|
9025
|
-
return localVarFp.setVirtualControllerBehavior(cell, controller, behavior, options).then((request) => request(axios$
|
|
9319
|
+
return localVarFp.setVirtualControllerBehavior(cell, controller, behavior, options).then((request) => request(axios$195, basePath));
|
|
9026
9320
|
}
|
|
9027
9321
|
};
|
|
9028
9322
|
};
|
|
@@ -9184,36 +9478,36 @@ const VirtualControllerInputsOutputsApiFp = function(configuration) {
|
|
|
9184
9478
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listIOs(cell, controller, ios, options);
|
|
9185
9479
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
9186
9480
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerInputsOutputsApi.listIOs"]?.[localVarOperationServerIndex]?.url;
|
|
9187
|
-
return (axios$
|
|
9481
|
+
return (axios$196, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$196, localVarOperationServerBasePath || basePath);
|
|
9188
9482
|
},
|
|
9189
9483
|
async listVirtualControllerIODescriptions(cell, controller, ios, direction, valueType, group, options) {
|
|
9190
9484
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listVirtualControllerIODescriptions(cell, controller, ios, direction, valueType, group, options);
|
|
9191
9485
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
9192
9486
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerInputsOutputsApi.listVirtualControllerIODescriptions"]?.[localVarOperationServerIndex]?.url;
|
|
9193
|
-
return (axios$
|
|
9487
|
+
return (axios$197, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$197, localVarOperationServerBasePath || basePath);
|
|
9194
9488
|
},
|
|
9195
9489
|
async setIOValues(cell, controller, iOValue, options) {
|
|
9196
9490
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setIOValues(cell, controller, iOValue, options);
|
|
9197
9491
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
9198
9492
|
const localVarOperationServerBasePath = operationServerMap["VirtualControllerInputsOutputsApi.setIOValues"]?.[localVarOperationServerIndex]?.url;
|
|
9199
|
-
return (axios$
|
|
9493
|
+
return (axios$198, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$198, localVarOperationServerBasePath || basePath);
|
|
9200
9494
|
}
|
|
9201
9495
|
};
|
|
9202
9496
|
};
|
|
9203
9497
|
/**
|
|
9204
9498
|
* VirtualControllerInputsOutputsApi - factory interface
|
|
9205
9499
|
*/
|
|
9206
|
-
const VirtualControllerInputsOutputsApiFactory = function(configuration, basePath, axios$
|
|
9500
|
+
const VirtualControllerInputsOutputsApiFactory = function(configuration, basePath, axios$199) {
|
|
9207
9501
|
const localVarFp = VirtualControllerInputsOutputsApiFp(configuration);
|
|
9208
9502
|
return {
|
|
9209
9503
|
listIOs(cell, controller, ios, options) {
|
|
9210
|
-
return localVarFp.listIOs(cell, controller, ios, options).then((request) => request(axios$
|
|
9504
|
+
return localVarFp.listIOs(cell, controller, ios, options).then((request) => request(axios$199, basePath));
|
|
9211
9505
|
},
|
|
9212
9506
|
listVirtualControllerIODescriptions(cell, controller, ios, direction, valueType, group, options) {
|
|
9213
|
-
return localVarFp.listVirtualControllerIODescriptions(cell, controller, ios, direction, valueType, group, options).then((request) => request(axios$
|
|
9507
|
+
return localVarFp.listVirtualControllerIODescriptions(cell, controller, ios, direction, valueType, group, options).then((request) => request(axios$199, basePath));
|
|
9214
9508
|
},
|
|
9215
9509
|
setIOValues(cell, controller, iOValue, options) {
|
|
9216
|
-
return localVarFp.setIOValues(cell, controller, iOValue, options).then((request) => request(axios$
|
|
9510
|
+
return localVarFp.setIOValues(cell, controller, iOValue, options).then((request) => request(axios$199, basePath));
|
|
9217
9511
|
}
|
|
9218
9512
|
};
|
|
9219
9513
|
};
|
|
@@ -9265,7 +9559,7 @@ var VirtualControllerInputsOutputsApi = class extends BaseAPI {
|
|
|
9265
9559
|
//#region v2/configuration.ts
|
|
9266
9560
|
var Configuration = class {
|
|
9267
9561
|
constructor(param = {}) {
|
|
9268
|
-
|
|
9562
|
+
_defineProperty(
|
|
9269
9563
|
this,
|
|
9270
9564
|
/**
|
|
9271
9565
|
* parameter for apiKey security
|
|
@@ -9274,7 +9568,7 @@ var Configuration = class {
|
|
|
9274
9568
|
"apiKey",
|
|
9275
9569
|
void 0
|
|
9276
9570
|
);
|
|
9277
|
-
|
|
9571
|
+
_defineProperty(
|
|
9278
9572
|
this,
|
|
9279
9573
|
/**
|
|
9280
9574
|
* parameter for basic security
|
|
@@ -9282,7 +9576,7 @@ var Configuration = class {
|
|
|
9282
9576
|
"username",
|
|
9283
9577
|
void 0
|
|
9284
9578
|
);
|
|
9285
|
-
|
|
9579
|
+
_defineProperty(
|
|
9286
9580
|
this,
|
|
9287
9581
|
/**
|
|
9288
9582
|
* parameter for basic security
|
|
@@ -9290,7 +9584,7 @@ var Configuration = class {
|
|
|
9290
9584
|
"password",
|
|
9291
9585
|
void 0
|
|
9292
9586
|
);
|
|
9293
|
-
|
|
9587
|
+
_defineProperty(
|
|
9294
9588
|
this,
|
|
9295
9589
|
/**
|
|
9296
9590
|
* parameter for oauth2 security
|
|
@@ -9300,7 +9594,7 @@ var Configuration = class {
|
|
|
9300
9594
|
"accessToken",
|
|
9301
9595
|
void 0
|
|
9302
9596
|
);
|
|
9303
|
-
|
|
9597
|
+
_defineProperty(
|
|
9304
9598
|
this,
|
|
9305
9599
|
/**
|
|
9306
9600
|
* parameter for aws4 signature security
|
|
@@ -9315,7 +9609,7 @@ var Configuration = class {
|
|
|
9315
9609
|
"awsv4",
|
|
9316
9610
|
void 0
|
|
9317
9611
|
);
|
|
9318
|
-
|
|
9612
|
+
_defineProperty(
|
|
9319
9613
|
this,
|
|
9320
9614
|
/**
|
|
9321
9615
|
* override base path
|
|
@@ -9323,7 +9617,7 @@ var Configuration = class {
|
|
|
9323
9617
|
"basePath",
|
|
9324
9618
|
void 0
|
|
9325
9619
|
);
|
|
9326
|
-
|
|
9620
|
+
_defineProperty(
|
|
9327
9621
|
this,
|
|
9328
9622
|
/**
|
|
9329
9623
|
* override server index
|
|
@@ -9331,7 +9625,7 @@ var Configuration = class {
|
|
|
9331
9625
|
"serverIndex",
|
|
9332
9626
|
void 0
|
|
9333
9627
|
);
|
|
9334
|
-
|
|
9628
|
+
_defineProperty(
|
|
9335
9629
|
this,
|
|
9336
9630
|
/**
|
|
9337
9631
|
* base options for axios calls
|
|
@@ -9339,7 +9633,7 @@ var Configuration = class {
|
|
|
9339
9633
|
"baseOptions",
|
|
9340
9634
|
void 0
|
|
9341
9635
|
);
|
|
9342
|
-
|
|
9636
|
+
_defineProperty(
|
|
9343
9637
|
this,
|
|
9344
9638
|
/**
|
|
9345
9639
|
* The FormData constructor that will be used to create multipart form data
|
|
@@ -9380,6 +9674,12 @@ var Configuration = class {
|
|
|
9380
9674
|
};
|
|
9381
9675
|
//#endregion
|
|
9382
9676
|
exports.AbbControllerKindEnum = AbbControllerKindEnum;
|
|
9677
|
+
exports.ActionChunkRequestMessageTypeEnum = ActionChunkRequestMessageTypeEnum;
|
|
9678
|
+
exports.ActionChunkResponseKindEnum = ActionChunkResponseKindEnum;
|
|
9679
|
+
exports.ActionChunkStreamingApi = ActionChunkStreamingApi;
|
|
9680
|
+
exports.ActionChunkStreamingApiAxiosParamCreator = ActionChunkStreamingApiAxiosParamCreator;
|
|
9681
|
+
exports.ActionChunkStreamingApiFactory = ActionChunkStreamingApiFactory;
|
|
9682
|
+
exports.ActionChunkStreamingApiFp = ActionChunkStreamingApiFp;
|
|
9383
9683
|
exports.ApplicationApi = ApplicationApi;
|
|
9384
9684
|
exports.ApplicationApiAxiosParamCreator = ApplicationApiAxiosParamCreator;
|
|
9385
9685
|
exports.ApplicationApiFactory = ApplicationApiFactory;
|
|
@@ -9395,6 +9695,8 @@ exports.BlendingAutoBlendingNameEnum = BlendingAutoBlendingNameEnum;
|
|
|
9395
9695
|
exports.BlendingPositionBlendingNameEnum = BlendingPositionBlendingNameEnum;
|
|
9396
9696
|
exports.BlendingSpace = BlendingSpace;
|
|
9397
9697
|
exports.BooleanValueValueTypeEnum = BooleanValueValueTypeEnum;
|
|
9698
|
+
exports.BostondynamicsControllerKindEnum = BostondynamicsControllerKindEnum;
|
|
9699
|
+
exports.BostondynamicsControllerRobotTypeEnum = BostondynamicsControllerRobotTypeEnum;
|
|
9398
9700
|
exports.BoxBoxTypeEnum = BoxBoxTypeEnum;
|
|
9399
9701
|
exports.BoxShapeTypeEnum = BoxShapeTypeEnum;
|
|
9400
9702
|
exports.BusIOModbusClientBusTypeEnum = BusIOModbusClientBusTypeEnum;
|
|
@@ -9475,6 +9777,8 @@ exports.IOIntegerValueValueTypeEnum = IOIntegerValueValueTypeEnum;
|
|
|
9475
9777
|
exports.IOOrigin = IOOrigin;
|
|
9476
9778
|
exports.IOValueType = IOValueType;
|
|
9477
9779
|
exports.InconsistentTrajectorySizeErrorKindEnum = InconsistentTrajectorySizeErrorKindEnum;
|
|
9780
|
+
exports.InitializeActionChunksRequestMessageTypeEnum = InitializeActionChunksRequestMessageTypeEnum;
|
|
9781
|
+
exports.InitializeActionChunksResponseKindEnum = InitializeActionChunksResponseKindEnum;
|
|
9478
9782
|
exports.InitializeJoggingRequestMessageTypeEnum = InitializeJoggingRequestMessageTypeEnum;
|
|
9479
9783
|
exports.InitializeJoggingResponseKindEnum = InitializeJoggingResponseKindEnum;
|
|
9480
9784
|
exports.InitializeMovementRequestMessageTypeEnum = InitializeMovementRequestMessageTypeEnum;
|
|
@@ -9496,8 +9800,7 @@ exports.JointLimitExceededErrorKindEnum = JointLimitExceededErrorKindEnum;
|
|
|
9496
9800
|
exports.JointTypeEnum = JointTypeEnum;
|
|
9497
9801
|
exports.JointVelocityRequestMessageTypeEnum = JointVelocityRequestMessageTypeEnum;
|
|
9498
9802
|
exports.JointVelocityResponseKindEnum = JointVelocityResponseKindEnum;
|
|
9499
|
-
exports.
|
|
9500
|
-
exports.JointWaypointsResponseKindEnum = JointWaypointsResponseKindEnum;
|
|
9803
|
+
exports.JointWaypointKindEnum = JointWaypointKindEnum;
|
|
9501
9804
|
exports.KinematicBranchElbow = KinematicBranchElbow;
|
|
9502
9805
|
exports.KinematicBranchShoulder = KinematicBranchShoulder;
|
|
9503
9806
|
exports.KinematicBranchWrist = KinematicBranchWrist;
|
|
@@ -9531,7 +9834,8 @@ exports.NOVACloudApiAxiosParamCreator = NOVACloudApiAxiosParamCreator;
|
|
|
9531
9834
|
exports.NOVACloudApiFactory = NOVACloudApiFactory;
|
|
9532
9835
|
exports.NOVACloudApiFp = NOVACloudApiFp;
|
|
9533
9836
|
exports.NanValueErrorKindEnum = NanValueErrorKindEnum;
|
|
9534
|
-
exports.
|
|
9837
|
+
exports.NetworkBackend = NetworkBackend;
|
|
9838
|
+
exports.NetworkLinkState = NetworkLinkState;
|
|
9535
9839
|
exports.OperatingState = OperatingState;
|
|
9536
9840
|
exports.OperationMode = OperationMode;
|
|
9537
9841
|
exports.OrientationType = OrientationType;
|
|
@@ -9542,6 +9846,8 @@ exports.PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum = PathDirecti
|
|
|
9542
9846
|
exports.PathDirectionConstrainedJointPTPPathDefinitionNameEnum = PathDirectionConstrainedJointPTPPathDefinitionNameEnum;
|
|
9543
9847
|
exports.PathJointPTPPathDefinitionNameEnum = PathJointPTPPathDefinitionNameEnum;
|
|
9544
9848
|
exports.PathLinePathDefinitionNameEnum = PathLinePathDefinitionNameEnum;
|
|
9849
|
+
exports.PauseActionChunksRequestMessageTypeEnum = PauseActionChunksRequestMessageTypeEnum;
|
|
9850
|
+
exports.PauseActionChunksResponseKindEnum = PauseActionChunksResponseKindEnum;
|
|
9545
9851
|
exports.PauseJoggingRequestMessageTypeEnum = PauseJoggingRequestMessageTypeEnum;
|
|
9546
9852
|
exports.PauseJoggingResponseKindEnum = PauseJoggingResponseKindEnum;
|
|
9547
9853
|
exports.PauseMovementRequestMessageTypeEnum = PauseMovementRequestMessageTypeEnum;
|
|
@@ -9549,8 +9855,7 @@ exports.PauseMovementResponseKindEnum = PauseMovementResponseKindEnum;
|
|
|
9549
9855
|
exports.PlaneShapeTypeEnum = PlaneShapeTypeEnum;
|
|
9550
9856
|
exports.PlaybackSpeedRequestMessageTypeEnum = PlaybackSpeedRequestMessageTypeEnum;
|
|
9551
9857
|
exports.PlaybackSpeedResponseKindEnum = PlaybackSpeedResponseKindEnum;
|
|
9552
|
-
exports.
|
|
9553
|
-
exports.PoseWaypointsResponseKindEnum = PoseWaypointsResponseKindEnum;
|
|
9858
|
+
exports.PoseWaypointKindEnum = PoseWaypointKindEnum;
|
|
9554
9859
|
exports.ProfinetIODirection = ProfinetIODirection;
|
|
9555
9860
|
exports.ProfinetIOTypeEnum = ProfinetIOTypeEnum;
|
|
9556
9861
|
exports.ProgramApi = ProgramApi;
|
|
@@ -9577,6 +9882,7 @@ exports.SessionApiAxiosParamCreator = SessionApiAxiosParamCreator;
|
|
|
9577
9882
|
exports.SessionApiFactory = SessionApiFactory;
|
|
9578
9883
|
exports.SessionApiFp = SessionApiFp;
|
|
9579
9884
|
exports.SettableRobotSystemMode = SettableRobotSystemMode;
|
|
9885
|
+
exports.SingularityHandling = SingularityHandling;
|
|
9580
9886
|
exports.SingularityTypeEnum = SingularityTypeEnum;
|
|
9581
9887
|
exports.Snap7IOArea = Snap7IOArea;
|
|
9582
9888
|
exports.Snap7IODirection = Snap7IODirection;
|
|
@@ -9584,6 +9890,9 @@ exports.Snap7IOTypeEnum = Snap7IOTypeEnum;
|
|
|
9584
9890
|
exports.SphereShapeTypeEnum = SphereShapeTypeEnum;
|
|
9585
9891
|
exports.StartMovementRequestMessageTypeEnum = StartMovementRequestMessageTypeEnum;
|
|
9586
9892
|
exports.StartMovementResponseKindEnum = StartMovementResponseKindEnum;
|
|
9893
|
+
exports.StaubliControllerKindEnum = StaubliControllerKindEnum;
|
|
9894
|
+
exports.StopActionChunksRequestMessageTypeEnum = StopActionChunksRequestMessageTypeEnum;
|
|
9895
|
+
exports.StopActionChunksResponseKindEnum = StopActionChunksResponseKindEnum;
|
|
9587
9896
|
exports.StorageKeySourceEnum = StorageKeySourceEnum;
|
|
9588
9897
|
exports.StoreCollisionComponentsApi = StoreCollisionComponentsApi;
|
|
9589
9898
|
exports.StoreCollisionComponentsApiAxiosParamCreator = StoreCollisionComponentsApiAxiosParamCreator;
|
|
@@ -9604,6 +9913,7 @@ exports.SystemApiFp = SystemApiFp;
|
|
|
9604
9913
|
exports.TcpRequiredErrorKindEnum = TcpRequiredErrorKindEnum;
|
|
9605
9914
|
exports.TcpVelocityRequestMessageTypeEnum = TcpVelocityRequestMessageTypeEnum;
|
|
9606
9915
|
exports.TcpVelocityResponseKindEnum = TcpVelocityResponseKindEnum;
|
|
9916
|
+
exports.TechmanControllerKindEnum = TechmanControllerKindEnum;
|
|
9607
9917
|
exports.ToolValueSourceEnum = ToolValueSourceEnum;
|
|
9608
9918
|
exports.TorqueExceededErrorKindEnum = TorqueExceededErrorKindEnum;
|
|
9609
9919
|
exports.TrajectoryCachingApi = TrajectoryCachingApi;
|
|
@@ -9627,7 +9937,11 @@ exports.TrajectoryPlanningApiFp = TrajectoryPlanningApiFp;
|
|
|
9627
9937
|
exports.TrajectoryRunningKindEnum = TrajectoryRunningKindEnum;
|
|
9628
9938
|
exports.TrajectoryWaitForIOKindEnum = TrajectoryWaitForIOKindEnum;
|
|
9629
9939
|
exports.UnitType = UnitType;
|
|
9940
|
+
exports.UnitreeControllerKindEnum = UnitreeControllerKindEnum;
|
|
9941
|
+
exports.UnitreeControllerRobotTypeEnum = UnitreeControllerRobotTypeEnum;
|
|
9630
9942
|
exports.UniversalrobotsControllerKindEnum = UniversalrobotsControllerKindEnum;
|
|
9943
|
+
exports.UnpauseActionChunksRequestMessageTypeEnum = UnpauseActionChunksRequestMessageTypeEnum;
|
|
9944
|
+
exports.UnpauseActionChunksResponseKindEnum = UnpauseActionChunksResponseKindEnum;
|
|
9631
9945
|
exports.VersionApi = VersionApi;
|
|
9632
9946
|
exports.VersionApiAxiosParamCreator = VersionApiAxiosParamCreator;
|
|
9633
9947
|
exports.VersionApiFactory = VersionApiFactory;
|