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
@@ -231,6 +231,10 @@ export declare const read: (arg0: string, params?: Record<string, string> | unde
|
|
231
231
|
}[];
|
232
232
|
helphub_search_action: "search" | "ask";
|
233
233
|
helphub_custom_theme: string | null;
|
234
|
+
product_tours_custom_theme: string | null;
|
235
|
+
announcements_custom_theme: string | null;
|
236
|
+
surveys_custom_theme: string | null;
|
237
|
+
checklists_custom_theme: string | null;
|
234
238
|
copilot_chat_history_enabled: boolean;
|
235
239
|
copilot_negative_feedback_fallback_enabled: boolean;
|
236
240
|
copilot_negative_feedback_fallback_message: string | null;
|
@@ -309,9 +313,9 @@ export declare const read: (arg0: string, params?: Record<string, string> | unde
|
|
309
313
|
template: "professional" | "friendly" | "confident" | "serious" | "empathetic";
|
310
314
|
} | {
|
311
315
|
template: "custom";
|
312
|
-
adjectives: ("
|
316
|
+
adjectives: ("brave" | "empathetic" | "abrasive" | "adventurous" | "affable" | "arrogant" | "assertive" | "assured" | "belligerent" | "cheerful" | "compassionate" | "condescending" | "courteous" | "creative" | "cynical" | "decisive" | "detached" | "diligent" | "eloquent" | "evasive" | "formal" | "frivolous" | "garrulous" | "generous" | "impulsive" | "innovative" | "intense" | "judgmental" | "jovial" | "manipulative" | "obstinate" | "optimistic" | "perceptive" | "pessimistic" | "quarrelsome" | "respectful" | "resourceful" | "sarcastic" | "sincere" | "sociable" | "solemn" | "supportive" | "tactful" | "thoughtful" | "understanding" | "unreliable" | "vain" | "vivacious" | "warm" | "withdrawn" | "witty" | "zealous")[];
|
313
317
|
response_length: "long" | "short" | "conversational";
|
314
|
-
response_format: "
|
318
|
+
response_format: "lists" | "paragraphs" | "mixed";
|
315
319
|
};
|
316
320
|
nudge_rate_limit: number | null;
|
317
321
|
bar_hide_completed_nudges_questlists: boolean;
|
@@ -633,6 +637,10 @@ export declare const update: (object: {
|
|
633
637
|
}[];
|
634
638
|
helphub_search_action: "search" | "ask";
|
635
639
|
helphub_custom_theme: string | null;
|
640
|
+
product_tours_custom_theme: string | null;
|
641
|
+
announcements_custom_theme: string | null;
|
642
|
+
surveys_custom_theme: string | null;
|
643
|
+
checklists_custom_theme: string | null;
|
636
644
|
copilot_chat_history_enabled: boolean;
|
637
645
|
copilot_negative_feedback_fallback_enabled: boolean;
|
638
646
|
copilot_negative_feedback_fallback_message: string | null;
|
@@ -711,9 +719,9 @@ export declare const update: (object: {
|
|
711
719
|
template: "professional" | "friendly" | "confident" | "serious" | "empathetic";
|
712
720
|
} | {
|
713
721
|
template: "custom";
|
714
|
-
adjectives: ("
|
722
|
+
adjectives: ("brave" | "empathetic" | "abrasive" | "adventurous" | "affable" | "arrogant" | "assertive" | "assured" | "belligerent" | "cheerful" | "compassionate" | "condescending" | "courteous" | "creative" | "cynical" | "decisive" | "detached" | "diligent" | "eloquent" | "evasive" | "formal" | "frivolous" | "garrulous" | "generous" | "impulsive" | "innovative" | "intense" | "judgmental" | "jovial" | "manipulative" | "obstinate" | "optimistic" | "perceptive" | "pessimistic" | "quarrelsome" | "respectful" | "resourceful" | "sarcastic" | "sincere" | "sociable" | "solemn" | "supportive" | "tactful" | "thoughtful" | "understanding" | "unreliable" | "vain" | "vivacious" | "warm" | "withdrawn" | "witty" | "zealous")[];
|
715
723
|
response_length: "long" | "short" | "conversational";
|
716
|
-
response_format: "
|
724
|
+
response_format: "lists" | "paragraphs" | "mixed";
|
717
725
|
};
|
718
726
|
nudge_rate_limit: number | null;
|
719
727
|
bar_hide_completed_nudges_questlists: boolean;
|
@@ -1034,6 +1042,10 @@ export declare const update: (object: {
|
|
1034
1042
|
}[];
|
1035
1043
|
helphub_search_action: "search" | "ask";
|
1036
1044
|
helphub_custom_theme: string | null;
|
1045
|
+
product_tours_custom_theme: string | null;
|
1046
|
+
announcements_custom_theme: string | null;
|
1047
|
+
surveys_custom_theme: string | null;
|
1048
|
+
checklists_custom_theme: string | null;
|
1037
1049
|
copilot_chat_history_enabled: boolean;
|
1038
1050
|
copilot_negative_feedback_fallback_enabled: boolean;
|
1039
1051
|
copilot_negative_feedback_fallback_message: string | null;
|
@@ -1112,9 +1124,9 @@ export declare const update: (object: {
|
|
1112
1124
|
template: "professional" | "friendly" | "confident" | "serious" | "empathetic";
|
1113
1125
|
} | {
|
1114
1126
|
template: "custom";
|
1115
|
-
adjectives: ("
|
1127
|
+
adjectives: ("brave" | "empathetic" | "abrasive" | "adventurous" | "affable" | "arrogant" | "assertive" | "assured" | "belligerent" | "cheerful" | "compassionate" | "condescending" | "courteous" | "creative" | "cynical" | "decisive" | "detached" | "diligent" | "eloquent" | "evasive" | "formal" | "frivolous" | "garrulous" | "generous" | "impulsive" | "innovative" | "intense" | "judgmental" | "jovial" | "manipulative" | "obstinate" | "optimistic" | "perceptive" | "pessimistic" | "quarrelsome" | "respectful" | "resourceful" | "sarcastic" | "sincere" | "sociable" | "solemn" | "supportive" | "tactful" | "thoughtful" | "understanding" | "unreliable" | "vain" | "vivacious" | "warm" | "withdrawn" | "witty" | "zealous")[];
|
1116
1128
|
response_length: "long" | "short" | "conversational";
|
1117
|
-
response_format: "
|
1129
|
+
response_format: "lists" | "paragraphs" | "mixed";
|
1118
1130
|
};
|
1119
1131
|
nudge_rate_limit: number | null;
|
1120
1132
|
bar_hide_completed_nudges_questlists: boolean;
|
@@ -1229,7 +1241,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1229
1241
|
type: "callback";
|
1230
1242
|
value: string;
|
1231
1243
|
} & {} & {
|
1232
|
-
commandType?: "object" | "
|
1244
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1233
1245
|
object?: string | undefined;
|
1234
1246
|
hoverTooltip?: boolean | undefined;
|
1235
1247
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1245,7 +1257,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1245
1257
|
command: string;
|
1246
1258
|
} | undefined;
|
1247
1259
|
} & {} & {
|
1248
|
-
commandType?: "object" | "
|
1260
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1249
1261
|
object?: string | undefined;
|
1250
1262
|
hoverTooltip?: boolean | undefined;
|
1251
1263
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1256,7 +1268,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1256
1268
|
type: "webhook";
|
1257
1269
|
value: string;
|
1258
1270
|
} & {} & {
|
1259
|
-
commandType?: "object" | "
|
1271
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1260
1272
|
object?: string | undefined;
|
1261
1273
|
hoverTooltip?: boolean | undefined;
|
1262
1274
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1267,7 +1279,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1267
1279
|
type: "click" | "clickBySelector" | "clickByXpath";
|
1268
1280
|
value: string[];
|
1269
1281
|
} & {} & {
|
1270
|
-
commandType?: "object" | "
|
1282
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1271
1283
|
object?: string | undefined;
|
1272
1284
|
hoverTooltip?: boolean | undefined;
|
1273
1285
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1291,7 +1303,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1291
1303
|
onError?: string | undefined;
|
1292
1304
|
};
|
1293
1305
|
} & {} & {
|
1294
|
-
commandType?: "object" | "
|
1306
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1295
1307
|
object?: string | undefined;
|
1296
1308
|
hoverTooltip?: boolean | undefined;
|
1297
1309
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1302,7 +1314,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1302
1314
|
type: "appcues";
|
1303
1315
|
value: string;
|
1304
1316
|
} & {} & {
|
1305
|
-
commandType?: "object" | "
|
1317
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1306
1318
|
object?: string | undefined;
|
1307
1319
|
hoverTooltip?: boolean | undefined;
|
1308
1320
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1313,7 +1325,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1313
1325
|
type: "pendo_guide";
|
1314
1326
|
value: string;
|
1315
1327
|
} & {} & {
|
1316
|
-
commandType?: "object" | "
|
1328
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1317
1329
|
object?: string | undefined;
|
1318
1330
|
hoverTooltip?: boolean | undefined;
|
1319
1331
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1332,7 +1344,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1332
1344
|
} & {
|
1333
1345
|
doc_type?: "answer" | "doc" | undefined;
|
1334
1346
|
} & {} & {
|
1335
|
-
commandType?: "object" | "
|
1347
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1336
1348
|
object?: string | undefined;
|
1337
1349
|
hoverTooltip?: boolean | undefined;
|
1338
1350
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1343,7 +1355,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1343
1355
|
type: "admin";
|
1344
1356
|
value: string;
|
1345
1357
|
} & {} & {
|
1346
|
-
commandType?: "object" | "
|
1358
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1347
1359
|
object?: string | undefined;
|
1348
1360
|
hoverTooltip?: boolean | undefined;
|
1349
1361
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1354,7 +1366,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1354
1366
|
type: "builtin";
|
1355
1367
|
value: string;
|
1356
1368
|
} & {} & {
|
1357
|
-
commandType?: "object" | "
|
1369
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1358
1370
|
object?: string | undefined;
|
1359
1371
|
hoverTooltip?: boolean | undefined;
|
1360
1372
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1365,7 +1377,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1365
1377
|
type: "script";
|
1366
1378
|
value: string;
|
1367
1379
|
} & {} & {
|
1368
|
-
commandType?: "object" | "
|
1380
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1369
1381
|
object?: string | undefined;
|
1370
1382
|
hoverTooltip?: boolean | undefined;
|
1371
1383
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1376,7 +1388,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1376
1388
|
type: "video";
|
1377
1389
|
value: string;
|
1378
1390
|
} & {} & {
|
1379
|
-
commandType?: "object" | "
|
1391
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1380
1392
|
object?: string | undefined;
|
1381
1393
|
hoverTooltip?: boolean | undefined;
|
1382
1394
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1446,7 +1458,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1446
1458
|
query?: string | undefined;
|
1447
1459
|
});
|
1448
1460
|
} & {} & {
|
1449
|
-
commandType?: "object" | "
|
1461
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1450
1462
|
object?: string | undefined;
|
1451
1463
|
hoverTooltip?: boolean | undefined;
|
1452
1464
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1466,7 +1478,6 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1466
1478
|
labels: string[] | null;
|
1467
1479
|
confirm: string;
|
1468
1480
|
icon: string | null;
|
1469
|
-
heading: string;
|
1470
1481
|
icon_color: string | null;
|
1471
1482
|
image_color: string | null;
|
1472
1483
|
sort_key: number | null;
|
@@ -1476,6 +1487,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1476
1487
|
hotkey_mac: string;
|
1477
1488
|
hotkey_win: string;
|
1478
1489
|
tags: string[];
|
1490
|
+
heading: string;
|
1479
1491
|
arguments: {
|
1480
1492
|
[x: string]: ({
|
1481
1493
|
type: "context";
|
@@ -1570,7 +1582,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1570
1582
|
random?: any;
|
1571
1583
|
} | null;
|
1572
1584
|
availability_rules: (({
|
1573
|
-
type: "url" | "element" | "
|
1585
|
+
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";
|
1574
1586
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1575
1587
|
} & {
|
1576
1588
|
field?: string | undefined;
|
@@ -1598,7 +1610,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1598
1610
|
} & {
|
1599
1611
|
reason?: string | undefined;
|
1600
1612
|
}))[] | (({
|
1601
|
-
type: "url" | "element" | "
|
1613
|
+
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";
|
1602
1614
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1603
1615
|
} & {
|
1604
1616
|
field?: string | undefined;
|
@@ -1632,7 +1644,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1632
1644
|
reason?: string | undefined;
|
1633
1645
|
}))[];
|
1634
1646
|
recommend_rules: (({
|
1635
|
-
type: "url" | "element" | "
|
1647
|
+
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";
|
1636
1648
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1637
1649
|
} & {
|
1638
1650
|
field?: string | undefined;
|
@@ -1668,7 +1680,7 @@ export declare const listCommands: (orgUID: string) => Promise<({
|
|
1668
1680
|
reason?: null | undefined;
|
1669
1681
|
rule_id?: string | number | undefined;
|
1670
1682
|
}))[] | (({
|
1671
|
-
type: "url" | "element" | "
|
1683
|
+
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";
|
1672
1684
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
1673
1685
|
} & {
|
1674
1686
|
field?: string | undefined;
|
@@ -1825,7 +1837,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1825
1837
|
type: "callback";
|
1826
1838
|
value: string;
|
1827
1839
|
} & {} & {
|
1828
|
-
commandType?: "object" | "
|
1840
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1829
1841
|
object?: string | undefined;
|
1830
1842
|
hoverTooltip?: boolean | undefined;
|
1831
1843
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1841,7 +1853,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1841
1853
|
command: string;
|
1842
1854
|
} | undefined;
|
1843
1855
|
} & {} & {
|
1844
|
-
commandType?: "object" | "
|
1856
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1845
1857
|
object?: string | undefined;
|
1846
1858
|
hoverTooltip?: boolean | undefined;
|
1847
1859
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1852,7 +1864,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1852
1864
|
type: "webhook";
|
1853
1865
|
value: string;
|
1854
1866
|
} & {} & {
|
1855
|
-
commandType?: "object" | "
|
1867
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1856
1868
|
object?: string | undefined;
|
1857
1869
|
hoverTooltip?: boolean | undefined;
|
1858
1870
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1863,7 +1875,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1863
1875
|
type: "click" | "clickBySelector" | "clickByXpath";
|
1864
1876
|
value: string[];
|
1865
1877
|
} & {} & {
|
1866
|
-
commandType?: "object" | "
|
1878
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1867
1879
|
object?: string | undefined;
|
1868
1880
|
hoverTooltip?: boolean | undefined;
|
1869
1881
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1887,7 +1899,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1887
1899
|
onError?: string | undefined;
|
1888
1900
|
};
|
1889
1901
|
} & {} & {
|
1890
|
-
commandType?: "object" | "
|
1902
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1891
1903
|
object?: string | undefined;
|
1892
1904
|
hoverTooltip?: boolean | undefined;
|
1893
1905
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1898,7 +1910,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1898
1910
|
type: "appcues";
|
1899
1911
|
value: string;
|
1900
1912
|
} & {} & {
|
1901
|
-
commandType?: "object" | "
|
1913
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1902
1914
|
object?: string | undefined;
|
1903
1915
|
hoverTooltip?: boolean | undefined;
|
1904
1916
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1909,7 +1921,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1909
1921
|
type: "pendo_guide";
|
1910
1922
|
value: string;
|
1911
1923
|
} & {} & {
|
1912
|
-
commandType?: "object" | "
|
1924
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1913
1925
|
object?: string | undefined;
|
1914
1926
|
hoverTooltip?: boolean | undefined;
|
1915
1927
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1928,7 +1940,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1928
1940
|
} & {
|
1929
1941
|
doc_type?: "answer" | "doc" | undefined;
|
1930
1942
|
} & {} & {
|
1931
|
-
commandType?: "object" | "
|
1943
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1932
1944
|
object?: string | undefined;
|
1933
1945
|
hoverTooltip?: boolean | undefined;
|
1934
1946
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1939,7 +1951,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1939
1951
|
type: "admin";
|
1940
1952
|
value: string;
|
1941
1953
|
} & {} & {
|
1942
|
-
commandType?: "object" | "
|
1954
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1943
1955
|
object?: string | undefined;
|
1944
1956
|
hoverTooltip?: boolean | undefined;
|
1945
1957
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1950,7 +1962,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1950
1962
|
type: "builtin";
|
1951
1963
|
value: string;
|
1952
1964
|
} & {} & {
|
1953
|
-
commandType?: "object" | "
|
1965
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1954
1966
|
object?: string | undefined;
|
1955
1967
|
hoverTooltip?: boolean | undefined;
|
1956
1968
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1961,7 +1973,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1961
1973
|
type: "script";
|
1962
1974
|
value: string;
|
1963
1975
|
} & {} & {
|
1964
|
-
commandType?: "object" | "
|
1976
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1965
1977
|
object?: string | undefined;
|
1966
1978
|
hoverTooltip?: boolean | undefined;
|
1967
1979
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -1972,7 +1984,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
1972
1984
|
type: "video";
|
1973
1985
|
value: string;
|
1974
1986
|
} & {} & {
|
1975
|
-
commandType?: "object" | "
|
1987
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
1976
1988
|
object?: string | undefined;
|
1977
1989
|
hoverTooltip?: boolean | undefined;
|
1978
1990
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2042,7 +2054,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
2042
2054
|
query?: string | undefined;
|
2043
2055
|
});
|
2044
2056
|
} & {} & {
|
2045
|
-
commandType?: "object" | "
|
2057
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2046
2058
|
object?: string | undefined;
|
2047
2059
|
hoverTooltip?: boolean | undefined;
|
2048
2060
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2138,7 +2150,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
2138
2150
|
};
|
2139
2151
|
tags: string[];
|
2140
2152
|
availability_rules: (({
|
2141
|
-
type: "url" | "element" | "
|
2153
|
+
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";
|
2142
2154
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2143
2155
|
} & {
|
2144
2156
|
field?: string | undefined;
|
@@ -2167,7 +2179,7 @@ export declare const getCommandByUrl: (orgUID: string, url: string) => Promise<{
|
|
2167
2179
|
reason?: string | undefined;
|
2168
2180
|
}))[];
|
2169
2181
|
recommend_rules: (({
|
2170
|
-
type: "url" | "element" | "
|
2182
|
+
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";
|
2171
2183
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2172
2184
|
} & {
|
2173
2185
|
field?: string | undefined;
|
@@ -2378,7 +2390,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2378
2390
|
type: "callback";
|
2379
2391
|
value: string;
|
2380
2392
|
} & {} & {
|
2381
|
-
commandType?: "object" | "
|
2393
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2382
2394
|
object?: string | undefined;
|
2383
2395
|
hoverTooltip?: boolean | undefined;
|
2384
2396
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2394,7 +2406,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2394
2406
|
command: string;
|
2395
2407
|
} | undefined;
|
2396
2408
|
} & {} & {
|
2397
|
-
commandType?: "object" | "
|
2409
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2398
2410
|
object?: string | undefined;
|
2399
2411
|
hoverTooltip?: boolean | undefined;
|
2400
2412
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2405,7 +2417,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2405
2417
|
type: "webhook";
|
2406
2418
|
value: string;
|
2407
2419
|
} & {} & {
|
2408
|
-
commandType?: "object" | "
|
2420
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2409
2421
|
object?: string | undefined;
|
2410
2422
|
hoverTooltip?: boolean | undefined;
|
2411
2423
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2416,7 +2428,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2416
2428
|
type: "click" | "clickBySelector" | "clickByXpath";
|
2417
2429
|
value: string[];
|
2418
2430
|
} & {} & {
|
2419
|
-
commandType?: "object" | "
|
2431
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2420
2432
|
object?: string | undefined;
|
2421
2433
|
hoverTooltip?: boolean | undefined;
|
2422
2434
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2440,7 +2452,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2440
2452
|
onError?: string | undefined;
|
2441
2453
|
};
|
2442
2454
|
} & {} & {
|
2443
|
-
commandType?: "object" | "
|
2455
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2444
2456
|
object?: string | undefined;
|
2445
2457
|
hoverTooltip?: boolean | undefined;
|
2446
2458
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2451,7 +2463,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2451
2463
|
type: "appcues";
|
2452
2464
|
value: string;
|
2453
2465
|
} & {} & {
|
2454
|
-
commandType?: "object" | "
|
2466
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2455
2467
|
object?: string | undefined;
|
2456
2468
|
hoverTooltip?: boolean | undefined;
|
2457
2469
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2462,7 +2474,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2462
2474
|
type: "pendo_guide";
|
2463
2475
|
value: string;
|
2464
2476
|
} & {} & {
|
2465
|
-
commandType?: "object" | "
|
2477
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2466
2478
|
object?: string | undefined;
|
2467
2479
|
hoverTooltip?: boolean | undefined;
|
2468
2480
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2481,7 +2493,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2481
2493
|
} & {
|
2482
2494
|
doc_type?: "answer" | "doc" | undefined;
|
2483
2495
|
} & {} & {
|
2484
|
-
commandType?: "object" | "
|
2496
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2485
2497
|
object?: string | undefined;
|
2486
2498
|
hoverTooltip?: boolean | undefined;
|
2487
2499
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2492,7 +2504,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2492
2504
|
type: "admin";
|
2493
2505
|
value: string;
|
2494
2506
|
} & {} & {
|
2495
|
-
commandType?: "object" | "
|
2507
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2496
2508
|
object?: string | undefined;
|
2497
2509
|
hoverTooltip?: boolean | undefined;
|
2498
2510
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2503,7 +2515,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2503
2515
|
type: "builtin";
|
2504
2516
|
value: string;
|
2505
2517
|
} & {} & {
|
2506
|
-
commandType?: "object" | "
|
2518
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2507
2519
|
object?: string | undefined;
|
2508
2520
|
hoverTooltip?: boolean | undefined;
|
2509
2521
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2514,7 +2526,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2514
2526
|
type: "script";
|
2515
2527
|
value: string;
|
2516
2528
|
} & {} & {
|
2517
|
-
commandType?: "object" | "
|
2529
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2518
2530
|
object?: string | undefined;
|
2519
2531
|
hoverTooltip?: boolean | undefined;
|
2520
2532
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2525,7 +2537,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2525
2537
|
type: "video";
|
2526
2538
|
value: string;
|
2527
2539
|
} & {} & {
|
2528
|
-
commandType?: "object" | "
|
2540
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2529
2541
|
object?: string | undefined;
|
2530
2542
|
hoverTooltip?: boolean | undefined;
|
2531
2543
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2595,7 +2607,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2595
2607
|
query?: string | undefined;
|
2596
2608
|
});
|
2597
2609
|
} & {} & {
|
2598
|
-
commandType?: "object" | "
|
2610
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
2599
2611
|
object?: string | undefined;
|
2600
2612
|
hoverTooltip?: boolean | undefined;
|
2601
2613
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -2691,7 +2703,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2691
2703
|
};
|
2692
2704
|
tags: string[];
|
2693
2705
|
availability_rules: (({
|
2694
|
-
type: "url" | "element" | "
|
2706
|
+
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";
|
2695
2707
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2696
2708
|
} & {
|
2697
2709
|
field?: string | undefined;
|
@@ -2719,7 +2731,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2719
2731
|
} & {
|
2720
2732
|
reason?: string | undefined;
|
2721
2733
|
}))[] | (({
|
2722
|
-
type: "url" | "element" | "
|
2734
|
+
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";
|
2723
2735
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2724
2736
|
} & {
|
2725
2737
|
field?: string | undefined;
|
@@ -2753,7 +2765,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2753
2765
|
reason?: string | undefined;
|
2754
2766
|
}))[];
|
2755
2767
|
recommend_rules: (({
|
2756
|
-
type: "url" | "element" | "
|
2768
|
+
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";
|
2757
2769
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2758
2770
|
} & {
|
2759
2771
|
field?: string | undefined;
|
@@ -2789,7 +2801,7 @@ export declare const getCommandById: (orgUID: string, commandID: string) => Prom
|
|
2789
2801
|
reason?: null | undefined;
|
2790
2802
|
rule_id?: string | number | undefined;
|
2791
2803
|
}))[] | (({
|
2792
|
-
type: "url" | "element" | "
|
2804
|
+
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";
|
2793
2805
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
2794
2806
|
} & {
|
2795
2807
|
field?: string | undefined;
|
@@ -2997,7 +3009,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
2997
3009
|
type: "callback";
|
2998
3010
|
value: string;
|
2999
3011
|
} & {} & {
|
3000
|
-
commandType?: "object" | "
|
3012
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3001
3013
|
object?: string | undefined;
|
3002
3014
|
hoverTooltip?: boolean | undefined;
|
3003
3015
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3013,7 +3025,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3013
3025
|
command: string;
|
3014
3026
|
} | undefined;
|
3015
3027
|
} & {} & {
|
3016
|
-
commandType?: "object" | "
|
3028
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3017
3029
|
object?: string | undefined;
|
3018
3030
|
hoverTooltip?: boolean | undefined;
|
3019
3031
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3024,7 +3036,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3024
3036
|
type: "webhook";
|
3025
3037
|
value: string;
|
3026
3038
|
} & {} & {
|
3027
|
-
commandType?: "object" | "
|
3039
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3028
3040
|
object?: string | undefined;
|
3029
3041
|
hoverTooltip?: boolean | undefined;
|
3030
3042
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3035,7 +3047,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3035
3047
|
type: "click" | "clickBySelector" | "clickByXpath";
|
3036
3048
|
value: string[];
|
3037
3049
|
} & {} & {
|
3038
|
-
commandType?: "object" | "
|
3050
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3039
3051
|
object?: string | undefined;
|
3040
3052
|
hoverTooltip?: boolean | undefined;
|
3041
3053
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3059,7 +3071,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3059
3071
|
onError?: string | undefined;
|
3060
3072
|
};
|
3061
3073
|
} & {} & {
|
3062
|
-
commandType?: "object" | "
|
3074
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3063
3075
|
object?: string | undefined;
|
3064
3076
|
hoverTooltip?: boolean | undefined;
|
3065
3077
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3070,7 +3082,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3070
3082
|
type: "appcues";
|
3071
3083
|
value: string;
|
3072
3084
|
} & {} & {
|
3073
|
-
commandType?: "object" | "
|
3085
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3074
3086
|
object?: string | undefined;
|
3075
3087
|
hoverTooltip?: boolean | undefined;
|
3076
3088
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3081,7 +3093,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3081
3093
|
type: "pendo_guide";
|
3082
3094
|
value: string;
|
3083
3095
|
} & {} & {
|
3084
|
-
commandType?: "object" | "
|
3096
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3085
3097
|
object?: string | undefined;
|
3086
3098
|
hoverTooltip?: boolean | undefined;
|
3087
3099
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3100,7 +3112,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3100
3112
|
} & {
|
3101
3113
|
doc_type?: "answer" | "doc" | undefined;
|
3102
3114
|
} & {} & {
|
3103
|
-
commandType?: "object" | "
|
3115
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3104
3116
|
object?: string | undefined;
|
3105
3117
|
hoverTooltip?: boolean | undefined;
|
3106
3118
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3111,7 +3123,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3111
3123
|
type: "admin";
|
3112
3124
|
value: string;
|
3113
3125
|
} & {} & {
|
3114
|
-
commandType?: "object" | "
|
3126
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3115
3127
|
object?: string | undefined;
|
3116
3128
|
hoverTooltip?: boolean | undefined;
|
3117
3129
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3122,7 +3134,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3122
3134
|
type: "builtin";
|
3123
3135
|
value: string;
|
3124
3136
|
} & {} & {
|
3125
|
-
commandType?: "object" | "
|
3137
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3126
3138
|
object?: string | undefined;
|
3127
3139
|
hoverTooltip?: boolean | undefined;
|
3128
3140
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3133,7 +3145,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3133
3145
|
type: "script";
|
3134
3146
|
value: string;
|
3135
3147
|
} & {} & {
|
3136
|
-
commandType?: "object" | "
|
3148
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3137
3149
|
object?: string | undefined;
|
3138
3150
|
hoverTooltip?: boolean | undefined;
|
3139
3151
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3144,7 +3156,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3144
3156
|
type: "video";
|
3145
3157
|
value: string;
|
3146
3158
|
} & {} & {
|
3147
|
-
commandType?: "object" | "
|
3159
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3148
3160
|
object?: string | undefined;
|
3149
3161
|
hoverTooltip?: boolean | undefined;
|
3150
3162
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3214,7 +3226,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3214
3226
|
query?: string | undefined;
|
3215
3227
|
});
|
3216
3228
|
} & {} & {
|
3217
|
-
commandType?: "object" | "
|
3229
|
+
commandType?: "object" | "independent" | "help" | undefined;
|
3218
3230
|
object?: string | undefined;
|
3219
3231
|
hoverTooltip?: boolean | undefined;
|
3220
3232
|
operation?: "self" | "router" | "help_hub" | "blank" | undefined;
|
@@ -3310,7 +3322,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3310
3322
|
};
|
3311
3323
|
tags: string[];
|
3312
3324
|
availability_rules: (({
|
3313
|
-
type: "url" | "element" | "
|
3325
|
+
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";
|
3314
3326
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3315
3327
|
} & {
|
3316
3328
|
field?: string | undefined;
|
@@ -3338,7 +3350,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3338
3350
|
} & {
|
3339
3351
|
reason?: string | undefined;
|
3340
3352
|
}))[] | (({
|
3341
|
-
type: "url" | "element" | "
|
3353
|
+
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";
|
3342
3354
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3343
3355
|
} & {
|
3344
3356
|
field?: string | undefined;
|
@@ -3372,7 +3384,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3372
3384
|
reason?: string | undefined;
|
3373
3385
|
}))[];
|
3374
3386
|
recommend_rules: (({
|
3375
|
-
type: "url" | "element" | "
|
3387
|
+
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";
|
3376
3388
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3377
3389
|
} & {
|
3378
3390
|
field?: string | undefined;
|
@@ -3408,7 +3420,7 @@ export declare const listAnswers: (orgUID: string) => Promise<({
|
|
3408
3420
|
reason?: null | undefined;
|
3409
3421
|
rule_id?: string | number | undefined;
|
3410
3422
|
}))[] | (({
|
3411
|
-
type: "url" | "element" | "
|
3423
|
+
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";
|
3412
3424
|
operator: "includes" | "endsWith" | "startsWith" | "is" | "isInList" | "isNotInList" | "isTrue" | "isFalse" | "isTruthy" | "isFalsy" | "matchesRegex" | "isDefined" | "isNotDefined" | "classnameOnPage" | "idOnPage" | "selectorOnPage" | "classnameNotOnPage" | "idNotOnPage" | "selectorNotOnPage" | "doesNotInclude" | "isNot" | "isGreaterThan" | "isLessThan";
|
3413
3425
|
} & {
|
3414
3426
|
field?: string | undefined;
|
@@ -3905,6 +3917,10 @@ export declare const decode: (data: any) => {
|
|
3905
3917
|
}[];
|
3906
3918
|
helphub_search_action: "search" | "ask";
|
3907
3919
|
helphub_custom_theme: string | null;
|
3920
|
+
product_tours_custom_theme: string | null;
|
3921
|
+
announcements_custom_theme: string | null;
|
3922
|
+
surveys_custom_theme: string | null;
|
3923
|
+
checklists_custom_theme: string | null;
|
3908
3924
|
copilot_chat_history_enabled: boolean;
|
3909
3925
|
copilot_negative_feedback_fallback_enabled: boolean;
|
3910
3926
|
copilot_negative_feedback_fallback_message: string | null;
|
@@ -3983,9 +3999,9 @@ export declare const decode: (data: any) => {
|
|
3983
3999
|
template: "professional" | "friendly" | "confident" | "serious" | "empathetic";
|
3984
4000
|
} | {
|
3985
4001
|
template: "custom";
|
3986
|
-
adjectives: ("
|
4002
|
+
adjectives: ("brave" | "empathetic" | "abrasive" | "adventurous" | "affable" | "arrogant" | "assertive" | "assured" | "belligerent" | "cheerful" | "compassionate" | "condescending" | "courteous" | "creative" | "cynical" | "decisive" | "detached" | "diligent" | "eloquent" | "evasive" | "formal" | "frivolous" | "garrulous" | "generous" | "impulsive" | "innovative" | "intense" | "judgmental" | "jovial" | "manipulative" | "obstinate" | "optimistic" | "perceptive" | "pessimistic" | "quarrelsome" | "respectful" | "resourceful" | "sarcastic" | "sincere" | "sociable" | "solemn" | "supportive" | "tactful" | "thoughtful" | "understanding" | "unreliable" | "vain" | "vivacious" | "warm" | "withdrawn" | "witty" | "zealous")[];
|
3987
4003
|
response_length: "long" | "short" | "conversational";
|
3988
|
-
response_format: "
|
4004
|
+
response_format: "lists" | "paragraphs" | "mixed";
|
3989
4005
|
};
|
3990
4006
|
nudge_rate_limit: number | null;
|
3991
4007
|
bar_hide_completed_nudges_questlists: boolean;
|