@tx5dr/contracts 1.7.5 → 1.7.7
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/schema/plugin.schema.d.ts +60 -339
- package/dist/schema/plugin.schema.d.ts.map +1 -1
- package/dist/schema/plugin.schema.js +5 -3
- package/dist/schema/plugin.schema.js.map +1 -1
- package/dist/schema/websocket.schema.d.ts +80 -464
- package/dist/schema/websocket.schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/schema/plugin.schema.ts +16 -4
|
@@ -10673,48 +10673,16 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
10673
10673
|
key: string;
|
|
10674
10674
|
description?: string | undefined;
|
|
10675
10675
|
}>, "many">>;
|
|
10676
|
-
visibleWhen: z.ZodOptional<z.
|
|
10677
|
-
setting: z.ZodString;
|
|
10678
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
10679
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
10680
|
-
}, "strip", z.ZodTypeAny, {
|
|
10681
|
-
setting: string;
|
|
10682
|
-
equals?: unknown;
|
|
10683
|
-
notEquals?: unknown;
|
|
10684
|
-
}, {
|
|
10685
|
-
setting: string;
|
|
10686
|
-
equals?: unknown;
|
|
10687
|
-
notEquals?: unknown;
|
|
10688
|
-
}>>;
|
|
10676
|
+
visibleWhen: z.ZodOptional<z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>>;
|
|
10689
10677
|
descriptionWhen: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10690
|
-
when: z.
|
|
10691
|
-
setting: z.ZodString;
|
|
10692
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
10693
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
10694
|
-
}, "strip", z.ZodTypeAny, {
|
|
10695
|
-
setting: string;
|
|
10696
|
-
equals?: unknown;
|
|
10697
|
-
notEquals?: unknown;
|
|
10698
|
-
}, {
|
|
10699
|
-
setting: string;
|
|
10700
|
-
equals?: unknown;
|
|
10701
|
-
notEquals?: unknown;
|
|
10702
|
-
}>;
|
|
10678
|
+
when: z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>;
|
|
10703
10679
|
description: z.ZodString;
|
|
10704
10680
|
}, "strip", z.ZodTypeAny, {
|
|
10705
10681
|
description: string;
|
|
10706
|
-
when:
|
|
10707
|
-
setting: string;
|
|
10708
|
-
equals?: unknown;
|
|
10709
|
-
notEquals?: unknown;
|
|
10710
|
-
};
|
|
10682
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
10711
10683
|
}, {
|
|
10712
10684
|
description: string;
|
|
10713
|
-
when:
|
|
10714
|
-
setting: string;
|
|
10715
|
-
equals?: unknown;
|
|
10716
|
-
notEquals?: unknown;
|
|
10717
|
-
};
|
|
10685
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
10718
10686
|
}>, "many">>;
|
|
10719
10687
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10720
10688
|
scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
|
|
@@ -10743,18 +10711,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
10743
10711
|
placeholder?: string | undefined;
|
|
10744
10712
|
required?: boolean | undefined;
|
|
10745
10713
|
}[] | undefined;
|
|
10746
|
-
visibleWhen?:
|
|
10747
|
-
setting: string;
|
|
10748
|
-
equals?: unknown;
|
|
10749
|
-
notEquals?: unknown;
|
|
10750
|
-
} | undefined;
|
|
10714
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
10751
10715
|
descriptionWhen?: {
|
|
10752
10716
|
description: string;
|
|
10753
|
-
when:
|
|
10754
|
-
setting: string;
|
|
10755
|
-
equals?: unknown;
|
|
10756
|
-
notEquals?: unknown;
|
|
10757
|
-
};
|
|
10717
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
10758
10718
|
}[] | undefined;
|
|
10759
10719
|
hidden?: boolean | undefined;
|
|
10760
10720
|
}, {
|
|
@@ -10781,18 +10741,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
10781
10741
|
placeholder?: string | undefined;
|
|
10782
10742
|
required?: boolean | undefined;
|
|
10783
10743
|
}[] | undefined;
|
|
10784
|
-
visibleWhen?:
|
|
10785
|
-
setting: string;
|
|
10786
|
-
equals?: unknown;
|
|
10787
|
-
notEquals?: unknown;
|
|
10788
|
-
} | undefined;
|
|
10744
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
10789
10745
|
descriptionWhen?: {
|
|
10790
10746
|
description: string;
|
|
10791
|
-
when:
|
|
10792
|
-
setting: string;
|
|
10793
|
-
equals?: unknown;
|
|
10794
|
-
notEquals?: unknown;
|
|
10795
|
-
};
|
|
10747
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
10796
10748
|
}[] | undefined;
|
|
10797
10749
|
hidden?: boolean | undefined;
|
|
10798
10750
|
scope?: "operator" | "global" | undefined;
|
|
@@ -11011,18 +10963,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
11011
10963
|
placeholder?: string | undefined;
|
|
11012
10964
|
required?: boolean | undefined;
|
|
11013
10965
|
}[] | undefined;
|
|
11014
|
-
visibleWhen?:
|
|
11015
|
-
setting: string;
|
|
11016
|
-
equals?: unknown;
|
|
11017
|
-
notEquals?: unknown;
|
|
11018
|
-
} | undefined;
|
|
10966
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
11019
10967
|
descriptionWhen?: {
|
|
11020
10968
|
description: string;
|
|
11021
|
-
when:
|
|
11022
|
-
setting: string;
|
|
11023
|
-
equals?: unknown;
|
|
11024
|
-
notEquals?: unknown;
|
|
11025
|
-
};
|
|
10969
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11026
10970
|
}[] | undefined;
|
|
11027
10971
|
hidden?: boolean | undefined;
|
|
11028
10972
|
}> | undefined;
|
|
@@ -11103,18 +11047,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
11103
11047
|
placeholder?: string | undefined;
|
|
11104
11048
|
required?: boolean | undefined;
|
|
11105
11049
|
}[] | undefined;
|
|
11106
|
-
visibleWhen?:
|
|
11107
|
-
setting: string;
|
|
11108
|
-
equals?: unknown;
|
|
11109
|
-
notEquals?: unknown;
|
|
11110
|
-
} | undefined;
|
|
11050
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
11111
11051
|
descriptionWhen?: {
|
|
11112
11052
|
description: string;
|
|
11113
|
-
when:
|
|
11114
|
-
setting: string;
|
|
11115
|
-
equals?: unknown;
|
|
11116
|
-
notEquals?: unknown;
|
|
11117
|
-
};
|
|
11053
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11118
11054
|
}[] | undefined;
|
|
11119
11055
|
hidden?: boolean | undefined;
|
|
11120
11056
|
scope?: "operator" | "global" | undefined;
|
|
@@ -11363,18 +11299,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
11363
11299
|
placeholder?: string | undefined;
|
|
11364
11300
|
required?: boolean | undefined;
|
|
11365
11301
|
}[] | undefined;
|
|
11366
|
-
visibleWhen?:
|
|
11367
|
-
setting: string;
|
|
11368
|
-
equals?: unknown;
|
|
11369
|
-
notEquals?: unknown;
|
|
11370
|
-
} | undefined;
|
|
11302
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
11371
11303
|
descriptionWhen?: {
|
|
11372
11304
|
description: string;
|
|
11373
|
-
when:
|
|
11374
|
-
setting: string;
|
|
11375
|
-
equals?: unknown;
|
|
11376
|
-
notEquals?: unknown;
|
|
11377
|
-
};
|
|
11305
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11378
11306
|
}[] | undefined;
|
|
11379
11307
|
hidden?: boolean | undefined;
|
|
11380
11308
|
}> | undefined;
|
|
@@ -11493,18 +11421,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
11493
11421
|
placeholder?: string | undefined;
|
|
11494
11422
|
required?: boolean | undefined;
|
|
11495
11423
|
}[] | undefined;
|
|
11496
|
-
visibleWhen?:
|
|
11497
|
-
setting: string;
|
|
11498
|
-
equals?: unknown;
|
|
11499
|
-
notEquals?: unknown;
|
|
11500
|
-
} | undefined;
|
|
11424
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
11501
11425
|
descriptionWhen?: {
|
|
11502
11426
|
description: string;
|
|
11503
|
-
when:
|
|
11504
|
-
setting: string;
|
|
11505
|
-
equals?: unknown;
|
|
11506
|
-
notEquals?: unknown;
|
|
11507
|
-
};
|
|
11427
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11508
11428
|
}[] | undefined;
|
|
11509
11429
|
hidden?: boolean | undefined;
|
|
11510
11430
|
scope?: "operator" | "global" | undefined;
|
|
@@ -11633,18 +11553,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
11633
11553
|
placeholder?: string | undefined;
|
|
11634
11554
|
required?: boolean | undefined;
|
|
11635
11555
|
}[] | undefined;
|
|
11636
|
-
visibleWhen?:
|
|
11637
|
-
setting: string;
|
|
11638
|
-
equals?: unknown;
|
|
11639
|
-
notEquals?: unknown;
|
|
11640
|
-
} | undefined;
|
|
11556
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
11641
11557
|
descriptionWhen?: {
|
|
11642
11558
|
description: string;
|
|
11643
|
-
when:
|
|
11644
|
-
setting: string;
|
|
11645
|
-
equals?: unknown;
|
|
11646
|
-
notEquals?: unknown;
|
|
11647
|
-
};
|
|
11559
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11648
11560
|
}[] | undefined;
|
|
11649
11561
|
hidden?: boolean | undefined;
|
|
11650
11562
|
}> | undefined;
|
|
@@ -11768,18 +11680,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
|
|
|
11768
11680
|
placeholder?: string | undefined;
|
|
11769
11681
|
required?: boolean | undefined;
|
|
11770
11682
|
}[] | undefined;
|
|
11771
|
-
visibleWhen?:
|
|
11772
|
-
setting: string;
|
|
11773
|
-
equals?: unknown;
|
|
11774
|
-
notEquals?: unknown;
|
|
11775
|
-
} | undefined;
|
|
11683
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
11776
11684
|
descriptionWhen?: {
|
|
11777
11685
|
description: string;
|
|
11778
|
-
when:
|
|
11779
|
-
setting: string;
|
|
11780
|
-
equals?: unknown;
|
|
11781
|
-
notEquals?: unknown;
|
|
11782
|
-
};
|
|
11686
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11783
11687
|
}[] | undefined;
|
|
11784
11688
|
hidden?: boolean | undefined;
|
|
11785
11689
|
scope?: "operator" | "global" | undefined;
|
|
@@ -11909,48 +11813,16 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
11909
11813
|
key: string;
|
|
11910
11814
|
description?: string | undefined;
|
|
11911
11815
|
}>, "many">>;
|
|
11912
|
-
visibleWhen: z.ZodOptional<z.
|
|
11913
|
-
setting: z.ZodString;
|
|
11914
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
11915
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
11916
|
-
}, "strip", z.ZodTypeAny, {
|
|
11917
|
-
setting: string;
|
|
11918
|
-
equals?: unknown;
|
|
11919
|
-
notEquals?: unknown;
|
|
11920
|
-
}, {
|
|
11921
|
-
setting: string;
|
|
11922
|
-
equals?: unknown;
|
|
11923
|
-
notEquals?: unknown;
|
|
11924
|
-
}>>;
|
|
11816
|
+
visibleWhen: z.ZodOptional<z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>>;
|
|
11925
11817
|
descriptionWhen: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11926
|
-
when: z.
|
|
11927
|
-
setting: z.ZodString;
|
|
11928
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
11929
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
11930
|
-
}, "strip", z.ZodTypeAny, {
|
|
11931
|
-
setting: string;
|
|
11932
|
-
equals?: unknown;
|
|
11933
|
-
notEquals?: unknown;
|
|
11934
|
-
}, {
|
|
11935
|
-
setting: string;
|
|
11936
|
-
equals?: unknown;
|
|
11937
|
-
notEquals?: unknown;
|
|
11938
|
-
}>;
|
|
11818
|
+
when: z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>;
|
|
11939
11819
|
description: z.ZodString;
|
|
11940
11820
|
}, "strip", z.ZodTypeAny, {
|
|
11941
11821
|
description: string;
|
|
11942
|
-
when:
|
|
11943
|
-
setting: string;
|
|
11944
|
-
equals?: unknown;
|
|
11945
|
-
notEquals?: unknown;
|
|
11946
|
-
};
|
|
11822
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11947
11823
|
}, {
|
|
11948
11824
|
description: string;
|
|
11949
|
-
when:
|
|
11950
|
-
setting: string;
|
|
11951
|
-
equals?: unknown;
|
|
11952
|
-
notEquals?: unknown;
|
|
11953
|
-
};
|
|
11825
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11954
11826
|
}>, "many">>;
|
|
11955
11827
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
11956
11828
|
scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
|
|
@@ -11979,18 +11851,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
11979
11851
|
placeholder?: string | undefined;
|
|
11980
11852
|
required?: boolean | undefined;
|
|
11981
11853
|
}[] | undefined;
|
|
11982
|
-
visibleWhen?:
|
|
11983
|
-
setting: string;
|
|
11984
|
-
equals?: unknown;
|
|
11985
|
-
notEquals?: unknown;
|
|
11986
|
-
} | undefined;
|
|
11854
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
11987
11855
|
descriptionWhen?: {
|
|
11988
11856
|
description: string;
|
|
11989
|
-
when:
|
|
11990
|
-
setting: string;
|
|
11991
|
-
equals?: unknown;
|
|
11992
|
-
notEquals?: unknown;
|
|
11993
|
-
};
|
|
11857
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
11994
11858
|
}[] | undefined;
|
|
11995
11859
|
hidden?: boolean | undefined;
|
|
11996
11860
|
}, {
|
|
@@ -12017,18 +11881,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
12017
11881
|
placeholder?: string | undefined;
|
|
12018
11882
|
required?: boolean | undefined;
|
|
12019
11883
|
}[] | undefined;
|
|
12020
|
-
visibleWhen?:
|
|
12021
|
-
setting: string;
|
|
12022
|
-
equals?: unknown;
|
|
12023
|
-
notEquals?: unknown;
|
|
12024
|
-
} | undefined;
|
|
11884
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
12025
11885
|
descriptionWhen?: {
|
|
12026
11886
|
description: string;
|
|
12027
|
-
when:
|
|
12028
|
-
setting: string;
|
|
12029
|
-
equals?: unknown;
|
|
12030
|
-
notEquals?: unknown;
|
|
12031
|
-
};
|
|
11887
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
12032
11888
|
}[] | undefined;
|
|
12033
11889
|
hidden?: boolean | undefined;
|
|
12034
11890
|
scope?: "operator" | "global" | undefined;
|
|
@@ -12247,18 +12103,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
12247
12103
|
placeholder?: string | undefined;
|
|
12248
12104
|
required?: boolean | undefined;
|
|
12249
12105
|
}[] | undefined;
|
|
12250
|
-
visibleWhen?:
|
|
12251
|
-
setting: string;
|
|
12252
|
-
equals?: unknown;
|
|
12253
|
-
notEquals?: unknown;
|
|
12254
|
-
} | undefined;
|
|
12106
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
12255
12107
|
descriptionWhen?: {
|
|
12256
12108
|
description: string;
|
|
12257
|
-
when:
|
|
12258
|
-
setting: string;
|
|
12259
|
-
equals?: unknown;
|
|
12260
|
-
notEquals?: unknown;
|
|
12261
|
-
};
|
|
12109
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
12262
12110
|
}[] | undefined;
|
|
12263
12111
|
hidden?: boolean | undefined;
|
|
12264
12112
|
}> | undefined;
|
|
@@ -12339,18 +12187,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
12339
12187
|
placeholder?: string | undefined;
|
|
12340
12188
|
required?: boolean | undefined;
|
|
12341
12189
|
}[] | undefined;
|
|
12342
|
-
visibleWhen?:
|
|
12343
|
-
setting: string;
|
|
12344
|
-
equals?: unknown;
|
|
12345
|
-
notEquals?: unknown;
|
|
12346
|
-
} | undefined;
|
|
12190
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
12347
12191
|
descriptionWhen?: {
|
|
12348
12192
|
description: string;
|
|
12349
|
-
when:
|
|
12350
|
-
setting: string;
|
|
12351
|
-
equals?: unknown;
|
|
12352
|
-
notEquals?: unknown;
|
|
12353
|
-
};
|
|
12193
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
12354
12194
|
}[] | undefined;
|
|
12355
12195
|
hidden?: boolean | undefined;
|
|
12356
12196
|
scope?: "operator" | "global" | undefined;
|
|
@@ -12440,18 +12280,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
12440
12280
|
placeholder?: string | undefined;
|
|
12441
12281
|
required?: boolean | undefined;
|
|
12442
12282
|
}[] | undefined;
|
|
12443
|
-
visibleWhen?:
|
|
12444
|
-
setting: string;
|
|
12445
|
-
equals?: unknown;
|
|
12446
|
-
notEquals?: unknown;
|
|
12447
|
-
} | undefined;
|
|
12283
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
12448
12284
|
descriptionWhen?: {
|
|
12449
12285
|
description: string;
|
|
12450
|
-
when:
|
|
12451
|
-
setting: string;
|
|
12452
|
-
equals?: unknown;
|
|
12453
|
-
notEquals?: unknown;
|
|
12454
|
-
};
|
|
12286
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
12455
12287
|
}[] | undefined;
|
|
12456
12288
|
hidden?: boolean | undefined;
|
|
12457
12289
|
}> | undefined;
|
|
@@ -12535,18 +12367,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
12535
12367
|
placeholder?: string | undefined;
|
|
12536
12368
|
required?: boolean | undefined;
|
|
12537
12369
|
}[] | undefined;
|
|
12538
|
-
visibleWhen?:
|
|
12539
|
-
setting: string;
|
|
12540
|
-
equals?: unknown;
|
|
12541
|
-
notEquals?: unknown;
|
|
12542
|
-
} | undefined;
|
|
12370
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
12543
12371
|
descriptionWhen?: {
|
|
12544
12372
|
description: string;
|
|
12545
|
-
when:
|
|
12546
|
-
setting: string;
|
|
12547
|
-
equals?: unknown;
|
|
12548
|
-
notEquals?: unknown;
|
|
12549
|
-
};
|
|
12373
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
12550
12374
|
}[] | undefined;
|
|
12551
12375
|
hidden?: boolean | undefined;
|
|
12552
12376
|
scope?: "operator" | "global" | undefined;
|
|
@@ -12640,18 +12464,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
12640
12464
|
placeholder?: string | undefined;
|
|
12641
12465
|
required?: boolean | undefined;
|
|
12642
12466
|
}[] | undefined;
|
|
12643
|
-
visibleWhen?:
|
|
12644
|
-
setting: string;
|
|
12645
|
-
equals?: unknown;
|
|
12646
|
-
notEquals?: unknown;
|
|
12647
|
-
} | undefined;
|
|
12467
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
12648
12468
|
descriptionWhen?: {
|
|
12649
12469
|
description: string;
|
|
12650
|
-
when:
|
|
12651
|
-
setting: string;
|
|
12652
|
-
equals?: unknown;
|
|
12653
|
-
notEquals?: unknown;
|
|
12654
|
-
};
|
|
12470
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
12655
12471
|
}[] | undefined;
|
|
12656
12472
|
hidden?: boolean | undefined;
|
|
12657
12473
|
}> | undefined;
|
|
@@ -12740,18 +12556,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
|
|
|
12740
12556
|
placeholder?: string | undefined;
|
|
12741
12557
|
required?: boolean | undefined;
|
|
12742
12558
|
}[] | undefined;
|
|
12743
|
-
visibleWhen?:
|
|
12744
|
-
setting: string;
|
|
12745
|
-
equals?: unknown;
|
|
12746
|
-
notEquals?: unknown;
|
|
12747
|
-
} | undefined;
|
|
12559
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
12748
12560
|
descriptionWhen?: {
|
|
12749
12561
|
description: string;
|
|
12750
|
-
when:
|
|
12751
|
-
setting: string;
|
|
12752
|
-
equals?: unknown;
|
|
12753
|
-
notEquals?: unknown;
|
|
12754
|
-
};
|
|
12562
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
12755
12563
|
}[] | undefined;
|
|
12756
12564
|
hidden?: boolean | undefined;
|
|
12757
12565
|
scope?: "operator" | "global" | undefined;
|
|
@@ -21422,48 +21230,16 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
21422
21230
|
key: string;
|
|
21423
21231
|
description?: string | undefined;
|
|
21424
21232
|
}>, "many">>;
|
|
21425
|
-
visibleWhen: z.ZodOptional<z.
|
|
21426
|
-
setting: z.ZodString;
|
|
21427
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
21428
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
21429
|
-
}, "strip", z.ZodTypeAny, {
|
|
21430
|
-
setting: string;
|
|
21431
|
-
equals?: unknown;
|
|
21432
|
-
notEquals?: unknown;
|
|
21433
|
-
}, {
|
|
21434
|
-
setting: string;
|
|
21435
|
-
equals?: unknown;
|
|
21436
|
-
notEquals?: unknown;
|
|
21437
|
-
}>>;
|
|
21233
|
+
visibleWhen: z.ZodOptional<z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>>;
|
|
21438
21234
|
descriptionWhen: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21439
|
-
when: z.
|
|
21440
|
-
setting: z.ZodString;
|
|
21441
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
21442
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
21443
|
-
}, "strip", z.ZodTypeAny, {
|
|
21444
|
-
setting: string;
|
|
21445
|
-
equals?: unknown;
|
|
21446
|
-
notEquals?: unknown;
|
|
21447
|
-
}, {
|
|
21448
|
-
setting: string;
|
|
21449
|
-
equals?: unknown;
|
|
21450
|
-
notEquals?: unknown;
|
|
21451
|
-
}>;
|
|
21235
|
+
when: z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>;
|
|
21452
21236
|
description: z.ZodString;
|
|
21453
21237
|
}, "strip", z.ZodTypeAny, {
|
|
21454
21238
|
description: string;
|
|
21455
|
-
when:
|
|
21456
|
-
setting: string;
|
|
21457
|
-
equals?: unknown;
|
|
21458
|
-
notEquals?: unknown;
|
|
21459
|
-
};
|
|
21239
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
21460
21240
|
}, {
|
|
21461
21241
|
description: string;
|
|
21462
|
-
when:
|
|
21463
|
-
setting: string;
|
|
21464
|
-
equals?: unknown;
|
|
21465
|
-
notEquals?: unknown;
|
|
21466
|
-
};
|
|
21242
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
21467
21243
|
}>, "many">>;
|
|
21468
21244
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
21469
21245
|
scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
|
|
@@ -21492,18 +21268,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
21492
21268
|
placeholder?: string | undefined;
|
|
21493
21269
|
required?: boolean | undefined;
|
|
21494
21270
|
}[] | undefined;
|
|
21495
|
-
visibleWhen?:
|
|
21496
|
-
setting: string;
|
|
21497
|
-
equals?: unknown;
|
|
21498
|
-
notEquals?: unknown;
|
|
21499
|
-
} | undefined;
|
|
21271
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
21500
21272
|
descriptionWhen?: {
|
|
21501
21273
|
description: string;
|
|
21502
|
-
when:
|
|
21503
|
-
setting: string;
|
|
21504
|
-
equals?: unknown;
|
|
21505
|
-
notEquals?: unknown;
|
|
21506
|
-
};
|
|
21274
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
21507
21275
|
}[] | undefined;
|
|
21508
21276
|
hidden?: boolean | undefined;
|
|
21509
21277
|
}, {
|
|
@@ -21530,18 +21298,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
21530
21298
|
placeholder?: string | undefined;
|
|
21531
21299
|
required?: boolean | undefined;
|
|
21532
21300
|
}[] | undefined;
|
|
21533
|
-
visibleWhen?:
|
|
21534
|
-
setting: string;
|
|
21535
|
-
equals?: unknown;
|
|
21536
|
-
notEquals?: unknown;
|
|
21537
|
-
} | undefined;
|
|
21301
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
21538
21302
|
descriptionWhen?: {
|
|
21539
21303
|
description: string;
|
|
21540
|
-
when:
|
|
21541
|
-
setting: string;
|
|
21542
|
-
equals?: unknown;
|
|
21543
|
-
notEquals?: unknown;
|
|
21544
|
-
};
|
|
21304
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
21545
21305
|
}[] | undefined;
|
|
21546
21306
|
hidden?: boolean | undefined;
|
|
21547
21307
|
scope?: "operator" | "global" | undefined;
|
|
@@ -21760,18 +21520,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
21760
21520
|
placeholder?: string | undefined;
|
|
21761
21521
|
required?: boolean | undefined;
|
|
21762
21522
|
}[] | undefined;
|
|
21763
|
-
visibleWhen?:
|
|
21764
|
-
setting: string;
|
|
21765
|
-
equals?: unknown;
|
|
21766
|
-
notEquals?: unknown;
|
|
21767
|
-
} | undefined;
|
|
21523
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
21768
21524
|
descriptionWhen?: {
|
|
21769
21525
|
description: string;
|
|
21770
|
-
when:
|
|
21771
|
-
setting: string;
|
|
21772
|
-
equals?: unknown;
|
|
21773
|
-
notEquals?: unknown;
|
|
21774
|
-
};
|
|
21526
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
21775
21527
|
}[] | undefined;
|
|
21776
21528
|
hidden?: boolean | undefined;
|
|
21777
21529
|
}> | undefined;
|
|
@@ -21852,18 +21604,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
21852
21604
|
placeholder?: string | undefined;
|
|
21853
21605
|
required?: boolean | undefined;
|
|
21854
21606
|
}[] | undefined;
|
|
21855
|
-
visibleWhen?:
|
|
21856
|
-
setting: string;
|
|
21857
|
-
equals?: unknown;
|
|
21858
|
-
notEquals?: unknown;
|
|
21859
|
-
} | undefined;
|
|
21607
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
21860
21608
|
descriptionWhen?: {
|
|
21861
21609
|
description: string;
|
|
21862
|
-
when:
|
|
21863
|
-
setting: string;
|
|
21864
|
-
equals?: unknown;
|
|
21865
|
-
notEquals?: unknown;
|
|
21866
|
-
};
|
|
21610
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
21867
21611
|
}[] | undefined;
|
|
21868
21612
|
hidden?: boolean | undefined;
|
|
21869
21613
|
scope?: "operator" | "global" | undefined;
|
|
@@ -22112,18 +21856,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22112
21856
|
placeholder?: string | undefined;
|
|
22113
21857
|
required?: boolean | undefined;
|
|
22114
21858
|
}[] | undefined;
|
|
22115
|
-
visibleWhen?:
|
|
22116
|
-
setting: string;
|
|
22117
|
-
equals?: unknown;
|
|
22118
|
-
notEquals?: unknown;
|
|
22119
|
-
} | undefined;
|
|
21859
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
22120
21860
|
descriptionWhen?: {
|
|
22121
21861
|
description: string;
|
|
22122
|
-
when:
|
|
22123
|
-
setting: string;
|
|
22124
|
-
equals?: unknown;
|
|
22125
|
-
notEquals?: unknown;
|
|
22126
|
-
};
|
|
21862
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22127
21863
|
}[] | undefined;
|
|
22128
21864
|
hidden?: boolean | undefined;
|
|
22129
21865
|
}> | undefined;
|
|
@@ -22242,18 +21978,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22242
21978
|
placeholder?: string | undefined;
|
|
22243
21979
|
required?: boolean | undefined;
|
|
22244
21980
|
}[] | undefined;
|
|
22245
|
-
visibleWhen?:
|
|
22246
|
-
setting: string;
|
|
22247
|
-
equals?: unknown;
|
|
22248
|
-
notEquals?: unknown;
|
|
22249
|
-
} | undefined;
|
|
21981
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
22250
21982
|
descriptionWhen?: {
|
|
22251
21983
|
description: string;
|
|
22252
|
-
when:
|
|
22253
|
-
setting: string;
|
|
22254
|
-
equals?: unknown;
|
|
22255
|
-
notEquals?: unknown;
|
|
22256
|
-
};
|
|
21984
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22257
21985
|
}[] | undefined;
|
|
22258
21986
|
hidden?: boolean | undefined;
|
|
22259
21987
|
scope?: "operator" | "global" | undefined;
|
|
@@ -22382,18 +22110,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22382
22110
|
placeholder?: string | undefined;
|
|
22383
22111
|
required?: boolean | undefined;
|
|
22384
22112
|
}[] | undefined;
|
|
22385
|
-
visibleWhen?:
|
|
22386
|
-
setting: string;
|
|
22387
|
-
equals?: unknown;
|
|
22388
|
-
notEquals?: unknown;
|
|
22389
|
-
} | undefined;
|
|
22113
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
22390
22114
|
descriptionWhen?: {
|
|
22391
22115
|
description: string;
|
|
22392
|
-
when:
|
|
22393
|
-
setting: string;
|
|
22394
|
-
equals?: unknown;
|
|
22395
|
-
notEquals?: unknown;
|
|
22396
|
-
};
|
|
22116
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22397
22117
|
}[] | undefined;
|
|
22398
22118
|
hidden?: boolean | undefined;
|
|
22399
22119
|
}> | undefined;
|
|
@@ -22517,18 +22237,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22517
22237
|
placeholder?: string | undefined;
|
|
22518
22238
|
required?: boolean | undefined;
|
|
22519
22239
|
}[] | undefined;
|
|
22520
|
-
visibleWhen?:
|
|
22521
|
-
setting: string;
|
|
22522
|
-
equals?: unknown;
|
|
22523
|
-
notEquals?: unknown;
|
|
22524
|
-
} | undefined;
|
|
22240
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
22525
22241
|
descriptionWhen?: {
|
|
22526
22242
|
description: string;
|
|
22527
|
-
when:
|
|
22528
|
-
setting: string;
|
|
22529
|
-
equals?: unknown;
|
|
22530
|
-
notEquals?: unknown;
|
|
22531
|
-
};
|
|
22243
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22532
22244
|
}[] | undefined;
|
|
22533
22245
|
hidden?: boolean | undefined;
|
|
22534
22246
|
scope?: "operator" | "global" | undefined;
|
|
@@ -22656,48 +22368,16 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22656
22368
|
key: string;
|
|
22657
22369
|
description?: string | undefined;
|
|
22658
22370
|
}>, "many">>;
|
|
22659
|
-
visibleWhen: z.ZodOptional<z.
|
|
22660
|
-
setting: z.ZodString;
|
|
22661
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
22662
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
22663
|
-
}, "strip", z.ZodTypeAny, {
|
|
22664
|
-
setting: string;
|
|
22665
|
-
equals?: unknown;
|
|
22666
|
-
notEquals?: unknown;
|
|
22667
|
-
}, {
|
|
22668
|
-
setting: string;
|
|
22669
|
-
equals?: unknown;
|
|
22670
|
-
notEquals?: unknown;
|
|
22671
|
-
}>>;
|
|
22371
|
+
visibleWhen: z.ZodOptional<z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>>;
|
|
22672
22372
|
descriptionWhen: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
22673
|
-
when: z.
|
|
22674
|
-
setting: z.ZodString;
|
|
22675
|
-
equals: z.ZodOptional<z.ZodUnknown>;
|
|
22676
|
-
notEquals: z.ZodOptional<z.ZodUnknown>;
|
|
22677
|
-
}, "strip", z.ZodTypeAny, {
|
|
22678
|
-
setting: string;
|
|
22679
|
-
equals?: unknown;
|
|
22680
|
-
notEquals?: unknown;
|
|
22681
|
-
}, {
|
|
22682
|
-
setting: string;
|
|
22683
|
-
equals?: unknown;
|
|
22684
|
-
notEquals?: unknown;
|
|
22685
|
-
}>;
|
|
22373
|
+
when: z.ZodType<import("./plugin.schema.js").PluginSettingCondition, z.ZodTypeDef, import("./plugin.schema.js").PluginSettingCondition>;
|
|
22686
22374
|
description: z.ZodString;
|
|
22687
22375
|
}, "strip", z.ZodTypeAny, {
|
|
22688
22376
|
description: string;
|
|
22689
|
-
when:
|
|
22690
|
-
setting: string;
|
|
22691
|
-
equals?: unknown;
|
|
22692
|
-
notEquals?: unknown;
|
|
22693
|
-
};
|
|
22377
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22694
22378
|
}, {
|
|
22695
22379
|
description: string;
|
|
22696
|
-
when:
|
|
22697
|
-
setting: string;
|
|
22698
|
-
equals?: unknown;
|
|
22699
|
-
notEquals?: unknown;
|
|
22700
|
-
};
|
|
22380
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22701
22381
|
}>, "many">>;
|
|
22702
22382
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
22703
22383
|
scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
|
|
@@ -22726,18 +22406,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22726
22406
|
placeholder?: string | undefined;
|
|
22727
22407
|
required?: boolean | undefined;
|
|
22728
22408
|
}[] | undefined;
|
|
22729
|
-
visibleWhen?:
|
|
22730
|
-
setting: string;
|
|
22731
|
-
equals?: unknown;
|
|
22732
|
-
notEquals?: unknown;
|
|
22733
|
-
} | undefined;
|
|
22409
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
22734
22410
|
descriptionWhen?: {
|
|
22735
22411
|
description: string;
|
|
22736
|
-
when:
|
|
22737
|
-
setting: string;
|
|
22738
|
-
equals?: unknown;
|
|
22739
|
-
notEquals?: unknown;
|
|
22740
|
-
};
|
|
22412
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22741
22413
|
}[] | undefined;
|
|
22742
22414
|
hidden?: boolean | undefined;
|
|
22743
22415
|
}, {
|
|
@@ -22764,18 +22436,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22764
22436
|
placeholder?: string | undefined;
|
|
22765
22437
|
required?: boolean | undefined;
|
|
22766
22438
|
}[] | undefined;
|
|
22767
|
-
visibleWhen?:
|
|
22768
|
-
setting: string;
|
|
22769
|
-
equals?: unknown;
|
|
22770
|
-
notEquals?: unknown;
|
|
22771
|
-
} | undefined;
|
|
22439
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
22772
22440
|
descriptionWhen?: {
|
|
22773
22441
|
description: string;
|
|
22774
|
-
when:
|
|
22775
|
-
setting: string;
|
|
22776
|
-
equals?: unknown;
|
|
22777
|
-
notEquals?: unknown;
|
|
22778
|
-
};
|
|
22442
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
22779
22443
|
}[] | undefined;
|
|
22780
22444
|
hidden?: boolean | undefined;
|
|
22781
22445
|
scope?: "operator" | "global" | undefined;
|
|
@@ -22994,18 +22658,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
22994
22658
|
placeholder?: string | undefined;
|
|
22995
22659
|
required?: boolean | undefined;
|
|
22996
22660
|
}[] | undefined;
|
|
22997
|
-
visibleWhen?:
|
|
22998
|
-
setting: string;
|
|
22999
|
-
equals?: unknown;
|
|
23000
|
-
notEquals?: unknown;
|
|
23001
|
-
} | undefined;
|
|
22661
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
23002
22662
|
descriptionWhen?: {
|
|
23003
22663
|
description: string;
|
|
23004
|
-
when:
|
|
23005
|
-
setting: string;
|
|
23006
|
-
equals?: unknown;
|
|
23007
|
-
notEquals?: unknown;
|
|
23008
|
-
};
|
|
22664
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
23009
22665
|
}[] | undefined;
|
|
23010
22666
|
hidden?: boolean | undefined;
|
|
23011
22667
|
}> | undefined;
|
|
@@ -23086,18 +22742,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
23086
22742
|
placeholder?: string | undefined;
|
|
23087
22743
|
required?: boolean | undefined;
|
|
23088
22744
|
}[] | undefined;
|
|
23089
|
-
visibleWhen?:
|
|
23090
|
-
setting: string;
|
|
23091
|
-
equals?: unknown;
|
|
23092
|
-
notEquals?: unknown;
|
|
23093
|
-
} | undefined;
|
|
22745
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
23094
22746
|
descriptionWhen?: {
|
|
23095
22747
|
description: string;
|
|
23096
|
-
when:
|
|
23097
|
-
setting: string;
|
|
23098
|
-
equals?: unknown;
|
|
23099
|
-
notEquals?: unknown;
|
|
23100
|
-
};
|
|
22748
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
23101
22749
|
}[] | undefined;
|
|
23102
22750
|
hidden?: boolean | undefined;
|
|
23103
22751
|
scope?: "operator" | "global" | undefined;
|
|
@@ -23187,18 +22835,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
23187
22835
|
placeholder?: string | undefined;
|
|
23188
22836
|
required?: boolean | undefined;
|
|
23189
22837
|
}[] | undefined;
|
|
23190
|
-
visibleWhen?:
|
|
23191
|
-
setting: string;
|
|
23192
|
-
equals?: unknown;
|
|
23193
|
-
notEquals?: unknown;
|
|
23194
|
-
} | undefined;
|
|
22838
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
23195
22839
|
descriptionWhen?: {
|
|
23196
22840
|
description: string;
|
|
23197
|
-
when:
|
|
23198
|
-
setting: string;
|
|
23199
|
-
equals?: unknown;
|
|
23200
|
-
notEquals?: unknown;
|
|
23201
|
-
};
|
|
22841
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
23202
22842
|
}[] | undefined;
|
|
23203
22843
|
hidden?: boolean | undefined;
|
|
23204
22844
|
}> | undefined;
|
|
@@ -23282,18 +22922,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
23282
22922
|
placeholder?: string | undefined;
|
|
23283
22923
|
required?: boolean | undefined;
|
|
23284
22924
|
}[] | undefined;
|
|
23285
|
-
visibleWhen?:
|
|
23286
|
-
setting: string;
|
|
23287
|
-
equals?: unknown;
|
|
23288
|
-
notEquals?: unknown;
|
|
23289
|
-
} | undefined;
|
|
22925
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
23290
22926
|
descriptionWhen?: {
|
|
23291
22927
|
description: string;
|
|
23292
|
-
when:
|
|
23293
|
-
setting: string;
|
|
23294
|
-
equals?: unknown;
|
|
23295
|
-
notEquals?: unknown;
|
|
23296
|
-
};
|
|
22928
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
23297
22929
|
}[] | undefined;
|
|
23298
22930
|
hidden?: boolean | undefined;
|
|
23299
22931
|
scope?: "operator" | "global" | undefined;
|
|
@@ -23387,18 +23019,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
23387
23019
|
placeholder?: string | undefined;
|
|
23388
23020
|
required?: boolean | undefined;
|
|
23389
23021
|
}[] | undefined;
|
|
23390
|
-
visibleWhen?:
|
|
23391
|
-
setting: string;
|
|
23392
|
-
equals?: unknown;
|
|
23393
|
-
notEquals?: unknown;
|
|
23394
|
-
} | undefined;
|
|
23022
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
23395
23023
|
descriptionWhen?: {
|
|
23396
23024
|
description: string;
|
|
23397
|
-
when:
|
|
23398
|
-
setting: string;
|
|
23399
|
-
equals?: unknown;
|
|
23400
|
-
notEquals?: unknown;
|
|
23401
|
-
};
|
|
23025
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
23402
23026
|
}[] | undefined;
|
|
23403
23027
|
hidden?: boolean | undefined;
|
|
23404
23028
|
}> | undefined;
|
|
@@ -23487,18 +23111,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
23487
23111
|
placeholder?: string | undefined;
|
|
23488
23112
|
required?: boolean | undefined;
|
|
23489
23113
|
}[] | undefined;
|
|
23490
|
-
visibleWhen?:
|
|
23491
|
-
setting: string;
|
|
23492
|
-
equals?: unknown;
|
|
23493
|
-
notEquals?: unknown;
|
|
23494
|
-
} | undefined;
|
|
23114
|
+
visibleWhen?: import("./plugin.schema.js").PluginSettingCondition | undefined;
|
|
23495
23115
|
descriptionWhen?: {
|
|
23496
23116
|
description: string;
|
|
23497
|
-
when:
|
|
23498
|
-
setting: string;
|
|
23499
|
-
equals?: unknown;
|
|
23500
|
-
notEquals?: unknown;
|
|
23501
|
-
};
|
|
23117
|
+
when: import("./plugin.schema.js").PluginSettingCondition;
|
|
23502
23118
|
}[] | undefined;
|
|
23503
23119
|
hidden?: boolean | undefined;
|
|
23504
23120
|
scope?: "operator" | "global" | undefined;
|