@pellux/goodvibes-contracts 0.33.1 → 0.33.3

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.
@@ -3,7 +3,7 @@
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.33.1"
6
+ "version": "0.33.3"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -263,7 +263,7 @@
263
263
  {
264
264
  "id": "accounts.snapshot",
265
265
  "title": "Accounts Snapshot",
266
- "description": "Return provider and channel account posture.",
266
+ "description": "Return provider account posture.",
267
267
  "category": "accounts",
268
268
  "source": "builtin",
269
269
  "access": "authenticated",
@@ -20393,6 +20393,14 @@
20393
20393
  "id": {
20394
20394
  "type": "string"
20395
20395
  },
20396
+ "kind": {
20397
+ "type": "string",
20398
+ "enum": [
20399
+ "tui",
20400
+ "companion-task",
20401
+ "companion-chat"
20402
+ ]
20403
+ },
20396
20404
  "title": {
20397
20405
  "type": "string"
20398
20406
  },
@@ -20415,6 +20423,9 @@
20415
20423
  "closedAt": {
20416
20424
  "type": "number"
20417
20425
  },
20426
+ "lastActivityAt": {
20427
+ "type": "number"
20428
+ },
20418
20429
  "messageCount": {
20419
20430
  "type": "number"
20420
20431
  },
@@ -20507,10 +20518,12 @@
20507
20518
  },
20508
20519
  "required": [
20509
20520
  "id",
20521
+ "kind",
20510
20522
  "title",
20511
20523
  "status",
20512
20524
  "createdAt",
20513
20525
  "updatedAt",
20526
+ "lastActivityAt",
20514
20527
  "messageCount",
20515
20528
  "pendingInputCount",
20516
20529
  "routeIds",
@@ -20582,6 +20595,14 @@
20582
20595
  "id": {
20583
20596
  "type": "string"
20584
20597
  },
20598
+ "kind": {
20599
+ "type": "string",
20600
+ "enum": [
20601
+ "tui",
20602
+ "companion-task",
20603
+ "companion-chat"
20604
+ ]
20605
+ },
20585
20606
  "title": {
20586
20607
  "type": "string"
20587
20608
  },
@@ -20604,6 +20625,9 @@
20604
20625
  "closedAt": {
20605
20626
  "type": "number"
20606
20627
  },
20628
+ "lastActivityAt": {
20629
+ "type": "number"
20630
+ },
20607
20631
  "messageCount": {
20608
20632
  "type": "number"
20609
20633
  },
@@ -20696,10 +20720,12 @@
20696
20720
  },
20697
20721
  "required": [
20698
20722
  "id",
20723
+ "kind",
20699
20724
  "title",
20700
20725
  "status",
20701
20726
  "createdAt",
20702
20727
  "updatedAt",
20728
+ "lastActivityAt",
20703
20729
  "messageCount",
20704
20730
  "pendingInputCount",
20705
20731
  "routeIds",
@@ -56433,6 +56459,14 @@
56433
56459
  "id": {
56434
56460
  "type": "string"
56435
56461
  },
56462
+ "kind": {
56463
+ "type": "string",
56464
+ "enum": [
56465
+ "tui",
56466
+ "companion-task",
56467
+ "companion-chat"
56468
+ ]
56469
+ },
56436
56470
  "title": {
56437
56471
  "type": "string"
56438
56472
  },
@@ -56455,6 +56489,9 @@
56455
56489
  "closedAt": {
56456
56490
  "type": "number"
56457
56491
  },
56492
+ "lastActivityAt": {
56493
+ "type": "number"
56494
+ },
56458
56495
  "messageCount": {
56459
56496
  "type": "number"
56460
56497
  },
@@ -56547,10 +56584,12 @@
56547
56584
  },
56548
56585
  "required": [
56549
56586
  "id",
56587
+ "kind",
56550
56588
  "title",
56551
56589
  "status",
56552
56590
  "createdAt",
56553
56591
  "updatedAt",
56592
+ "lastActivityAt",
56554
56593
  "messageCount",
56555
56594
  "pendingInputCount",
56556
56595
  "routeIds",
@@ -56610,6 +56649,14 @@
56610
56649
  "id": {
56611
56650
  "type": "string"
56612
56651
  },
56652
+ "kind": {
56653
+ "type": "string",
56654
+ "enum": [
56655
+ "tui",
56656
+ "companion-task",
56657
+ "companion-chat"
56658
+ ]
56659
+ },
56613
56660
  "title": {
56614
56661
  "type": "string"
56615
56662
  },
@@ -56632,6 +56679,9 @@
56632
56679
  "closedAt": {
56633
56680
  "type": "number"
56634
56681
  },
56682
+ "lastActivityAt": {
56683
+ "type": "number"
56684
+ },
56635
56685
  "messageCount": {
56636
56686
  "type": "number"
56637
56687
  },
@@ -56724,10 +56774,12 @@
56724
56774
  },
56725
56775
  "required": [
56726
56776
  "id",
56777
+ "kind",
56727
56778
  "title",
56728
56779
  "status",
56729
56780
  "createdAt",
56730
56781
  "updatedAt",
56782
+ "lastActivityAt",
56731
56783
  "messageCount",
56732
56784
  "pendingInputCount",
56733
56785
  "routeIds",
@@ -56891,6 +56943,14 @@
56891
56943
  "id": {
56892
56944
  "type": "string"
56893
56945
  },
56946
+ "kind": {
56947
+ "type": "string",
56948
+ "enum": [
56949
+ "tui",
56950
+ "companion-task",
56951
+ "companion-chat"
56952
+ ]
56953
+ },
56894
56954
  "title": {
56895
56955
  "type": "string"
56896
56956
  },
@@ -56913,6 +56973,9 @@
56913
56973
  "closedAt": {
56914
56974
  "type": "number"
56915
56975
  },
56976
+ "lastActivityAt": {
56977
+ "type": "number"
56978
+ },
56916
56979
  "messageCount": {
56917
56980
  "type": "number"
56918
56981
  },
@@ -57005,10 +57068,12 @@
57005
57068
  },
57006
57069
  "required": [
57007
57070
  "id",
57071
+ "kind",
57008
57072
  "title",
57009
57073
  "status",
57010
57074
  "createdAt",
57011
57075
  "updatedAt",
57076
+ "lastActivityAt",
57012
57077
  "messageCount",
57013
57078
  "pendingInputCount",
57014
57079
  "routeIds",
@@ -57383,6 +57448,14 @@
57383
57448
  "id": {
57384
57449
  "type": "string"
57385
57450
  },
57451
+ "kind": {
57452
+ "type": "string",
57453
+ "enum": [
57454
+ "tui",
57455
+ "companion-task",
57456
+ "companion-chat"
57457
+ ]
57458
+ },
57386
57459
  "title": {
57387
57460
  "type": "string"
57388
57461
  },
@@ -57405,6 +57478,9 @@
57405
57478
  "closedAt": {
57406
57479
  "type": "number"
57407
57480
  },
57481
+ "lastActivityAt": {
57482
+ "type": "number"
57483
+ },
57408
57484
  "messageCount": {
57409
57485
  "type": "number"
57410
57486
  },
@@ -57497,10 +57573,12 @@
57497
57573
  },
57498
57574
  "required": [
57499
57575
  "id",
57576
+ "kind",
57500
57577
  "title",
57501
57578
  "status",
57502
57579
  "createdAt",
57503
57580
  "updatedAt",
57581
+ "lastActivityAt",
57504
57582
  "messageCount",
57505
57583
  "pendingInputCount",
57506
57584
  "routeIds",
@@ -57899,6 +57977,14 @@
57899
57977
  "id": {
57900
57978
  "type": "string"
57901
57979
  },
57980
+ "kind": {
57981
+ "type": "string",
57982
+ "enum": [
57983
+ "tui",
57984
+ "companion-task",
57985
+ "companion-chat"
57986
+ ]
57987
+ },
57902
57988
  "title": {
57903
57989
  "type": "string"
57904
57990
  },
@@ -57921,6 +58007,9 @@
57921
58007
  "closedAt": {
57922
58008
  "type": "number"
57923
58009
  },
58010
+ "lastActivityAt": {
58011
+ "type": "number"
58012
+ },
57924
58013
  "messageCount": {
57925
58014
  "type": "number"
57926
58015
  },
@@ -58013,10 +58102,12 @@
58013
58102
  },
58014
58103
  "required": [
58015
58104
  "id",
58105
+ "kind",
58016
58106
  "title",
58017
58107
  "status",
58018
58108
  "createdAt",
58019
58109
  "updatedAt",
58110
+ "lastActivityAt",
58020
58111
  "messageCount",
58021
58112
  "pendingInputCount",
58022
58113
  "routeIds",
@@ -58380,6 +58471,14 @@
58380
58471
  "id": {
58381
58472
  "type": "string"
58382
58473
  },
58474
+ "kind": {
58475
+ "type": "string",
58476
+ "enum": [
58477
+ "tui",
58478
+ "companion-task",
58479
+ "companion-chat"
58480
+ ]
58481
+ },
58383
58482
  "title": {
58384
58483
  "type": "string"
58385
58484
  },
@@ -58402,6 +58501,9 @@
58402
58501
  "closedAt": {
58403
58502
  "type": "number"
58404
58503
  },
58504
+ "lastActivityAt": {
58505
+ "type": "number"
58506
+ },
58405
58507
  "messageCount": {
58406
58508
  "type": "number"
58407
58509
  },
@@ -58494,10 +58596,12 @@
58494
58596
  },
58495
58597
  "required": [
58496
58598
  "id",
58599
+ "kind",
58497
58600
  "title",
58498
58601
  "status",
58499
58602
  "createdAt",
58500
58603
  "updatedAt",
58604
+ "lastActivityAt",
58501
58605
  "messageCount",
58502
58606
  "pendingInputCount",
58503
58607
  "routeIds",
@@ -58688,6 +58792,14 @@
58688
58792
  "id": {
58689
58793
  "type": "string"
58690
58794
  },
58795
+ "kind": {
58796
+ "type": "string",
58797
+ "enum": [
58798
+ "tui",
58799
+ "companion-task",
58800
+ "companion-chat"
58801
+ ]
58802
+ },
58691
58803
  "title": {
58692
58804
  "type": "string"
58693
58805
  },
@@ -58710,6 +58822,9 @@
58710
58822
  "closedAt": {
58711
58823
  "type": "number"
58712
58824
  },
58825
+ "lastActivityAt": {
58826
+ "type": "number"
58827
+ },
58713
58828
  "messageCount": {
58714
58829
  "type": "number"
58715
58830
  },
@@ -58802,10 +58917,12 @@
58802
58917
  },
58803
58918
  "required": [
58804
58919
  "id",
58920
+ "kind",
58805
58921
  "title",
58806
58922
  "status",
58807
58923
  "createdAt",
58808
58924
  "updatedAt",
58925
+ "lastActivityAt",
58809
58926
  "messageCount",
58810
58927
  "pendingInputCount",
58811
58928
  "routeIds",
@@ -59188,6 +59305,14 @@
59188
59305
  "id": {
59189
59306
  "type": "string"
59190
59307
  },
59308
+ "kind": {
59309
+ "type": "string",
59310
+ "enum": [
59311
+ "tui",
59312
+ "companion-task",
59313
+ "companion-chat"
59314
+ ]
59315
+ },
59191
59316
  "title": {
59192
59317
  "type": "string"
59193
59318
  },
@@ -59210,6 +59335,9 @@
59210
59335
  "closedAt": {
59211
59336
  "type": "number"
59212
59337
  },
59338
+ "lastActivityAt": {
59339
+ "type": "number"
59340
+ },
59213
59341
  "messageCount": {
59214
59342
  "type": "number"
59215
59343
  },
@@ -59302,10 +59430,12 @@
59302
59430
  },
59303
59431
  "required": [
59304
59432
  "id",
59433
+ "kind",
59305
59434
  "title",
59306
59435
  "status",
59307
59436
  "createdAt",
59308
59437
  "updatedAt",
59438
+ "lastActivityAt",
59309
59439
  "messageCount",
59310
59440
  "pendingInputCount",
59311
59441
  "routeIds",
@@ -59445,6 +59575,14 @@
59445
59575
  "id": {
59446
59576
  "type": "string"
59447
59577
  },
59578
+ "kind": {
59579
+ "type": "string",
59580
+ "enum": [
59581
+ "tui",
59582
+ "companion-task",
59583
+ "companion-chat"
59584
+ ]
59585
+ },
59448
59586
  "title": {
59449
59587
  "type": "string"
59450
59588
  },
@@ -59467,6 +59605,9 @@
59467
59605
  "closedAt": {
59468
59606
  "type": "number"
59469
59607
  },
59608
+ "lastActivityAt": {
59609
+ "type": "number"
59610
+ },
59470
59611
  "messageCount": {
59471
59612
  "type": "number"
59472
59613
  },
@@ -59559,10 +59700,12 @@
59559
59700
  },
59560
59701
  "required": [
59561
59702
  "id",
59703
+ "kind",
59562
59704
  "title",
59563
59705
  "status",
59564
59706
  "createdAt",
59565
59707
  "updatedAt",
59708
+ "lastActivityAt",
59566
59709
  "messageCount",
59567
59710
  "pendingInputCount",
59568
59711
  "routeIds",
@@ -59729,6 +59872,14 @@
59729
59872
  "id": {
59730
59873
  "type": "string"
59731
59874
  },
59875
+ "kind": {
59876
+ "type": "string",
59877
+ "enum": [
59878
+ "tui",
59879
+ "companion-task",
59880
+ "companion-chat"
59881
+ ]
59882
+ },
59732
59883
  "title": {
59733
59884
  "type": "string"
59734
59885
  },
@@ -59751,6 +59902,9 @@
59751
59902
  "closedAt": {
59752
59903
  "type": "number"
59753
59904
  },
59905
+ "lastActivityAt": {
59906
+ "type": "number"
59907
+ },
59754
59908
  "messageCount": {
59755
59909
  "type": "number"
59756
59910
  },
@@ -59843,10 +59997,12 @@
59843
59997
  },
59844
59998
  "required": [
59845
59999
  "id",
60000
+ "kind",
59846
60001
  "title",
59847
60002
  "status",
59848
60003
  "createdAt",
59849
60004
  "updatedAt",
60005
+ "lastActivityAt",
59850
60006
  "messageCount",
59851
60007
  "pendingInputCount",
59852
60008
  "routeIds",
@@ -8652,12 +8652,14 @@ export interface OperatorMethodOutputMap {
8652
8652
  "sessions.close": ({
8653
8653
  session: {
8654
8654
  id: string;
8655
+ kind: "companion-chat" | "companion-task" | "tui";
8655
8656
  title: string;
8656
8657
  status: "active" | "closed";
8657
8658
  createdAt: number;
8658
8659
  updatedAt: number;
8659
8660
  lastMessageAt?: number;
8660
8661
  closedAt?: number;
8662
+ lastActivityAt: number;
8661
8663
  messageCount: number;
8662
8664
  pendingInputCount: number;
8663
8665
  routeIds: readonly string[];
@@ -8686,12 +8688,14 @@ export interface OperatorMethodOutputMap {
8686
8688
  "sessions.create": {
8687
8689
  session: {
8688
8690
  id: string;
8691
+ kind: "companion-chat" | "companion-task" | "tui";
8689
8692
  title: string;
8690
8693
  status: "active" | "closed";
8691
8694
  createdAt: number;
8692
8695
  updatedAt: number;
8693
8696
  lastMessageAt?: number;
8694
8697
  closedAt?: number;
8698
+ lastActivityAt: number;
8695
8699
  messageCount: number;
8696
8700
  pendingInputCount: number;
8697
8701
  routeIds: readonly string[];
@@ -8718,12 +8722,14 @@ export interface OperatorMethodOutputMap {
8718
8722
  "sessions.followUp": {
8719
8723
  session: null | {
8720
8724
  id: string;
8725
+ kind: "companion-chat" | "companion-task" | "tui";
8721
8726
  title: string;
8722
8727
  status: "active" | "closed";
8723
8728
  createdAt: number;
8724
8729
  updatedAt: number;
8725
8730
  lastMessageAt?: number;
8726
8731
  closedAt?: number;
8732
+ lastActivityAt: number;
8727
8733
  messageCount: number;
8728
8734
  pendingInputCount: number;
8729
8735
  routeIds: readonly string[];
@@ -8814,12 +8820,14 @@ export interface OperatorMethodOutputMap {
8814
8820
  "sessions.get": {
8815
8821
  session: {
8816
8822
  id: string;
8823
+ kind: "companion-chat" | "companion-task" | "tui";
8817
8824
  title: string;
8818
8825
  status: "active" | "closed";
8819
8826
  createdAt: number;
8820
8827
  updatedAt: number;
8821
8828
  lastMessageAt?: number;
8822
8829
  closedAt?: number;
8830
+ lastActivityAt: number;
8823
8831
  messageCount: number;
8824
8832
  pendingInputCount: number;
8825
8833
  routeIds: readonly string[];
@@ -8910,12 +8918,14 @@ export interface OperatorMethodOutputMap {
8910
8918
  "sessions.inputs.list": {
8911
8919
  session: {
8912
8920
  id: string;
8921
+ kind: "companion-chat" | "companion-task" | "tui";
8913
8922
  title: string;
8914
8923
  status: "active" | "closed";
8915
8924
  createdAt: number;
8916
8925
  updatedAt: number;
8917
8926
  lastMessageAt?: number;
8918
8927
  closedAt?: number;
8928
+ lastActivityAt: number;
8919
8929
  messageCount: number;
8920
8930
  pendingInputCount: number;
8921
8931
  routeIds: readonly string[];
@@ -9003,12 +9013,14 @@ export interface OperatorMethodOutputMap {
9003
9013
  };
9004
9014
  sessions: readonly ({
9005
9015
  id: string;
9016
+ kind: "companion-chat" | "companion-task" | "tui";
9006
9017
  title: string;
9007
9018
  status: "active" | "closed";
9008
9019
  createdAt: number;
9009
9020
  updatedAt: number;
9010
9021
  lastMessageAt?: number;
9011
9022
  closedAt?: number;
9023
+ lastActivityAt: number;
9012
9024
  messageCount: number;
9013
9025
  pendingInputCount: number;
9014
9026
  routeIds: readonly string[];
@@ -9035,12 +9047,14 @@ export interface OperatorMethodOutputMap {
9035
9047
  "sessions.messages.create": SharedSessionConversationRouteOutput | {
9036
9048
  session: null | {
9037
9049
  id: string;
9050
+ kind: "companion-chat" | "companion-task" | "tui";
9038
9051
  title: string;
9039
9052
  status: "active" | "closed";
9040
9053
  createdAt: number;
9041
9054
  updatedAt: number;
9042
9055
  lastMessageAt?: number;
9043
9056
  closedAt?: number;
9057
+ lastActivityAt: number;
9044
9058
  messageCount: number;
9045
9059
  pendingInputCount: number;
9046
9060
  routeIds: readonly string[];
@@ -9131,12 +9145,14 @@ export interface OperatorMethodOutputMap {
9131
9145
  "sessions.messages.list": {
9132
9146
  session: {
9133
9147
  id: string;
9148
+ kind: "companion-chat" | "companion-task" | "tui";
9134
9149
  title: string;
9135
9150
  status: "active" | "closed";
9136
9151
  createdAt: number;
9137
9152
  updatedAt: number;
9138
9153
  lastMessageAt?: number;
9139
9154
  closedAt?: number;
9155
+ lastActivityAt: number;
9140
9156
  messageCount: number;
9141
9157
  pendingInputCount: number;
9142
9158
  routeIds: readonly string[];
@@ -9181,12 +9197,14 @@ export interface OperatorMethodOutputMap {
9181
9197
  "sessions.reopen": ({
9182
9198
  session: {
9183
9199
  id: string;
9200
+ kind: "companion-chat" | "companion-task" | "tui";
9184
9201
  title: string;
9185
9202
  status: "active" | "closed";
9186
9203
  createdAt: number;
9187
9204
  updatedAt: number;
9188
9205
  lastMessageAt?: number;
9189
9206
  closedAt?: number;
9207
+ lastActivityAt: number;
9190
9208
  messageCount: number;
9191
9209
  pendingInputCount: number;
9192
9210
  routeIds: readonly string[];
@@ -9215,12 +9233,14 @@ export interface OperatorMethodOutputMap {
9215
9233
  "sessions.steer": {
9216
9234
  session: null | {
9217
9235
  id: string;
9236
+ kind: "companion-chat" | "companion-task" | "tui";
9218
9237
  title: string;
9219
9238
  status: "active" | "closed";
9220
9239
  createdAt: number;
9221
9240
  updatedAt: number;
9222
9241
  lastMessageAt?: number;
9223
9242
  closedAt?: number;
9243
+ lastActivityAt: number;
9224
9244
  messageCount: number;
9225
9245
  pendingInputCount: number;
9226
9246
  routeIds: readonly string[];