seamapi-types
Advanced tools
Comparing version 1.21.1 to 1.22.0
@@ -97,2 +97,4 @@ import { Except } from 'type-fest'; | ||
is_disabled?: boolean; | ||
help_link?: string; | ||
help_text?: string; | ||
} & Props; | ||
@@ -222,2 +224,3 @@ input: Input; | ||
provider?: ProviderMetadata; | ||
description?: string; | ||
}; | ||
@@ -224,0 +227,0 @@ }, Record<string, AnyField["input"]>>; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.21.1", | ||
"version": "1.22.0", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -8,2 +8,4 @@ export type Field<Type extends string, Props, Input> = { | ||
is_disabled?: boolean | ||
help_link?: string | ||
help_text?: string | ||
} & Props | ||
@@ -10,0 +12,0 @@ input: Input |
@@ -144,2 +144,3 @@ import { Except } from "type-fest" | ||
provider?: ProviderMetadata | ||
description?: string | ||
} | ||
@@ -146,0 +147,0 @@ }, |
37767
708