commandbar 1.12.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,10 +46,13 @@ export declare const ChecklistItemV: t.IntersectionC<[t.TypeC<{
46
46
  value: t.StringC;
47
47
  }>, t.PartialC<{
48
48
  operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
49
+ meta: t.TypeC<{
50
+ command: t.StringC;
51
+ }>;
49
52
  }>]>, t.TypeC<{
50
53
  type: t.LiteralC<"open_chat">;
51
54
  meta: t.TypeC<{
52
- type: t.UnionC<[t.LiteralC<"intercom">, t.LiteralC<"helpscout">, t.LiteralC<"freshdesk">, t.LiteralC<"freshchat">, t.LiteralC<"crisp">, t.LiteralC<"zendesk">, t.LiteralC<"liveChat">, t.LiteralC<"gist">, t.LiteralC<"olark">, t.LiteralC<"hubspot">, t.LiteralC<"drift">, t.LiteralC<"zendesk_handoff">, t.LiteralC<"">]>;
55
+ type: t.UnionC<[t.LiteralC<"intercom">, t.LiteralC<"helpscout">, t.LiteralC<"freshdesk">, t.LiteralC<"freshchat">, t.LiteralC<"crisp">, t.LiteralC<"zendesk">, t.LiteralC<"liveChat">, t.LiteralC<"gist">, t.LiteralC<"olark">, t.LiteralC<"hubspot">, t.LiteralC<"drift">, t.LiteralC<"pylon">, t.LiteralC<"zendesk_handoff">, t.LiteralC<"">]>;
53
56
  }>;
54
57
  }>, t.TypeC<{
55
58
  type: t.LiteralC<"dismiss">;
@@ -177,10 +180,13 @@ export declare const ChecklistBaseV: t.IntersectionC<[t.TypeC<{
177
180
  value: t.StringC;
178
181
  }>, t.PartialC<{
179
182
  operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
183
+ meta: t.TypeC<{
184
+ command: t.StringC;
185
+ }>;
180
186
  }>]>, t.TypeC<{
181
187
  type: t.LiteralC<"open_chat">;
182
188
  meta: t.TypeC<{
183
- type: t.UnionC<[t.LiteralC<"intercom">, t.LiteralC<"helpscout">, t.LiteralC<"freshdesk">, t.LiteralC<"freshchat">, t.LiteralC<"crisp">, t.LiteralC<"zendesk">, t.LiteralC<"liveChat">, t.LiteralC<"gist">, t.LiteralC<"olark">, t.LiteralC<"hubspot">, t.LiteralC<"drift">, t.LiteralC<"zendesk_handoff">, t.LiteralC<"">]>;
189
+ type: t.UnionC<[t.LiteralC<"intercom">, t.LiteralC<"helpscout">, t.LiteralC<"freshdesk">, t.LiteralC<"freshchat">, t.LiteralC<"crisp">, t.LiteralC<"zendesk">, t.LiteralC<"liveChat">, t.LiteralC<"gist">, t.LiteralC<"olark">, t.LiteralC<"hubspot">, t.LiteralC<"drift">, t.LiteralC<"pylon">, t.LiteralC<"zendesk_handoff">, t.LiteralC<"">]>;
184
190
  }>;
185
191
  }>, t.TypeC<{
186
192
  type: t.LiteralC<"dismiss">;
@@ -326,10 +332,13 @@ export declare const ChecklistV: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
326
332
  value: t.StringC;
327
333
  }>, t.PartialC<{
328
334
  operation: t.UnionC<[t.LiteralC<"router">, t.LiteralC<"self">, t.LiteralC<"blank">, t.UndefinedC]>;
335
+ meta: t.TypeC<{
336
+ command: t.StringC;
337
+ }>;
329
338
  }>]>, t.TypeC<{
330
339
  type: t.LiteralC<"open_chat">;
331
340
  meta: t.TypeC<{
332
- type: t.UnionC<[t.LiteralC<"intercom">, t.LiteralC<"helpscout">, t.LiteralC<"freshdesk">, t.LiteralC<"freshchat">, t.LiteralC<"crisp">, t.LiteralC<"zendesk">, t.LiteralC<"liveChat">, t.LiteralC<"gist">, t.LiteralC<"olark">, t.LiteralC<"hubspot">, t.LiteralC<"drift">, t.LiteralC<"zendesk_handoff">, t.LiteralC<"">]>;
341
+ type: t.UnionC<[t.LiteralC<"intercom">, t.LiteralC<"helpscout">, t.LiteralC<"freshdesk">, t.LiteralC<"freshchat">, t.LiteralC<"crisp">, t.LiteralC<"zendesk">, t.LiteralC<"liveChat">, t.LiteralC<"gist">, t.LiteralC<"olark">, t.LiteralC<"hubspot">, t.LiteralC<"drift">, t.LiteralC<"pylon">, t.LiteralC<"zendesk_handoff">, t.LiteralC<"">]>;
333
342
  }>;
334
343
  }>, t.TypeC<{
335
344
  type: t.LiteralC<"dismiss">;
@@ -489,10 +498,13 @@ export declare class Checklist {
489
498
  value: string;
490
499
  } & {
491
500
  operation?: "self" | "router" | "blank" | undefined;
501
+ meta?: {
502
+ command: string;
503
+ } | undefined;
492
504
  }) | {
493
505
  type: "open_chat";
494
506
  meta: {
495
- type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "zendesk_handoff";
507
+ type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "pylon" | "zendesk_handoff";
496
508
  };
497
509
  } | {
498
510
  type: "dismiss";
@@ -653,10 +665,13 @@ export declare class Checklist {
653
665
  value: string;
654
666
  } & {
655
667
  operation?: "self" | "router" | "blank" | undefined;
668
+ meta?: {
669
+ command: string;
670
+ } | undefined;
656
671
  }) | {
657
672
  type: "open_chat";
658
673
  meta: {
659
- type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "zendesk_handoff";
674
+ type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "pylon" | "zendesk_handoff";
660
675
  };
661
676
  } | {
662
677
  type: "dismiss";
@@ -816,10 +831,13 @@ export declare class Checklist {
816
831
  value: string;
817
832
  } & {
818
833
  operation?: "self" | "router" | "blank" | undefined;
834
+ meta?: {
835
+ command: string;
836
+ } | undefined;
819
837
  }) | {
820
838
  type: "open_chat";
821
839
  meta: {
822
- type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "zendesk_handoff";
840
+ type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "pylon" | "zendesk_handoff";
823
841
  };
824
842
  } | {
825
843
  type: "dismiss";
@@ -980,10 +998,13 @@ export declare class Checklist {
980
998
  value: string;
981
999
  } & {
982
1000
  operation?: "self" | "router" | "blank" | undefined;
1001
+ meta?: {
1002
+ command: string;
1003
+ } | undefined;
983
1004
  }) | {
984
1005
  type: "open_chat";
985
1006
  meta: {
986
- type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "zendesk_handoff";
1007
+ type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "pylon" | "zendesk_handoff";
987
1008
  };
988
1009
  } | {
989
1010
  type: "dismiss";
@@ -1143,10 +1164,13 @@ export declare class Checklist {
1143
1164
  value: string;
1144
1165
  } & {
1145
1166
  operation?: "self" | "router" | "blank" | undefined;
1167
+ meta?: {
1168
+ command: string;
1169
+ } | undefined;
1146
1170
  }) | {
1147
1171
  type: "open_chat";
1148
1172
  meta: {
1149
- type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "zendesk_handoff";
1173
+ type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "pylon" | "zendesk_handoff";
1150
1174
  };
1151
1175
  } | {
1152
1176
  type: "dismiss";
@@ -1308,10 +1332,13 @@ export declare class Checklist {
1308
1332
  value: string;
1309
1333
  } & {
1310
1334
  operation?: "self" | "router" | "blank" | undefined;
1335
+ meta?: {
1336
+ command: string;
1337
+ } | undefined;
1311
1338
  }) | {
1312
1339
  type: "open_chat";
1313
1340
  meta: {
1314
- type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "zendesk_handoff";
1341
+ type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "pylon" | "zendesk_handoff";
1315
1342
  };
1316
1343
  } | {
1317
1344
  type: "dismiss";
@@ -1475,10 +1502,13 @@ export declare class Checklist {
1475
1502
  value: string;
1476
1503
  } & {
1477
1504
  operation?: "self" | "router" | "blank" | undefined;
1505
+ meta?: {
1506
+ command: string;
1507
+ } | undefined;
1478
1508
  }) | {
1479
1509
  type: "open_chat";
1480
1510
  meta: {
1481
- type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "zendesk_handoff";
1511
+ type: "" | "intercom" | "helpscout" | "freshdesk" | "freshchat" | "crisp" | "zendesk" | "liveChat" | "gist" | "olark" | "hubspot" | "drift" | "pylon" | "zendesk_handoff";
1482
1512
  };
1483
1513
  } | {
1484
1514
  type: "dismiss";