@interval/sdk
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -674,3 +674,3 @@ /// <reference types="node" /> | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any> = any>(label: string, props: { | ||
@@ -732,3 +732,3 @@ disabled?: boolean | undefined; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any>; | ||
@@ -969,3 +969,3 @@ key: string; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any> = any>(label: string, props: { | ||
@@ -1030,3 +1030,3 @@ defaultPageSize?: number | undefined; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any>; | ||
@@ -1033,0 +1033,0 @@ key: string; |
@@ -29,3 +29,3 @@ import { z } from 'zod'; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any> = any>(props: PublicProps<Row>) => { | ||
@@ -73,3 +73,3 @@ props: { | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any>; | ||
@@ -117,3 +117,3 @@ key: string; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any>; | ||
@@ -168,3 +168,3 @@ key: string; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any>; | ||
@@ -171,0 +171,0 @@ key: string; |
@@ -24,3 +24,3 @@ import Logger from '../classes/Logger'; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any> = any>(props: PublicProps<Row>) => { | ||
@@ -61,3 +61,3 @@ props: { | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any>; | ||
@@ -113,3 +113,3 @@ key: string; | ||
route?: string | undefined; | ||
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; | ||
} | null | undefined> | Record<string, any>; | ||
@@ -116,0 +116,0 @@ key: string; |
@@ -170,3 +170,3 @@ "use strict"; | ||
params: exports.serializableRecord.optional(), | ||
backgroundColor: exports.highlightColor.optional(), | ||
highlightColor: exports.highlightColor.optional(), | ||
}), | ||
@@ -173,0 +173,0 @@ ]); |
{ | ||
"name": "@interval/sdk", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
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
1222236