@zixt/host 0.0.54 → 0.0.55

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 +10 -1
  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.54",
34
+ version: "0.0.55",
35
35
  type: "module",
36
36
  exports: {
37
37
  ".": "./src/client.ts",
@@ -19659,6 +19659,15 @@ var RetryGithubAppRemovalRequest = external_exports.object({
19659
19659
  installationId: GithubInstallationId
19660
19660
  }).strict();
19661
19661
 
19662
+ // ../../packages/contracts/src/browser-oauth.ts
19663
+ var GithubAppSlug = external_exports.string().regex(/^[a-z0-9](?:[a-z0-9-]{0,98}[a-z0-9])?$/);
19664
+ var BrowserOAuthConfig = external_exports.object({
19665
+ /** Exact origin a provider callback posts its result back from. */
19666
+ callbackOrigin: HttpOrigin2.nullable(),
19667
+ /** Slug of the GitHub App this cloud installs; null when GitHub is unconfigured. */
19668
+ githubAppSlug: GithubAppSlug.nullable()
19669
+ }).strict();
19670
+
19662
19671
  // ../../packages/contracts/src/platform.ts
19663
19672
  var JournalEntry = external_exports.object({
19664
19673
  id: external_exports.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zixt/host",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/client.ts",