commandbar 1.13.1 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -15,7 +15,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
15
15
|
type: "callback";
|
16
16
|
value: string;
|
17
17
|
} & {} & {
|
18
|
-
commandType?: "object" | "
|
18
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
19
19
|
object?: string | undefined;
|
20
20
|
hoverTooltip?: boolean | undefined;
|
21
21
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -31,7 +31,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
31
31
|
command: string;
|
32
32
|
} | undefined;
|
33
33
|
} & {} & {
|
34
|
-
commandType?: "object" | "
|
34
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
35
35
|
object?: string | undefined;
|
36
36
|
hoverTooltip?: boolean | undefined;
|
37
37
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -42,7 +42,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
42
42
|
type: "webhook";
|
43
43
|
value: string;
|
44
44
|
} & {} & {
|
45
|
-
commandType?: "object" | "
|
45
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
46
46
|
object?: string | undefined;
|
47
47
|
hoverTooltip?: boolean | undefined;
|
48
48
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -53,7 +53,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
53
53
|
type: "click" | "clickBySelector" | "clickByXpath";
|
54
54
|
value: string[];
|
55
55
|
} & {} & {
|
56
|
-
commandType?: "object" | "
|
56
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
57
57
|
object?: string | undefined;
|
58
58
|
hoverTooltip?: boolean | undefined;
|
59
59
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -77,7 +77,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
77
77
|
onError?: string | undefined;
|
78
78
|
};
|
79
79
|
} & {} & {
|
80
|
-
commandType?: "object" | "
|
80
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
81
81
|
object?: string | undefined;
|
82
82
|
hoverTooltip?: boolean | undefined;
|
83
83
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -88,7 +88,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
88
88
|
type: "appcues";
|
89
89
|
value: string;
|
90
90
|
} & {} & {
|
91
|
-
commandType?: "object" | "
|
91
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
92
92
|
object?: string | undefined;
|
93
93
|
hoverTooltip?: boolean | undefined;
|
94
94
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -99,7 +99,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
99
99
|
type: "pendo_guide";
|
100
100
|
value: string;
|
101
101
|
} & {} & {
|
102
|
-
commandType?: "object" | "
|
102
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
103
103
|
object?: string | undefined;
|
104
104
|
hoverTooltip?: boolean | undefined;
|
105
105
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -118,7 +118,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
118
118
|
} & {
|
119
119
|
doc_type?: "answer" | "doc" | undefined;
|
120
120
|
} & {} & {
|
121
|
-
commandType?: "object" | "
|
121
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
122
122
|
object?: string | undefined;
|
123
123
|
hoverTooltip?: boolean | undefined;
|
124
124
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -129,7 +129,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
129
129
|
type: "admin";
|
130
130
|
value: string;
|
131
131
|
} & {} & {
|
132
|
-
commandType?: "object" | "
|
132
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
133
133
|
object?: string | undefined;
|
134
134
|
hoverTooltip?: boolean | undefined;
|
135
135
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -140,7 +140,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
140
140
|
type: "builtin";
|
141
141
|
value: string;
|
142
142
|
} & {} & {
|
143
|
-
commandType?: "object" | "
|
143
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
144
144
|
object?: string | undefined;
|
145
145
|
hoverTooltip?: boolean | undefined;
|
146
146
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -151,7 +151,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
151
151
|
type: "script";
|
152
152
|
value: string;
|
153
153
|
} & {} & {
|
154
|
-
commandType?: "object" | "
|
154
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
155
155
|
object?: string | undefined;
|
156
156
|
hoverTooltip?: boolean | undefined;
|
157
157
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -162,7 +162,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
162
162
|
type: "video";
|
163
163
|
value: string;
|
164
164
|
} & {} & {
|
165
|
-
commandType?: "object" | "
|
165
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
166
166
|
object?: string | undefined;
|
167
167
|
hoverTooltip?: boolean | undefined;
|
168
168
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -232,7 +232,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
232
232
|
query?: string | undefined;
|
233
233
|
});
|
234
234
|
} & {} & {
|
235
|
-
commandType?: "object" | "
|
235
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
236
236
|
object?: string | undefined;
|
237
237
|
hoverTooltip?: boolean | undefined;
|
238
238
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -328,7 +328,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
328
328
|
};
|
329
329
|
tags: string[];
|
330
330
|
availability_rules: (({
|
331
|
-
type: "url" | "element" | "
|
331
|
+
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";
|
332
332
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
333
333
|
} & {
|
334
334
|
field?: string | undefined;
|
@@ -357,7 +357,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
357
357
|
reason?: string | undefined;
|
358
358
|
}))[];
|
359
359
|
recommend_rules: (({
|
360
|
-
type: "url" | "element" | "
|
360
|
+
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";
|
361
361
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
362
362
|
} & {
|
363
363
|
field?: string | undefined;
|
@@ -567,7 +567,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
567
567
|
type: "callback";
|
568
568
|
value: string;
|
569
569
|
} & {} & {
|
570
|
-
commandType?: "object" | "
|
570
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
571
571
|
object?: string | undefined;
|
572
572
|
hoverTooltip?: boolean | undefined;
|
573
573
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -583,7 +583,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
583
583
|
command: string;
|
584
584
|
} | undefined;
|
585
585
|
} & {} & {
|
586
|
-
commandType?: "object" | "
|
586
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
587
587
|
object?: string | undefined;
|
588
588
|
hoverTooltip?: boolean | undefined;
|
589
589
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -594,7 +594,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
594
594
|
type: "webhook";
|
595
595
|
value: string;
|
596
596
|
} & {} & {
|
597
|
-
commandType?: "object" | "
|
597
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
598
598
|
object?: string | undefined;
|
599
599
|
hoverTooltip?: boolean | undefined;
|
600
600
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -605,7 +605,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
605
605
|
type: "click" | "clickBySelector" | "clickByXpath";
|
606
606
|
value: string[];
|
607
607
|
} & {} & {
|
608
|
-
commandType?: "object" | "
|
608
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
609
609
|
object?: string | undefined;
|
610
610
|
hoverTooltip?: boolean | undefined;
|
611
611
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -629,7 +629,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
629
629
|
onError?: string | undefined;
|
630
630
|
};
|
631
631
|
} & {} & {
|
632
|
-
commandType?: "object" | "
|
632
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
633
633
|
object?: string | undefined;
|
634
634
|
hoverTooltip?: boolean | undefined;
|
635
635
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -640,7 +640,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
640
640
|
type: "appcues";
|
641
641
|
value: string;
|
642
642
|
} & {} & {
|
643
|
-
commandType?: "object" | "
|
643
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
644
644
|
object?: string | undefined;
|
645
645
|
hoverTooltip?: boolean | undefined;
|
646
646
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -651,7 +651,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
651
651
|
type: "pendo_guide";
|
652
652
|
value: string;
|
653
653
|
} & {} & {
|
654
|
-
commandType?: "object" | "
|
654
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
655
655
|
object?: string | undefined;
|
656
656
|
hoverTooltip?: boolean | undefined;
|
657
657
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -670,7 +670,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
670
670
|
} & {
|
671
671
|
doc_type?: "answer" | "doc" | undefined;
|
672
672
|
} & {} & {
|
673
|
-
commandType?: "object" | "
|
673
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
674
674
|
object?: string | undefined;
|
675
675
|
hoverTooltip?: boolean | undefined;
|
676
676
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -681,7 +681,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
681
681
|
type: "admin";
|
682
682
|
value: string;
|
683
683
|
} & {} & {
|
684
|
-
commandType?: "object" | "
|
684
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
685
685
|
object?: string | undefined;
|
686
686
|
hoverTooltip?: boolean | undefined;
|
687
687
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -692,7 +692,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
692
692
|
type: "builtin";
|
693
693
|
value: string;
|
694
694
|
} & {} & {
|
695
|
-
commandType?: "object" | "
|
695
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
696
696
|
object?: string | undefined;
|
697
697
|
hoverTooltip?: boolean | undefined;
|
698
698
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -703,7 +703,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
703
703
|
type: "script";
|
704
704
|
value: string;
|
705
705
|
} & {} & {
|
706
|
-
commandType?: "object" | "
|
706
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
707
707
|
object?: string | undefined;
|
708
708
|
hoverTooltip?: boolean | undefined;
|
709
709
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -714,7 +714,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
714
714
|
type: "video";
|
715
715
|
value: string;
|
716
716
|
} & {} & {
|
717
|
-
commandType?: "object" | "
|
717
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
718
718
|
object?: string | undefined;
|
719
719
|
hoverTooltip?: boolean | undefined;
|
720
720
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -784,7 +784,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
784
784
|
query?: string | undefined;
|
785
785
|
});
|
786
786
|
} & {} & {
|
787
|
-
commandType?: "object" | "
|
787
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
788
788
|
object?: string | undefined;
|
789
789
|
hoverTooltip?: boolean | undefined;
|
790
790
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -880,7 +880,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
880
880
|
};
|
881
881
|
tags: string[];
|
882
882
|
availability_rules: (({
|
883
|
-
type: "url" | "element" | "
|
883
|
+
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";
|
884
884
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
885
885
|
} & {
|
886
886
|
field?: string | undefined;
|
@@ -909,7 +909,7 @@ export declare const CommandExperience: t.TypeC<{
|
|
909
909
|
reason?: string | undefined;
|
910
910
|
}))[];
|
911
911
|
recommend_rules: (({
|
912
|
-
type: "url" | "element" | "
|
912
|
+
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";
|
913
913
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
914
914
|
} & {
|
915
915
|
field?: string | undefined;
|
@@ -1133,7 +1133,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1133
1133
|
type: "callback";
|
1134
1134
|
value: string;
|
1135
1135
|
} & {} & {
|
1136
|
-
commandType?: "object" | "
|
1136
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1137
1137
|
object?: string | undefined;
|
1138
1138
|
hoverTooltip?: boolean | undefined;
|
1139
1139
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1149,7 +1149,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1149
1149
|
command: string;
|
1150
1150
|
} | undefined;
|
1151
1151
|
} & {} & {
|
1152
|
-
commandType?: "object" | "
|
1152
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1153
1153
|
object?: string | undefined;
|
1154
1154
|
hoverTooltip?: boolean | undefined;
|
1155
1155
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1160,7 +1160,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1160
1160
|
type: "webhook";
|
1161
1161
|
value: string;
|
1162
1162
|
} & {} & {
|
1163
|
-
commandType?: "object" | "
|
1163
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1164
1164
|
object?: string | undefined;
|
1165
1165
|
hoverTooltip?: boolean | undefined;
|
1166
1166
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1171,7 +1171,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1171
1171
|
type: "click" | "clickBySelector" | "clickByXpath";
|
1172
1172
|
value: string[];
|
1173
1173
|
} & {} & {
|
1174
|
-
commandType?: "object" | "
|
1174
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1175
1175
|
object?: string | undefined;
|
1176
1176
|
hoverTooltip?: boolean | undefined;
|
1177
1177
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1195,7 +1195,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1195
1195
|
onError?: string | undefined;
|
1196
1196
|
};
|
1197
1197
|
} & {} & {
|
1198
|
-
commandType?: "object" | "
|
1198
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1199
1199
|
object?: string | undefined;
|
1200
1200
|
hoverTooltip?: boolean | undefined;
|
1201
1201
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1206,7 +1206,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1206
1206
|
type: "appcues";
|
1207
1207
|
value: string;
|
1208
1208
|
} & {} & {
|
1209
|
-
commandType?: "object" | "
|
1209
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1210
1210
|
object?: string | undefined;
|
1211
1211
|
hoverTooltip?: boolean | undefined;
|
1212
1212
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1217,7 +1217,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1217
1217
|
type: "pendo_guide";
|
1218
1218
|
value: string;
|
1219
1219
|
} & {} & {
|
1220
|
-
commandType?: "object" | "
|
1220
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1221
1221
|
object?: string | undefined;
|
1222
1222
|
hoverTooltip?: boolean | undefined;
|
1223
1223
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1236,7 +1236,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1236
1236
|
} & {
|
1237
1237
|
doc_type?: "answer" | "doc" | undefined;
|
1238
1238
|
} & {} & {
|
1239
|
-
commandType?: "object" | "
|
1239
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1240
1240
|
object?: string | undefined;
|
1241
1241
|
hoverTooltip?: boolean | undefined;
|
1242
1242
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1247,7 +1247,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1247
1247
|
type: "admin";
|
1248
1248
|
value: string;
|
1249
1249
|
} & {} & {
|
1250
|
-
commandType?: "object" | "
|
1250
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1251
1251
|
object?: string | undefined;
|
1252
1252
|
hoverTooltip?: boolean | undefined;
|
1253
1253
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1258,7 +1258,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1258
1258
|
type: "builtin";
|
1259
1259
|
value: string;
|
1260
1260
|
} & {} & {
|
1261
|
-
commandType?: "object" | "
|
1261
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1262
1262
|
object?: string | undefined;
|
1263
1263
|
hoverTooltip?: boolean | undefined;
|
1264
1264
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1269,7 +1269,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1269
1269
|
type: "script";
|
1270
1270
|
value: string;
|
1271
1271
|
} & {} & {
|
1272
|
-
commandType?: "object" | "
|
1272
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1273
1273
|
object?: string | undefined;
|
1274
1274
|
hoverTooltip?: boolean | undefined;
|
1275
1275
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1280,7 +1280,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1280
1280
|
type: "video";
|
1281
1281
|
value: string;
|
1282
1282
|
} & {} & {
|
1283
|
-
commandType?: "object" | "
|
1283
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1284
1284
|
object?: string | undefined;
|
1285
1285
|
hoverTooltip?: boolean | undefined;
|
1286
1286
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1350,7 +1350,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1350
1350
|
query?: string | undefined;
|
1351
1351
|
});
|
1352
1352
|
} & {} & {
|
1353
|
-
commandType?: "object" | "
|
1353
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1354
1354
|
object?: string | undefined;
|
1355
1355
|
hoverTooltip?: boolean | undefined;
|
1356
1356
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1446,7 +1446,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1446
1446
|
};
|
1447
1447
|
tags: string[];
|
1448
1448
|
availability_rules: (({
|
1449
|
-
type: "url" | "element" | "
|
1449
|
+
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";
|
1450
1450
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1451
1451
|
} & {
|
1452
1452
|
field?: string | undefined;
|
@@ -1475,7 +1475,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1475
1475
|
reason?: string | undefined;
|
1476
1476
|
}))[];
|
1477
1477
|
recommend_rules: (({
|
1478
|
-
type: "url" | "element" | "
|
1478
|
+
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";
|
1479
1479
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1480
1480
|
} & {
|
1481
1481
|
field?: string | undefined;
|
@@ -1685,7 +1685,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1685
1685
|
type: "callback";
|
1686
1686
|
value: string;
|
1687
1687
|
} & {} & {
|
1688
|
-
commandType?: "object" | "
|
1688
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1689
1689
|
object?: string | undefined;
|
1690
1690
|
hoverTooltip?: boolean | undefined;
|
1691
1691
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1701,7 +1701,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1701
1701
|
command: string;
|
1702
1702
|
} | undefined;
|
1703
1703
|
} & {} & {
|
1704
|
-
commandType?: "object" | "
|
1704
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1705
1705
|
object?: string | undefined;
|
1706
1706
|
hoverTooltip?: boolean | undefined;
|
1707
1707
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1712,7 +1712,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1712
1712
|
type: "webhook";
|
1713
1713
|
value: string;
|
1714
1714
|
} & {} & {
|
1715
|
-
commandType?: "object" | "
|
1715
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1716
1716
|
object?: string | undefined;
|
1717
1717
|
hoverTooltip?: boolean | undefined;
|
1718
1718
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1723,7 +1723,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1723
1723
|
type: "click" | "clickBySelector" | "clickByXpath";
|
1724
1724
|
value: string[];
|
1725
1725
|
} & {} & {
|
1726
|
-
commandType?: "object" | "
|
1726
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1727
1727
|
object?: string | undefined;
|
1728
1728
|
hoverTooltip?: boolean | undefined;
|
1729
1729
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1747,7 +1747,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1747
1747
|
onError?: string | undefined;
|
1748
1748
|
};
|
1749
1749
|
} & {} & {
|
1750
|
-
commandType?: "object" | "
|
1750
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1751
1751
|
object?: string | undefined;
|
1752
1752
|
hoverTooltip?: boolean | undefined;
|
1753
1753
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1758,7 +1758,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1758
1758
|
type: "appcues";
|
1759
1759
|
value: string;
|
1760
1760
|
} & {} & {
|
1761
|
-
commandType?: "object" | "
|
1761
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1762
1762
|
object?: string | undefined;
|
1763
1763
|
hoverTooltip?: boolean | undefined;
|
1764
1764
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1769,7 +1769,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1769
1769
|
type: "pendo_guide";
|
1770
1770
|
value: string;
|
1771
1771
|
} & {} & {
|
1772
|
-
commandType?: "object" | "
|
1772
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1773
1773
|
object?: string | undefined;
|
1774
1774
|
hoverTooltip?: boolean | undefined;
|
1775
1775
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1788,7 +1788,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1788
1788
|
} & {
|
1789
1789
|
doc_type?: "answer" | "doc" | undefined;
|
1790
1790
|
} & {} & {
|
1791
|
-
commandType?: "object" | "
|
1791
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1792
1792
|
object?: string | undefined;
|
1793
1793
|
hoverTooltip?: boolean | undefined;
|
1794
1794
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1799,7 +1799,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1799
1799
|
type: "admin";
|
1800
1800
|
value: string;
|
1801
1801
|
} & {} & {
|
1802
|
-
commandType?: "object" | "
|
1802
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1803
1803
|
object?: string | undefined;
|
1804
1804
|
hoverTooltip?: boolean | undefined;
|
1805
1805
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1810,7 +1810,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1810
1810
|
type: "builtin";
|
1811
1811
|
value: string;
|
1812
1812
|
} & {} & {
|
1813
|
-
commandType?: "object" | "
|
1813
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1814
1814
|
object?: string | undefined;
|
1815
1815
|
hoverTooltip?: boolean | undefined;
|
1816
1816
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1821,7 +1821,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1821
1821
|
type: "script";
|
1822
1822
|
value: string;
|
1823
1823
|
} & {} & {
|
1824
|
-
commandType?: "object" | "
|
1824
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1825
1825
|
object?: string | undefined;
|
1826
1826
|
hoverTooltip?: boolean | undefined;
|
1827
1827
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1832,7 +1832,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1832
1832
|
type: "video";
|
1833
1833
|
value: string;
|
1834
1834
|
} & {} & {
|
1835
|
-
commandType?: "object" | "
|
1835
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1836
1836
|
object?: string | undefined;
|
1837
1837
|
hoverTooltip?: boolean | undefined;
|
1838
1838
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1902,7 +1902,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1902
1902
|
query?: string | undefined;
|
1903
1903
|
});
|
1904
1904
|
} & {} & {
|
1905
|
-
commandType?: "object" | "
|
1905
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1906
1906
|
object?: string | undefined;
|
1907
1907
|
hoverTooltip?: boolean | undefined;
|
1908
1908
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1998,7 +1998,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
1998
1998
|
};
|
1999
1999
|
tags: string[];
|
2000
2000
|
availability_rules: (({
|
2001
|
-
type: "url" | "element" | "
|
2001
|
+
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";
|
2002
2002
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2003
2003
|
} & {
|
2004
2004
|
field?: string | undefined;
|
@@ -2027,7 +2027,7 @@ export declare const ExperienceHitV: t.UnionC<[t.TypeC<{
|
|
2027
2027
|
reason?: string | undefined;
|
2028
2028
|
}))[];
|
2029
2029
|
recommend_rules: (({
|
2030
|
-
type: "url" | "element" | "
|
2030
|
+
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";
|
2031
2031
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2032
2032
|
} & {
|
2033
2033
|
field?: string | undefined;
|
@@ -2252,7 +2252,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2252
2252
|
type: "callback";
|
2253
2253
|
value: string;
|
2254
2254
|
} & {} & {
|
2255
|
-
commandType?: "object" | "
|
2255
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2256
2256
|
object?: string | undefined;
|
2257
2257
|
hoverTooltip?: boolean | undefined;
|
2258
2258
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2268,7 +2268,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2268
2268
|
command: string;
|
2269
2269
|
} | undefined;
|
2270
2270
|
} & {} & {
|
2271
|
-
commandType?: "object" | "
|
2271
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2272
2272
|
object?: string | undefined;
|
2273
2273
|
hoverTooltip?: boolean | undefined;
|
2274
2274
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2279,7 +2279,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2279
2279
|
type: "webhook";
|
2280
2280
|
value: string;
|
2281
2281
|
} & {} & {
|
2282
|
-
commandType?: "object" | "
|
2282
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2283
2283
|
object?: string | undefined;
|
2284
2284
|
hoverTooltip?: boolean | undefined;
|
2285
2285
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2290,7 +2290,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2290
2290
|
type: "click" | "clickBySelector" | "clickByXpath";
|
2291
2291
|
value: string[];
|
2292
2292
|
} & {} & {
|
2293
|
-
commandType?: "object" | "
|
2293
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2294
2294
|
object?: string | undefined;
|
2295
2295
|
hoverTooltip?: boolean | undefined;
|
2296
2296
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2314,7 +2314,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2314
2314
|
onError?: string | undefined;
|
2315
2315
|
};
|
2316
2316
|
} & {} & {
|
2317
|
-
commandType?: "object" | "
|
2317
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2318
2318
|
object?: string | undefined;
|
2319
2319
|
hoverTooltip?: boolean | undefined;
|
2320
2320
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2325,7 +2325,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2325
2325
|
type: "appcues";
|
2326
2326
|
value: string;
|
2327
2327
|
} & {} & {
|
2328
|
-
commandType?: "object" | "
|
2328
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2329
2329
|
object?: string | undefined;
|
2330
2330
|
hoverTooltip?: boolean | undefined;
|
2331
2331
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2336,7 +2336,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2336
2336
|
type: "pendo_guide";
|
2337
2337
|
value: string;
|
2338
2338
|
} & {} & {
|
2339
|
-
commandType?: "object" | "
|
2339
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2340
2340
|
object?: string | undefined;
|
2341
2341
|
hoverTooltip?: boolean | undefined;
|
2342
2342
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2355,7 +2355,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2355
2355
|
} & {
|
2356
2356
|
doc_type?: "answer" | "doc" | undefined;
|
2357
2357
|
} & {} & {
|
2358
|
-
commandType?: "object" | "
|
2358
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2359
2359
|
object?: string | undefined;
|
2360
2360
|
hoverTooltip?: boolean | undefined;
|
2361
2361
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2366,7 +2366,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2366
2366
|
type: "admin";
|
2367
2367
|
value: string;
|
2368
2368
|
} & {} & {
|
2369
|
-
commandType?: "object" | "
|
2369
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2370
2370
|
object?: string | undefined;
|
2371
2371
|
hoverTooltip?: boolean | undefined;
|
2372
2372
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2377,7 +2377,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2377
2377
|
type: "builtin";
|
2378
2378
|
value: string;
|
2379
2379
|
} & {} & {
|
2380
|
-
commandType?: "object" | "
|
2380
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2381
2381
|
object?: string | undefined;
|
2382
2382
|
hoverTooltip?: boolean | undefined;
|
2383
2383
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2388,7 +2388,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2388
2388
|
type: "script";
|
2389
2389
|
value: string;
|
2390
2390
|
} & {} & {
|
2391
|
-
commandType?: "object" | "
|
2391
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2392
2392
|
object?: string | undefined;
|
2393
2393
|
hoverTooltip?: boolean | undefined;
|
2394
2394
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2399,7 +2399,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2399
2399
|
type: "video";
|
2400
2400
|
value: string;
|
2401
2401
|
} & {} & {
|
2402
|
-
commandType?: "object" | "
|
2402
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2403
2403
|
object?: string | undefined;
|
2404
2404
|
hoverTooltip?: boolean | undefined;
|
2405
2405
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2469,7 +2469,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2469
2469
|
query?: string | undefined;
|
2470
2470
|
});
|
2471
2471
|
} & {} & {
|
2472
|
-
commandType?: "object" | "
|
2472
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2473
2473
|
object?: string | undefined;
|
2474
2474
|
hoverTooltip?: boolean | undefined;
|
2475
2475
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2565,7 +2565,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2565
2565
|
};
|
2566
2566
|
tags: string[];
|
2567
2567
|
availability_rules: (({
|
2568
|
-
type: "url" | "element" | "
|
2568
|
+
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";
|
2569
2569
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2570
2570
|
} & {
|
2571
2571
|
field?: string | undefined;
|
@@ -2594,7 +2594,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2594
2594
|
reason?: string | undefined;
|
2595
2595
|
}))[];
|
2596
2596
|
recommend_rules: (({
|
2597
|
-
type: "url" | "element" | "
|
2597
|
+
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";
|
2598
2598
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2599
2599
|
} & {
|
2600
2600
|
field?: string | undefined;
|
@@ -2804,7 +2804,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2804
2804
|
type: "callback";
|
2805
2805
|
value: string;
|
2806
2806
|
} & {} & {
|
2807
|
-
commandType?: "object" | "
|
2807
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2808
2808
|
object?: string | undefined;
|
2809
2809
|
hoverTooltip?: boolean | undefined;
|
2810
2810
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2820,7 +2820,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2820
2820
|
command: string;
|
2821
2821
|
} | undefined;
|
2822
2822
|
} & {} & {
|
2823
|
-
commandType?: "object" | "
|
2823
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2824
2824
|
object?: string | undefined;
|
2825
2825
|
hoverTooltip?: boolean | undefined;
|
2826
2826
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2831,7 +2831,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2831
2831
|
type: "webhook";
|
2832
2832
|
value: string;
|
2833
2833
|
} & {} & {
|
2834
|
-
commandType?: "object" | "
|
2834
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2835
2835
|
object?: string | undefined;
|
2836
2836
|
hoverTooltip?: boolean | undefined;
|
2837
2837
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2842,7 +2842,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2842
2842
|
type: "click" | "clickBySelector" | "clickByXpath";
|
2843
2843
|
value: string[];
|
2844
2844
|
} & {} & {
|
2845
|
-
commandType?: "object" | "
|
2845
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2846
2846
|
object?: string | undefined;
|
2847
2847
|
hoverTooltip?: boolean | undefined;
|
2848
2848
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2866,7 +2866,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2866
2866
|
onError?: string | undefined;
|
2867
2867
|
};
|
2868
2868
|
} & {} & {
|
2869
|
-
commandType?: "object" | "
|
2869
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2870
2870
|
object?: string | undefined;
|
2871
2871
|
hoverTooltip?: boolean | undefined;
|
2872
2872
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2877,7 +2877,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2877
2877
|
type: "appcues";
|
2878
2878
|
value: string;
|
2879
2879
|
} & {} & {
|
2880
|
-
commandType?: "object" | "
|
2880
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2881
2881
|
object?: string | undefined;
|
2882
2882
|
hoverTooltip?: boolean | undefined;
|
2883
2883
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2888,7 +2888,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2888
2888
|
type: "pendo_guide";
|
2889
2889
|
value: string;
|
2890
2890
|
} & {} & {
|
2891
|
-
commandType?: "object" | "
|
2891
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2892
2892
|
object?: string | undefined;
|
2893
2893
|
hoverTooltip?: boolean | undefined;
|
2894
2894
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2907,7 +2907,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2907
2907
|
} & {
|
2908
2908
|
doc_type?: "answer" | "doc" | undefined;
|
2909
2909
|
} & {} & {
|
2910
|
-
commandType?: "object" | "
|
2910
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2911
2911
|
object?: string | undefined;
|
2912
2912
|
hoverTooltip?: boolean | undefined;
|
2913
2913
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2918,7 +2918,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2918
2918
|
type: "admin";
|
2919
2919
|
value: string;
|
2920
2920
|
} & {} & {
|
2921
|
-
commandType?: "object" | "
|
2921
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2922
2922
|
object?: string | undefined;
|
2923
2923
|
hoverTooltip?: boolean | undefined;
|
2924
2924
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2929,7 +2929,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2929
2929
|
type: "builtin";
|
2930
2930
|
value: string;
|
2931
2931
|
} & {} & {
|
2932
|
-
commandType?: "object" | "
|
2932
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2933
2933
|
object?: string | undefined;
|
2934
2934
|
hoverTooltip?: boolean | undefined;
|
2935
2935
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2940,7 +2940,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2940
2940
|
type: "script";
|
2941
2941
|
value: string;
|
2942
2942
|
} & {} & {
|
2943
|
-
commandType?: "object" | "
|
2943
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2944
2944
|
object?: string | undefined;
|
2945
2945
|
hoverTooltip?: boolean | undefined;
|
2946
2946
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2951,7 +2951,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
2951
2951
|
type: "video";
|
2952
2952
|
value: string;
|
2953
2953
|
} & {} & {
|
2954
|
-
commandType?: "object" | "
|
2954
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2955
2955
|
object?: string | undefined;
|
2956
2956
|
hoverTooltip?: boolean | undefined;
|
2957
2957
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3021,7 +3021,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
3021
3021
|
query?: string | undefined;
|
3022
3022
|
});
|
3023
3023
|
} & {} & {
|
3024
|
-
commandType?: "object" | "
|
3024
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3025
3025
|
object?: string | undefined;
|
3026
3026
|
hoverTooltip?: boolean | undefined;
|
3027
3027
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3117,7 +3117,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
3117
3117
|
};
|
3118
3118
|
tags: string[];
|
3119
3119
|
availability_rules: (({
|
3120
|
-
type: "url" | "element" | "
|
3120
|
+
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";
|
3121
3121
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3122
3122
|
} & {
|
3123
3123
|
field?: string | undefined;
|
@@ -3146,7 +3146,7 @@ export declare const SearchExperiencesResponseV: t.TypeC<{
|
|
3146
3146
|
reason?: string | undefined;
|
3147
3147
|
}))[];
|
3148
3148
|
recommend_rules: (({
|
3149
|
-
type: "url" | "element" | "
|
3149
|
+
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";
|
3150
3150
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3151
3151
|
} & {
|
3152
3152
|
field?: string | undefined;
|
@@ -3385,7 +3385,7 @@ export declare class ExperiencesSearch {
|
|
3385
3385
|
type: "callback";
|
3386
3386
|
value: string;
|
3387
3387
|
} & {} & {
|
3388
|
-
commandType?: "object" | "
|
3388
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3389
3389
|
object?: string | undefined;
|
3390
3390
|
hoverTooltip?: boolean | undefined;
|
3391
3391
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3401,7 +3401,7 @@ export declare class ExperiencesSearch {
|
|
3401
3401
|
command: string;
|
3402
3402
|
} | undefined;
|
3403
3403
|
} & {} & {
|
3404
|
-
commandType?: "object" | "
|
3404
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3405
3405
|
object?: string | undefined;
|
3406
3406
|
hoverTooltip?: boolean | undefined;
|
3407
3407
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3412,7 +3412,7 @@ export declare class ExperiencesSearch {
|
|
3412
3412
|
type: "webhook";
|
3413
3413
|
value: string;
|
3414
3414
|
} & {} & {
|
3415
|
-
commandType?: "object" | "
|
3415
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3416
3416
|
object?: string | undefined;
|
3417
3417
|
hoverTooltip?: boolean | undefined;
|
3418
3418
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3423,7 +3423,7 @@ export declare class ExperiencesSearch {
|
|
3423
3423
|
type: "click" | "clickBySelector" | "clickByXpath";
|
3424
3424
|
value: string[];
|
3425
3425
|
} & {} & {
|
3426
|
-
commandType?: "object" | "
|
3426
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3427
3427
|
object?: string | undefined;
|
3428
3428
|
hoverTooltip?: boolean | undefined;
|
3429
3429
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3447,7 +3447,7 @@ export declare class ExperiencesSearch {
|
|
3447
3447
|
onError?: string | undefined;
|
3448
3448
|
};
|
3449
3449
|
} & {} & {
|
3450
|
-
commandType?: "object" | "
|
3450
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3451
3451
|
object?: string | undefined;
|
3452
3452
|
hoverTooltip?: boolean | undefined;
|
3453
3453
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3458,7 +3458,7 @@ export declare class ExperiencesSearch {
|
|
3458
3458
|
type: "appcues";
|
3459
3459
|
value: string;
|
3460
3460
|
} & {} & {
|
3461
|
-
commandType?: "object" | "
|
3461
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3462
3462
|
object?: string | undefined;
|
3463
3463
|
hoverTooltip?: boolean | undefined;
|
3464
3464
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3469,7 +3469,7 @@ export declare class ExperiencesSearch {
|
|
3469
3469
|
type: "pendo_guide";
|
3470
3470
|
value: string;
|
3471
3471
|
} & {} & {
|
3472
|
-
commandType?: "object" | "
|
3472
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3473
3473
|
object?: string | undefined;
|
3474
3474
|
hoverTooltip?: boolean | undefined;
|
3475
3475
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3488,7 +3488,7 @@ export declare class ExperiencesSearch {
|
|
3488
3488
|
} & {
|
3489
3489
|
doc_type?: "answer" | "doc" | undefined;
|
3490
3490
|
} & {} & {
|
3491
|
-
commandType?: "object" | "
|
3491
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3492
3492
|
object?: string | undefined;
|
3493
3493
|
hoverTooltip?: boolean | undefined;
|
3494
3494
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3499,7 +3499,7 @@ export declare class ExperiencesSearch {
|
|
3499
3499
|
type: "admin";
|
3500
3500
|
value: string;
|
3501
3501
|
} & {} & {
|
3502
|
-
commandType?: "object" | "
|
3502
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3503
3503
|
object?: string | undefined;
|
3504
3504
|
hoverTooltip?: boolean | undefined;
|
3505
3505
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3510,7 +3510,7 @@ export declare class ExperiencesSearch {
|
|
3510
3510
|
type: "builtin";
|
3511
3511
|
value: string;
|
3512
3512
|
} & {} & {
|
3513
|
-
commandType?: "object" | "
|
3513
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3514
3514
|
object?: string | undefined;
|
3515
3515
|
hoverTooltip?: boolean | undefined;
|
3516
3516
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3521,7 +3521,7 @@ export declare class ExperiencesSearch {
|
|
3521
3521
|
type: "script";
|
3522
3522
|
value: string;
|
3523
3523
|
} & {} & {
|
3524
|
-
commandType?: "object" | "
|
3524
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3525
3525
|
object?: string | undefined;
|
3526
3526
|
hoverTooltip?: boolean | undefined;
|
3527
3527
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3532,7 +3532,7 @@ export declare class ExperiencesSearch {
|
|
3532
3532
|
type: "video";
|
3533
3533
|
value: string;
|
3534
3534
|
} & {} & {
|
3535
|
-
commandType?: "object" | "
|
3535
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3536
3536
|
object?: string | undefined;
|
3537
3537
|
hoverTooltip?: boolean | undefined;
|
3538
3538
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3602,7 +3602,7 @@ export declare class ExperiencesSearch {
|
|
3602
3602
|
query?: string | undefined;
|
3603
3603
|
});
|
3604
3604
|
} & {} & {
|
3605
|
-
commandType?: "object" | "
|
3605
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3606
3606
|
object?: string | undefined;
|
3607
3607
|
hoverTooltip?: boolean | undefined;
|
3608
3608
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3698,7 +3698,7 @@ export declare class ExperiencesSearch {
|
|
3698
3698
|
};
|
3699
3699
|
tags: string[];
|
3700
3700
|
availability_rules: (({
|
3701
|
-
type: "url" | "element" | "
|
3701
|
+
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";
|
3702
3702
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3703
3703
|
} & {
|
3704
3704
|
field?: string | undefined;
|
@@ -3727,7 +3727,7 @@ export declare class ExperiencesSearch {
|
|
3727
3727
|
reason?: string | undefined;
|
3728
3728
|
}))[];
|
3729
3729
|
recommend_rules: (({
|
3730
|
-
type: "url" | "element" | "
|
3730
|
+
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";
|
3731
3731
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3732
3732
|
} & {
|
3733
3733
|
field?: string | undefined;
|