@gem-sdk/core 1.23.0-staging.122 → 1.23.0-staging.123
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.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -492,6 +492,8 @@ type Option$1<T> = {
|
|
|
492
492
|
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
493
493
|
label: string | number;
|
|
494
494
|
hideOnPage?: string[];
|
|
495
|
+
flowTag?: string[];
|
|
496
|
+
condition?: 'and' | 'or';
|
|
495
497
|
};
|
|
496
498
|
type Mapped$2<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
497
499
|
id: K;
|