@zixt/host 0.0.52 → 0.0.53

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ import { homedir } from "node:os";
31
31
  // package.json
32
32
  var package_default = {
33
33
  name: "@zixt/host",
34
- version: "0.0.52",
34
+ version: "0.0.53",
35
35
  type: "module",
36
36
  exports: {
37
37
  ".": "./src/client.ts",
@@ -18085,7 +18085,7 @@ var ConversationEventProjection = external_exports.discriminatedUnion("kind", [
18085
18085
  /** A Manager loop failure a person should see (provider outage, refusal). */
18086
18086
  external_exports.object({ ...conversationEventBase, kind: external_exports.literal("error"), message: external_exports.string() }).strict()
18087
18087
  ]);
18088
- var ManagerIntegrationProvider = external_exports.enum(["slack"]);
18088
+ var ManagerIntegrationProvider = external_exports.enum(["slack", "github"]);
18089
18089
  var ManagerIntegrationOperation = external_exports.enum(["connect", "reconnect", "check", "remove"]);
18090
18090
  var ManagerIntegrationActionStatus = external_exports.enum([
18091
18091
  "awaiting_confirmation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zixt/host",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/client.ts",