@camstack/types 0.1.22 → 0.1.23

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.
@@ -9,12 +9,6 @@ import { type InferProvider } from './capability-definition.js';
9
9
  declare const MeshProviderInfoSchema: z.ZodObject<{
10
10
  addonId: z.ZodString;
11
11
  displayName: z.ZodString;
12
- kind: z.ZodEnum<{
13
- other: "other";
14
- tailscale: "tailscale";
15
- headscale: "headscale";
16
- zerotier: "zerotier";
17
- }>;
18
12
  joined: z.ZodBoolean;
19
13
  meshIp: z.ZodString;
20
14
  magicDnsHostname: z.ZodString;
@@ -46,12 +40,6 @@ export declare const meshOrchestratorCapability: {
46
40
  readonly listProviders: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodReadonly<z.ZodArray<z.ZodObject<{
47
41
  addonId: z.ZodString;
48
42
  displayName: z.ZodString;
49
- kind: z.ZodEnum<{
50
- other: "other";
51
- tailscale: "tailscale";
52
- headscale: "headscale";
53
- zerotier: "zerotier";
54
- }>;
55
43
  joined: z.ZodBoolean;
56
44
  meshIp: z.ZodString;
57
45
  magicDnsHostname: z.ZodString;
@@ -1 +1 @@
1
- {"version":3,"file":"mesh-orchestrator.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/mesh-orchestrator.cap.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAYlG,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAmB1B,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,eAAO,MAAM,0BAA0B;;;;;QAKnC,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAE3D;;;WAGG;;;;;;;;;;;;;;CAgBkC,CAAA;AAEzC,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
1
+ {"version":3,"file":"mesh-orchestrator.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/mesh-orchestrator.cap.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAYlG,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;iBAiB1B,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,eAAO,MAAM,0BAA0B;;;;;QAKnC,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;QAE3D;;;WAGG;;;;;;;;;;;;;;CAgBkC,CAAA;AAEzC,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
@@ -516,7 +516,6 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
516
516
  output: readonly {
517
517
  addonId: string;
518
518
  displayName: string;
519
- kind: "other" | "local" | "oidc" | "saml" | "ldap";
520
519
  hasRedirectFlow: boolean;
521
520
  hasCredentialFlow: boolean;
522
521
  enabled: boolean;
@@ -550,7 +549,6 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
550
549
  output: readonly {
551
550
  addonId: string;
552
551
  displayName: string;
553
- kind: "other" | "tailscale" | "cloudflare-tunnel" | "ngrok";
554
552
  enabled: boolean;
555
553
  connected: boolean;
556
554
  endpoint: {
@@ -600,7 +598,6 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
600
598
  output: readonly {
601
599
  addonId: string;
602
600
  displayName: string;
603
- kind: "other" | "cloudflare" | "coturn" | "twilio";
604
601
  enabled: boolean;
605
602
  serverCount: number;
606
603
  urls: readonly string[];
@@ -8691,7 +8688,6 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
8691
8688
  output: readonly {
8692
8689
  addonId: string;
8693
8690
  displayName: string;
8694
- kind: "other" | "local" | "oidc" | "saml" | "ldap";
8695
8691
  hasRedirectFlow: boolean;
8696
8692
  hasCredentialFlow: boolean;
8697
8693
  enabled: boolean;
@@ -8725,7 +8721,6 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
8725
8721
  output: readonly {
8726
8722
  addonId: string;
8727
8723
  displayName: string;
8728
- kind: "other" | "tailscale" | "cloudflare-tunnel" | "ngrok";
8729
8724
  enabled: boolean;
8730
8725
  connected: boolean;
8731
8726
  endpoint: {
@@ -8775,7 +8770,6 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
8775
8770
  output: readonly {
8776
8771
  addonId: string;
8777
8772
  displayName: string;
8778
- kind: "other" | "cloudflare" | "coturn" | "twilio";
8779
8773
  enabled: boolean;
8780
8774
  serverCount: number;
8781
8775
  urls: readonly string[];