@tandryio/pi 0.1.0-alpha.4 → 0.1.0-alpha.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.cjs +1 -7
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -24805,13 +24805,7 @@ var Presence = external_exports.object({
|
|
|
24805
24805
|
tier: Tier,
|
|
24806
24806
|
/** Reported by a connected push host; absent for pull hosts. */
|
|
24807
24807
|
busy: external_exports.boolean().optional(),
|
|
24808
|
-
lastActiveAt: external_exports.number()
|
|
24809
|
-
/**
|
|
24810
|
-
* Deprecated. Clients up to 0.1.0-alpha.3 require it; it now equals
|
|
24811
|
-
* `state === "online"` for push members and is false for pull members.
|
|
24812
|
-
* Nothing new reads it. Remove once those clients are gone.
|
|
24813
|
-
*/
|
|
24814
|
-
wakeable: external_exports.boolean().optional()
|
|
24808
|
+
lastActiveAt: external_exports.number()
|
|
24815
24809
|
});
|
|
24816
24810
|
var Visibility = external_exports.enum(["room", "dm"]);
|
|
24817
24811
|
var MessageKind = external_exports.enum(["text", "intro"]);
|