@wandelbots/nova-api 25.3.0-dev.59 → 25.3.0-dev.61

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
@@ -2871,6 +2871,18 @@ export interface License {
2871
2871
  * @memberof License
2872
2872
  */
2873
2873
  'grace_period_expiry_date': string;
2874
+ /**
2875
+ * Amount of times the license was activated.
2876
+ * @type {number}
2877
+ * @memberof License
2878
+ */
2879
+ 'consumed_activations': number;
2880
+ /**
2881
+ * Amount of times the license can be activated.
2882
+ * @type {number}
2883
+ * @memberof License
2884
+ */
2885
+ 'allowed_activations': number;
2874
2886
  /**
2875
2887
  * Feature limitations of the license.
2876
2888
  * @type {{ [key: string]: number; }}
@@ -7448,7 +7460,9 @@ export const VirtualControllerTypes = {
7448
7460
  FanucM10iD12: 'fanuc-m10iD12',
7449
7461
  FanucM20iD25: 'fanuc-m20iD25',
7450
7462
  FanucM20iD35: 'fanuc-m20iD35',
7451
- FanucM900iB360L: 'fanuc-m900iB360L',
7463
+ FanucM900iB280L: 'fanuc-m900iB280L',
7464
+ FanucM900iB360E: 'fanuc-m900iB360E',
7465
+ FanucR2000ic210f: 'fanuc-r2000ic210f',
7452
7466
  FanucR2000ic125l: 'fanuc-r2000ic125l',
7453
7467
  KukaKr10R1100: 'kuka-kr10_r1100',
7454
7468
  KukaKr10R11002: 'kuka-kr10_r1100_2',
@@ -7471,6 +7485,7 @@ export const VirtualControllerTypes = {
7471
7485
  KukaKr50R2500: 'kuka-kr50_r2500',
7472
7486
  KukaKr6R7002: 'kuka-kr6_r700_2',
7473
7487
  KukaKr6R700Sixx: 'kuka-kr6_r700_sixx',
7488
+ KukaKr6R900: 'kuka-kr6_r900',
7474
7489
  KukaKr6R9002: 'kuka-kr6_r900_2',
7475
7490
  KukaLbrIisy11R1300: 'kuka-lbr_iisy_11_r1300',
7476
7491
  UniversalrobotsUr10cb: 'universalrobots-ur10cb',
package/v2/api.d.ts CHANGED
@@ -2872,6 +2872,18 @@ export interface License {
2872
2872
  * @memberof License
2873
2873
  */
2874
2874
  'grace_period_expiry_date': string;
2875
+ /**
2876
+ * Amount of times the license was activated.
2877
+ * @type {number}
2878
+ * @memberof License
2879
+ */
2880
+ 'consumed_activations': number;
2881
+ /**
2882
+ * Amount of times the license can be activated.
2883
+ * @type {number}
2884
+ * @memberof License
2885
+ */
2886
+ 'allowed_activations': number;
2875
2887
  /**
2876
2888
  * Feature limitations of the license.
2877
2889
  * @type {{ [key: string]: number; }}
@@ -6156,7 +6168,9 @@ export declare const VirtualControllerTypes: {
6156
6168
  readonly FanucM10iD12: "fanuc-m10iD12";
6157
6169
  readonly FanucM20iD25: "fanuc-m20iD25";
6158
6170
  readonly FanucM20iD35: "fanuc-m20iD35";
6159
- readonly FanucM900iB360L: "fanuc-m900iB360L";
6171
+ readonly FanucM900iB280L: "fanuc-m900iB280L";
6172
+ readonly FanucM900iB360E: "fanuc-m900iB360E";
6173
+ readonly FanucR2000ic210f: "fanuc-r2000ic210f";
6160
6174
  readonly FanucR2000ic125l: "fanuc-r2000ic125l";
6161
6175
  readonly KukaKr10R1100: "kuka-kr10_r1100";
6162
6176
  readonly KukaKr10R11002: "kuka-kr10_r1100_2";
@@ -6179,6 +6193,7 @@ export declare const VirtualControllerTypes: {
6179
6193
  readonly KukaKr50R2500: "kuka-kr50_r2500";
6180
6194
  readonly KukaKr6R7002: "kuka-kr6_r700_2";
6181
6195
  readonly KukaKr6R700Sixx: "kuka-kr6_r700_sixx";
6196
+ readonly KukaKr6R900: "kuka-kr6_r900";
6182
6197
  readonly KukaKr6R9002: "kuka-kr6_r900_2";
6183
6198
  readonly KukaLbrIisy11R1300: "kuka-lbr_iisy_11_r1300";
6184
6199
  readonly UniversalrobotsUr10cb: "universalrobots-ur10cb";
package/v2/api.js CHANGED
@@ -601,7 +601,9 @@ export const VirtualControllerTypes = {
601
601
  FanucM10iD12: 'fanuc-m10iD12',
602
602
  FanucM20iD25: 'fanuc-m20iD25',
603
603
  FanucM20iD35: 'fanuc-m20iD35',
604
- FanucM900iB360L: 'fanuc-m900iB360L',
604
+ FanucM900iB280L: 'fanuc-m900iB280L',
605
+ FanucM900iB360E: 'fanuc-m900iB360E',
606
+ FanucR2000ic210f: 'fanuc-r2000ic210f',
605
607
  FanucR2000ic125l: 'fanuc-r2000ic125l',
606
608
  KukaKr10R1100: 'kuka-kr10_r1100',
607
609
  KukaKr10R11002: 'kuka-kr10_r1100_2',
@@ -624,6 +626,7 @@ export const VirtualControllerTypes = {
624
626
  KukaKr50R2500: 'kuka-kr50_r2500',
625
627
  KukaKr6R7002: 'kuka-kr6_r700_2',
626
628
  KukaKr6R700Sixx: 'kuka-kr6_r700_sixx',
629
+ KukaKr6R900: 'kuka-kr6_r900',
627
630
  KukaKr6R9002: 'kuka-kr6_r900_2',
628
631
  KukaLbrIisy11R1300: 'kuka-lbr_iisy_11_r1300',
629
632
  UniversalrobotsUr10cb: 'universalrobots-ur10cb',