@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.
@@ -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
  */
@@ -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
@@ -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",