commandbar 1.13.1 → 1.14.0
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.d.ts +0 -2
- package/build/commandbar-js/src/index.js +1 -2
- package/build/internal/src/middleware/OrganizationV.d.ts +8 -0
- package/build/internal/src/middleware/chat.d.ts +705 -705
- package/build/internal/src/middleware/command.d.ts +311 -311
- package/build/internal/src/middleware/experienceTemplate.d.ts +104 -40
- package/build/internal/src/middleware/experiencesSearch.d.ts +105 -105
- package/build/internal/src/middleware/flags.d.ts +2 -0
- package/build/internal/src/middleware/helpDocsSearch.d.ts +75 -75
- package/build/internal/src/middleware/helpers/rules.d.ts +1 -1
- package/build/internal/src/middleware/nudge.d.ts +116 -45
- package/build/internal/src/middleware/organization.d.ts +91 -75
- package/build/internal/src/middleware/organizationSettings.d.ts +22 -6
- package/build/internal/src/middleware/types.d.ts +10 -0
- package/build/internal/src/util/operatingSystem.d.ts +1 -0
- package/package.json +1 -2
- package/src/index.ts +0 -2
- package/build/commandbar-js/src/index.js.LICENSE.txt +0 -14
@@ -244,7 +244,7 @@ export declare const CommandV: t.Type<{
|
|
244
244
|
type: "callback";
|
245
245
|
value: string;
|
246
246
|
} & {} & {
|
247
|
-
commandType?: "object" | "
|
247
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
248
248
|
object?: string | undefined;
|
249
249
|
hoverTooltip?: boolean | undefined;
|
250
250
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -260,7 +260,7 @@ export declare const CommandV: t.Type<{
|
|
260
260
|
command: string;
|
261
261
|
} | undefined;
|
262
262
|
} & {} & {
|
263
|
-
commandType?: "object" | "
|
263
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
264
264
|
object?: string | undefined;
|
265
265
|
hoverTooltip?: boolean | undefined;
|
266
266
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -271,7 +271,7 @@ export declare const CommandV: t.Type<{
|
|
271
271
|
type: "webhook";
|
272
272
|
value: string;
|
273
273
|
} & {} & {
|
274
|
-
commandType?: "object" | "
|
274
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
275
275
|
object?: string | undefined;
|
276
276
|
hoverTooltip?: boolean | undefined;
|
277
277
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -282,7 +282,7 @@ export declare const CommandV: t.Type<{
|
|
282
282
|
type: "click" | "clickBySelector" | "clickByXpath";
|
283
283
|
value: string[];
|
284
284
|
} & {} & {
|
285
|
-
commandType?: "object" | "
|
285
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
286
286
|
object?: string | undefined;
|
287
287
|
hoverTooltip?: boolean | undefined;
|
288
288
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -306,7 +306,7 @@ export declare const CommandV: t.Type<{
|
|
306
306
|
onError?: string | undefined;
|
307
307
|
};
|
308
308
|
} & {} & {
|
309
|
-
commandType?: "object" | "
|
309
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
310
310
|
object?: string | undefined;
|
311
311
|
hoverTooltip?: boolean | undefined;
|
312
312
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -317,7 +317,7 @@ export declare const CommandV: t.Type<{
|
|
317
317
|
type: "appcues";
|
318
318
|
value: string;
|
319
319
|
} & {} & {
|
320
|
-
commandType?: "object" | "
|
320
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
321
321
|
object?: string | undefined;
|
322
322
|
hoverTooltip?: boolean | undefined;
|
323
323
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -328,7 +328,7 @@ export declare const CommandV: t.Type<{
|
|
328
328
|
type: "pendo_guide";
|
329
329
|
value: string;
|
330
330
|
} & {} & {
|
331
|
-
commandType?: "object" | "
|
331
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
332
332
|
object?: string | undefined;
|
333
333
|
hoverTooltip?: boolean | undefined;
|
334
334
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -347,7 +347,7 @@ export declare const CommandV: t.Type<{
|
|
347
347
|
} & {
|
348
348
|
doc_type?: "answer" | "doc" | undefined;
|
349
349
|
} & {} & {
|
350
|
-
commandType?: "object" | "
|
350
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
351
351
|
object?: string | undefined;
|
352
352
|
hoverTooltip?: boolean | undefined;
|
353
353
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -358,7 +358,7 @@ export declare const CommandV: t.Type<{
|
|
358
358
|
type: "admin";
|
359
359
|
value: string;
|
360
360
|
} & {} & {
|
361
|
-
commandType?: "object" | "
|
361
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
362
362
|
object?: string | undefined;
|
363
363
|
hoverTooltip?: boolean | undefined;
|
364
364
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -369,7 +369,7 @@ export declare const CommandV: t.Type<{
|
|
369
369
|
type: "builtin";
|
370
370
|
value: string;
|
371
371
|
} & {} & {
|
372
|
-
commandType?: "object" | "
|
372
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
373
373
|
object?: string | undefined;
|
374
374
|
hoverTooltip?: boolean | undefined;
|
375
375
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -380,7 +380,7 @@ export declare const CommandV: t.Type<{
|
|
380
380
|
type: "script";
|
381
381
|
value: string;
|
382
382
|
} & {} & {
|
383
|
-
commandType?: "object" | "
|
383
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
384
384
|
object?: string | undefined;
|
385
385
|
hoverTooltip?: boolean | undefined;
|
386
386
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -391,7 +391,7 @@ export declare const CommandV: t.Type<{
|
|
391
391
|
type: "video";
|
392
392
|
value: string;
|
393
393
|
} & {} & {
|
394
|
-
commandType?: "object" | "
|
394
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
395
395
|
object?: string | undefined;
|
396
396
|
hoverTooltip?: boolean | undefined;
|
397
397
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -461,7 +461,7 @@ export declare const CommandV: t.Type<{
|
|
461
461
|
query?: string | undefined;
|
462
462
|
});
|
463
463
|
} & {} & {
|
464
|
-
commandType?: "object" | "
|
464
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
465
465
|
object?: string | undefined;
|
466
466
|
hoverTooltip?: boolean | undefined;
|
467
467
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -557,7 +557,7 @@ export declare const CommandV: t.Type<{
|
|
557
557
|
};
|
558
558
|
tags: string[];
|
559
559
|
availability_rules: (({
|
560
|
-
type: "url" | "element" | "
|
560
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
561
561
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
562
562
|
} & {
|
563
563
|
field?: string | undefined;
|
@@ -586,7 +586,7 @@ export declare const CommandV: t.Type<{
|
|
586
586
|
reason?: string | undefined;
|
587
587
|
}))[];
|
588
588
|
recommend_rules: (({
|
589
|
-
type: "url" | "element" | "
|
589
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
590
590
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
591
591
|
} & {
|
592
592
|
field?: string | undefined;
|
@@ -796,7 +796,7 @@ export declare const CommandV: t.Type<{
|
|
796
796
|
type: "callback";
|
797
797
|
value: string;
|
798
798
|
} & {} & {
|
799
|
-
commandType?: "object" | "
|
799
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
800
800
|
object?: string | undefined;
|
801
801
|
hoverTooltip?: boolean | undefined;
|
802
802
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -812,7 +812,7 @@ export declare const CommandV: t.Type<{
|
|
812
812
|
command: string;
|
813
813
|
} | undefined;
|
814
814
|
} & {} & {
|
815
|
-
commandType?: "object" | "
|
815
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
816
816
|
object?: string | undefined;
|
817
817
|
hoverTooltip?: boolean | undefined;
|
818
818
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -823,7 +823,7 @@ export declare const CommandV: t.Type<{
|
|
823
823
|
type: "webhook";
|
824
824
|
value: string;
|
825
825
|
} & {} & {
|
826
|
-
commandType?: "object" | "
|
826
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
827
827
|
object?: string | undefined;
|
828
828
|
hoverTooltip?: boolean | undefined;
|
829
829
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -834,7 +834,7 @@ export declare const CommandV: t.Type<{
|
|
834
834
|
type: "click" | "clickBySelector" | "clickByXpath";
|
835
835
|
value: string[];
|
836
836
|
} & {} & {
|
837
|
-
commandType?: "object" | "
|
837
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
838
838
|
object?: string | undefined;
|
839
839
|
hoverTooltip?: boolean | undefined;
|
840
840
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -858,7 +858,7 @@ export declare const CommandV: t.Type<{
|
|
858
858
|
onError?: string | undefined;
|
859
859
|
};
|
860
860
|
} & {} & {
|
861
|
-
commandType?: "object" | "
|
861
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
862
862
|
object?: string | undefined;
|
863
863
|
hoverTooltip?: boolean | undefined;
|
864
864
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -869,7 +869,7 @@ export declare const CommandV: t.Type<{
|
|
869
869
|
type: "appcues";
|
870
870
|
value: string;
|
871
871
|
} & {} & {
|
872
|
-
commandType?: "object" | "
|
872
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
873
873
|
object?: string | undefined;
|
874
874
|
hoverTooltip?: boolean | undefined;
|
875
875
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -880,7 +880,7 @@ export declare const CommandV: t.Type<{
|
|
880
880
|
type: "pendo_guide";
|
881
881
|
value: string;
|
882
882
|
} & {} & {
|
883
|
-
commandType?: "object" | "
|
883
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
884
884
|
object?: string | undefined;
|
885
885
|
hoverTooltip?: boolean | undefined;
|
886
886
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -899,7 +899,7 @@ export declare const CommandV: t.Type<{
|
|
899
899
|
} & {
|
900
900
|
doc_type?: "answer" | "doc" | undefined;
|
901
901
|
} & {} & {
|
902
|
-
commandType?: "object" | "
|
902
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
903
903
|
object?: string | undefined;
|
904
904
|
hoverTooltip?: boolean | undefined;
|
905
905
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -910,7 +910,7 @@ export declare const CommandV: t.Type<{
|
|
910
910
|
type: "admin";
|
911
911
|
value: string;
|
912
912
|
} & {} & {
|
913
|
-
commandType?: "object" | "
|
913
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
914
914
|
object?: string | undefined;
|
915
915
|
hoverTooltip?: boolean | undefined;
|
916
916
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -921,7 +921,7 @@ export declare const CommandV: t.Type<{
|
|
921
921
|
type: "builtin";
|
922
922
|
value: string;
|
923
923
|
} & {} & {
|
924
|
-
commandType?: "object" | "
|
924
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
925
925
|
object?: string | undefined;
|
926
926
|
hoverTooltip?: boolean | undefined;
|
927
927
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -932,7 +932,7 @@ export declare const CommandV: t.Type<{
|
|
932
932
|
type: "script";
|
933
933
|
value: string;
|
934
934
|
} & {} & {
|
935
|
-
commandType?: "object" | "
|
935
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
936
936
|
object?: string | undefined;
|
937
937
|
hoverTooltip?: boolean | undefined;
|
938
938
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -943,7 +943,7 @@ export declare const CommandV: t.Type<{
|
|
943
943
|
type: "video";
|
944
944
|
value: string;
|
945
945
|
} & {} & {
|
946
|
-
commandType?: "object" | "
|
946
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
947
947
|
object?: string | undefined;
|
948
948
|
hoverTooltip?: boolean | undefined;
|
949
949
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1013,7 +1013,7 @@ export declare const CommandV: t.Type<{
|
|
1013
1013
|
query?: string | undefined;
|
1014
1014
|
});
|
1015
1015
|
} & {} & {
|
1016
|
-
commandType?: "object" | "
|
1016
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1017
1017
|
object?: string | undefined;
|
1018
1018
|
hoverTooltip?: boolean | undefined;
|
1019
1019
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1109,7 +1109,7 @@ export declare const CommandV: t.Type<{
|
|
1109
1109
|
};
|
1110
1110
|
tags: string[];
|
1111
1111
|
availability_rules: (({
|
1112
|
-
type: "url" | "element" | "
|
1112
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
1113
1113
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1114
1114
|
} & {
|
1115
1115
|
field?: string | undefined;
|
@@ -1138,7 +1138,7 @@ export declare const CommandV: t.Type<{
|
|
1138
1138
|
reason?: string | undefined;
|
1139
1139
|
}))[];
|
1140
1140
|
recommend_rules: (({
|
1141
|
-
type: "url" | "element" | "
|
1141
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
1142
1142
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1143
1143
|
} & {
|
1144
1144
|
field?: string | undefined;
|
@@ -2621,7 +2621,7 @@ export declare const CommandLiteV: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
2621
2621
|
copilot_cta_label: t.StringC;
|
2622
2622
|
copilot_description: t.StringC;
|
2623
2623
|
copilot_use_verbatim: t.BooleanC;
|
2624
|
-
}, "image" | "confirm" | "icon" | "
|
2624
|
+
}, "image" | "confirm" | "icon" | "icon_color" | "image_color" | "sort_key" | "show_preview" | "shortcut_mac" | "shortcut_win" | "hotkey_mac" | "hotkey_win" | "tags" | "heading" | "arguments" | "category" | "celebrate" | "availability_rules" | "recommend_rules" | "availability_expression" | "recommend_expression" | "audience" | "extra" | "is_live" | "always_recommend" | "shortcut" | "recommend_sort_key" | "thumbnail" | "next_steps" | "copilot_suggest" | "show_in_spotlight_search" | "show_in_helphub_search" | "copilot_cta_label" | "copilot_description" | "copilot_use_verbatim">>, t.PartialC<{
|
2625
2625
|
third_party_source: t.UnionC<[t.StringC, t.NullC]>;
|
2626
2626
|
third_party_id: t.UnionC<[t.StringC, t.NullC]>;
|
2627
2627
|
training_only: t.BooleanC;
|
@@ -3338,7 +3338,7 @@ export declare const EditorCommandLiteV: t.IntersectionC<[t.IntersectionC<[t.Typ
|
|
3338
3338
|
copilot_use_verbatim: t.BooleanC;
|
3339
3339
|
editor_tags: t.ArrayC<t.StringC>;
|
3340
3340
|
labels: t.UnionC<[t.NullC, t.ArrayC<t.StringC>]>;
|
3341
|
-
}, "image" | "labels" | "confirm" | "icon" | "
|
3341
|
+
}, "image" | "labels" | "confirm" | "icon" | "icon_color" | "image_color" | "sort_key" | "show_preview" | "shortcut_mac" | "shortcut_win" | "hotkey_mac" | "hotkey_win" | "tags" | "heading" | "arguments" | "category" | "celebrate" | "availability_rules" | "recommend_rules" | "availability_expression" | "recommend_expression" | "is_live" | "always_recommend" | "shortcut" | "recommend_sort_key" | "thumbnail" | "next_steps" | "generated_tags" | "copilot_suggest" | "show_in_spotlight_search" | "show_in_helphub_search" | "copilot_cta_label" | "copilot_description" | "copilot_use_verbatim" | "editor_tags">>, t.PartialC<{
|
3342
3342
|
third_party_source: t.UnionC<[t.StringC, t.NullC]>;
|
3343
3343
|
third_party_id: t.UnionC<[t.StringC, t.NullC]>;
|
3344
3344
|
training_only: t.BooleanC;
|
@@ -4098,7 +4098,7 @@ export declare const create: (object: {
|
|
4098
4098
|
type: "callback";
|
4099
4099
|
value: string;
|
4100
4100
|
} & {} & {
|
4101
|
-
commandType?: "object" | "
|
4101
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4102
4102
|
object?: string | undefined;
|
4103
4103
|
hoverTooltip?: boolean | undefined;
|
4104
4104
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4114,7 +4114,7 @@ export declare const create: (object: {
|
|
4114
4114
|
command: string;
|
4115
4115
|
} | undefined;
|
4116
4116
|
} & {} & {
|
4117
|
-
commandType?: "object" | "
|
4117
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4118
4118
|
object?: string | undefined;
|
4119
4119
|
hoverTooltip?: boolean | undefined;
|
4120
4120
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4125,7 +4125,7 @@ export declare const create: (object: {
|
|
4125
4125
|
type: "webhook";
|
4126
4126
|
value: string;
|
4127
4127
|
} & {} & {
|
4128
|
-
commandType?: "object" | "
|
4128
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4129
4129
|
object?: string | undefined;
|
4130
4130
|
hoverTooltip?: boolean | undefined;
|
4131
4131
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4136,7 +4136,7 @@ export declare const create: (object: {
|
|
4136
4136
|
type: "click" | "clickBySelector" | "clickByXpath";
|
4137
4137
|
value: string[];
|
4138
4138
|
} & {} & {
|
4139
|
-
commandType?: "object" | "
|
4139
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4140
4140
|
object?: string | undefined;
|
4141
4141
|
hoverTooltip?: boolean | undefined;
|
4142
4142
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4160,7 +4160,7 @@ export declare const create: (object: {
|
|
4160
4160
|
onError?: string | undefined;
|
4161
4161
|
};
|
4162
4162
|
} & {} & {
|
4163
|
-
commandType?: "object" | "
|
4163
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4164
4164
|
object?: string | undefined;
|
4165
4165
|
hoverTooltip?: boolean | undefined;
|
4166
4166
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4171,7 +4171,7 @@ export declare const create: (object: {
|
|
4171
4171
|
type: "appcues";
|
4172
4172
|
value: string;
|
4173
4173
|
} & {} & {
|
4174
|
-
commandType?: "object" | "
|
4174
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4175
4175
|
object?: string | undefined;
|
4176
4176
|
hoverTooltip?: boolean | undefined;
|
4177
4177
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4182,7 +4182,7 @@ export declare const create: (object: {
|
|
4182
4182
|
type: "pendo_guide";
|
4183
4183
|
value: string;
|
4184
4184
|
} & {} & {
|
4185
|
-
commandType?: "object" | "
|
4185
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4186
4186
|
object?: string | undefined;
|
4187
4187
|
hoverTooltip?: boolean | undefined;
|
4188
4188
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4201,7 +4201,7 @@ export declare const create: (object: {
|
|
4201
4201
|
} & {
|
4202
4202
|
doc_type?: "answer" | "doc" | undefined;
|
4203
4203
|
} & {} & {
|
4204
|
-
commandType?: "object" | "
|
4204
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4205
4205
|
object?: string | undefined;
|
4206
4206
|
hoverTooltip?: boolean | undefined;
|
4207
4207
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4212,7 +4212,7 @@ export declare const create: (object: {
|
|
4212
4212
|
type: "admin";
|
4213
4213
|
value: string;
|
4214
4214
|
} & {} & {
|
4215
|
-
commandType?: "object" | "
|
4215
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4216
4216
|
object?: string | undefined;
|
4217
4217
|
hoverTooltip?: boolean | undefined;
|
4218
4218
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4223,7 +4223,7 @@ export declare const create: (object: {
|
|
4223
4223
|
type: "builtin";
|
4224
4224
|
value: string;
|
4225
4225
|
} & {} & {
|
4226
|
-
commandType?: "object" | "
|
4226
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4227
4227
|
object?: string | undefined;
|
4228
4228
|
hoverTooltip?: boolean | undefined;
|
4229
4229
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4234,7 +4234,7 @@ export declare const create: (object: {
|
|
4234
4234
|
type: "script";
|
4235
4235
|
value: string;
|
4236
4236
|
} & {} & {
|
4237
|
-
commandType?: "object" | "
|
4237
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4238
4238
|
object?: string | undefined;
|
4239
4239
|
hoverTooltip?: boolean | undefined;
|
4240
4240
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4245,7 +4245,7 @@ export declare const create: (object: {
|
|
4245
4245
|
type: "video";
|
4246
4246
|
value: string;
|
4247
4247
|
} & {} & {
|
4248
|
-
commandType?: "object" | "
|
4248
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4249
4249
|
object?: string | undefined;
|
4250
4250
|
hoverTooltip?: boolean | undefined;
|
4251
4251
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4315,7 +4315,7 @@ export declare const create: (object: {
|
|
4315
4315
|
query?: string | undefined;
|
4316
4316
|
});
|
4317
4317
|
} & {} & {
|
4318
|
-
commandType?: "object" | "
|
4318
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4319
4319
|
object?: string | undefined;
|
4320
4320
|
hoverTooltip?: boolean | undefined;
|
4321
4321
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4411,7 +4411,7 @@ export declare const create: (object: {
|
|
4411
4411
|
};
|
4412
4412
|
tags: string[];
|
4413
4413
|
availability_rules: (({
|
4414
|
-
type: "url" | "element" | "
|
4414
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
4415
4415
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
4416
4416
|
} & {
|
4417
4417
|
field?: string | undefined;
|
@@ -4439,7 +4439,7 @@ export declare const create: (object: {
|
|
4439
4439
|
} & {
|
4440
4440
|
reason?: string | undefined;
|
4441
4441
|
}))[] | (({
|
4442
|
-
type: "url" | "element" | "
|
4442
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
4443
4443
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
4444
4444
|
} & {
|
4445
4445
|
field?: string | undefined;
|
@@ -4473,7 +4473,7 @@ export declare const create: (object: {
|
|
4473
4473
|
reason?: string | undefined;
|
4474
4474
|
}))[];
|
4475
4475
|
recommend_rules: (({
|
4476
|
-
type: "url" | "element" | "
|
4476
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
4477
4477
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
4478
4478
|
} & {
|
4479
4479
|
field?: string | undefined;
|
@@ -4509,7 +4509,7 @@ export declare const create: (object: {
|
|
4509
4509
|
reason?: null | undefined;
|
4510
4510
|
rule_id?: string | number | undefined;
|
4511
4511
|
}))[] | (({
|
4512
|
-
type: "url" | "element" | "
|
4512
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
4513
4513
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
4514
4514
|
} & {
|
4515
4515
|
field?: string | undefined;
|
@@ -4716,7 +4716,7 @@ export declare const create: (object: {
|
|
4716
4716
|
type: "callback";
|
4717
4717
|
value: string;
|
4718
4718
|
} & {} & {
|
4719
|
-
commandType?: "object" | "
|
4719
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4720
4720
|
object?: string | undefined;
|
4721
4721
|
hoverTooltip?: boolean | undefined;
|
4722
4722
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4732,7 +4732,7 @@ export declare const create: (object: {
|
|
4732
4732
|
command: string;
|
4733
4733
|
} | undefined;
|
4734
4734
|
} & {} & {
|
4735
|
-
commandType?: "object" | "
|
4735
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4736
4736
|
object?: string | undefined;
|
4737
4737
|
hoverTooltip?: boolean | undefined;
|
4738
4738
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4743,7 +4743,7 @@ export declare const create: (object: {
|
|
4743
4743
|
type: "webhook";
|
4744
4744
|
value: string;
|
4745
4745
|
} & {} & {
|
4746
|
-
commandType?: "object" | "
|
4746
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4747
4747
|
object?: string | undefined;
|
4748
4748
|
hoverTooltip?: boolean | undefined;
|
4749
4749
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4754,7 +4754,7 @@ export declare const create: (object: {
|
|
4754
4754
|
type: "click" | "clickBySelector" | "clickByXpath";
|
4755
4755
|
value: string[];
|
4756
4756
|
} & {} & {
|
4757
|
-
commandType?: "object" | "
|
4757
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4758
4758
|
object?: string | undefined;
|
4759
4759
|
hoverTooltip?: boolean | undefined;
|
4760
4760
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4778,7 +4778,7 @@ export declare const create: (object: {
|
|
4778
4778
|
onError?: string | undefined;
|
4779
4779
|
};
|
4780
4780
|
} & {} & {
|
4781
|
-
commandType?: "object" | "
|
4781
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4782
4782
|
object?: string | undefined;
|
4783
4783
|
hoverTooltip?: boolean | undefined;
|
4784
4784
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4789,7 +4789,7 @@ export declare const create: (object: {
|
|
4789
4789
|
type: "appcues";
|
4790
4790
|
value: string;
|
4791
4791
|
} & {} & {
|
4792
|
-
commandType?: "object" | "
|
4792
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4793
4793
|
object?: string | undefined;
|
4794
4794
|
hoverTooltip?: boolean | undefined;
|
4795
4795
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4800,7 +4800,7 @@ export declare const create: (object: {
|
|
4800
4800
|
type: "pendo_guide";
|
4801
4801
|
value: string;
|
4802
4802
|
} & {} & {
|
4803
|
-
commandType?: "object" | "
|
4803
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4804
4804
|
object?: string | undefined;
|
4805
4805
|
hoverTooltip?: boolean | undefined;
|
4806
4806
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4819,7 +4819,7 @@ export declare const create: (object: {
|
|
4819
4819
|
} & {
|
4820
4820
|
doc_type?: "answer" | "doc" | undefined;
|
4821
4821
|
} & {} & {
|
4822
|
-
commandType?: "object" | "
|
4822
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4823
4823
|
object?: string | undefined;
|
4824
4824
|
hoverTooltip?: boolean | undefined;
|
4825
4825
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4830,7 +4830,7 @@ export declare const create: (object: {
|
|
4830
4830
|
type: "admin";
|
4831
4831
|
value: string;
|
4832
4832
|
} & {} & {
|
4833
|
-
commandType?: "object" | "
|
4833
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4834
4834
|
object?: string | undefined;
|
4835
4835
|
hoverTooltip?: boolean | undefined;
|
4836
4836
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4841,7 +4841,7 @@ export declare const create: (object: {
|
|
4841
4841
|
type: "builtin";
|
4842
4842
|
value: string;
|
4843
4843
|
} & {} & {
|
4844
|
-
commandType?: "object" | "
|
4844
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4845
4845
|
object?: string | undefined;
|
4846
4846
|
hoverTooltip?: boolean | undefined;
|
4847
4847
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4852,7 +4852,7 @@ export declare const create: (object: {
|
|
4852
4852
|
type: "script";
|
4853
4853
|
value: string;
|
4854
4854
|
} & {} & {
|
4855
|
-
commandType?: "object" | "
|
4855
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4856
4856
|
object?: string | undefined;
|
4857
4857
|
hoverTooltip?: boolean | undefined;
|
4858
4858
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4863,7 +4863,7 @@ export declare const create: (object: {
|
|
4863
4863
|
type: "video";
|
4864
4864
|
value: string;
|
4865
4865
|
} & {} & {
|
4866
|
-
commandType?: "object" | "
|
4866
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4867
4867
|
object?: string | undefined;
|
4868
4868
|
hoverTooltip?: boolean | undefined;
|
4869
4869
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -4933,7 +4933,7 @@ export declare const create: (object: {
|
|
4933
4933
|
query?: string | undefined;
|
4934
4934
|
});
|
4935
4935
|
} & {} & {
|
4936
|
-
commandType?: "object" | "
|
4936
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
4937
4937
|
object?: string | undefined;
|
4938
4938
|
hoverTooltip?: boolean | undefined;
|
4939
4939
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5029,7 +5029,7 @@ export declare const create: (object: {
|
|
5029
5029
|
};
|
5030
5030
|
tags: string[];
|
5031
5031
|
availability_rules: (({
|
5032
|
-
type: "url" | "element" | "
|
5032
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5033
5033
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5034
5034
|
} & {
|
5035
5035
|
field?: string | undefined;
|
@@ -5057,7 +5057,7 @@ export declare const create: (object: {
|
|
5057
5057
|
} & {
|
5058
5058
|
reason?: string | undefined;
|
5059
5059
|
}))[] | (({
|
5060
|
-
type: "url" | "element" | "
|
5060
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5061
5061
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5062
5062
|
} & {
|
5063
5063
|
field?: string | undefined;
|
@@ -5091,7 +5091,7 @@ export declare const create: (object: {
|
|
5091
5091
|
reason?: string | undefined;
|
5092
5092
|
}))[];
|
5093
5093
|
recommend_rules: (({
|
5094
|
-
type: "url" | "element" | "
|
5094
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5095
5095
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5096
5096
|
} & {
|
5097
5097
|
field?: string | undefined;
|
@@ -5127,7 +5127,7 @@ export declare const create: (object: {
|
|
5127
5127
|
reason?: null | undefined;
|
5128
5128
|
rule_id?: string | number | undefined;
|
5129
5129
|
}))[] | (({
|
5130
|
-
type: "url" | "element" | "
|
5130
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5131
5131
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5132
5132
|
} & {
|
5133
5133
|
field?: string | undefined;
|
@@ -5335,7 +5335,7 @@ export declare const update: (object: {
|
|
5335
5335
|
type: "callback";
|
5336
5336
|
value: string;
|
5337
5337
|
} & {} & {
|
5338
|
-
commandType?: "object" | "
|
5338
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5339
5339
|
object?: string | undefined;
|
5340
5340
|
hoverTooltip?: boolean | undefined;
|
5341
5341
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5351,7 +5351,7 @@ export declare const update: (object: {
|
|
5351
5351
|
command: string;
|
5352
5352
|
} | undefined;
|
5353
5353
|
} & {} & {
|
5354
|
-
commandType?: "object" | "
|
5354
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5355
5355
|
object?: string | undefined;
|
5356
5356
|
hoverTooltip?: boolean | undefined;
|
5357
5357
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5362,7 +5362,7 @@ export declare const update: (object: {
|
|
5362
5362
|
type: "webhook";
|
5363
5363
|
value: string;
|
5364
5364
|
} & {} & {
|
5365
|
-
commandType?: "object" | "
|
5365
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5366
5366
|
object?: string | undefined;
|
5367
5367
|
hoverTooltip?: boolean | undefined;
|
5368
5368
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5373,7 +5373,7 @@ export declare const update: (object: {
|
|
5373
5373
|
type: "click" | "clickBySelector" | "clickByXpath";
|
5374
5374
|
value: string[];
|
5375
5375
|
} & {} & {
|
5376
|
-
commandType?: "object" | "
|
5376
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5377
5377
|
object?: string | undefined;
|
5378
5378
|
hoverTooltip?: boolean | undefined;
|
5379
5379
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5397,7 +5397,7 @@ export declare const update: (object: {
|
|
5397
5397
|
onError?: string | undefined;
|
5398
5398
|
};
|
5399
5399
|
} & {} & {
|
5400
|
-
commandType?: "object" | "
|
5400
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5401
5401
|
object?: string | undefined;
|
5402
5402
|
hoverTooltip?: boolean | undefined;
|
5403
5403
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5408,7 +5408,7 @@ export declare const update: (object: {
|
|
5408
5408
|
type: "appcues";
|
5409
5409
|
value: string;
|
5410
5410
|
} & {} & {
|
5411
|
-
commandType?: "object" | "
|
5411
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5412
5412
|
object?: string | undefined;
|
5413
5413
|
hoverTooltip?: boolean | undefined;
|
5414
5414
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5419,7 +5419,7 @@ export declare const update: (object: {
|
|
5419
5419
|
type: "pendo_guide";
|
5420
5420
|
value: string;
|
5421
5421
|
} & {} & {
|
5422
|
-
commandType?: "object" | "
|
5422
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5423
5423
|
object?: string | undefined;
|
5424
5424
|
hoverTooltip?: boolean | undefined;
|
5425
5425
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5438,7 +5438,7 @@ export declare const update: (object: {
|
|
5438
5438
|
} & {
|
5439
5439
|
doc_type?: "answer" | "doc" | undefined;
|
5440
5440
|
} & {} & {
|
5441
|
-
commandType?: "object" | "
|
5441
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5442
5442
|
object?: string | undefined;
|
5443
5443
|
hoverTooltip?: boolean | undefined;
|
5444
5444
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5449,7 +5449,7 @@ export declare const update: (object: {
|
|
5449
5449
|
type: "admin";
|
5450
5450
|
value: string;
|
5451
5451
|
} & {} & {
|
5452
|
-
commandType?: "object" | "
|
5452
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5453
5453
|
object?: string | undefined;
|
5454
5454
|
hoverTooltip?: boolean | undefined;
|
5455
5455
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5460,7 +5460,7 @@ export declare const update: (object: {
|
|
5460
5460
|
type: "builtin";
|
5461
5461
|
value: string;
|
5462
5462
|
} & {} & {
|
5463
|
-
commandType?: "object" | "
|
5463
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5464
5464
|
object?: string | undefined;
|
5465
5465
|
hoverTooltip?: boolean | undefined;
|
5466
5466
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5471,7 +5471,7 @@ export declare const update: (object: {
|
|
5471
5471
|
type: "script";
|
5472
5472
|
value: string;
|
5473
5473
|
} & {} & {
|
5474
|
-
commandType?: "object" | "
|
5474
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5475
5475
|
object?: string | undefined;
|
5476
5476
|
hoverTooltip?: boolean | undefined;
|
5477
5477
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5482,7 +5482,7 @@ export declare const update: (object: {
|
|
5482
5482
|
type: "video";
|
5483
5483
|
value: string;
|
5484
5484
|
} & {} & {
|
5485
|
-
commandType?: "object" | "
|
5485
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5486
5486
|
object?: string | undefined;
|
5487
5487
|
hoverTooltip?: boolean | undefined;
|
5488
5488
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5552,7 +5552,7 @@ export declare const update: (object: {
|
|
5552
5552
|
query?: string | undefined;
|
5553
5553
|
});
|
5554
5554
|
} & {} & {
|
5555
|
-
commandType?: "object" | "
|
5555
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5556
5556
|
object?: string | undefined;
|
5557
5557
|
hoverTooltip?: boolean | undefined;
|
5558
5558
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5648,7 +5648,7 @@ export declare const update: (object: {
|
|
5648
5648
|
};
|
5649
5649
|
tags: string[];
|
5650
5650
|
availability_rules: (({
|
5651
|
-
type: "url" | "element" | "
|
5651
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5652
5652
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5653
5653
|
} & {
|
5654
5654
|
field?: string | undefined;
|
@@ -5676,7 +5676,7 @@ export declare const update: (object: {
|
|
5676
5676
|
} & {
|
5677
5677
|
reason?: string | undefined;
|
5678
5678
|
}))[] | (({
|
5679
|
-
type: "url" | "element" | "
|
5679
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5680
5680
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5681
5681
|
} & {
|
5682
5682
|
field?: string | undefined;
|
@@ -5710,7 +5710,7 @@ export declare const update: (object: {
|
|
5710
5710
|
reason?: string | undefined;
|
5711
5711
|
}))[];
|
5712
5712
|
recommend_rules: (({
|
5713
|
-
type: "url" | "element" | "
|
5713
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5714
5714
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5715
5715
|
} & {
|
5716
5716
|
field?: string | undefined;
|
@@ -5746,7 +5746,7 @@ export declare const update: (object: {
|
|
5746
5746
|
reason?: null | undefined;
|
5747
5747
|
rule_id?: string | number | undefined;
|
5748
5748
|
}))[] | (({
|
5749
|
-
type: "url" | "element" | "
|
5749
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
5750
5750
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
5751
5751
|
} & {
|
5752
5752
|
field?: string | undefined;
|
@@ -5953,7 +5953,7 @@ export declare const update: (object: {
|
|
5953
5953
|
type: "callback";
|
5954
5954
|
value: string;
|
5955
5955
|
} & {} & {
|
5956
|
-
commandType?: "object" | "
|
5956
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5957
5957
|
object?: string | undefined;
|
5958
5958
|
hoverTooltip?: boolean | undefined;
|
5959
5959
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5969,7 +5969,7 @@ export declare const update: (object: {
|
|
5969
5969
|
command: string;
|
5970
5970
|
} | undefined;
|
5971
5971
|
} & {} & {
|
5972
|
-
commandType?: "object" | "
|
5972
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5973
5973
|
object?: string | undefined;
|
5974
5974
|
hoverTooltip?: boolean | undefined;
|
5975
5975
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5980,7 +5980,7 @@ export declare const update: (object: {
|
|
5980
5980
|
type: "webhook";
|
5981
5981
|
value: string;
|
5982
5982
|
} & {} & {
|
5983
|
-
commandType?: "object" | "
|
5983
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5984
5984
|
object?: string | undefined;
|
5985
5985
|
hoverTooltip?: boolean | undefined;
|
5986
5986
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -5991,7 +5991,7 @@ export declare const update: (object: {
|
|
5991
5991
|
type: "click" | "clickBySelector" | "clickByXpath";
|
5992
5992
|
value: string[];
|
5993
5993
|
} & {} & {
|
5994
|
-
commandType?: "object" | "
|
5994
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
5995
5995
|
object?: string | undefined;
|
5996
5996
|
hoverTooltip?: boolean | undefined;
|
5997
5997
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6015,7 +6015,7 @@ export declare const update: (object: {
|
|
6015
6015
|
onError?: string | undefined;
|
6016
6016
|
};
|
6017
6017
|
} & {} & {
|
6018
|
-
commandType?: "object" | "
|
6018
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6019
6019
|
object?: string | undefined;
|
6020
6020
|
hoverTooltip?: boolean | undefined;
|
6021
6021
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6026,7 +6026,7 @@ export declare const update: (object: {
|
|
6026
6026
|
type: "appcues";
|
6027
6027
|
value: string;
|
6028
6028
|
} & {} & {
|
6029
|
-
commandType?: "object" | "
|
6029
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6030
6030
|
object?: string | undefined;
|
6031
6031
|
hoverTooltip?: boolean | undefined;
|
6032
6032
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6037,7 +6037,7 @@ export declare const update: (object: {
|
|
6037
6037
|
type: "pendo_guide";
|
6038
6038
|
value: string;
|
6039
6039
|
} & {} & {
|
6040
|
-
commandType?: "object" | "
|
6040
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6041
6041
|
object?: string | undefined;
|
6042
6042
|
hoverTooltip?: boolean | undefined;
|
6043
6043
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6056,7 +6056,7 @@ export declare const update: (object: {
|
|
6056
6056
|
} & {
|
6057
6057
|
doc_type?: "answer" | "doc" | undefined;
|
6058
6058
|
} & {} & {
|
6059
|
-
commandType?: "object" | "
|
6059
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6060
6060
|
object?: string | undefined;
|
6061
6061
|
hoverTooltip?: boolean | undefined;
|
6062
6062
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6067,7 +6067,7 @@ export declare const update: (object: {
|
|
6067
6067
|
type: "admin";
|
6068
6068
|
value: string;
|
6069
6069
|
} & {} & {
|
6070
|
-
commandType?: "object" | "
|
6070
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6071
6071
|
object?: string | undefined;
|
6072
6072
|
hoverTooltip?: boolean | undefined;
|
6073
6073
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6078,7 +6078,7 @@ export declare const update: (object: {
|
|
6078
6078
|
type: "builtin";
|
6079
6079
|
value: string;
|
6080
6080
|
} & {} & {
|
6081
|
-
commandType?: "object" | "
|
6081
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6082
6082
|
object?: string | undefined;
|
6083
6083
|
hoverTooltip?: boolean | undefined;
|
6084
6084
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6089,7 +6089,7 @@ export declare const update: (object: {
|
|
6089
6089
|
type: "script";
|
6090
6090
|
value: string;
|
6091
6091
|
} & {} & {
|
6092
|
-
commandType?: "object" | "
|
6092
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6093
6093
|
object?: string | undefined;
|
6094
6094
|
hoverTooltip?: boolean | undefined;
|
6095
6095
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6100,7 +6100,7 @@ export declare const update: (object: {
|
|
6100
6100
|
type: "video";
|
6101
6101
|
value: string;
|
6102
6102
|
} & {} & {
|
6103
|
-
commandType?: "object" | "
|
6103
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6104
6104
|
object?: string | undefined;
|
6105
6105
|
hoverTooltip?: boolean | undefined;
|
6106
6106
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6170,7 +6170,7 @@ export declare const update: (object: {
|
|
6170
6170
|
query?: string | undefined;
|
6171
6171
|
});
|
6172
6172
|
} & {} & {
|
6173
|
-
commandType?: "object" | "
|
6173
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6174
6174
|
object?: string | undefined;
|
6175
6175
|
hoverTooltip?: boolean | undefined;
|
6176
6176
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6266,7 +6266,7 @@ export declare const update: (object: {
|
|
6266
6266
|
};
|
6267
6267
|
tags: string[];
|
6268
6268
|
availability_rules: (({
|
6269
|
-
type: "url" | "element" | "
|
6269
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6270
6270
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6271
6271
|
} & {
|
6272
6272
|
field?: string | undefined;
|
@@ -6294,7 +6294,7 @@ export declare const update: (object: {
|
|
6294
6294
|
} & {
|
6295
6295
|
reason?: string | undefined;
|
6296
6296
|
}))[] | (({
|
6297
|
-
type: "url" | "element" | "
|
6297
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6298
6298
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6299
6299
|
} & {
|
6300
6300
|
field?: string | undefined;
|
@@ -6328,7 +6328,7 @@ export declare const update: (object: {
|
|
6328
6328
|
reason?: string | undefined;
|
6329
6329
|
}))[];
|
6330
6330
|
recommend_rules: (({
|
6331
|
-
type: "url" | "element" | "
|
6331
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6332
6332
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6333
6333
|
} & {
|
6334
6334
|
field?: string | undefined;
|
@@ -6364,7 +6364,7 @@ export declare const update: (object: {
|
|
6364
6364
|
reason?: null | undefined;
|
6365
6365
|
rule_id?: string | number | undefined;
|
6366
6366
|
}))[] | (({
|
6367
|
-
type: "url" | "element" | "
|
6367
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6368
6368
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6369
6369
|
} & {
|
6370
6370
|
field?: string | undefined;
|
@@ -6576,7 +6576,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6576
6576
|
type: "callback";
|
6577
6577
|
value: string;
|
6578
6578
|
} & {} & {
|
6579
|
-
commandType?: "object" | "
|
6579
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6580
6580
|
object?: string | undefined;
|
6581
6581
|
hoverTooltip?: boolean | undefined;
|
6582
6582
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6592,7 +6592,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6592
6592
|
command: string;
|
6593
6593
|
} | undefined;
|
6594
6594
|
} & {} & {
|
6595
|
-
commandType?: "object" | "
|
6595
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6596
6596
|
object?: string | undefined;
|
6597
6597
|
hoverTooltip?: boolean | undefined;
|
6598
6598
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6603,7 +6603,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6603
6603
|
type: "webhook";
|
6604
6604
|
value: string;
|
6605
6605
|
} & {} & {
|
6606
|
-
commandType?: "object" | "
|
6606
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6607
6607
|
object?: string | undefined;
|
6608
6608
|
hoverTooltip?: boolean | undefined;
|
6609
6609
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6614,7 +6614,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6614
6614
|
type: "click" | "clickBySelector" | "clickByXpath";
|
6615
6615
|
value: string[];
|
6616
6616
|
} & {} & {
|
6617
|
-
commandType?: "object" | "
|
6617
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6618
6618
|
object?: string | undefined;
|
6619
6619
|
hoverTooltip?: boolean | undefined;
|
6620
6620
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6638,7 +6638,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6638
6638
|
onError?: string | undefined;
|
6639
6639
|
};
|
6640
6640
|
} & {} & {
|
6641
|
-
commandType?: "object" | "
|
6641
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6642
6642
|
object?: string | undefined;
|
6643
6643
|
hoverTooltip?: boolean | undefined;
|
6644
6644
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6649,7 +6649,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6649
6649
|
type: "appcues";
|
6650
6650
|
value: string;
|
6651
6651
|
} & {} & {
|
6652
|
-
commandType?: "object" | "
|
6652
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6653
6653
|
object?: string | undefined;
|
6654
6654
|
hoverTooltip?: boolean | undefined;
|
6655
6655
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6660,7 +6660,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6660
6660
|
type: "pendo_guide";
|
6661
6661
|
value: string;
|
6662
6662
|
} & {} & {
|
6663
|
-
commandType?: "object" | "
|
6663
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6664
6664
|
object?: string | undefined;
|
6665
6665
|
hoverTooltip?: boolean | undefined;
|
6666
6666
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6679,7 +6679,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6679
6679
|
} & {
|
6680
6680
|
doc_type?: "answer" | "doc" | undefined;
|
6681
6681
|
} & {} & {
|
6682
|
-
commandType?: "object" | "
|
6682
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6683
6683
|
object?: string | undefined;
|
6684
6684
|
hoverTooltip?: boolean | undefined;
|
6685
6685
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6690,7 +6690,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6690
6690
|
type: "admin";
|
6691
6691
|
value: string;
|
6692
6692
|
} & {} & {
|
6693
|
-
commandType?: "object" | "
|
6693
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6694
6694
|
object?: string | undefined;
|
6695
6695
|
hoverTooltip?: boolean | undefined;
|
6696
6696
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6701,7 +6701,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6701
6701
|
type: "builtin";
|
6702
6702
|
value: string;
|
6703
6703
|
} & {} & {
|
6704
|
-
commandType?: "object" | "
|
6704
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6705
6705
|
object?: string | undefined;
|
6706
6706
|
hoverTooltip?: boolean | undefined;
|
6707
6707
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6712,7 +6712,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6712
6712
|
type: "script";
|
6713
6713
|
value: string;
|
6714
6714
|
} & {} & {
|
6715
|
-
commandType?: "object" | "
|
6715
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6716
6716
|
object?: string | undefined;
|
6717
6717
|
hoverTooltip?: boolean | undefined;
|
6718
6718
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6723,7 +6723,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6723
6723
|
type: "video";
|
6724
6724
|
value: string;
|
6725
6725
|
} & {} & {
|
6726
|
-
commandType?: "object" | "
|
6726
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6727
6727
|
object?: string | undefined;
|
6728
6728
|
hoverTooltip?: boolean | undefined;
|
6729
6729
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6793,7 +6793,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6793
6793
|
query?: string | undefined;
|
6794
6794
|
});
|
6795
6795
|
} & {} & {
|
6796
|
-
commandType?: "object" | "
|
6796
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
6797
6797
|
object?: string | undefined;
|
6798
6798
|
hoverTooltip?: boolean | undefined;
|
6799
6799
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -6889,7 +6889,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6889
6889
|
};
|
6890
6890
|
tags: string[];
|
6891
6891
|
availability_rules: (({
|
6892
|
-
type: "url" | "element" | "
|
6892
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6893
6893
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6894
6894
|
} & {
|
6895
6895
|
field?: string | undefined;
|
@@ -6917,7 +6917,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6917
6917
|
} & {
|
6918
6918
|
reason?: string | undefined;
|
6919
6919
|
}))[] | (({
|
6920
|
-
type: "url" | "element" | "
|
6920
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6921
6921
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6922
6922
|
} & {
|
6923
6923
|
field?: string | undefined;
|
@@ -6951,7 +6951,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6951
6951
|
reason?: string | undefined;
|
6952
6952
|
}))[];
|
6953
6953
|
recommend_rules: (({
|
6954
|
-
type: "url" | "element" | "
|
6954
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6955
6955
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6956
6956
|
} & {
|
6957
6957
|
field?: string | undefined;
|
@@ -6987,7 +6987,7 @@ export declare const get: (arg0: string, params?: Record<string, string> | undef
|
|
6987
6987
|
reason?: null | undefined;
|
6988
6988
|
rule_id?: string | number | undefined;
|
6989
6989
|
}))[] | (({
|
6990
|
-
type: "url" | "element" | "
|
6990
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
6991
6991
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
6992
6992
|
} & {
|
6993
6993
|
field?: string | undefined;
|
@@ -7195,7 +7195,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7195
7195
|
type: "callback";
|
7196
7196
|
value: string;
|
7197
7197
|
} & {} & {
|
7198
|
-
commandType?: "object" | "
|
7198
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7199
7199
|
object?: string | undefined;
|
7200
7200
|
hoverTooltip?: boolean | undefined;
|
7201
7201
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7211,7 +7211,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7211
7211
|
command: string;
|
7212
7212
|
} | undefined;
|
7213
7213
|
} & {} & {
|
7214
|
-
commandType?: "object" | "
|
7214
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7215
7215
|
object?: string | undefined;
|
7216
7216
|
hoverTooltip?: boolean | undefined;
|
7217
7217
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7222,7 +7222,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7222
7222
|
type: "webhook";
|
7223
7223
|
value: string;
|
7224
7224
|
} & {} & {
|
7225
|
-
commandType?: "object" | "
|
7225
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7226
7226
|
object?: string | undefined;
|
7227
7227
|
hoverTooltip?: boolean | undefined;
|
7228
7228
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7233,7 +7233,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7233
7233
|
type: "click" | "clickBySelector" | "clickByXpath";
|
7234
7234
|
value: string[];
|
7235
7235
|
} & {} & {
|
7236
|
-
commandType?: "object" | "
|
7236
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7237
7237
|
object?: string | undefined;
|
7238
7238
|
hoverTooltip?: boolean | undefined;
|
7239
7239
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7257,7 +7257,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7257
7257
|
onError?: string | undefined;
|
7258
7258
|
};
|
7259
7259
|
} & {} & {
|
7260
|
-
commandType?: "object" | "
|
7260
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7261
7261
|
object?: string | undefined;
|
7262
7262
|
hoverTooltip?: boolean | undefined;
|
7263
7263
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7268,7 +7268,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7268
7268
|
type: "appcues";
|
7269
7269
|
value: string;
|
7270
7270
|
} & {} & {
|
7271
|
-
commandType?: "object" | "
|
7271
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7272
7272
|
object?: string | undefined;
|
7273
7273
|
hoverTooltip?: boolean | undefined;
|
7274
7274
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7279,7 +7279,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7279
7279
|
type: "pendo_guide";
|
7280
7280
|
value: string;
|
7281
7281
|
} & {} & {
|
7282
|
-
commandType?: "object" | "
|
7282
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7283
7283
|
object?: string | undefined;
|
7284
7284
|
hoverTooltip?: boolean | undefined;
|
7285
7285
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7298,7 +7298,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7298
7298
|
} & {
|
7299
7299
|
doc_type?: "answer" | "doc" | undefined;
|
7300
7300
|
} & {} & {
|
7301
|
-
commandType?: "object" | "
|
7301
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7302
7302
|
object?: string | undefined;
|
7303
7303
|
hoverTooltip?: boolean | undefined;
|
7304
7304
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7309,7 +7309,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7309
7309
|
type: "admin";
|
7310
7310
|
value: string;
|
7311
7311
|
} & {} & {
|
7312
|
-
commandType?: "object" | "
|
7312
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7313
7313
|
object?: string | undefined;
|
7314
7314
|
hoverTooltip?: boolean | undefined;
|
7315
7315
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7320,7 +7320,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7320
7320
|
type: "builtin";
|
7321
7321
|
value: string;
|
7322
7322
|
} & {} & {
|
7323
|
-
commandType?: "object" | "
|
7323
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7324
7324
|
object?: string | undefined;
|
7325
7325
|
hoverTooltip?: boolean | undefined;
|
7326
7326
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7331,7 +7331,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7331
7331
|
type: "script";
|
7332
7332
|
value: string;
|
7333
7333
|
} & {} & {
|
7334
|
-
commandType?: "object" | "
|
7334
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7335
7335
|
object?: string | undefined;
|
7336
7336
|
hoverTooltip?: boolean | undefined;
|
7337
7337
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7342,7 +7342,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7342
7342
|
type: "video";
|
7343
7343
|
value: string;
|
7344
7344
|
} & {} & {
|
7345
|
-
commandType?: "object" | "
|
7345
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7346
7346
|
object?: string | undefined;
|
7347
7347
|
hoverTooltip?: boolean | undefined;
|
7348
7348
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7412,7 +7412,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7412
7412
|
query?: string | undefined;
|
7413
7413
|
});
|
7414
7414
|
} & {} & {
|
7415
|
-
commandType?: "object" | "
|
7415
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7416
7416
|
object?: string | undefined;
|
7417
7417
|
hoverTooltip?: boolean | undefined;
|
7418
7418
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7508,7 +7508,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7508
7508
|
};
|
7509
7509
|
tags: string[];
|
7510
7510
|
availability_rules: (({
|
7511
|
-
type: "url" | "element" | "
|
7511
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
7512
7512
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
7513
7513
|
} & {
|
7514
7514
|
field?: string | undefined;
|
@@ -7536,7 +7536,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7536
7536
|
} & {
|
7537
7537
|
reason?: string | undefined;
|
7538
7538
|
}))[] | (({
|
7539
|
-
type: "url" | "element" | "
|
7539
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
7540
7540
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
7541
7541
|
} & {
|
7542
7542
|
field?: string | undefined;
|
@@ -7570,7 +7570,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7570
7570
|
reason?: string | undefined;
|
7571
7571
|
}))[];
|
7572
7572
|
recommend_rules: (({
|
7573
|
-
type: "url" | "element" | "
|
7573
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
7574
7574
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
7575
7575
|
} & {
|
7576
7576
|
field?: string | undefined;
|
@@ -7606,7 +7606,7 @@ export declare const updatePartial: (command: Pick<IEditorCommandType, 'id'> & P
|
|
7606
7606
|
reason?: null | undefined;
|
7607
7607
|
rule_id?: string | number | undefined;
|
7608
7608
|
}))[] | (({
|
7609
|
-
type: "url" | "element" | "
|
7609
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
7610
7610
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
7611
7611
|
} & {
|
7612
7612
|
field?: string | undefined;
|
@@ -7815,7 +7815,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7815
7815
|
type: "callback";
|
7816
7816
|
value: string;
|
7817
7817
|
} & {} & {
|
7818
|
-
commandType?: "object" | "
|
7818
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7819
7819
|
object?: string | undefined;
|
7820
7820
|
hoverTooltip?: boolean | undefined;
|
7821
7821
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7831,7 +7831,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7831
7831
|
command: string;
|
7832
7832
|
} | undefined;
|
7833
7833
|
} & {} & {
|
7834
|
-
commandType?: "object" | "
|
7834
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7835
7835
|
object?: string | undefined;
|
7836
7836
|
hoverTooltip?: boolean | undefined;
|
7837
7837
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7842,7 +7842,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7842
7842
|
type: "webhook";
|
7843
7843
|
value: string;
|
7844
7844
|
} & {} & {
|
7845
|
-
commandType?: "object" | "
|
7845
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7846
7846
|
object?: string | undefined;
|
7847
7847
|
hoverTooltip?: boolean | undefined;
|
7848
7848
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7853,7 +7853,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7853
7853
|
type: "click" | "clickBySelector" | "clickByXpath";
|
7854
7854
|
value: string[];
|
7855
7855
|
} & {} & {
|
7856
|
-
commandType?: "object" | "
|
7856
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7857
7857
|
object?: string | undefined;
|
7858
7858
|
hoverTooltip?: boolean | undefined;
|
7859
7859
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7877,7 +7877,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7877
7877
|
onError?: string | undefined;
|
7878
7878
|
};
|
7879
7879
|
} & {} & {
|
7880
|
-
commandType?: "object" | "
|
7880
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7881
7881
|
object?: string | undefined;
|
7882
7882
|
hoverTooltip?: boolean | undefined;
|
7883
7883
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7888,7 +7888,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7888
7888
|
type: "appcues";
|
7889
7889
|
value: string;
|
7890
7890
|
} & {} & {
|
7891
|
-
commandType?: "object" | "
|
7891
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7892
7892
|
object?: string | undefined;
|
7893
7893
|
hoverTooltip?: boolean | undefined;
|
7894
7894
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7899,7 +7899,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7899
7899
|
type: "pendo_guide";
|
7900
7900
|
value: string;
|
7901
7901
|
} & {} & {
|
7902
|
-
commandType?: "object" | "
|
7902
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7903
7903
|
object?: string | undefined;
|
7904
7904
|
hoverTooltip?: boolean | undefined;
|
7905
7905
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7918,7 +7918,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7918
7918
|
} & {
|
7919
7919
|
doc_type?: "answer" | "doc" | undefined;
|
7920
7920
|
} & {} & {
|
7921
|
-
commandType?: "object" | "
|
7921
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7922
7922
|
object?: string | undefined;
|
7923
7923
|
hoverTooltip?: boolean | undefined;
|
7924
7924
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7929,7 +7929,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7929
7929
|
type: "admin";
|
7930
7930
|
value: string;
|
7931
7931
|
} & {} & {
|
7932
|
-
commandType?: "object" | "
|
7932
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7933
7933
|
object?: string | undefined;
|
7934
7934
|
hoverTooltip?: boolean | undefined;
|
7935
7935
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7940,7 +7940,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7940
7940
|
type: "builtin";
|
7941
7941
|
value: string;
|
7942
7942
|
} & {} & {
|
7943
|
-
commandType?: "object" | "
|
7943
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7944
7944
|
object?: string | undefined;
|
7945
7945
|
hoverTooltip?: boolean | undefined;
|
7946
7946
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7951,7 +7951,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7951
7951
|
type: "script";
|
7952
7952
|
value: string;
|
7953
7953
|
} & {} & {
|
7954
|
-
commandType?: "object" | "
|
7954
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7955
7955
|
object?: string | undefined;
|
7956
7956
|
hoverTooltip?: boolean | undefined;
|
7957
7957
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -7962,7 +7962,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
7962
7962
|
type: "video";
|
7963
7963
|
value: string;
|
7964
7964
|
} & {} & {
|
7965
|
-
commandType?: "object" | "
|
7965
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
7966
7966
|
object?: string | undefined;
|
7967
7967
|
hoverTooltip?: boolean | undefined;
|
7968
7968
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8032,7 +8032,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
8032
8032
|
query?: string | undefined;
|
8033
8033
|
});
|
8034
8034
|
} & {} & {
|
8035
|
-
commandType?: "object" | "
|
8035
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8036
8036
|
object?: string | undefined;
|
8037
8037
|
hoverTooltip?: boolean | undefined;
|
8038
8038
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8128,7 +8128,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
8128
8128
|
};
|
8129
8129
|
tags: string[];
|
8130
8130
|
availability_rules: (({
|
8131
|
-
type: "url" | "element" | "
|
8131
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
8132
8132
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
8133
8133
|
} & {
|
8134
8134
|
field?: string | undefined;
|
@@ -8156,7 +8156,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
8156
8156
|
} & {
|
8157
8157
|
reason?: string | undefined;
|
8158
8158
|
}))[] | (({
|
8159
|
-
type: "url" | "element" | "
|
8159
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
8160
8160
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
8161
8161
|
} & {
|
8162
8162
|
field?: string | undefined;
|
@@ -8190,7 +8190,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
8190
8190
|
reason?: string | undefined;
|
8191
8191
|
}))[];
|
8192
8192
|
recommend_rules: (({
|
8193
|
-
type: "url" | "element" | "
|
8193
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
8194
8194
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
8195
8195
|
} & {
|
8196
8196
|
field?: string | undefined;
|
@@ -8226,7 +8226,7 @@ export declare const batch: (request: t.TypeOf<typeof GenericBatchRequest>) => P
|
|
8226
8226
|
reason?: null | undefined;
|
8227
8227
|
rule_id?: string | number | undefined;
|
8228
8228
|
}))[] | (({
|
8229
|
-
type: "url" | "element" | "
|
8229
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
8230
8230
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
8231
8231
|
} & {
|
8232
8232
|
field?: string | undefined;
|
@@ -8434,7 +8434,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8434
8434
|
type: "callback";
|
8435
8435
|
value: string;
|
8436
8436
|
} & {} & {
|
8437
|
-
commandType?: "object" | "
|
8437
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8438
8438
|
object?: string | undefined;
|
8439
8439
|
hoverTooltip?: boolean | undefined;
|
8440
8440
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8450,7 +8450,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8450
8450
|
command: string;
|
8451
8451
|
} | undefined;
|
8452
8452
|
} & {} & {
|
8453
|
-
commandType?: "object" | "
|
8453
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8454
8454
|
object?: string | undefined;
|
8455
8455
|
hoverTooltip?: boolean | undefined;
|
8456
8456
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8461,7 +8461,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8461
8461
|
type: "webhook";
|
8462
8462
|
value: string;
|
8463
8463
|
} & {} & {
|
8464
|
-
commandType?: "object" | "
|
8464
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8465
8465
|
object?: string | undefined;
|
8466
8466
|
hoverTooltip?: boolean | undefined;
|
8467
8467
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8472,7 +8472,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8472
8472
|
type: "click" | "clickBySelector" | "clickByXpath";
|
8473
8473
|
value: string[];
|
8474
8474
|
} & {} & {
|
8475
|
-
commandType?: "object" | "
|
8475
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8476
8476
|
object?: string | undefined;
|
8477
8477
|
hoverTooltip?: boolean | undefined;
|
8478
8478
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8496,7 +8496,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8496
8496
|
onError?: string | undefined;
|
8497
8497
|
};
|
8498
8498
|
} & {} & {
|
8499
|
-
commandType?: "object" | "
|
8499
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8500
8500
|
object?: string | undefined;
|
8501
8501
|
hoverTooltip?: boolean | undefined;
|
8502
8502
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8507,7 +8507,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8507
8507
|
type: "appcues";
|
8508
8508
|
value: string;
|
8509
8509
|
} & {} & {
|
8510
|
-
commandType?: "object" | "
|
8510
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8511
8511
|
object?: string | undefined;
|
8512
8512
|
hoverTooltip?: boolean | undefined;
|
8513
8513
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8518,7 +8518,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8518
8518
|
type: "pendo_guide";
|
8519
8519
|
value: string;
|
8520
8520
|
} & {} & {
|
8521
|
-
commandType?: "object" | "
|
8521
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8522
8522
|
object?: string | undefined;
|
8523
8523
|
hoverTooltip?: boolean | undefined;
|
8524
8524
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8537,7 +8537,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8537
8537
|
} & {
|
8538
8538
|
doc_type?: "answer" | "doc" | undefined;
|
8539
8539
|
} & {} & {
|
8540
|
-
commandType?: "object" | "
|
8540
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8541
8541
|
object?: string | undefined;
|
8542
8542
|
hoverTooltip?: boolean | undefined;
|
8543
8543
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8653,7 +8653,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8653
8653
|
random?: any;
|
8654
8654
|
} | null | undefined;
|
8655
8655
|
availability_rules?: (({
|
8656
|
-
type: "url" | "element" | "
|
8656
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
8657
8657
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
8658
8658
|
} & {
|
8659
8659
|
field?: string | undefined;
|
@@ -8682,7 +8682,7 @@ export declare const validateFromClient: (data: any) => Promise<{
|
|
8682
8682
|
reason?: string | undefined;
|
8683
8683
|
}))[] | undefined;
|
8684
8684
|
recommend_rules?: (({
|
8685
|
-
type: "url" | "element" | "
|
8685
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
8686
8686
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
8687
8687
|
} & {
|
8688
8688
|
field?: string | undefined;
|
@@ -8767,7 +8767,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8767
8767
|
type: "callback";
|
8768
8768
|
value: string;
|
8769
8769
|
} & {} & {
|
8770
|
-
commandType?: "object" | "
|
8770
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8771
8771
|
object?: string | undefined;
|
8772
8772
|
hoverTooltip?: boolean | undefined;
|
8773
8773
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8783,7 +8783,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8783
8783
|
command: string;
|
8784
8784
|
} | undefined;
|
8785
8785
|
} & {} & {
|
8786
|
-
commandType?: "object" | "
|
8786
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8787
8787
|
object?: string | undefined;
|
8788
8788
|
hoverTooltip?: boolean | undefined;
|
8789
8789
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8794,7 +8794,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8794
8794
|
type: "webhook";
|
8795
8795
|
value: string;
|
8796
8796
|
} & {} & {
|
8797
|
-
commandType?: "object" | "
|
8797
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8798
8798
|
object?: string | undefined;
|
8799
8799
|
hoverTooltip?: boolean | undefined;
|
8800
8800
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8805,7 +8805,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8805
8805
|
type: "click" | "clickBySelector" | "clickByXpath";
|
8806
8806
|
value: string[];
|
8807
8807
|
} & {} & {
|
8808
|
-
commandType?: "object" | "
|
8808
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8809
8809
|
object?: string | undefined;
|
8810
8810
|
hoverTooltip?: boolean | undefined;
|
8811
8811
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8829,7 +8829,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8829
8829
|
onError?: string | undefined;
|
8830
8830
|
};
|
8831
8831
|
} & {} & {
|
8832
|
-
commandType?: "object" | "
|
8832
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8833
8833
|
object?: string | undefined;
|
8834
8834
|
hoverTooltip?: boolean | undefined;
|
8835
8835
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8840,7 +8840,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8840
8840
|
type: "appcues";
|
8841
8841
|
value: string;
|
8842
8842
|
} & {} & {
|
8843
|
-
commandType?: "object" | "
|
8843
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8844
8844
|
object?: string | undefined;
|
8845
8845
|
hoverTooltip?: boolean | undefined;
|
8846
8846
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8851,7 +8851,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8851
8851
|
type: "pendo_guide";
|
8852
8852
|
value: string;
|
8853
8853
|
} & {} & {
|
8854
|
-
commandType?: "object" | "
|
8854
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8855
8855
|
object?: string | undefined;
|
8856
8856
|
hoverTooltip?: boolean | undefined;
|
8857
8857
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8870,7 +8870,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8870
8870
|
} & {
|
8871
8871
|
doc_type?: "answer" | "doc" | undefined;
|
8872
8872
|
} & {} & {
|
8873
|
-
commandType?: "object" | "
|
8873
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8874
8874
|
object?: string | undefined;
|
8875
8875
|
hoverTooltip?: boolean | undefined;
|
8876
8876
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8881,7 +8881,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8881
8881
|
type: "admin";
|
8882
8882
|
value: string;
|
8883
8883
|
} & {} & {
|
8884
|
-
commandType?: "object" | "
|
8884
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8885
8885
|
object?: string | undefined;
|
8886
8886
|
hoverTooltip?: boolean | undefined;
|
8887
8887
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8892,7 +8892,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8892
8892
|
type: "builtin";
|
8893
8893
|
value: string;
|
8894
8894
|
} & {} & {
|
8895
|
-
commandType?: "object" | "
|
8895
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8896
8896
|
object?: string | undefined;
|
8897
8897
|
hoverTooltip?: boolean | undefined;
|
8898
8898
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8903,7 +8903,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8903
8903
|
type: "script";
|
8904
8904
|
value: string;
|
8905
8905
|
} & {} & {
|
8906
|
-
commandType?: "object" | "
|
8906
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8907
8907
|
object?: string | undefined;
|
8908
8908
|
hoverTooltip?: boolean | undefined;
|
8909
8909
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8914,7 +8914,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8914
8914
|
type: "video";
|
8915
8915
|
value: string;
|
8916
8916
|
} & {} & {
|
8917
|
-
commandType?: "object" | "
|
8917
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8918
8918
|
object?: string | undefined;
|
8919
8919
|
hoverTooltip?: boolean | undefined;
|
8920
8920
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -8984,7 +8984,7 @@ export declare const decodeEditorCommand: (data: {
|
|
8984
8984
|
query?: string | undefined;
|
8985
8985
|
});
|
8986
8986
|
} & {} & {
|
8987
|
-
commandType?: "object" | "
|
8987
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
8988
8988
|
object?: string | undefined;
|
8989
8989
|
hoverTooltip?: boolean | undefined;
|
8990
8990
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9008,7 +9008,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9008
9008
|
type: "callback";
|
9009
9009
|
value: string;
|
9010
9010
|
} & {} & {
|
9011
|
-
commandType?: "object" | "
|
9011
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9012
9012
|
object?: string | undefined;
|
9013
9013
|
hoverTooltip?: boolean | undefined;
|
9014
9014
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9024,7 +9024,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9024
9024
|
command: string;
|
9025
9025
|
} | undefined;
|
9026
9026
|
} & {} & {
|
9027
|
-
commandType?: "object" | "
|
9027
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9028
9028
|
object?: string | undefined;
|
9029
9029
|
hoverTooltip?: boolean | undefined;
|
9030
9030
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9035,7 +9035,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9035
9035
|
type: "webhook";
|
9036
9036
|
value: string;
|
9037
9037
|
} & {} & {
|
9038
|
-
commandType?: "object" | "
|
9038
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9039
9039
|
object?: string | undefined;
|
9040
9040
|
hoverTooltip?: boolean | undefined;
|
9041
9041
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9046,7 +9046,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9046
9046
|
type: "click" | "clickBySelector" | "clickByXpath";
|
9047
9047
|
value: string[];
|
9048
9048
|
} & {} & {
|
9049
|
-
commandType?: "object" | "
|
9049
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9050
9050
|
object?: string | undefined;
|
9051
9051
|
hoverTooltip?: boolean | undefined;
|
9052
9052
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9070,7 +9070,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9070
9070
|
onError?: string | undefined;
|
9071
9071
|
};
|
9072
9072
|
} & {} & {
|
9073
|
-
commandType?: "object" | "
|
9073
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9074
9074
|
object?: string | undefined;
|
9075
9075
|
hoverTooltip?: boolean | undefined;
|
9076
9076
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9081,7 +9081,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9081
9081
|
type: "appcues";
|
9082
9082
|
value: string;
|
9083
9083
|
} & {} & {
|
9084
|
-
commandType?: "object" | "
|
9084
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9085
9085
|
object?: string | undefined;
|
9086
9086
|
hoverTooltip?: boolean | undefined;
|
9087
9087
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9092,7 +9092,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9092
9092
|
type: "pendo_guide";
|
9093
9093
|
value: string;
|
9094
9094
|
} & {} & {
|
9095
|
-
commandType?: "object" | "
|
9095
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9096
9096
|
object?: string | undefined;
|
9097
9097
|
hoverTooltip?: boolean | undefined;
|
9098
9098
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9111,7 +9111,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9111
9111
|
} & {
|
9112
9112
|
doc_type?: "answer" | "doc" | undefined;
|
9113
9113
|
} & {} & {
|
9114
|
-
commandType?: "object" | "
|
9114
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9115
9115
|
object?: string | undefined;
|
9116
9116
|
hoverTooltip?: boolean | undefined;
|
9117
9117
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9122,7 +9122,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9122
9122
|
type: "admin";
|
9123
9123
|
value: string;
|
9124
9124
|
} & {} & {
|
9125
|
-
commandType?: "object" | "
|
9125
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9126
9126
|
object?: string | undefined;
|
9127
9127
|
hoverTooltip?: boolean | undefined;
|
9128
9128
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9133,7 +9133,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9133
9133
|
type: "builtin";
|
9134
9134
|
value: string;
|
9135
9135
|
} & {} & {
|
9136
|
-
commandType?: "object" | "
|
9136
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9137
9137
|
object?: string | undefined;
|
9138
9138
|
hoverTooltip?: boolean | undefined;
|
9139
9139
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9144,7 +9144,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9144
9144
|
type: "script";
|
9145
9145
|
value: string;
|
9146
9146
|
} & {} & {
|
9147
|
-
commandType?: "object" | "
|
9147
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9148
9148
|
object?: string | undefined;
|
9149
9149
|
hoverTooltip?: boolean | undefined;
|
9150
9150
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9155,7 +9155,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9155
9155
|
type: "video";
|
9156
9156
|
value: string;
|
9157
9157
|
} & {} & {
|
9158
|
-
commandType?: "object" | "
|
9158
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9159
9159
|
object?: string | undefined;
|
9160
9160
|
hoverTooltip?: boolean | undefined;
|
9161
9161
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9225,7 +9225,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9225
9225
|
query?: string | undefined;
|
9226
9226
|
});
|
9227
9227
|
} & {} & {
|
9228
|
-
commandType?: "object" | "
|
9228
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9229
9229
|
object?: string | undefined;
|
9230
9230
|
hoverTooltip?: boolean | undefined;
|
9231
9231
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9321,7 +9321,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9321
9321
|
};
|
9322
9322
|
tags: string[];
|
9323
9323
|
availability_rules: (({
|
9324
|
-
type: "url" | "element" | "
|
9324
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
9325
9325
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
9326
9326
|
} & {
|
9327
9327
|
field?: string | undefined;
|
@@ -9349,7 +9349,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9349
9349
|
} & {
|
9350
9350
|
reason?: string | undefined;
|
9351
9351
|
}))[] | (({
|
9352
|
-
type: "url" | "element" | "
|
9352
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
9353
9353
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
9354
9354
|
} & {
|
9355
9355
|
field?: string | undefined;
|
@@ -9383,7 +9383,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9383
9383
|
reason?: string | undefined;
|
9384
9384
|
}))[];
|
9385
9385
|
recommend_rules: (({
|
9386
|
-
type: "url" | "element" | "
|
9386
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
9387
9387
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
9388
9388
|
} & {
|
9389
9389
|
field?: string | undefined;
|
@@ -9419,7 +9419,7 @@ export declare const decodeEditorCommand: (data: {
|
|
9419
9419
|
reason?: null | undefined;
|
9420
9420
|
rule_id?: string | number | undefined;
|
9421
9421
|
}))[] | (({
|
9422
|
-
type: "url" | "element" | "
|
9422
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
9423
9423
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
9424
9424
|
} & {
|
9425
9425
|
field?: string | undefined;
|
@@ -9627,7 +9627,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9627
9627
|
type: "callback";
|
9628
9628
|
value: string;
|
9629
9629
|
} & {} & {
|
9630
|
-
commandType?: "object" | "
|
9630
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9631
9631
|
object?: string | undefined;
|
9632
9632
|
hoverTooltip?: boolean | undefined;
|
9633
9633
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9643,7 +9643,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9643
9643
|
command: string;
|
9644
9644
|
} | undefined;
|
9645
9645
|
} & {} & {
|
9646
|
-
commandType?: "object" | "
|
9646
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9647
9647
|
object?: string | undefined;
|
9648
9648
|
hoverTooltip?: boolean | undefined;
|
9649
9649
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9654,7 +9654,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9654
9654
|
type: "webhook";
|
9655
9655
|
value: string;
|
9656
9656
|
} & {} & {
|
9657
|
-
commandType?: "object" | "
|
9657
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9658
9658
|
object?: string | undefined;
|
9659
9659
|
hoverTooltip?: boolean | undefined;
|
9660
9660
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9665,7 +9665,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9665
9665
|
type: "click" | "clickBySelector" | "clickByXpath";
|
9666
9666
|
value: string[];
|
9667
9667
|
} & {} & {
|
9668
|
-
commandType?: "object" | "
|
9668
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9669
9669
|
object?: string | undefined;
|
9670
9670
|
hoverTooltip?: boolean | undefined;
|
9671
9671
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9689,7 +9689,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9689
9689
|
onError?: string | undefined;
|
9690
9690
|
};
|
9691
9691
|
} & {} & {
|
9692
|
-
commandType?: "object" | "
|
9692
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9693
9693
|
object?: string | undefined;
|
9694
9694
|
hoverTooltip?: boolean | undefined;
|
9695
9695
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9700,7 +9700,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9700
9700
|
type: "appcues";
|
9701
9701
|
value: string;
|
9702
9702
|
} & {} & {
|
9703
|
-
commandType?: "object" | "
|
9703
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9704
9704
|
object?: string | undefined;
|
9705
9705
|
hoverTooltip?: boolean | undefined;
|
9706
9706
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9711,7 +9711,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9711
9711
|
type: "pendo_guide";
|
9712
9712
|
value: string;
|
9713
9713
|
} & {} & {
|
9714
|
-
commandType?: "object" | "
|
9714
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9715
9715
|
object?: string | undefined;
|
9716
9716
|
hoverTooltip?: boolean | undefined;
|
9717
9717
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9730,7 +9730,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9730
9730
|
} & {
|
9731
9731
|
doc_type?: "answer" | "doc" | undefined;
|
9732
9732
|
} & {} & {
|
9733
|
-
commandType?: "object" | "
|
9733
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9734
9734
|
object?: string | undefined;
|
9735
9735
|
hoverTooltip?: boolean | undefined;
|
9736
9736
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9741,7 +9741,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9741
9741
|
type: "admin";
|
9742
9742
|
value: string;
|
9743
9743
|
} & {} & {
|
9744
|
-
commandType?: "object" | "
|
9744
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9745
9745
|
object?: string | undefined;
|
9746
9746
|
hoverTooltip?: boolean | undefined;
|
9747
9747
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9752,7 +9752,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9752
9752
|
type: "builtin";
|
9753
9753
|
value: string;
|
9754
9754
|
} & {} & {
|
9755
|
-
commandType?: "object" | "
|
9755
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9756
9756
|
object?: string | undefined;
|
9757
9757
|
hoverTooltip?: boolean | undefined;
|
9758
9758
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9763,7 +9763,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9763
9763
|
type: "script";
|
9764
9764
|
value: string;
|
9765
9765
|
} & {} & {
|
9766
|
-
commandType?: "object" | "
|
9766
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9767
9767
|
object?: string | undefined;
|
9768
9768
|
hoverTooltip?: boolean | undefined;
|
9769
9769
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9774,7 +9774,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9774
9774
|
type: "video";
|
9775
9775
|
value: string;
|
9776
9776
|
} & {} & {
|
9777
|
-
commandType?: "object" | "
|
9777
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9778
9778
|
object?: string | undefined;
|
9779
9779
|
hoverTooltip?: boolean | undefined;
|
9780
9780
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9844,7 +9844,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9844
9844
|
query?: string | undefined;
|
9845
9845
|
});
|
9846
9846
|
} & {} & {
|
9847
|
-
commandType?: "object" | "
|
9847
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
9848
9848
|
object?: string | undefined;
|
9849
9849
|
hoverTooltip?: boolean | undefined;
|
9850
9850
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -9940,7 +9940,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9940
9940
|
};
|
9941
9941
|
tags: string[];
|
9942
9942
|
availability_rules: (({
|
9943
|
-
type: "url" | "element" | "
|
9943
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
9944
9944
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
9945
9945
|
} & {
|
9946
9946
|
field?: string | undefined;
|
@@ -9968,7 +9968,7 @@ export declare const createWithoutThrottle: (object: {
|
|
9968
9968
|
} & {
|
9969
9969
|
reason?: string | undefined;
|
9970
9970
|
}))[] | (({
|
9971
|
-
type: "url" | "element" | "
|
9971
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
9972
9972
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
9973
9973
|
} & {
|
9974
9974
|
field?: string | undefined;
|
@@ -10002,7 +10002,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10002
10002
|
reason?: string | undefined;
|
10003
10003
|
}))[];
|
10004
10004
|
recommend_rules: (({
|
10005
|
-
type: "url" | "element" | "
|
10005
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
10006
10006
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
10007
10007
|
} & {
|
10008
10008
|
field?: string | undefined;
|
@@ -10038,7 +10038,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10038
10038
|
reason?: null | undefined;
|
10039
10039
|
rule_id?: string | number | undefined;
|
10040
10040
|
}))[] | (({
|
10041
|
-
type: "url" | "element" | "
|
10041
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
10042
10042
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
10043
10043
|
} & {
|
10044
10044
|
field?: string | undefined;
|
@@ -10245,7 +10245,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10245
10245
|
type: "callback";
|
10246
10246
|
value: string;
|
10247
10247
|
} & {} & {
|
10248
|
-
commandType?: "object" | "
|
10248
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10249
10249
|
object?: string | undefined;
|
10250
10250
|
hoverTooltip?: boolean | undefined;
|
10251
10251
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10261,7 +10261,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10261
10261
|
command: string;
|
10262
10262
|
} | undefined;
|
10263
10263
|
} & {} & {
|
10264
|
-
commandType?: "object" | "
|
10264
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10265
10265
|
object?: string | undefined;
|
10266
10266
|
hoverTooltip?: boolean | undefined;
|
10267
10267
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10272,7 +10272,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10272
10272
|
type: "webhook";
|
10273
10273
|
value: string;
|
10274
10274
|
} & {} & {
|
10275
|
-
commandType?: "object" | "
|
10275
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10276
10276
|
object?: string | undefined;
|
10277
10277
|
hoverTooltip?: boolean | undefined;
|
10278
10278
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10283,7 +10283,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10283
10283
|
type: "click" | "clickBySelector" | "clickByXpath";
|
10284
10284
|
value: string[];
|
10285
10285
|
} & {} & {
|
10286
|
-
commandType?: "object" | "
|
10286
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10287
10287
|
object?: string | undefined;
|
10288
10288
|
hoverTooltip?: boolean | undefined;
|
10289
10289
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10307,7 +10307,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10307
10307
|
onError?: string | undefined;
|
10308
10308
|
};
|
10309
10309
|
} & {} & {
|
10310
|
-
commandType?: "object" | "
|
10310
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10311
10311
|
object?: string | undefined;
|
10312
10312
|
hoverTooltip?: boolean | undefined;
|
10313
10313
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10318,7 +10318,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10318
10318
|
type: "appcues";
|
10319
10319
|
value: string;
|
10320
10320
|
} & {} & {
|
10321
|
-
commandType?: "object" | "
|
10321
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10322
10322
|
object?: string | undefined;
|
10323
10323
|
hoverTooltip?: boolean | undefined;
|
10324
10324
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10329,7 +10329,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10329
10329
|
type: "pendo_guide";
|
10330
10330
|
value: string;
|
10331
10331
|
} & {} & {
|
10332
|
-
commandType?: "object" | "
|
10332
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10333
10333
|
object?: string | undefined;
|
10334
10334
|
hoverTooltip?: boolean | undefined;
|
10335
10335
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10348,7 +10348,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10348
10348
|
} & {
|
10349
10349
|
doc_type?: "answer" | "doc" | undefined;
|
10350
10350
|
} & {} & {
|
10351
|
-
commandType?: "object" | "
|
10351
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10352
10352
|
object?: string | undefined;
|
10353
10353
|
hoverTooltip?: boolean | undefined;
|
10354
10354
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10359,7 +10359,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10359
10359
|
type: "admin";
|
10360
10360
|
value: string;
|
10361
10361
|
} & {} & {
|
10362
|
-
commandType?: "object" | "
|
10362
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10363
10363
|
object?: string | undefined;
|
10364
10364
|
hoverTooltip?: boolean | undefined;
|
10365
10365
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10370,7 +10370,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10370
10370
|
type: "builtin";
|
10371
10371
|
value: string;
|
10372
10372
|
} & {} & {
|
10373
|
-
commandType?: "object" | "
|
10373
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10374
10374
|
object?: string | undefined;
|
10375
10375
|
hoverTooltip?: boolean | undefined;
|
10376
10376
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10381,7 +10381,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10381
10381
|
type: "script";
|
10382
10382
|
value: string;
|
10383
10383
|
} & {} & {
|
10384
|
-
commandType?: "object" | "
|
10384
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10385
10385
|
object?: string | undefined;
|
10386
10386
|
hoverTooltip?: boolean | undefined;
|
10387
10387
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10392,7 +10392,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10392
10392
|
type: "video";
|
10393
10393
|
value: string;
|
10394
10394
|
} & {} & {
|
10395
|
-
commandType?: "object" | "
|
10395
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10396
10396
|
object?: string | undefined;
|
10397
10397
|
hoverTooltip?: boolean | undefined;
|
10398
10398
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10462,7 +10462,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10462
10462
|
query?: string | undefined;
|
10463
10463
|
});
|
10464
10464
|
} & {} & {
|
10465
|
-
commandType?: "object" | "
|
10465
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10466
10466
|
object?: string | undefined;
|
10467
10467
|
hoverTooltip?: boolean | undefined;
|
10468
10468
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10558,7 +10558,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10558
10558
|
};
|
10559
10559
|
tags: string[];
|
10560
10560
|
availability_rules: (({
|
10561
|
-
type: "url" | "element" | "
|
10561
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
10562
10562
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
10563
10563
|
} & {
|
10564
10564
|
field?: string | undefined;
|
@@ -10586,7 +10586,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10586
10586
|
} & {
|
10587
10587
|
reason?: string | undefined;
|
10588
10588
|
}))[] | (({
|
10589
|
-
type: "url" | "element" | "
|
10589
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
10590
10590
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
10591
10591
|
} & {
|
10592
10592
|
field?: string | undefined;
|
@@ -10620,7 +10620,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10620
10620
|
reason?: string | undefined;
|
10621
10621
|
}))[];
|
10622
10622
|
recommend_rules: (({
|
10623
|
-
type: "url" | "element" | "
|
10623
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
10624
10624
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
10625
10625
|
} & {
|
10626
10626
|
field?: string | undefined;
|
@@ -10656,7 +10656,7 @@ export declare const createWithoutThrottle: (object: {
|
|
10656
10656
|
reason?: null | undefined;
|
10657
10657
|
rule_id?: string | number | undefined;
|
10658
10658
|
}))[] | (({
|
10659
|
-
type: "url" | "element" | "
|
10659
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
10660
10660
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
10661
10661
|
} & {
|
10662
10662
|
field?: string | undefined;
|
@@ -10864,7 +10864,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10864
10864
|
type: "callback";
|
10865
10865
|
value: string;
|
10866
10866
|
} & {} & {
|
10867
|
-
commandType?: "object" | "
|
10867
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10868
10868
|
object?: string | undefined;
|
10869
10869
|
hoverTooltip?: boolean | undefined;
|
10870
10870
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10880,7 +10880,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10880
10880
|
command: string;
|
10881
10881
|
} | undefined;
|
10882
10882
|
} & {} & {
|
10883
|
-
commandType?: "object" | "
|
10883
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10884
10884
|
object?: string | undefined;
|
10885
10885
|
hoverTooltip?: boolean | undefined;
|
10886
10886
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10891,7 +10891,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10891
10891
|
type: "webhook";
|
10892
10892
|
value: string;
|
10893
10893
|
} & {} & {
|
10894
|
-
commandType?: "object" | "
|
10894
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10895
10895
|
object?: string | undefined;
|
10896
10896
|
hoverTooltip?: boolean | undefined;
|
10897
10897
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10902,7 +10902,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10902
10902
|
type: "click" | "clickBySelector" | "clickByXpath";
|
10903
10903
|
value: string[];
|
10904
10904
|
} & {} & {
|
10905
|
-
commandType?: "object" | "
|
10905
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10906
10906
|
object?: string | undefined;
|
10907
10907
|
hoverTooltip?: boolean | undefined;
|
10908
10908
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10926,7 +10926,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10926
10926
|
onError?: string | undefined;
|
10927
10927
|
};
|
10928
10928
|
} & {} & {
|
10929
|
-
commandType?: "object" | "
|
10929
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10930
10930
|
object?: string | undefined;
|
10931
10931
|
hoverTooltip?: boolean | undefined;
|
10932
10932
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10937,7 +10937,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10937
10937
|
type: "appcues";
|
10938
10938
|
value: string;
|
10939
10939
|
} & {} & {
|
10940
|
-
commandType?: "object" | "
|
10940
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10941
10941
|
object?: string | undefined;
|
10942
10942
|
hoverTooltip?: boolean | undefined;
|
10943
10943
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10948,7 +10948,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10948
10948
|
type: "pendo_guide";
|
10949
10949
|
value: string;
|
10950
10950
|
} & {} & {
|
10951
|
-
commandType?: "object" | "
|
10951
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10952
10952
|
object?: string | undefined;
|
10953
10953
|
hoverTooltip?: boolean | undefined;
|
10954
10954
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10967,7 +10967,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10967
10967
|
} & {
|
10968
10968
|
doc_type?: "answer" | "doc" | undefined;
|
10969
10969
|
} & {} & {
|
10970
|
-
commandType?: "object" | "
|
10970
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10971
10971
|
object?: string | undefined;
|
10972
10972
|
hoverTooltip?: boolean | undefined;
|
10973
10973
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10978,7 +10978,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10978
10978
|
type: "admin";
|
10979
10979
|
value: string;
|
10980
10980
|
} & {} & {
|
10981
|
-
commandType?: "object" | "
|
10981
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10982
10982
|
object?: string | undefined;
|
10983
10983
|
hoverTooltip?: boolean | undefined;
|
10984
10984
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -10989,7 +10989,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
10989
10989
|
type: "builtin";
|
10990
10990
|
value: string;
|
10991
10991
|
} & {} & {
|
10992
|
-
commandType?: "object" | "
|
10992
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
10993
10993
|
object?: string | undefined;
|
10994
10994
|
hoverTooltip?: boolean | undefined;
|
10995
10995
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11000,7 +11000,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11000
11000
|
type: "script";
|
11001
11001
|
value: string;
|
11002
11002
|
} & {} & {
|
11003
|
-
commandType?: "object" | "
|
11003
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11004
11004
|
object?: string | undefined;
|
11005
11005
|
hoverTooltip?: boolean | undefined;
|
11006
11006
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11011,7 +11011,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11011
11011
|
type: "video";
|
11012
11012
|
value: string;
|
11013
11013
|
} & {} & {
|
11014
|
-
commandType?: "object" | "
|
11014
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11015
11015
|
object?: string | undefined;
|
11016
11016
|
hoverTooltip?: boolean | undefined;
|
11017
11017
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11081,7 +11081,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11081
11081
|
query?: string | undefined;
|
11082
11082
|
});
|
11083
11083
|
} & {} & {
|
11084
|
-
commandType?: "object" | "
|
11084
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11085
11085
|
object?: string | undefined;
|
11086
11086
|
hoverTooltip?: boolean | undefined;
|
11087
11087
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11177,7 +11177,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11177
11177
|
};
|
11178
11178
|
tags: string[];
|
11179
11179
|
availability_rules: (({
|
11180
|
-
type: "url" | "element" | "
|
11180
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11181
11181
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11182
11182
|
} & {
|
11183
11183
|
field?: string | undefined;
|
@@ -11205,7 +11205,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11205
11205
|
} & {
|
11206
11206
|
reason?: string | undefined;
|
11207
11207
|
}))[] | (({
|
11208
|
-
type: "url" | "element" | "
|
11208
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11209
11209
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11210
11210
|
} & {
|
11211
11211
|
field?: string | undefined;
|
@@ -11239,7 +11239,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11239
11239
|
reason?: string | undefined;
|
11240
11240
|
}))[];
|
11241
11241
|
recommend_rules: (({
|
11242
|
-
type: "url" | "element" | "
|
11242
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11243
11243
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11244
11244
|
} & {
|
11245
11245
|
field?: string | undefined;
|
@@ -11275,7 +11275,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11275
11275
|
reason?: null | undefined;
|
11276
11276
|
rule_id?: string | number | undefined;
|
11277
11277
|
}))[] | (({
|
11278
|
-
type: "url" | "element" | "
|
11278
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11279
11279
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11280
11280
|
} & {
|
11281
11281
|
field?: string | undefined;
|
@@ -11482,7 +11482,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11482
11482
|
type: "callback";
|
11483
11483
|
value: string;
|
11484
11484
|
} & {} & {
|
11485
|
-
commandType?: "object" | "
|
11485
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11486
11486
|
object?: string | undefined;
|
11487
11487
|
hoverTooltip?: boolean | undefined;
|
11488
11488
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11498,7 +11498,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11498
11498
|
command: string;
|
11499
11499
|
} | undefined;
|
11500
11500
|
} & {} & {
|
11501
|
-
commandType?: "object" | "
|
11501
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11502
11502
|
object?: string | undefined;
|
11503
11503
|
hoverTooltip?: boolean | undefined;
|
11504
11504
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11509,7 +11509,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11509
11509
|
type: "webhook";
|
11510
11510
|
value: string;
|
11511
11511
|
} & {} & {
|
11512
|
-
commandType?: "object" | "
|
11512
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11513
11513
|
object?: string | undefined;
|
11514
11514
|
hoverTooltip?: boolean | undefined;
|
11515
11515
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11520,7 +11520,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11520
11520
|
type: "click" | "clickBySelector" | "clickByXpath";
|
11521
11521
|
value: string[];
|
11522
11522
|
} & {} & {
|
11523
|
-
commandType?: "object" | "
|
11523
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11524
11524
|
object?: string | undefined;
|
11525
11525
|
hoverTooltip?: boolean | undefined;
|
11526
11526
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11544,7 +11544,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11544
11544
|
onError?: string | undefined;
|
11545
11545
|
};
|
11546
11546
|
} & {} & {
|
11547
|
-
commandType?: "object" | "
|
11547
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11548
11548
|
object?: string | undefined;
|
11549
11549
|
hoverTooltip?: boolean | undefined;
|
11550
11550
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11555,7 +11555,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11555
11555
|
type: "appcues";
|
11556
11556
|
value: string;
|
11557
11557
|
} & {} & {
|
11558
|
-
commandType?: "object" | "
|
11558
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11559
11559
|
object?: string | undefined;
|
11560
11560
|
hoverTooltip?: boolean | undefined;
|
11561
11561
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11566,7 +11566,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11566
11566
|
type: "pendo_guide";
|
11567
11567
|
value: string;
|
11568
11568
|
} & {} & {
|
11569
|
-
commandType?: "object" | "
|
11569
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11570
11570
|
object?: string | undefined;
|
11571
11571
|
hoverTooltip?: boolean | undefined;
|
11572
11572
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11585,7 +11585,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11585
11585
|
} & {
|
11586
11586
|
doc_type?: "answer" | "doc" | undefined;
|
11587
11587
|
} & {} & {
|
11588
|
-
commandType?: "object" | "
|
11588
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11589
11589
|
object?: string | undefined;
|
11590
11590
|
hoverTooltip?: boolean | undefined;
|
11591
11591
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11596,7 +11596,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11596
11596
|
type: "admin";
|
11597
11597
|
value: string;
|
11598
11598
|
} & {} & {
|
11599
|
-
commandType?: "object" | "
|
11599
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11600
11600
|
object?: string | undefined;
|
11601
11601
|
hoverTooltip?: boolean | undefined;
|
11602
11602
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11607,7 +11607,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11607
11607
|
type: "builtin";
|
11608
11608
|
value: string;
|
11609
11609
|
} & {} & {
|
11610
|
-
commandType?: "object" | "
|
11610
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11611
11611
|
object?: string | undefined;
|
11612
11612
|
hoverTooltip?: boolean | undefined;
|
11613
11613
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11618,7 +11618,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11618
11618
|
type: "script";
|
11619
11619
|
value: string;
|
11620
11620
|
} & {} & {
|
11621
|
-
commandType?: "object" | "
|
11621
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11622
11622
|
object?: string | undefined;
|
11623
11623
|
hoverTooltip?: boolean | undefined;
|
11624
11624
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11629,7 +11629,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11629
11629
|
type: "video";
|
11630
11630
|
value: string;
|
11631
11631
|
} & {} & {
|
11632
|
-
commandType?: "object" | "
|
11632
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11633
11633
|
object?: string | undefined;
|
11634
11634
|
hoverTooltip?: boolean | undefined;
|
11635
11635
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11699,7 +11699,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11699
11699
|
query?: string | undefined;
|
11700
11700
|
});
|
11701
11701
|
} & {} & {
|
11702
|
-
commandType?: "object" | "
|
11702
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
11703
11703
|
object?: string | undefined;
|
11704
11704
|
hoverTooltip?: boolean | undefined;
|
11705
11705
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -11795,7 +11795,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11795
11795
|
};
|
11796
11796
|
tags: string[];
|
11797
11797
|
availability_rules: (({
|
11798
|
-
type: "url" | "element" | "
|
11798
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11799
11799
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11800
11800
|
} & {
|
11801
11801
|
field?: string | undefined;
|
@@ -11823,7 +11823,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11823
11823
|
} & {
|
11824
11824
|
reason?: string | undefined;
|
11825
11825
|
}))[] | (({
|
11826
|
-
type: "url" | "element" | "
|
11826
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11827
11827
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11828
11828
|
} & {
|
11829
11829
|
field?: string | undefined;
|
@@ -11857,7 +11857,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11857
11857
|
reason?: string | undefined;
|
11858
11858
|
}))[];
|
11859
11859
|
recommend_rules: (({
|
11860
|
-
type: "url" | "element" | "
|
11860
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11861
11861
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11862
11862
|
} & {
|
11863
11863
|
field?: string | undefined;
|
@@ -11893,7 +11893,7 @@ export declare const updateWithoutThrottle: (object: {
|
|
11893
11893
|
reason?: null | undefined;
|
11894
11894
|
rule_id?: string | number | undefined;
|
11895
11895
|
}))[] | (({
|
11896
|
-
type: "url" | "element" | "
|
11896
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
11897
11897
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
11898
11898
|
} & {
|
11899
11899
|
field?: string | undefined;
|
@@ -12826,7 +12826,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12826
12826
|
type: "callback";
|
12827
12827
|
value: string;
|
12828
12828
|
} & {} & {
|
12829
|
-
commandType?: "object" | "
|
12829
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12830
12830
|
object?: string | undefined;
|
12831
12831
|
hoverTooltip?: boolean | undefined;
|
12832
12832
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12842,7 +12842,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12842
12842
|
command: string;
|
12843
12843
|
} | undefined;
|
12844
12844
|
} & {} & {
|
12845
|
-
commandType?: "object" | "
|
12845
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12846
12846
|
object?: string | undefined;
|
12847
12847
|
hoverTooltip?: boolean | undefined;
|
12848
12848
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12853,7 +12853,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12853
12853
|
type: "webhook";
|
12854
12854
|
value: string;
|
12855
12855
|
} & {} & {
|
12856
|
-
commandType?: "object" | "
|
12856
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12857
12857
|
object?: string | undefined;
|
12858
12858
|
hoverTooltip?: boolean | undefined;
|
12859
12859
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12864,7 +12864,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12864
12864
|
type: "click" | "clickBySelector" | "clickByXpath";
|
12865
12865
|
value: string[];
|
12866
12866
|
} & {} & {
|
12867
|
-
commandType?: "object" | "
|
12867
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12868
12868
|
object?: string | undefined;
|
12869
12869
|
hoverTooltip?: boolean | undefined;
|
12870
12870
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12888,7 +12888,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12888
12888
|
onError?: string | undefined;
|
12889
12889
|
};
|
12890
12890
|
} & {} & {
|
12891
|
-
commandType?: "object" | "
|
12891
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12892
12892
|
object?: string | undefined;
|
12893
12893
|
hoverTooltip?: boolean | undefined;
|
12894
12894
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12899,7 +12899,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12899
12899
|
type: "appcues";
|
12900
12900
|
value: string;
|
12901
12901
|
} & {} & {
|
12902
|
-
commandType?: "object" | "
|
12902
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12903
12903
|
object?: string | undefined;
|
12904
12904
|
hoverTooltip?: boolean | undefined;
|
12905
12905
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12910,7 +12910,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12910
12910
|
type: "pendo_guide";
|
12911
12911
|
value: string;
|
12912
12912
|
} & {} & {
|
12913
|
-
commandType?: "object" | "
|
12913
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12914
12914
|
object?: string | undefined;
|
12915
12915
|
hoverTooltip?: boolean | undefined;
|
12916
12916
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12929,7 +12929,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12929
12929
|
} & {
|
12930
12930
|
doc_type?: "answer" | "doc" | undefined;
|
12931
12931
|
} & {} & {
|
12932
|
-
commandType?: "object" | "
|
12932
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12933
12933
|
object?: string | undefined;
|
12934
12934
|
hoverTooltip?: boolean | undefined;
|
12935
12935
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12940,7 +12940,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12940
12940
|
type: "admin";
|
12941
12941
|
value: string;
|
12942
12942
|
} & {} & {
|
12943
|
-
commandType?: "object" | "
|
12943
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12944
12944
|
object?: string | undefined;
|
12945
12945
|
hoverTooltip?: boolean | undefined;
|
12946
12946
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12951,7 +12951,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12951
12951
|
type: "builtin";
|
12952
12952
|
value: string;
|
12953
12953
|
} & {} & {
|
12954
|
-
commandType?: "object" | "
|
12954
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12955
12955
|
object?: string | undefined;
|
12956
12956
|
hoverTooltip?: boolean | undefined;
|
12957
12957
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12962,7 +12962,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12962
12962
|
type: "script";
|
12963
12963
|
value: string;
|
12964
12964
|
} & {} & {
|
12965
|
-
commandType?: "object" | "
|
12965
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12966
12966
|
object?: string | undefined;
|
12967
12967
|
hoverTooltip?: boolean | undefined;
|
12968
12968
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -12973,7 +12973,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
12973
12973
|
type: "video";
|
12974
12974
|
value: string;
|
12975
12975
|
} & {} & {
|
12976
|
-
commandType?: "object" | "
|
12976
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
12977
12977
|
object?: string | undefined;
|
12978
12978
|
hoverTooltip?: boolean | undefined;
|
12979
12979
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13043,7 +13043,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
13043
13043
|
query?: string | undefined;
|
13044
13044
|
});
|
13045
13045
|
} & {} & {
|
13046
|
-
commandType?: "object" | "
|
13046
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13047
13047
|
object?: string | undefined;
|
13048
13048
|
hoverTooltip?: boolean | undefined;
|
13049
13049
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13063,7 +13063,6 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
13063
13063
|
labels: string[] | null;
|
13064
13064
|
confirm: string;
|
13065
13065
|
icon: string | null;
|
13066
|
-
heading: string;
|
13067
13066
|
icon_color: string | null;
|
13068
13067
|
image_color: string | null;
|
13069
13068
|
sort_key: number | null;
|
@@ -13073,6 +13072,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
13073
13072
|
hotkey_mac: string;
|
13074
13073
|
hotkey_win: string;
|
13075
13074
|
tags: string[];
|
13075
|
+
heading: string;
|
13076
13076
|
arguments: {
|
13077
13077
|
[x: string]: ({
|
13078
13078
|
type: "context";
|
@@ -13167,7 +13167,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
13167
13167
|
random?: any;
|
13168
13168
|
} | null;
|
13169
13169
|
availability_rules: (({
|
13170
|
-
type: "url" | "element" | "
|
13170
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13171
13171
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13172
13172
|
} & {
|
13173
13173
|
field?: string | undefined;
|
@@ -13195,7 +13195,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
13195
13195
|
} & {
|
13196
13196
|
reason?: string | undefined;
|
13197
13197
|
}))[] | (({
|
13198
|
-
type: "url" | "element" | "
|
13198
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13199
13199
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13200
13200
|
} & {
|
13201
13201
|
field?: string | undefined;
|
@@ -13229,7 +13229,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
13229
13229
|
reason?: string | undefined;
|
13230
13230
|
}))[];
|
13231
13231
|
recommend_rules: (({
|
13232
|
-
type: "url" | "element" | "
|
13232
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13233
13233
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13234
13234
|
} & {
|
13235
13235
|
field?: string | undefined;
|
@@ -13265,7 +13265,7 @@ export declare const listHelpCenter: (onSuccess?: (() => void) | undefined, onEr
|
|
13265
13265
|
reason?: null | undefined;
|
13266
13266
|
rule_id?: string | number | undefined;
|
13267
13267
|
}))[] | (({
|
13268
|
-
type: "url" | "element" | "
|
13268
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13269
13269
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13270
13270
|
} & {
|
13271
13271
|
field?: string | undefined;
|
@@ -13422,7 +13422,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13422
13422
|
type: "callback";
|
13423
13423
|
value: string;
|
13424
13424
|
} & {} & {
|
13425
|
-
commandType?: "object" | "
|
13425
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13426
13426
|
object?: string | undefined;
|
13427
13427
|
hoverTooltip?: boolean | undefined;
|
13428
13428
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13438,7 +13438,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13438
13438
|
command: string;
|
13439
13439
|
} | undefined;
|
13440
13440
|
} & {} & {
|
13441
|
-
commandType?: "object" | "
|
13441
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13442
13442
|
object?: string | undefined;
|
13443
13443
|
hoverTooltip?: boolean | undefined;
|
13444
13444
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13449,7 +13449,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13449
13449
|
type: "webhook";
|
13450
13450
|
value: string;
|
13451
13451
|
} & {} & {
|
13452
|
-
commandType?: "object" | "
|
13452
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13453
13453
|
object?: string | undefined;
|
13454
13454
|
hoverTooltip?: boolean | undefined;
|
13455
13455
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13460,7 +13460,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13460
13460
|
type: "click" | "clickBySelector" | "clickByXpath";
|
13461
13461
|
value: string[];
|
13462
13462
|
} & {} & {
|
13463
|
-
commandType?: "object" | "
|
13463
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13464
13464
|
object?: string | undefined;
|
13465
13465
|
hoverTooltip?: boolean | undefined;
|
13466
13466
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13484,7 +13484,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13484
13484
|
onError?: string | undefined;
|
13485
13485
|
};
|
13486
13486
|
} & {} & {
|
13487
|
-
commandType?: "object" | "
|
13487
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13488
13488
|
object?: string | undefined;
|
13489
13489
|
hoverTooltip?: boolean | undefined;
|
13490
13490
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13495,7 +13495,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13495
13495
|
type: "appcues";
|
13496
13496
|
value: string;
|
13497
13497
|
} & {} & {
|
13498
|
-
commandType?: "object" | "
|
13498
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13499
13499
|
object?: string | undefined;
|
13500
13500
|
hoverTooltip?: boolean | undefined;
|
13501
13501
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13506,7 +13506,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13506
13506
|
type: "pendo_guide";
|
13507
13507
|
value: string;
|
13508
13508
|
} & {} & {
|
13509
|
-
commandType?: "object" | "
|
13509
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13510
13510
|
object?: string | undefined;
|
13511
13511
|
hoverTooltip?: boolean | undefined;
|
13512
13512
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13525,7 +13525,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13525
13525
|
} & {
|
13526
13526
|
doc_type?: "answer" | "doc" | undefined;
|
13527
13527
|
} & {} & {
|
13528
|
-
commandType?: "object" | "
|
13528
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13529
13529
|
object?: string | undefined;
|
13530
13530
|
hoverTooltip?: boolean | undefined;
|
13531
13531
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13536,7 +13536,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13536
13536
|
type: "admin";
|
13537
13537
|
value: string;
|
13538
13538
|
} & {} & {
|
13539
|
-
commandType?: "object" | "
|
13539
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13540
13540
|
object?: string | undefined;
|
13541
13541
|
hoverTooltip?: boolean | undefined;
|
13542
13542
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13547,7 +13547,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13547
13547
|
type: "builtin";
|
13548
13548
|
value: string;
|
13549
13549
|
} & {} & {
|
13550
|
-
commandType?: "object" | "
|
13550
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13551
13551
|
object?: string | undefined;
|
13552
13552
|
hoverTooltip?: boolean | undefined;
|
13553
13553
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13558,7 +13558,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13558
13558
|
type: "script";
|
13559
13559
|
value: string;
|
13560
13560
|
} & {} & {
|
13561
|
-
commandType?: "object" | "
|
13561
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13562
13562
|
object?: string | undefined;
|
13563
13563
|
hoverTooltip?: boolean | undefined;
|
13564
13564
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13569,7 +13569,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13569
13569
|
type: "video";
|
13570
13570
|
value: string;
|
13571
13571
|
} & {} & {
|
13572
|
-
commandType?: "object" | "
|
13572
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13573
13573
|
object?: string | undefined;
|
13574
13574
|
hoverTooltip?: boolean | undefined;
|
13575
13575
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13639,7 +13639,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13639
13639
|
query?: string | undefined;
|
13640
13640
|
});
|
13641
13641
|
} & {} & {
|
13642
|
-
commandType?: "object" | "
|
13642
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
13643
13643
|
object?: string | undefined;
|
13644
13644
|
hoverTooltip?: boolean | undefined;
|
13645
13645
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -13735,7 +13735,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13735
13735
|
};
|
13736
13736
|
tags: string[];
|
13737
13737
|
availability_rules: (({
|
13738
|
-
type: "url" | "element" | "
|
13738
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13739
13739
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13740
13740
|
} & {
|
13741
13741
|
field?: string | undefined;
|
@@ -13763,7 +13763,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13763
13763
|
} & {
|
13764
13764
|
reason?: string | undefined;
|
13765
13765
|
}))[] | (({
|
13766
|
-
type: "url" | "element" | "
|
13766
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13767
13767
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13768
13768
|
} & {
|
13769
13769
|
field?: string | undefined;
|
@@ -13797,7 +13797,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13797
13797
|
reason?: string | undefined;
|
13798
13798
|
}))[];
|
13799
13799
|
recommend_rules: (({
|
13800
|
-
type: "url" | "element" | "
|
13800
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13801
13801
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13802
13802
|
} & {
|
13803
13803
|
field?: string | undefined;
|
@@ -13833,7 +13833,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
13833
13833
|
reason?: null | undefined;
|
13834
13834
|
rule_id?: string | number | undefined;
|
13835
13835
|
}))[] | (({
|
13836
|
-
type: "url" | "element" | "
|
13836
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
13837
13837
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
13838
13838
|
} & {
|
13839
13839
|
field?: string | undefined;
|
@@ -14040,7 +14040,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14040
14040
|
type: "callback";
|
14041
14041
|
value: string;
|
14042
14042
|
} & {} & {
|
14043
|
-
commandType?: "object" | "
|
14043
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14044
14044
|
object?: string | undefined;
|
14045
14045
|
hoverTooltip?: boolean | undefined;
|
14046
14046
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14056,7 +14056,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14056
14056
|
command: string;
|
14057
14057
|
} | undefined;
|
14058
14058
|
} & {} & {
|
14059
|
-
commandType?: "object" | "
|
14059
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14060
14060
|
object?: string | undefined;
|
14061
14061
|
hoverTooltip?: boolean | undefined;
|
14062
14062
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14067,7 +14067,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14067
14067
|
type: "webhook";
|
14068
14068
|
value: string;
|
14069
14069
|
} & {} & {
|
14070
|
-
commandType?: "object" | "
|
14070
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14071
14071
|
object?: string | undefined;
|
14072
14072
|
hoverTooltip?: boolean | undefined;
|
14073
14073
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14078,7 +14078,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14078
14078
|
type: "click" | "clickBySelector" | "clickByXpath";
|
14079
14079
|
value: string[];
|
14080
14080
|
} & {} & {
|
14081
|
-
commandType?: "object" | "
|
14081
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14082
14082
|
object?: string | undefined;
|
14083
14083
|
hoverTooltip?: boolean | undefined;
|
14084
14084
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14102,7 +14102,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14102
14102
|
onError?: string | undefined;
|
14103
14103
|
};
|
14104
14104
|
} & {} & {
|
14105
|
-
commandType?: "object" | "
|
14105
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14106
14106
|
object?: string | undefined;
|
14107
14107
|
hoverTooltip?: boolean | undefined;
|
14108
14108
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14113,7 +14113,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14113
14113
|
type: "appcues";
|
14114
14114
|
value: string;
|
14115
14115
|
} & {} & {
|
14116
|
-
commandType?: "object" | "
|
14116
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14117
14117
|
object?: string | undefined;
|
14118
14118
|
hoverTooltip?: boolean | undefined;
|
14119
14119
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14124,7 +14124,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14124
14124
|
type: "pendo_guide";
|
14125
14125
|
value: string;
|
14126
14126
|
} & {} & {
|
14127
|
-
commandType?: "object" | "
|
14127
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14128
14128
|
object?: string | undefined;
|
14129
14129
|
hoverTooltip?: boolean | undefined;
|
14130
14130
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14143,7 +14143,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14143
14143
|
} & {
|
14144
14144
|
doc_type?: "answer" | "doc" | undefined;
|
14145
14145
|
} & {} & {
|
14146
|
-
commandType?: "object" | "
|
14146
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14147
14147
|
object?: string | undefined;
|
14148
14148
|
hoverTooltip?: boolean | undefined;
|
14149
14149
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14154,7 +14154,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14154
14154
|
type: "admin";
|
14155
14155
|
value: string;
|
14156
14156
|
} & {} & {
|
14157
|
-
commandType?: "object" | "
|
14157
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14158
14158
|
object?: string | undefined;
|
14159
14159
|
hoverTooltip?: boolean | undefined;
|
14160
14160
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14165,7 +14165,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14165
14165
|
type: "builtin";
|
14166
14166
|
value: string;
|
14167
14167
|
} & {} & {
|
14168
|
-
commandType?: "object" | "
|
14168
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14169
14169
|
object?: string | undefined;
|
14170
14170
|
hoverTooltip?: boolean | undefined;
|
14171
14171
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14176,7 +14176,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14176
14176
|
type: "script";
|
14177
14177
|
value: string;
|
14178
14178
|
} & {} & {
|
14179
|
-
commandType?: "object" | "
|
14179
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14180
14180
|
object?: string | undefined;
|
14181
14181
|
hoverTooltip?: boolean | undefined;
|
14182
14182
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14187,7 +14187,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14187
14187
|
type: "video";
|
14188
14188
|
value: string;
|
14189
14189
|
} & {} & {
|
14190
|
-
commandType?: "object" | "
|
14190
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14191
14191
|
object?: string | undefined;
|
14192
14192
|
hoverTooltip?: boolean | undefined;
|
14193
14193
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14257,7 +14257,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14257
14257
|
query?: string | undefined;
|
14258
14258
|
});
|
14259
14259
|
} & {} & {
|
14260
|
-
commandType?: "object" | "
|
14260
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
14261
14261
|
object?: string | undefined;
|
14262
14262
|
hoverTooltip?: boolean | undefined;
|
14263
14263
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -14353,7 +14353,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14353
14353
|
};
|
14354
14354
|
tags: string[];
|
14355
14355
|
availability_rules: (({
|
14356
|
-
type: "url" | "element" | "
|
14356
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
14357
14357
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
14358
14358
|
} & {
|
14359
14359
|
field?: string | undefined;
|
@@ -14381,7 +14381,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14381
14381
|
} & {
|
14382
14382
|
reason?: string | undefined;
|
14383
14383
|
}))[] | (({
|
14384
|
-
type: "url" | "element" | "
|
14384
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
14385
14385
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
14386
14386
|
} & {
|
14387
14387
|
field?: string | undefined;
|
@@ -14415,7 +14415,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14415
14415
|
reason?: string | undefined;
|
14416
14416
|
}))[];
|
14417
14417
|
recommend_rules: (({
|
14418
|
-
type: "url" | "element" | "
|
14418
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
14419
14419
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
14420
14420
|
} & {
|
14421
14421
|
field?: string | undefined;
|
@@ -14451,7 +14451,7 @@ export declare const updateHelpSyncCommandWithoutThrottle: (object: {
|
|
14451
14451
|
reason?: null | undefined;
|
14452
14452
|
rule_id?: string | number | undefined;
|
14453
14453
|
}))[] | (({
|
14454
|
-
type: "url" | "element" | "
|
14454
|
+
type: "url" | "element" | "context" | "user_property" | "event_property" | "hostname" | "executions" | "shortcuts" | "last_seen" | "first_seen" | "sessions" | "opens" | "deadends" | "heap" | "hubspot" | "amplitude" | "device_type" | "ab_test" | "intent" | "help_doc_interaction" | "video_interaction" | "survey_response";
|
14455
14455
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
14456
14456
|
} & {
|
14457
14457
|
field?: string | undefined;
|