@connectedxm/admin 3.2.4 → 3.2.5
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.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1538,12 +1538,11 @@ interface BasePushDevice {
|
|
|
1538
1538
|
supportedCpuArchitectures: string | null;
|
|
1539
1539
|
totalMemory: number | null;
|
|
1540
1540
|
pushService: PushService;
|
|
1541
|
+
login: BaseLogin;
|
|
1541
1542
|
createdAt: string;
|
|
1542
1543
|
updatedAt: string;
|
|
1543
1544
|
}
|
|
1544
1545
|
interface PushDevice extends BasePushDevice {
|
|
1545
|
-
login: BaseLogin;
|
|
1546
|
-
accounts: BaseAccount[];
|
|
1547
1546
|
}
|
|
1548
1547
|
interface BaseRegistrationBypass {
|
|
1549
1548
|
id: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1538,12 +1538,11 @@ interface BasePushDevice {
|
|
|
1538
1538
|
supportedCpuArchitectures: string | null;
|
|
1539
1539
|
totalMemory: number | null;
|
|
1540
1540
|
pushService: PushService;
|
|
1541
|
+
login: BaseLogin;
|
|
1541
1542
|
createdAt: string;
|
|
1542
1543
|
updatedAt: string;
|
|
1543
1544
|
}
|
|
1544
1545
|
interface PushDevice extends BasePushDevice {
|
|
1545
|
-
login: BaseLogin;
|
|
1546
|
-
accounts: BaseAccount[];
|
|
1547
1546
|
}
|
|
1548
1547
|
interface BaseRegistrationBypass {
|
|
1549
1548
|
id: number;
|