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