@interval/sdk
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -34,2 +34,3 @@ import Routes from './classes/Routes'; | ||
onError?: IntervalErrorHandler; | ||
verboseMessageLogs?: boolean; | ||
getClientHandlers?: () => DuplexRPCHandlers<ClientSchema> | undefined; | ||
@@ -36,0 +37,0 @@ setHostHandlers?: (handlers: DuplexRPCHandlers<HostSchema>) => void; |
@@ -230,3 +230,3 @@ "use strict"; | ||
inputs: zod_1.z.object({ | ||
pageKey: zod_1.z.string().optional(), | ||
pageKey: zod_1.z.string(), | ||
pageSlug: zod_1.z.string(), | ||
@@ -233,0 +233,0 @@ actionMode: exports.actionMode, |
{ | ||
"name": "@interval/sdk", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "The frontendless framework for high growth companies. Interval automatically generates apps by inlining the UI in your backend code. It's a faster and more maintainable way to build internal tools, rapid prototypes, and more.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://interval.com", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1208732
24649