@interval/sdk
Advanced tools
Comparing version 0.35.0 to 0.35.1
@@ -188,2 +188,3 @@ import { z } from 'zod'; | ||
credential: z.ZodOptional<z.ZodString>; | ||
password: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -193,2 +194,3 @@ relayType?: "TurnUdp" | "TurnTcp" | "TurnTls" | undefined; | ||
credential?: string | undefined; | ||
password?: string | undefined; | ||
url: string; | ||
@@ -202,2 +204,3 @@ urls: string; | ||
credential?: string | undefined; | ||
password?: string | undefined; | ||
url: string; | ||
@@ -218,2 +221,3 @@ urls: string; | ||
credential: z.ZodOptional<z.ZodString>; | ||
password: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -223,2 +227,3 @@ relayType?: "TurnUdp" | "TurnTcp" | "TurnTls" | undefined; | ||
credential?: string | undefined; | ||
password?: string | undefined; | ||
url: string; | ||
@@ -232,2 +237,3 @@ urls: string; | ||
credential?: string | undefined; | ||
password?: string | undefined; | ||
url: string; | ||
@@ -243,2 +249,3 @@ urls: string; | ||
credential?: string | undefined; | ||
password?: string | undefined; | ||
url: string; | ||
@@ -254,2 +261,3 @@ urls: string; | ||
credential?: string | undefined; | ||
password?: string | undefined; | ||
url: string; | ||
@@ -256,0 +264,0 @@ urls: string; |
@@ -78,2 +78,3 @@ "use strict"; | ||
credential: zod_1.z.string().optional(), | ||
password: zod_1.z.string().optional(), | ||
}); | ||
@@ -80,0 +81,0 @@ exports.ICE_CONFIG = zod_1.z.object({ |
{ | ||
"name": "@interval/sdk", | ||
"version": "0.35.0", | ||
"version": "0.35.1", | ||
"homepage": "https://interval.com", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1022376
20259