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