ms-toollib 1.4.6-alpha → 1.4.8

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/ms_toollib.d.ts CHANGED
@@ -219,7 +219,7 @@ export class AvfVideo {
219
219
  readonly get_is_fair: boolean;
220
220
  /**
221
221
  */
222
- readonly get_is_offical: boolean;
222
+ readonly get_is_official: boolean;
223
223
  /**
224
224
  */
225
225
  readonly get_isl: number;
@@ -252,10 +252,10 @@ export class AvfVideo {
252
252
  readonly get_pix_size: number;
253
253
  /**
254
254
  */
255
- readonly get_player_designator: Uint8Array;
255
+ readonly get_player_identifier: Uint8Array;
256
256
  /**
257
257
  */
258
- readonly get_race_designator: Uint8Array;
258
+ readonly get_race_identifier: Uint8Array;
259
259
  /**
260
260
  */
261
261
  readonly get_raw_data: Uint8Array;
@@ -291,7 +291,7 @@ export class AvfVideo {
291
291
  readonly get_thrp: number;
292
292
  /**
293
293
  */
294
- readonly get_uniqueness_designator: Uint8Array;
294
+ readonly get_uniqueness_identifier: Uint8Array;
295
295
  /**
296
296
  */
297
297
  readonly get_video_end_time: number;
@@ -489,7 +489,7 @@ export class EvfVideo {
489
489
  readonly get_is_fair: boolean;
490
490
  /**
491
491
  */
492
- readonly get_is_offical: boolean;
492
+ readonly get_is_official: boolean;
493
493
  /**
494
494
  */
495
495
  readonly get_isl: number;
@@ -522,10 +522,10 @@ export class EvfVideo {
522
522
  readonly get_pix_size: number;
523
523
  /**
524
524
  */
525
- readonly get_player_designator: Uint8Array;
525
+ readonly get_player_identifier: Uint8Array;
526
526
  /**
527
527
  */
528
- readonly get_race_designator: Uint8Array;
528
+ readonly get_race_identifier: Uint8Array;
529
529
  /**
530
530
  */
531
531
  readonly get_raw_data: Uint8Array;
@@ -561,7 +561,7 @@ export class EvfVideo {
561
561
  readonly get_thrp: number;
562
562
  /**
563
563
  */
564
- readonly get_uniqueness_designator: Uint8Array;
564
+ readonly get_uniqueness_identifier: Uint8Array;
565
565
  /**
566
566
  */
567
567
  readonly get_video_end_time: number;
@@ -818,7 +818,7 @@ export class MvfVideo {
818
818
  readonly get_is_fair: boolean;
819
819
  /**
820
820
  */
821
- readonly get_is_offical: boolean;
821
+ readonly get_is_official: boolean;
822
822
  /**
823
823
  */
824
824
  readonly get_isl: number;
@@ -851,10 +851,10 @@ export class MvfVideo {
851
851
  readonly get_pix_size: number;
852
852
  /**
853
853
  */
854
- readonly get_player_designator: Uint8Array;
854
+ readonly get_player_identifier: Uint8Array;
855
855
  /**
856
856
  */
857
- readonly get_race_designator: Uint8Array;
857
+ readonly get_race_identifier: Uint8Array;
858
858
  /**
859
859
  */
860
860
  readonly get_raw_data: Uint8Array;
@@ -890,7 +890,7 @@ export class MvfVideo {
890
890
  readonly get_thrp: number;
891
891
  /**
892
892
  */
893
- readonly get_uniqueness_designator: Uint8Array;
893
+ readonly get_uniqueness_identifier: Uint8Array;
894
894
  /**
895
895
  */
896
896
  readonly get_video_end_time: number;
@@ -1077,7 +1077,7 @@ export class RmvVideo {
1077
1077
  readonly get_is_fair: boolean;
1078
1078
  /**
1079
1079
  */
1080
- readonly get_is_offical: boolean;
1080
+ readonly get_is_official: boolean;
1081
1081
  /**
1082
1082
  */
1083
1083
  readonly get_isl: number;
@@ -1110,10 +1110,10 @@ export class RmvVideo {
1110
1110
  readonly get_pix_size: number;
1111
1111
  /**
1112
1112
  */
1113
- readonly get_player_designator: Uint8Array;
1113
+ readonly get_player_identifier: Uint8Array;
1114
1114
  /**
1115
1115
  */
1116
- readonly get_race_designator: Uint8Array;
1116
+ readonly get_race_identifier: Uint8Array;
1117
1117
  /**
1118
1118
  */
1119
1119
  readonly get_raw_data: Uint8Array;
@@ -1149,7 +1149,7 @@ export class RmvVideo {
1149
1149
  readonly get_thrp: number;
1150
1150
  /**
1151
1151
  */
1152
- readonly get_uniqueness_designator: Uint8Array;
1152
+ readonly get_uniqueness_identifier: Uint8Array;
1153
1153
  /**
1154
1154
  */
1155
1155
  readonly get_video_end_time: number;