RubyGems
npm
Organizations
Log in
Sign up
npm
@dronedeploy/rocos-js-sdk
Versions diffs
3.0.4 → 3.0.5
@dronedeploy/rocos-js-sdk 3.0.4 → 3.0.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/cjs/models/integrations/Location.d.ts
+1
-0
package/esm/models/integrations/Location.d.ts
+1
-0
package/package.json
+1
-1
package/cjs/models/integrations/Location.d.ts
CHANGED
Viewed
@@ -3,6 +3,7 @@ export interface Location {
3
3
name: string;
4
4
level?: {
5
5
id: string;
6
+
name: string;
6
7
};
7
8
locationType?: {
8
9
id: string;
package/esm/models/integrations/Location.d.ts
CHANGED
Viewed
@@ -3,6 +3,7 @@ export interface Location {
3
3
name: string;
4
4
level?: {
5
5
id: string;
6
+
name: string;
6
7
};
7
8
locationType?: {
8
9
id: string;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@dronedeploy/rocos-js-sdk",
3
-
"version": "3.0.
4
",
3
+
"version": "3.0.
5
",
4
4
"description": "Javascript SDK for rocos",
5
5
"main": "cjs/index.js",
6
6
"module": "esm/index.js",