@dronedeploy/rocos-js-sdk 3.0.1-alpha.18 → 3.0.1-alpha.19

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