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
@@ -13,7 +13,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
13
13
|
type: "callback";
|
14
14
|
value: string;
|
15
15
|
} & {} & {
|
16
|
-
commandType?: "object" | "
|
16
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
17
17
|
object?: string | undefined;
|
18
18
|
hoverTooltip?: boolean | undefined;
|
19
19
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -29,7 +29,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
29
29
|
command: string;
|
30
30
|
} | undefined;
|
31
31
|
} & {} & {
|
32
|
-
commandType?: "object" | "
|
32
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
33
33
|
object?: string | undefined;
|
34
34
|
hoverTooltip?: boolean | undefined;
|
35
35
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -40,7 +40,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
40
40
|
type: "webhook";
|
41
41
|
value: string;
|
42
42
|
} & {} & {
|
43
|
-
commandType?: "object" | "
|
43
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
44
44
|
object?: string | undefined;
|
45
45
|
hoverTooltip?: boolean | undefined;
|
46
46
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -51,7 +51,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
51
51
|
type: "click" | "clickBySelector" | "clickByXpath";
|
52
52
|
value: string[];
|
53
53
|
} & {} & {
|
54
|
-
commandType?: "object" | "
|
54
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
55
55
|
object?: string | undefined;
|
56
56
|
hoverTooltip?: boolean | undefined;
|
57
57
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -75,7 +75,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
75
75
|
onError?: string | undefined;
|
76
76
|
};
|
77
77
|
} & {} & {
|
78
|
-
commandType?: "object" | "
|
78
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
79
79
|
object?: string | undefined;
|
80
80
|
hoverTooltip?: boolean | undefined;
|
81
81
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -86,7 +86,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
86
86
|
type: "appcues";
|
87
87
|
value: string;
|
88
88
|
} & {} & {
|
89
|
-
commandType?: "object" | "
|
89
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
90
90
|
object?: string | undefined;
|
91
91
|
hoverTooltip?: boolean | undefined;
|
92
92
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -97,7 +97,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
97
97
|
type: "pendo_guide";
|
98
98
|
value: string;
|
99
99
|
} & {} & {
|
100
|
-
commandType?: "object" | "
|
100
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
101
101
|
object?: string | undefined;
|
102
102
|
hoverTooltip?: boolean | undefined;
|
103
103
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -116,7 +116,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
116
116
|
} & {
|
117
117
|
doc_type?: "answer" | "doc" | undefined;
|
118
118
|
} & {} & {
|
119
|
-
commandType?: "object" | "
|
119
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
120
120
|
object?: string | undefined;
|
121
121
|
hoverTooltip?: boolean | undefined;
|
122
122
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -127,7 +127,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
127
127
|
type: "admin";
|
128
128
|
value: string;
|
129
129
|
} & {} & {
|
130
|
-
commandType?: "object" | "
|
130
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
131
131
|
object?: string | undefined;
|
132
132
|
hoverTooltip?: boolean | undefined;
|
133
133
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -138,7 +138,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
138
138
|
type: "builtin";
|
139
139
|
value: string;
|
140
140
|
} & {} & {
|
141
|
-
commandType?: "object" | "
|
141
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
142
142
|
object?: string | undefined;
|
143
143
|
hoverTooltip?: boolean | undefined;
|
144
144
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -149,7 +149,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
149
149
|
type: "script";
|
150
150
|
value: string;
|
151
151
|
} & {} & {
|
152
|
-
commandType?: "object" | "
|
152
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
153
153
|
object?: string | undefined;
|
154
154
|
hoverTooltip?: boolean | undefined;
|
155
155
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -160,7 +160,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
160
160
|
type: "video";
|
161
161
|
value: string;
|
162
162
|
} & {} & {
|
163
|
-
commandType?: "object" | "
|
163
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
164
164
|
object?: string | undefined;
|
165
165
|
hoverTooltip?: boolean | undefined;
|
166
166
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -230,7 +230,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
230
230
|
query?: string | undefined;
|
231
231
|
});
|
232
232
|
} & {} & {
|
233
|
-
commandType?: "object" | "
|
233
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
234
234
|
object?: string | undefined;
|
235
235
|
hoverTooltip?: boolean | undefined;
|
236
236
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -326,7 +326,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
326
326
|
};
|
327
327
|
tags: string[];
|
328
328
|
availability_rules: (({
|
329
|
-
type: "url" | "element" | "
|
329
|
+
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";
|
330
330
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
331
331
|
} & {
|
332
332
|
field?: string | undefined;
|
@@ -355,7 +355,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
355
355
|
reason?: string | undefined;
|
356
356
|
}))[];
|
357
357
|
recommend_rules: (({
|
358
|
-
type: "url" | "element" | "
|
358
|
+
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";
|
359
359
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
360
360
|
} & {
|
361
361
|
field?: string | undefined;
|
@@ -565,7 +565,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
565
565
|
type: "callback";
|
566
566
|
value: string;
|
567
567
|
} & {} & {
|
568
|
-
commandType?: "object" | "
|
568
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
569
569
|
object?: string | undefined;
|
570
570
|
hoverTooltip?: boolean | undefined;
|
571
571
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -581,7 +581,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
581
581
|
command: string;
|
582
582
|
} | undefined;
|
583
583
|
} & {} & {
|
584
|
-
commandType?: "object" | "
|
584
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
585
585
|
object?: string | undefined;
|
586
586
|
hoverTooltip?: boolean | undefined;
|
587
587
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -592,7 +592,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
592
592
|
type: "webhook";
|
593
593
|
value: string;
|
594
594
|
} & {} & {
|
595
|
-
commandType?: "object" | "
|
595
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
596
596
|
object?: string | undefined;
|
597
597
|
hoverTooltip?: boolean | undefined;
|
598
598
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -603,7 +603,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
603
603
|
type: "click" | "clickBySelector" | "clickByXpath";
|
604
604
|
value: string[];
|
605
605
|
} & {} & {
|
606
|
-
commandType?: "object" | "
|
606
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
607
607
|
object?: string | undefined;
|
608
608
|
hoverTooltip?: boolean | undefined;
|
609
609
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -627,7 +627,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
627
627
|
onError?: string | undefined;
|
628
628
|
};
|
629
629
|
} & {} & {
|
630
|
-
commandType?: "object" | "
|
630
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
631
631
|
object?: string | undefined;
|
632
632
|
hoverTooltip?: boolean | undefined;
|
633
633
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -638,7 +638,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
638
638
|
type: "appcues";
|
639
639
|
value: string;
|
640
640
|
} & {} & {
|
641
|
-
commandType?: "object" | "
|
641
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
642
642
|
object?: string | undefined;
|
643
643
|
hoverTooltip?: boolean | undefined;
|
644
644
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -649,7 +649,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
649
649
|
type: "pendo_guide";
|
650
650
|
value: string;
|
651
651
|
} & {} & {
|
652
|
-
commandType?: "object" | "
|
652
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
653
653
|
object?: string | undefined;
|
654
654
|
hoverTooltip?: boolean | undefined;
|
655
655
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -668,7 +668,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
668
668
|
} & {
|
669
669
|
doc_type?: "answer" | "doc" | undefined;
|
670
670
|
} & {} & {
|
671
|
-
commandType?: "object" | "
|
671
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
672
672
|
object?: string | undefined;
|
673
673
|
hoverTooltip?: boolean | undefined;
|
674
674
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -679,7 +679,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
679
679
|
type: "admin";
|
680
680
|
value: string;
|
681
681
|
} & {} & {
|
682
|
-
commandType?: "object" | "
|
682
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
683
683
|
object?: string | undefined;
|
684
684
|
hoverTooltip?: boolean | undefined;
|
685
685
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -690,7 +690,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
690
690
|
type: "builtin";
|
691
691
|
value: string;
|
692
692
|
} & {} & {
|
693
|
-
commandType?: "object" | "
|
693
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
694
694
|
object?: string | undefined;
|
695
695
|
hoverTooltip?: boolean | undefined;
|
696
696
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -701,7 +701,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
701
701
|
type: "script";
|
702
702
|
value: string;
|
703
703
|
} & {} & {
|
704
|
-
commandType?: "object" | "
|
704
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
705
705
|
object?: string | undefined;
|
706
706
|
hoverTooltip?: boolean | undefined;
|
707
707
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -712,7 +712,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
712
712
|
type: "video";
|
713
713
|
value: string;
|
714
714
|
} & {} & {
|
715
|
-
commandType?: "object" | "
|
715
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
716
716
|
object?: string | undefined;
|
717
717
|
hoverTooltip?: boolean | undefined;
|
718
718
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -782,7 +782,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
782
782
|
query?: string | undefined;
|
783
783
|
});
|
784
784
|
} & {} & {
|
785
|
-
commandType?: "object" | "
|
785
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
786
786
|
object?: string | undefined;
|
787
787
|
hoverTooltip?: boolean | undefined;
|
788
788
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -878,7 +878,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
878
878
|
};
|
879
879
|
tags: string[];
|
880
880
|
availability_rules: (({
|
881
|
-
type: "url" | "element" | "
|
881
|
+
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";
|
882
882
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
883
883
|
} & {
|
884
884
|
field?: string | undefined;
|
@@ -907,7 +907,7 @@ export declare const HelpDocHitV: t.TypeC<{
|
|
907
907
|
reason?: string | undefined;
|
908
908
|
}))[];
|
909
909
|
recommend_rules: (({
|
910
|
-
type: "url" | "element" | "
|
910
|
+
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";
|
911
911
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
912
912
|
} & {
|
913
913
|
field?: string | undefined;
|
@@ -1124,7 +1124,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1124
1124
|
type: "callback";
|
1125
1125
|
value: string;
|
1126
1126
|
} & {} & {
|
1127
|
-
commandType?: "object" | "
|
1127
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1128
1128
|
object?: string | undefined;
|
1129
1129
|
hoverTooltip?: boolean | undefined;
|
1130
1130
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1140,7 +1140,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1140
1140
|
command: string;
|
1141
1141
|
} | undefined;
|
1142
1142
|
} & {} & {
|
1143
|
-
commandType?: "object" | "
|
1143
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1144
1144
|
object?: string | undefined;
|
1145
1145
|
hoverTooltip?: boolean | undefined;
|
1146
1146
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1151,7 +1151,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1151
1151
|
type: "webhook";
|
1152
1152
|
value: string;
|
1153
1153
|
} & {} & {
|
1154
|
-
commandType?: "object" | "
|
1154
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1155
1155
|
object?: string | undefined;
|
1156
1156
|
hoverTooltip?: boolean | undefined;
|
1157
1157
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1162,7 +1162,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1162
1162
|
type: "click" | "clickBySelector" | "clickByXpath";
|
1163
1163
|
value: string[];
|
1164
1164
|
} & {} & {
|
1165
|
-
commandType?: "object" | "
|
1165
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1166
1166
|
object?: string | undefined;
|
1167
1167
|
hoverTooltip?: boolean | undefined;
|
1168
1168
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1186,7 +1186,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1186
1186
|
onError?: string | undefined;
|
1187
1187
|
};
|
1188
1188
|
} & {} & {
|
1189
|
-
commandType?: "object" | "
|
1189
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1190
1190
|
object?: string | undefined;
|
1191
1191
|
hoverTooltip?: boolean | undefined;
|
1192
1192
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1197,7 +1197,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1197
1197
|
type: "appcues";
|
1198
1198
|
value: string;
|
1199
1199
|
} & {} & {
|
1200
|
-
commandType?: "object" | "
|
1200
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1201
1201
|
object?: string | undefined;
|
1202
1202
|
hoverTooltip?: boolean | undefined;
|
1203
1203
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1208,7 +1208,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1208
1208
|
type: "pendo_guide";
|
1209
1209
|
value: string;
|
1210
1210
|
} & {} & {
|
1211
|
-
commandType?: "object" | "
|
1211
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1212
1212
|
object?: string | undefined;
|
1213
1213
|
hoverTooltip?: boolean | undefined;
|
1214
1214
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1227,7 +1227,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1227
1227
|
} & {
|
1228
1228
|
doc_type?: "answer" | "doc" | undefined;
|
1229
1229
|
} & {} & {
|
1230
|
-
commandType?: "object" | "
|
1230
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1231
1231
|
object?: string | undefined;
|
1232
1232
|
hoverTooltip?: boolean | undefined;
|
1233
1233
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1238,7 +1238,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1238
1238
|
type: "admin";
|
1239
1239
|
value: string;
|
1240
1240
|
} & {} & {
|
1241
|
-
commandType?: "object" | "
|
1241
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1242
1242
|
object?: string | undefined;
|
1243
1243
|
hoverTooltip?: boolean | undefined;
|
1244
1244
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1249,7 +1249,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1249
1249
|
type: "builtin";
|
1250
1250
|
value: string;
|
1251
1251
|
} & {} & {
|
1252
|
-
commandType?: "object" | "
|
1252
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1253
1253
|
object?: string | undefined;
|
1254
1254
|
hoverTooltip?: boolean | undefined;
|
1255
1255
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1260,7 +1260,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1260
1260
|
type: "script";
|
1261
1261
|
value: string;
|
1262
1262
|
} & {} & {
|
1263
|
-
commandType?: "object" | "
|
1263
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1264
1264
|
object?: string | undefined;
|
1265
1265
|
hoverTooltip?: boolean | undefined;
|
1266
1266
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1271,7 +1271,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1271
1271
|
type: "video";
|
1272
1272
|
value: string;
|
1273
1273
|
} & {} & {
|
1274
|
-
commandType?: "object" | "
|
1274
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1275
1275
|
object?: string | undefined;
|
1276
1276
|
hoverTooltip?: boolean | undefined;
|
1277
1277
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1341,7 +1341,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1341
1341
|
query?: string | undefined;
|
1342
1342
|
});
|
1343
1343
|
} & {} & {
|
1344
|
-
commandType?: "object" | "
|
1344
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1345
1345
|
object?: string | undefined;
|
1346
1346
|
hoverTooltip?: boolean | undefined;
|
1347
1347
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1437,7 +1437,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1437
1437
|
};
|
1438
1438
|
tags: string[];
|
1439
1439
|
availability_rules: (({
|
1440
|
-
type: "url" | "element" | "
|
1440
|
+
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";
|
1441
1441
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1442
1442
|
} & {
|
1443
1443
|
field?: string | undefined;
|
@@ -1466,7 +1466,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1466
1466
|
reason?: string | undefined;
|
1467
1467
|
}))[];
|
1468
1468
|
recommend_rules: (({
|
1469
|
-
type: "url" | "element" | "
|
1469
|
+
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";
|
1470
1470
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1471
1471
|
} & {
|
1472
1472
|
field?: string | undefined;
|
@@ -1676,7 +1676,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1676
1676
|
type: "callback";
|
1677
1677
|
value: string;
|
1678
1678
|
} & {} & {
|
1679
|
-
commandType?: "object" | "
|
1679
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1680
1680
|
object?: string | undefined;
|
1681
1681
|
hoverTooltip?: boolean | undefined;
|
1682
1682
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1692,7 +1692,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1692
1692
|
command: string;
|
1693
1693
|
} | undefined;
|
1694
1694
|
} & {} & {
|
1695
|
-
commandType?: "object" | "
|
1695
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1696
1696
|
object?: string | undefined;
|
1697
1697
|
hoverTooltip?: boolean | undefined;
|
1698
1698
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1703,7 +1703,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1703
1703
|
type: "webhook";
|
1704
1704
|
value: string;
|
1705
1705
|
} & {} & {
|
1706
|
-
commandType?: "object" | "
|
1706
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1707
1707
|
object?: string | undefined;
|
1708
1708
|
hoverTooltip?: boolean | undefined;
|
1709
1709
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1714,7 +1714,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1714
1714
|
type: "click" | "clickBySelector" | "clickByXpath";
|
1715
1715
|
value: string[];
|
1716
1716
|
} & {} & {
|
1717
|
-
commandType?: "object" | "
|
1717
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1718
1718
|
object?: string | undefined;
|
1719
1719
|
hoverTooltip?: boolean | undefined;
|
1720
1720
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1738,7 +1738,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1738
1738
|
onError?: string | undefined;
|
1739
1739
|
};
|
1740
1740
|
} & {} & {
|
1741
|
-
commandType?: "object" | "
|
1741
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1742
1742
|
object?: string | undefined;
|
1743
1743
|
hoverTooltip?: boolean | undefined;
|
1744
1744
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1749,7 +1749,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1749
1749
|
type: "appcues";
|
1750
1750
|
value: string;
|
1751
1751
|
} & {} & {
|
1752
|
-
commandType?: "object" | "
|
1752
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1753
1753
|
object?: string | undefined;
|
1754
1754
|
hoverTooltip?: boolean | undefined;
|
1755
1755
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1760,7 +1760,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1760
1760
|
type: "pendo_guide";
|
1761
1761
|
value: string;
|
1762
1762
|
} & {} & {
|
1763
|
-
commandType?: "object" | "
|
1763
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1764
1764
|
object?: string | undefined;
|
1765
1765
|
hoverTooltip?: boolean | undefined;
|
1766
1766
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1779,7 +1779,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1779
1779
|
} & {
|
1780
1780
|
doc_type?: "answer" | "doc" | undefined;
|
1781
1781
|
} & {} & {
|
1782
|
-
commandType?: "object" | "
|
1782
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1783
1783
|
object?: string | undefined;
|
1784
1784
|
hoverTooltip?: boolean | undefined;
|
1785
1785
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1790,7 +1790,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1790
1790
|
type: "admin";
|
1791
1791
|
value: string;
|
1792
1792
|
} & {} & {
|
1793
|
-
commandType?: "object" | "
|
1793
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1794
1794
|
object?: string | undefined;
|
1795
1795
|
hoverTooltip?: boolean | undefined;
|
1796
1796
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1801,7 +1801,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1801
1801
|
type: "builtin";
|
1802
1802
|
value: string;
|
1803
1803
|
} & {} & {
|
1804
|
-
commandType?: "object" | "
|
1804
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1805
1805
|
object?: string | undefined;
|
1806
1806
|
hoverTooltip?: boolean | undefined;
|
1807
1807
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1812,7 +1812,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1812
1812
|
type: "script";
|
1813
1813
|
value: string;
|
1814
1814
|
} & {} & {
|
1815
|
-
commandType?: "object" | "
|
1815
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1816
1816
|
object?: string | undefined;
|
1817
1817
|
hoverTooltip?: boolean | undefined;
|
1818
1818
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1823,7 +1823,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1823
1823
|
type: "video";
|
1824
1824
|
value: string;
|
1825
1825
|
} & {} & {
|
1826
|
-
commandType?: "object" | "
|
1826
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1827
1827
|
object?: string | undefined;
|
1828
1828
|
hoverTooltip?: boolean | undefined;
|
1829
1829
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1893,7 +1893,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1893
1893
|
query?: string | undefined;
|
1894
1894
|
});
|
1895
1895
|
} & {} & {
|
1896
|
-
commandType?: "object" | "
|
1896
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1897
1897
|
object?: string | undefined;
|
1898
1898
|
hoverTooltip?: boolean | undefined;
|
1899
1899
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1989,7 +1989,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
1989
1989
|
};
|
1990
1990
|
tags: string[];
|
1991
1991
|
availability_rules: (({
|
1992
|
-
type: "url" | "element" | "
|
1992
|
+
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";
|
1993
1993
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1994
1994
|
} & {
|
1995
1995
|
field?: string | undefined;
|
@@ -2018,7 +2018,7 @@ export declare const SearchHelpDocsResponseV: t.TypeC<{
|
|
2018
2018
|
reason?: string | undefined;
|
2019
2019
|
}))[];
|
2020
2020
|
recommend_rules: (({
|
2021
|
-
type: "url" | "element" | "
|
2021
|
+
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";
|
2022
2022
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2023
2023
|
} & {
|
2024
2024
|
field?: string | undefined;
|
@@ -2247,7 +2247,7 @@ export declare class HelpDocsSearch {
|
|
2247
2247
|
type: "callback";
|
2248
2248
|
value: string;
|
2249
2249
|
} & {} & {
|
2250
|
-
commandType?: "object" | "
|
2250
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2251
2251
|
object?: string | undefined;
|
2252
2252
|
hoverTooltip?: boolean | undefined;
|
2253
2253
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2263,7 +2263,7 @@ export declare class HelpDocsSearch {
|
|
2263
2263
|
command: string;
|
2264
2264
|
} | undefined;
|
2265
2265
|
} & {} & {
|
2266
|
-
commandType?: "object" | "
|
2266
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2267
2267
|
object?: string | undefined;
|
2268
2268
|
hoverTooltip?: boolean | undefined;
|
2269
2269
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2274,7 +2274,7 @@ export declare class HelpDocsSearch {
|
|
2274
2274
|
type: "webhook";
|
2275
2275
|
value: string;
|
2276
2276
|
} & {} & {
|
2277
|
-
commandType?: "object" | "
|
2277
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2278
2278
|
object?: string | undefined;
|
2279
2279
|
hoverTooltip?: boolean | undefined;
|
2280
2280
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2285,7 +2285,7 @@ export declare class HelpDocsSearch {
|
|
2285
2285
|
type: "click" | "clickBySelector" | "clickByXpath";
|
2286
2286
|
value: string[];
|
2287
2287
|
} & {} & {
|
2288
|
-
commandType?: "object" | "
|
2288
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2289
2289
|
object?: string | undefined;
|
2290
2290
|
hoverTooltip?: boolean | undefined;
|
2291
2291
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2309,7 +2309,7 @@ export declare class HelpDocsSearch {
|
|
2309
2309
|
onError?: string | undefined;
|
2310
2310
|
};
|
2311
2311
|
} & {} & {
|
2312
|
-
commandType?: "object" | "
|
2312
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2313
2313
|
object?: string | undefined;
|
2314
2314
|
hoverTooltip?: boolean | undefined;
|
2315
2315
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2320,7 +2320,7 @@ export declare class HelpDocsSearch {
|
|
2320
2320
|
type: "appcues";
|
2321
2321
|
value: string;
|
2322
2322
|
} & {} & {
|
2323
|
-
commandType?: "object" | "
|
2323
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2324
2324
|
object?: string | undefined;
|
2325
2325
|
hoverTooltip?: boolean | undefined;
|
2326
2326
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2331,7 +2331,7 @@ export declare class HelpDocsSearch {
|
|
2331
2331
|
type: "pendo_guide";
|
2332
2332
|
value: string;
|
2333
2333
|
} & {} & {
|
2334
|
-
commandType?: "object" | "
|
2334
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2335
2335
|
object?: string | undefined;
|
2336
2336
|
hoverTooltip?: boolean | undefined;
|
2337
2337
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2350,7 +2350,7 @@ export declare class HelpDocsSearch {
|
|
2350
2350
|
} & {
|
2351
2351
|
doc_type?: "answer" | "doc" | undefined;
|
2352
2352
|
} & {} & {
|
2353
|
-
commandType?: "object" | "
|
2353
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2354
2354
|
object?: string | undefined;
|
2355
2355
|
hoverTooltip?: boolean | undefined;
|
2356
2356
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2361,7 +2361,7 @@ export declare class HelpDocsSearch {
|
|
2361
2361
|
type: "admin";
|
2362
2362
|
value: string;
|
2363
2363
|
} & {} & {
|
2364
|
-
commandType?: "object" | "
|
2364
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2365
2365
|
object?: string | undefined;
|
2366
2366
|
hoverTooltip?: boolean | undefined;
|
2367
2367
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2372,7 +2372,7 @@ export declare class HelpDocsSearch {
|
|
2372
2372
|
type: "builtin";
|
2373
2373
|
value: string;
|
2374
2374
|
} & {} & {
|
2375
|
-
commandType?: "object" | "
|
2375
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2376
2376
|
object?: string | undefined;
|
2377
2377
|
hoverTooltip?: boolean | undefined;
|
2378
2378
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2383,7 +2383,7 @@ export declare class HelpDocsSearch {
|
|
2383
2383
|
type: "script";
|
2384
2384
|
value: string;
|
2385
2385
|
} & {} & {
|
2386
|
-
commandType?: "object" | "
|
2386
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2387
2387
|
object?: string | undefined;
|
2388
2388
|
hoverTooltip?: boolean | undefined;
|
2389
2389
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2394,7 +2394,7 @@ export declare class HelpDocsSearch {
|
|
2394
2394
|
type: "video";
|
2395
2395
|
value: string;
|
2396
2396
|
} & {} & {
|
2397
|
-
commandType?: "object" | "
|
2397
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2398
2398
|
object?: string | undefined;
|
2399
2399
|
hoverTooltip?: boolean | undefined;
|
2400
2400
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2464,7 +2464,7 @@ export declare class HelpDocsSearch {
|
|
2464
2464
|
query?: string | undefined;
|
2465
2465
|
});
|
2466
2466
|
} & {} & {
|
2467
|
-
commandType?: "object" | "
|
2467
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2468
2468
|
object?: string | undefined;
|
2469
2469
|
hoverTooltip?: boolean | undefined;
|
2470
2470
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2560,7 +2560,7 @@ export declare class HelpDocsSearch {
|
|
2560
2560
|
};
|
2561
2561
|
tags: string[];
|
2562
2562
|
availability_rules: (({
|
2563
|
-
type: "url" | "element" | "
|
2563
|
+
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";
|
2564
2564
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2565
2565
|
} & {
|
2566
2566
|
field?: string | undefined;
|
@@ -2589,7 +2589,7 @@ export declare class HelpDocsSearch {
|
|
2589
2589
|
reason?: string | undefined;
|
2590
2590
|
}))[];
|
2591
2591
|
recommend_rules: (({
|
2592
|
-
type: "url" | "element" | "
|
2592
|
+
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";
|
2593
2593
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2594
2594
|
} & {
|
2595
2595
|
field?: string | undefined;
|