cosmos-cloud-sdk 0.22.30 → 0.22.32

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.
package/dist/index.d.mts CHANGED
@@ -153,7 +153,6 @@ interface OpenIDClient {
153
153
  interface ConstellationDevice {
154
154
  Nickname: string;
155
155
  DeviceName: string;
156
- PublicKey: string;
157
156
  IP: string;
158
157
  IsLighthouse: boolean;
159
158
  IsRelay: boolean;
package/dist/index.d.ts CHANGED
@@ -153,7 +153,6 @@ interface OpenIDClient {
153
153
  interface ConstellationDevice {
154
154
  Nickname: string;
155
155
  DeviceName: string;
156
- PublicKey: string;
157
156
  IP: string;
158
157
  IsLighthouse: boolean;
159
158
  IsRelay: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosmos-cloud-sdk",
3
- "version": "0.22.30",
3
+ "version": "0.22.32",
4
4
  "description": "JavaScript/TypeScript SDK for the Cosmos Server API",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",