@camstack/types 0.1.17 → 0.1.18

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.
@@ -11,6 +11,7 @@ declare const TurnProviderInfoSchema: z.ZodObject<{
11
11
  }>;
12
12
  enabled: z.ZodBoolean;
13
13
  serverCount: z.ZodNumber;
14
+ urls: z.ZodReadonly<z.ZodArray<z.ZodString>>;
14
15
  error: z.ZodOptional<z.ZodString>;
15
16
  }, z.core.$strip>;
16
17
  export type TurnProviderInfo = z.infer<typeof TurnProviderInfoSchema>;
@@ -47,6 +48,7 @@ export declare const turnOrchestratorCapability: {
47
48
  }>;
48
49
  enabled: z.ZodBoolean;
49
50
  serverCount: z.ZodNumber;
51
+ urls: z.ZodReadonly<z.ZodArray<z.ZodString>>;
50
52
  error: z.ZodOptional<z.ZodString>;
51
53
  }, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
52
54
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"turn-orchestrator.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/turn-orchestrator.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAGlG,QAAA,MAAM,sBAAsB;;;;;;;;;;;;iBAmB1B,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,0BAA0B;;;;;QAKnC,0DAA0D;;;;;;;;;;;;;;QAE1D;;;;;WAKG;;;;;;QAEH,wCAAwC;;;;;;;;CAOH,CAAA;AAEzC,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAExF,OAAO,EAAE,sBAAsB,EAAE,CAAA"}
1
+ {"version":3,"file":"turn-orchestrator.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/turn-orchestrator.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAGlG,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;iBA2B1B,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,0BAA0B;;;;;QAKnC,0DAA0D;;;;;;;;;;;;;;;QAE1D;;;;;WAKG;;;;;;QAEH,wCAAwC;;;;;;;;CAOH,CAAA;AAEzC,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAExF,OAAO,EAAE,sBAAsB,EAAE,CAAA"}
@@ -603,6 +603,7 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
603
603
  kind: "other" | "cloudflare" | "coturn" | "twilio";
604
604
  enabled: boolean;
605
605
  serverCount: number;
606
+ urls: readonly string[];
606
607
  error?: string | undefined;
607
608
  }[];
608
609
  meta: object;
@@ -8776,6 +8777,7 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
8776
8777
  kind: "other" | "cloudflare" | "coturn" | "twilio";
8777
8778
  enabled: boolean;
8778
8779
  serverCount: number;
8780
+ urls: readonly string[];
8779
8781
  error?: string | undefined;
8780
8782
  }[];
8781
8783
  meta: object;