commandbar 1.7.1 → 1.7.3
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/build/commandbar-js/src/index.js +1 -1
- package/build/commandbar-js/src/init.d.ts +2 -8
- package/build/internal/src/client/AddContextOptions.d.ts +6 -7
- package/build/internal/src/client/AnalyticsEventTypes.d.ts +1 -1
- package/build/internal/src/client/CommandBarClientSDK.d.ts +33 -31
- package/build/internal/src/client/CommandBarSDK.d.ts +20 -4
- package/build/internal/src/client/EventHandler.d.ts +92 -3
- package/build/internal/src/client/globals.d.ts +2 -0
- package/build/internal/src/client/symbols.d.ts +7 -0
- package/build/internal/src/middleware/CommandFromClientV.d.ts +32 -47
- package/build/internal/src/middleware/OrganizationV.d.ts +15 -2
- package/build/internal/src/middleware/ResourceSettingsV.d.ts +6 -0
- package/build/internal/src/middleware/checklist.d.ts +740 -0
- package/build/internal/src/middleware/command.d.ts +718 -977
- package/build/internal/src/middleware/commandCategory.d.ts +32 -0
- package/build/internal/src/middleware/dashboardFlags.d.ts +9 -0
- package/build/internal/src/middleware/detailPreview.d.ts +4 -0
- package/build/internal/src/middleware/helpers/actions.d.ts +84 -0
- package/build/internal/src/middleware/helpers/argument.d.ts +0 -120
- package/build/internal/src/middleware/helpers/commandTemplate.d.ts +60 -60
- package/build/internal/src/middleware/helpers/endUser.d.ts +1 -0
- package/build/internal/src/middleware/helpers/goals.d.ts +26 -0
- package/build/internal/src/middleware/helpers/rules.d.ts +48 -22
- package/build/internal/src/middleware/helpers/tags.d.ts +7 -0
- package/build/internal/src/middleware/historyEvent.d.ts +0 -19
- package/build/internal/src/middleware/nudge.d.ts +925 -81
- package/build/internal/src/middleware/organization.d.ts +110 -60
- package/build/internal/src/middleware/skin.d.ts +13 -2
- package/build/internal/src/middleware/types.d.ts +38 -6
- package/build/internal/src/middleware/user.d.ts +2 -1
- package/build/internal/src/util/LocalStorage.d.ts +1 -1
- package/package.json +3 -4
- package/src/init.ts +2 -9
- package/src/snippet.ts +2 -2
- package/webpack.config.js +5 -0
@@ -8,15 +8,17 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
8
8
|
commandType: t.UnionC<[t.LiteralC<"independent">, t.LiteralC<"object">, t.LiteralC<"help">]>;
|
9
9
|
object: t.StringC;
|
10
10
|
hoverTooltip: t.BooleanC;
|
11
|
-
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
12
|
-
}>]>]>, t.IntersectionC<[t.TypeC<{
|
11
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"help_explorer">, t.LiteralC<"blank">, t.UndefinedC]>;
|
12
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
13
13
|
type: t.LiteralC<"link">;
|
14
14
|
value: t.StringC;
|
15
|
-
}>, t.
|
15
|
+
}>, t.PartialC<{
|
16
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
17
|
+
}>]>, t.IntersectionC<[t.TypeC<{}>, t.PartialC<{
|
16
18
|
commandType: t.UnionC<[t.LiteralC<"independent">, t.LiteralC<"object">, t.LiteralC<"help">]>;
|
17
19
|
object: t.StringC;
|
18
20
|
hoverTooltip: t.BooleanC;
|
19
|
-
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
21
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"help_explorer">, t.LiteralC<"blank">, t.UndefinedC]>;
|
20
22
|
}>]>]>, t.IntersectionC<[t.TypeC<{
|
21
23
|
type: t.LiteralC<"webhook">;
|
22
24
|
value: t.StringC;
|
@@ -24,7 +26,7 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
24
26
|
commandType: t.UnionC<[t.LiteralC<"independent">, t.LiteralC<"object">, t.LiteralC<"help">]>;
|
25
27
|
object: t.StringC;
|
26
28
|
hoverTooltip: t.BooleanC;
|
27
|
-
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
29
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"help_explorer">, t.LiteralC<"blank">, t.UndefinedC]>;
|
28
30
|
}>]>]>, t.IntersectionC<[t.TypeC<{
|
29
31
|
type: t.UnionC<[t.LiteralC<"click">, t.LiteralC<"clickBySelector">, t.LiteralC<"clickByXpath">]>;
|
30
32
|
value: t.ArrayC<t.StringC>;
|
@@ -32,7 +34,7 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
32
34
|
commandType: t.UnionC<[t.LiteralC<"independent">, t.LiteralC<"object">, t.LiteralC<"help">]>;
|
33
35
|
object: t.StringC;
|
34
36
|
hoverTooltip: t.BooleanC;
|
35
|
-
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
37
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"help_explorer">, t.LiteralC<"blank">, t.UndefinedC]>;
|
36
38
|
}>]>]>, t.IntersectionC<[t.TypeC<{
|
37
39
|
type: t.LiteralC<"request">;
|
38
40
|
value: t.IntersectionC<[t.TypeC<{
|
@@ -49,7 +51,7 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
49
51
|
commandType: t.UnionC<[t.LiteralC<"independent">, t.LiteralC<"object">, t.LiteralC<"help">]>;
|
50
52
|
object: t.StringC;
|
51
53
|
hoverTooltip: t.BooleanC;
|
52
|
-
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
54
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"help_explorer">, t.LiteralC<"blank">, t.UndefinedC]>;
|
53
55
|
}>]>]>, t.IntersectionC<[t.TypeC<{
|
54
56
|
type: t.LiteralC<"appcues">;
|
55
57
|
value: t.StringC;
|
@@ -57,15 +59,17 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
57
59
|
commandType: t.UnionC<[t.LiteralC<"independent">, t.LiteralC<"object">, t.LiteralC<"help">]>;
|
58
60
|
object: t.StringC;
|
59
61
|
hoverTooltip: t.BooleanC;
|
60
|
-
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
61
|
-
}>]>]>, t.IntersectionC<[t.TypeC<{
|
62
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"help_explorer">, t.LiteralC<"blank">, t.UndefinedC]>;
|
63
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
62
64
|
type: t.LiteralC<"helpdoc">;
|
63
65
|
value: t.StringC;
|
64
|
-
}>, t.
|
66
|
+
}>, t.PartialC<{
|
67
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.LiteralC<"help_explorer">, t.UndefinedC]>;
|
68
|
+
}>]>, t.IntersectionC<[t.TypeC<{}>, t.PartialC<{
|
65
69
|
commandType: t.UnionC<[t.LiteralC<"independent">, t.LiteralC<"object">, t.LiteralC<"help">]>;
|
66
70
|
object: t.StringC;
|
67
71
|
hoverTooltip: t.BooleanC;
|
68
|
-
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
|
72
|
+
operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"help_explorer">, t.LiteralC<"blank">, t.UndefinedC]>;
|
69
73
|
}>]>]>]>;
|
70
74
|
text: t.StringC;
|
71
75
|
}>, t.PartialC<{
|
@@ -88,11 +92,6 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
88
92
|
input_type: t.StringC;
|
89
93
|
preselected_key: t.StringC;
|
90
94
|
label_field: t.StringC;
|
91
|
-
availability_condition: t.ArrayC<t.TypeC<{
|
92
|
-
field: t.StringC;
|
93
|
-
operator: t.UnionC<[t.LiteralC<"==">, t.LiteralC<"!=">, t.LiteralC<"isTruthy">, t.LiteralC<"isFalsy">]>;
|
94
|
-
value: t.UnionC<[t.StringC, t.UndefinedC]>;
|
95
|
-
}>>;
|
96
95
|
loaded: t.ArrayC<t.AnyC>;
|
97
96
|
allow_create: t.BooleanC;
|
98
97
|
allow_create_label: t.StringC;
|
@@ -111,11 +110,6 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
111
110
|
input_type: t.StringC;
|
112
111
|
preselected_key: t.StringC;
|
113
112
|
label_field: t.StringC;
|
114
|
-
availability_condition: t.ArrayC<t.TypeC<{
|
115
|
-
field: t.StringC;
|
116
|
-
operator: t.UnionC<[t.LiteralC<"==">, t.LiteralC<"!=">, t.LiteralC<"isTruthy">, t.LiteralC<"isFalsy">]>;
|
117
|
-
value: t.UnionC<[t.StringC, t.UndefinedC]>;
|
118
|
-
}>>;
|
119
113
|
loaded: t.ArrayC<t.AnyC>;
|
120
114
|
allow_create: t.BooleanC;
|
121
115
|
allow_create_label: t.StringC;
|
@@ -132,11 +126,6 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
132
126
|
input_type: t.StringC;
|
133
127
|
preselected_key: t.StringC;
|
134
128
|
label_field: t.StringC;
|
135
|
-
availability_condition: t.ArrayC<t.TypeC<{
|
136
|
-
field: t.StringC;
|
137
|
-
operator: t.UnionC<[t.LiteralC<"==">, t.LiteralC<"!=">, t.LiteralC<"isTruthy">, t.LiteralC<"isFalsy">]>;
|
138
|
-
value: t.UnionC<[t.StringC, t.UndefinedC]>;
|
139
|
-
}>>;
|
140
129
|
loaded: t.ArrayC<t.AnyC>;
|
141
130
|
dateTimeArgumentTypeId: t.NumberC;
|
142
131
|
allow_create: t.BooleanC;
|
@@ -154,11 +143,6 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
154
143
|
input_type: t.StringC;
|
155
144
|
preselected_key: t.StringC;
|
156
145
|
label_field: t.StringC;
|
157
|
-
availability_condition: t.ArrayC<t.TypeC<{
|
158
|
-
field: t.StringC;
|
159
|
-
operator: t.UnionC<[t.LiteralC<"==">, t.LiteralC<"!=">, t.LiteralC<"isTruthy">, t.LiteralC<"isFalsy">]>;
|
160
|
-
value: t.UnionC<[t.StringC, t.UndefinedC]>;
|
161
|
-
}>>;
|
162
146
|
loaded: t.ArrayC<t.AnyC>;
|
163
147
|
allow_create: t.BooleanC;
|
164
148
|
allow_create_label: t.StringC;
|
@@ -175,11 +159,6 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
175
159
|
input_type: t.StringC;
|
176
160
|
preselected_key: t.StringC;
|
177
161
|
label_field: t.StringC;
|
178
|
-
availability_condition: t.ArrayC<t.TypeC<{
|
179
|
-
field: t.StringC;
|
180
|
-
operator: t.UnionC<[t.LiteralC<"==">, t.LiteralC<"!=">, t.LiteralC<"isTruthy">, t.LiteralC<"isFalsy">]>;
|
181
|
-
value: t.UnionC<[t.StringC, t.UndefinedC]>;
|
182
|
-
}>>;
|
183
162
|
loaded: t.ArrayC<t.AnyC>;
|
184
163
|
allow_create: t.BooleanC;
|
185
164
|
allow_create_label: t.StringC;
|
@@ -202,11 +181,6 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
202
181
|
input_type: t.StringC;
|
203
182
|
preselected_key: t.StringC;
|
204
183
|
label_field: t.StringC;
|
205
|
-
availability_condition: t.ArrayC<t.TypeC<{
|
206
|
-
field: t.StringC;
|
207
|
-
operator: t.UnionC<[t.LiteralC<"==">, t.LiteralC<"!=">, t.LiteralC<"isTruthy">, t.LiteralC<"isFalsy">]>;
|
208
|
-
value: t.UnionC<[t.StringC, t.UndefinedC]>;
|
209
|
-
}>>;
|
210
184
|
loaded: t.ArrayC<t.AnyC>;
|
211
185
|
allow_create: t.BooleanC;
|
212
186
|
allow_create_label: t.StringC;
|
@@ -215,6 +189,8 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
215
189
|
}>]>]>>;
|
216
190
|
category: t.UnionC<[t.NumberC, t.StringC, t.NullC]>;
|
217
191
|
icon: t.UnionC<[t.StringC, t.NullC]>;
|
192
|
+
icon_color: t.UnionC<[t.StringC, t.NullC]>;
|
193
|
+
image_color: t.UnionC<[t.StringC, t.NullC]>;
|
218
194
|
image: t.UnionC<[t.StringC, t.NullC]>;
|
219
195
|
celebrate: t.UnionC<[t.BooleanC, t.PartialC<{
|
220
196
|
angle: t.NumberC;
|
@@ -231,30 +207,34 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
231
207
|
random: t.AnyC;
|
232
208
|
}>, t.NullC]>;
|
233
209
|
availability_rules: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
234
|
-
type: t.UnionC<[t.LiteralC<"context">, t.LiteralC<"url">, t.LiteralC<"element">]>;
|
210
|
+
type: t.UnionC<[t.LiteralC<"context">, t.LiteralC<"url">, t.LiteralC<"element">, t.LiteralC<"executions">, t.LiteralC<"shortcuts">, t.LiteralC<"last_seen">, t.LiteralC<"first_seen">, t.LiteralC<"sessions">, t.LiteralC<"opens">, t.LiteralC<"deadends">]>;
|
235
211
|
operator: t.KeyofC<{
|
236
212
|
includes: null;
|
237
213
|
endsWith: null;
|
238
214
|
startsWith: null;
|
239
215
|
is: null;
|
240
|
-
isTruthy: null;
|
241
|
-
isFalsy: null;
|
242
216
|
isNot: null;
|
243
217
|
isTrue: null;
|
244
218
|
isFalse: null;
|
219
|
+
isTruthy: null;
|
220
|
+
isFalsy: null;
|
245
221
|
doesNotInclude: null;
|
246
222
|
matchesRegex: null;
|
247
223
|
isGreaterThan: null;
|
248
224
|
isLessThan: null;
|
225
|
+
isBefore: null;
|
226
|
+
isAfter: null;
|
249
227
|
isDefined: null;
|
250
228
|
isNotDefined: null;
|
251
229
|
classnameOnPage: null;
|
252
230
|
idOnPage: null;
|
231
|
+
selectorOnPage: null;
|
253
232
|
}>;
|
254
233
|
}>, t.PartialC<{
|
255
234
|
field: t.StringC;
|
256
235
|
value: t.StringC;
|
257
236
|
reason: t.StringC;
|
237
|
+
rule_id: t.UnionC<[t.NumberC, t.StringC]>;
|
258
238
|
}>]>>;
|
259
239
|
recommend_rules: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
260
240
|
type: t.LiteralC<"always">;
|
@@ -263,31 +243,36 @@ export declare const CommandFromClientV: t.IntersectionC<[t.TypeC<{
|
|
263
243
|
field: t.UnionC<[t.UndefinedC, t.NullC]>;
|
264
244
|
value: t.UnionC<[t.UndefinedC, t.NullC]>;
|
265
245
|
reason: t.UnionC<[t.UndefinedC, t.NullC]>;
|
246
|
+
rule_id: t.UnionC<[t.NumberC, t.StringC]>;
|
266
247
|
}>]>, t.IntersectionC<[t.TypeC<{
|
267
|
-
type: t.UnionC<[t.LiteralC<"context">, t.LiteralC<"url">, t.LiteralC<"element">]>;
|
248
|
+
type: t.UnionC<[t.LiteralC<"context">, t.LiteralC<"url">, t.LiteralC<"element">, t.LiteralC<"executions">, t.LiteralC<"shortcuts">, t.LiteralC<"last_seen">, t.LiteralC<"first_seen">, t.LiteralC<"sessions">, t.LiteralC<"opens">, t.LiteralC<"deadends">]>;
|
268
249
|
operator: t.KeyofC<{
|
269
250
|
includes: null;
|
270
251
|
endsWith: null;
|
271
252
|
startsWith: null;
|
272
253
|
is: null;
|
273
|
-
isTruthy: null;
|
274
|
-
isFalsy: null;
|
275
254
|
isNot: null;
|
276
255
|
isTrue: null;
|
277
256
|
isFalse: null;
|
257
|
+
isTruthy: null;
|
258
|
+
isFalsy: null;
|
278
259
|
doesNotInclude: null;
|
279
260
|
matchesRegex: null;
|
280
261
|
isGreaterThan: null;
|
281
262
|
isLessThan: null;
|
263
|
+
isBefore: null;
|
264
|
+
isAfter: null;
|
282
265
|
isDefined: null;
|
283
266
|
isNotDefined: null;
|
284
267
|
classnameOnPage: null;
|
285
268
|
idOnPage: null;
|
269
|
+
selectorOnPage: null;
|
286
270
|
}>;
|
287
271
|
}>, t.PartialC<{
|
288
272
|
field: t.StringC;
|
289
273
|
value: t.StringC;
|
290
274
|
reason: t.StringC;
|
275
|
+
rule_id: t.UnionC<[t.NumberC, t.StringC]>;
|
291
276
|
}>]>]>>;
|
292
277
|
availability_expression: t.ArrayC<t.Type<import("./helpers/rules").RuleExpression, import("./helpers/rules").RuleExpression, unknown>>;
|
293
278
|
recommend_expression: t.ArrayC<t.Type<import("./helpers/rules").RuleExpression, import("./helpers/rules").RuleExpression, unknown>>;
|
@@ -3,7 +3,7 @@ declare const OrganizationAdditionalV: t.TypeC<{
|
|
3
3
|
launcher_type: t.UnionC<[t.LiteralC<"minimal">, t.LiteralC<"alternate">, t.LiteralC<"prompt">, t.LiteralC<"none">]>;
|
4
4
|
launcher_position: t.UnionC<[t.LiteralC<"topRight">, t.LiteralC<"topLeft">, t.LiteralC<"bottomRight">, t.LiteralC<"bottomLeft">]>;
|
5
5
|
show_launcher_recommendations: t.BooleanC;
|
6
|
-
recommendations_type: t.UnionC<[t.LiteralC<"None">, t.LiteralC<"Custom">, t.LiteralC<"Algorithm"
|
6
|
+
recommendations_type: t.UnionC<[t.LiteralC<"None">, t.LiteralC<"Custom">, t.LiteralC<"Algorithm">, t.UndefinedC]>;
|
7
7
|
launcher_offset_x: t.NumberC;
|
8
8
|
launcher_offset_y: t.NumberC;
|
9
9
|
theme: t.ObjectC;
|
@@ -24,10 +24,13 @@ declare const OrganizationAdditionalV: t.TypeC<{
|
|
24
24
|
unfurl: t.BooleanC;
|
25
25
|
description_field: t.StringC;
|
26
26
|
icon: t.StringC;
|
27
|
+
icon_color: t.StringC;
|
28
|
+
image_color: t.StringC;
|
27
29
|
image: t.StringC;
|
28
30
|
sort_key: t.NumberC;
|
29
31
|
max_options_count: t.UnionC<[t.NumberC, t.NullC]>;
|
30
32
|
sortFunction: t.AnyC;
|
33
|
+
hasSearchFunction: t.BooleanC;
|
31
34
|
default_command_id: t.UnionC<[t.NumberC, t.StringC, t.UndefinedC]>;
|
32
35
|
render_as: t.UnionC<[t.LiteralC<"list">, t.LiteralC<"grid">]>;
|
33
36
|
showResources: t.BooleanC;
|
@@ -62,6 +65,7 @@ declare const OrganizationAdditionalV: t.TypeC<{
|
|
62
65
|
in_bar_feedback: t.BooleanC;
|
63
66
|
summon_hotkey_override: t.UnionC<[t.StringC, t.NullC]>;
|
64
67
|
end_user_hotkeys: t.UnionC<[t.UndefinedC, t.BooleanC]>;
|
68
|
+
force_end_user_identity_verification: t.BooleanC;
|
65
69
|
end_user_shortcuts_enabled: t.BooleanC;
|
66
70
|
end_user_recents_enabled: t.BooleanC;
|
67
71
|
releases_available: t.BooleanC;
|
@@ -76,6 +80,8 @@ declare const OrganizationAdditionalV: t.TypeC<{
|
|
76
80
|
slash_filters_enabled: t.BooleanC;
|
77
81
|
recents_sort_key: t.UnionC<[t.NumberC, t.NullC]>;
|
78
82
|
recommended_sort_key: t.UnionC<[t.NumberC, t.NullC]>;
|
83
|
+
show_suggested_synonyms: t.BooleanC;
|
84
|
+
has_hotloaded_help_docs: t.BooleanC;
|
79
85
|
}>;
|
80
86
|
export declare const defaults: t.TypeOf<typeof OrganizationAdditionalV>;
|
81
87
|
export declare const OrganizationV: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
@@ -86,7 +92,7 @@ export declare const OrganizationV: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
86
92
|
launcher_type: t.UnionC<[t.LiteralC<"minimal">, t.LiteralC<"alternate">, t.LiteralC<"prompt">, t.LiteralC<"none">]>;
|
87
93
|
launcher_position: t.UnionC<[t.LiteralC<"topRight">, t.LiteralC<"topLeft">, t.LiteralC<"bottomRight">, t.LiteralC<"bottomLeft">]>;
|
88
94
|
show_launcher_recommendations: t.BooleanC;
|
89
|
-
recommendations_type: t.UnionC<[t.LiteralC<"None">, t.LiteralC<"Custom">, t.LiteralC<"Algorithm"
|
95
|
+
recommendations_type: t.UnionC<[t.LiteralC<"None">, t.LiteralC<"Custom">, t.LiteralC<"Algorithm">, t.UndefinedC]>;
|
90
96
|
launcher_offset_x: t.NumberC;
|
91
97
|
launcher_offset_y: t.NumberC;
|
92
98
|
theme: t.ObjectC;
|
@@ -107,10 +113,13 @@ export declare const OrganizationV: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
107
113
|
unfurl: t.BooleanC;
|
108
114
|
description_field: t.StringC;
|
109
115
|
icon: t.StringC;
|
116
|
+
icon_color: t.StringC;
|
117
|
+
image_color: t.StringC;
|
110
118
|
image: t.StringC;
|
111
119
|
sort_key: t.NumberC;
|
112
120
|
max_options_count: t.UnionC<[t.NumberC, t.NullC]>;
|
113
121
|
sortFunction: t.AnyC;
|
122
|
+
hasSearchFunction: t.BooleanC;
|
114
123
|
default_command_id: t.UnionC<[t.NumberC, t.StringC, t.UndefinedC]>;
|
115
124
|
render_as: t.UnionC<[t.LiteralC<"list">, t.LiteralC<"grid">]>;
|
116
125
|
showResources: t.BooleanC;
|
@@ -145,6 +154,7 @@ export declare const OrganizationV: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
145
154
|
in_bar_feedback: t.BooleanC;
|
146
155
|
summon_hotkey_override: t.UnionC<[t.StringC, t.NullC]>;
|
147
156
|
end_user_hotkeys: t.UnionC<[t.UndefinedC, t.BooleanC]>;
|
157
|
+
force_end_user_identity_verification: t.BooleanC;
|
148
158
|
end_user_shortcuts_enabled: t.BooleanC;
|
149
159
|
end_user_recents_enabled: t.BooleanC;
|
150
160
|
releases_available: t.BooleanC;
|
@@ -159,6 +169,9 @@ export declare const OrganizationV: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
159
169
|
slash_filters_enabled: t.BooleanC;
|
160
170
|
recents_sort_key: t.UnionC<[t.NumberC, t.NullC]>;
|
161
171
|
recommended_sort_key: t.UnionC<[t.NumberC, t.NullC]>;
|
172
|
+
show_suggested_synonyms: t.BooleanC;
|
173
|
+
has_hotloaded_help_docs: t.BooleanC;
|
162
174
|
}>]>;
|
163
175
|
export declare type IOrganizationType = t.TypeOf<typeof OrganizationV> & unknown;
|
176
|
+
export declare const unknownOrganization: IOrganizationType;
|
164
177
|
export {};
|
@@ -16,10 +16,13 @@ export declare const ResourceSettingsV: t.PartialC<{
|
|
16
16
|
unfurl: t.BooleanC;
|
17
17
|
description_field: t.StringC;
|
18
18
|
icon: t.StringC;
|
19
|
+
icon_color: t.StringC;
|
20
|
+
image_color: t.StringC;
|
19
21
|
image: t.StringC;
|
20
22
|
sort_key: t.NumberC;
|
21
23
|
max_options_count: t.UnionC<[t.NumberC, t.NullC]>;
|
22
24
|
sortFunction: t.AnyC;
|
25
|
+
hasSearchFunction: t.BooleanC;
|
23
26
|
default_command_id: t.UnionC<[t.NumberC, t.StringC, t.UndefinedC]>;
|
24
27
|
render_as: t.UnionC<[t.LiteralC<"list">, t.LiteralC<"grid">]>;
|
25
28
|
showResources: t.BooleanC;
|
@@ -56,10 +59,13 @@ export declare const ResourceSettingsByContextKeyV: t.RecordC<t.StringC, t.Parti
|
|
56
59
|
unfurl: t.BooleanC;
|
57
60
|
description_field: t.StringC;
|
58
61
|
icon: t.StringC;
|
62
|
+
icon_color: t.StringC;
|
63
|
+
image_color: t.StringC;
|
59
64
|
image: t.StringC;
|
60
65
|
sort_key: t.NumberC;
|
61
66
|
max_options_count: t.UnionC<[t.NumberC, t.NullC]>;
|
62
67
|
sortFunction: t.AnyC;
|
68
|
+
hasSearchFunction: t.BooleanC;
|
63
69
|
default_command_id: t.UnionC<[t.NumberC, t.StringC, t.UndefinedC]>;
|
64
70
|
render_as: t.UnionC<[t.LiteralC<"list">, t.LiteralC<"grid">]>;
|
65
71
|
showResources: t.BooleanC;
|