RubyGems
npm
Organizations
Log in
Sign up
npm
@dronedeploy/rocos-js-sdk
Versions diffs
3.0.1-alpha.18 → 3.0.1-alpha.19
@dronedeploy/rocos-js-sdk 3.0.1-alpha.18 → 3.0.1-alpha.19
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/device-credentials/DeviceCredentials.d.ts
+1
-1
package/esm/models/device-credentials/DeviceCredentials.d.ts
+1
-1
package/package.json
+1
-1
package/cjs/models/device-credentials/DeviceCredentials.d.ts
CHANGED
Viewed
@@ -21,7 +21,7 @@ export interface DeviceCredentialCreate {
21
21
/**
22
22
* Will automatically be generated if not provided
23
23
*/
24
-
key
?: string;
24
+
secret
?: string;
25
25
/**
26
26
* The agent component the credentials are for e.g. dji, spot, etc.
27
27
*/
package/esm/models/device-credentials/DeviceCredentials.d.ts
CHANGED
Viewed
@@ -21,7 +21,7 @@ export interface DeviceCredentialCreate {
21
21
/**
22
22
* Will automatically be generated if not provided
23
23
*/
24
-
key
?: string;
24
+
secret
?: string;
25
25
/**
26
26
* The agent component the credentials are for e.g. dji, spot, etc.
27
27
*/
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@dronedeploy/rocos-js-sdk",
3
-
"version": "3.0.1-alpha.
18
",
3
+
"version": "3.0.1-alpha.
19
",
4
4
"description": "Javascript SDK for rocos",
5
5
"main": "cjs/index.js",
6
6
"module": "esm/index.js",