@wandelbots/nova-api 25.8.0-dev.55 → 25.8.0-dev.57

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/v1/api.ts CHANGED
@@ -20640,7 +20640,7 @@ export const GetDefaultLinkChainMotionGroupModelEnum = {
20640
20640
  FanucM900iB360E: 'FANUC_M900iB360E',
20641
20641
  FanucR2000iC125L: 'FANUC_R2000iC125L',
20642
20642
  FanucR2000iC210F: 'FANUC_R2000iC210F',
20643
- KukaDk5002: 'KUKA_DK500_2',
20643
+ KukaDkp5002: 'KUKA_DKP500_2',
20644
20644
  KukaKr10R1100: 'KUKA_KR10_R1100',
20645
20645
  KukaKr10R11002: 'KUKA_KR10_R1100_2',
20646
20646
  KukaKr10R900: 'KUKA_KR10_R900',
package/v2/api.d.ts CHANGED
@@ -2735,25 +2735,6 @@ export declare const LicenseStatusEnum: {
2735
2735
  readonly NotFound: "NOT_FOUND";
2736
2736
  };
2737
2737
  export type LicenseStatusEnum = typeof LicenseStatusEnum[keyof typeof LicenseStatusEnum];
2738
- /**
2739
- *
2740
- * @export
2741
- * @interface LimitConfig
2742
- */
2743
- export interface LimitConfig {
2744
- /**
2745
- *
2746
- * @type {LimitSet}
2747
- * @memberof LimitConfig
2748
- */
2749
- 'physical_limits'?: LimitSet;
2750
- /**
2751
- *
2752
- * @type {OperationLimits}
2753
- * @memberof LimitConfig
2754
- */
2755
- 'operation_limits'?: OperationLimits;
2756
- }
2757
2738
  /**
2758
2739
  * The upper_limit must be greater then the lower_limit.
2759
2740
  * @export
@@ -2974,13 +2955,13 @@ export interface MotionGroupDescription {
2974
2955
  * @type {Pose}
2975
2956
  * @memberof MotionGroupDescription
2976
2957
  */
2977
- 'mounting': Pose;
2958
+ 'mounting'?: Pose;
2978
2959
  /**
2979
2960
  * Maps a TCP name to its offset relative to the flange coordinate system. Key must be a TCP identifier. Values are TcpOffsets.
2980
2961
  * @type {{ [key: string]: TcpOffset; }}
2981
2962
  * @memberof MotionGroupDescription
2982
2963
  */
2983
- 'tcps': {
2964
+ 'tcps'?: {
2984
2965
  [key: string]: TcpOffset;
2985
2966
  };
2986
2967
  /**
@@ -3011,10 +2992,10 @@ export interface MotionGroupDescription {
3011
2992
  };
3012
2993
  /**
3013
2994
  *
3014
- * @type {LimitConfig}
2995
+ * @type {OperationLimits}
3015
2996
  * @memberof MotionGroupDescription
3016
2997
  */
3017
- 'global_limits': LimitConfig;
2998
+ 'operation_limits': OperationLimits;
3018
2999
  /**
3019
3000
  * Maps a payload name to its configuration. Key must be a payload identifier. Values are payload objects.
3020
3001
  * @type {{ [key: string]: Payload; }}
@@ -5134,7 +5115,7 @@ export interface TrajectoryId {
5134
5115
  * @type {string}
5135
5116
  * @memberof TrajectoryId
5136
5117
  */
5137
- 'message_type'?: TrajectoryIdMessageTypeEnum;
5118
+ 'message_type': TrajectoryIdMessageTypeEnum;
5138
5119
  /**
5139
5120
  * The identifier of the trajectory which was returned by the [addTrajectory](addTrajectory) endpoint.
5140
5121
  * @type {string}