bruce-models 6.5.5 → 6.5.6

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.
@@ -13720,6 +13720,8 @@
13720
13720
  EFileImportType["KML"] = "KML";
13721
13721
  EFileImportType["TIF"] = "TIF";
13722
13722
  EFileImportType["LAS"] = "LAS";
13723
+ EFileImportType["DJI"] = "DJI";
13724
+ EFileImportType["NSX"] = "NSX";
13723
13725
  })(EFileImportType = AccountLimits.EFileImportType || (AccountLimits.EFileImportType = {}));
13724
13726
  /**
13725
13727
  * Returns a dictionary of limits for the given account.
@@ -15920,7 +15922,7 @@
15920
15922
  })(exports.Tracking || (exports.Tracking = {}));
15921
15923
 
15922
15924
  // This is updated with the package.json version on build.
15923
- const VERSION = "6.5.5";
15925
+ const VERSION = "6.5.6";
15924
15926
 
15925
15927
  exports.VERSION = VERSION;
15926
15928
  exports.AbstractApi = AbstractApi;