@pellux/goodvibes-contracts 0.30.2 → 0.33.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.
Files changed (37) hide show
  1. package/README.md +2 -2
  2. package/artifacts/operator-contract.json +41 -418
  3. package/dist/generated/foundation-client-types.d.ts +18 -72
  4. package/dist/generated/foundation-client-types.d.ts.map +1 -1
  5. package/dist/generated/foundation-metadata.d.ts +2 -2
  6. package/dist/generated/foundation-metadata.js +2 -2
  7. package/dist/generated/operator-contract.d.ts.map +1 -1
  8. package/dist/generated/operator-contract.js +41 -418
  9. package/dist/generated/operator-method-ids.d.ts +1 -1
  10. package/dist/generated/operator-method-ids.d.ts.map +1 -1
  11. package/dist/generated/operator-method-ids.js +0 -1
  12. package/dist/generated/runtime-event-domains.d.ts +8 -0
  13. package/dist/generated/runtime-event-domains.d.ts.map +1 -1
  14. package/dist/index.d.ts +4 -3
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +38 -6
  17. package/dist/node.d.ts.map +1 -1
  18. package/dist/node.js +26 -2
  19. package/dist/types.d.ts +30 -22
  20. package/dist/types.d.ts.map +1 -1
  21. package/dist/types.js +7 -1
  22. package/dist/zod-schemas/accounts.d.ts +4 -4
  23. package/dist/zod-schemas/accounts.d.ts.map +1 -1
  24. package/dist/zod-schemas/accounts.js +4 -4
  25. package/dist/zod-schemas/events.d.ts +5 -5
  26. package/dist/zod-schemas/events.d.ts.map +1 -1
  27. package/dist/zod-schemas/events.js +4 -3
  28. package/dist/zod-schemas/index.d.ts +2 -2
  29. package/dist/zod-schemas/index.d.ts.map +1 -1
  30. package/dist/zod-schemas/index.js +1 -1
  31. package/dist/zod-schemas/providers.d.ts +30 -30
  32. package/dist/zod-schemas/providers.d.ts.map +1 -1
  33. package/dist/zod-schemas/providers.js +19 -19
  34. package/dist/zod-schemas/session.d.ts +17 -10
  35. package/dist/zod-schemas/session.d.ts.map +1 -1
  36. package/dist/zod-schemas/session.js +20 -6
  37. package/package.json +3 -2
@@ -3,7 +3,7 @@
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.30.2"
6
+ "version": "0.33.0"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -136,7 +136,10 @@
136
136
  "roles"
137
137
  ],
138
138
  "additionalProperties": false
139
- }
139
+ },
140
+ "aliasPaths": [
141
+ "/api/control-plane/whoami"
142
+ ]
140
143
  },
141
144
  "sessionCookie": {
142
145
  "name": "goodvibes_session",
@@ -3055,8 +3058,7 @@
3055
3058
  "catch_up",
3056
3059
  "webhook",
3057
3060
  "surface",
3058
- "watcher",
3059
- "migration"
3061
+ "watcher"
3060
3062
  ]
3061
3063
  },
3062
3064
  "dueRun": {
@@ -3175,8 +3177,7 @@
3175
3177
  "hook",
3176
3178
  "webhook",
3177
3179
  "surface",
3178
- "watcher",
3179
- "migration"
3180
+ "watcher"
3180
3181
  ]
3181
3182
  },
3182
3183
  "label": {
@@ -3418,13 +3419,6 @@
3418
3419
  "synthetic"
3419
3420
  ]
3420
3421
  },
3421
- "unresolvedModelPolicy": {
3422
- "type": "string",
3423
- "enum": [
3424
- "fallback-to-current",
3425
- "fail"
3426
- ]
3427
- },
3428
3422
  "providerFailurePolicy": {
3429
3423
  "type": "string",
3430
3424
  "enum": [
@@ -4117,8 +4111,7 @@
4117
4111
  "catch_up",
4118
4112
  "webhook",
4119
4113
  "surface",
4120
- "watcher",
4121
- "migration"
4114
+ "watcher"
4122
4115
  ]
4123
4116
  },
4124
4117
  "dueRun": {
@@ -5029,13 +5022,6 @@
5029
5022
  "synthetic"
5030
5023
  ]
5031
5024
  },
5032
- "unresolvedModelPolicy": {
5033
- "type": "string",
5034
- "enum": [
5035
- "fallback-to-current",
5036
- "fail"
5037
- ]
5038
- },
5039
5025
  "providerFailurePolicy": {
5040
5026
  "type": "string",
5041
5027
  "enum": [
@@ -5455,8 +5441,7 @@
5455
5441
  "hook",
5456
5442
  "webhook",
5457
5443
  "surface",
5458
- "watcher",
5459
- "migration"
5444
+ "watcher"
5460
5445
  ]
5461
5446
  },
5462
5447
  "label": {
@@ -6001,13 +5986,6 @@
6001
5986
  "synthetic"
6002
5987
  ]
6003
5988
  },
6004
- "unresolvedModelPolicy": {
6005
- "type": "string",
6006
- "enum": [
6007
- "fallback-to-current",
6008
- "fail"
6009
- ]
6010
- },
6011
5989
  "providerFailurePolicy": {
6012
5990
  "type": "string",
6013
5991
  "enum": [
@@ -6427,8 +6405,7 @@
6427
6405
  "hook",
6428
6406
  "webhook",
6429
6407
  "surface",
6430
- "watcher",
6431
- "migration"
6408
+ "watcher"
6432
6409
  ]
6433
6410
  },
6434
6411
  "label": {
@@ -7291,13 +7268,6 @@
7291
7268
  "synthetic"
7292
7269
  ]
7293
7270
  },
7294
- "unresolvedModelPolicy": {
7295
- "type": "string",
7296
- "enum": [
7297
- "fallback-to-current",
7298
- "fail"
7299
- ]
7300
- },
7301
7271
  "providerFailurePolicy": {
7302
7272
  "type": "string",
7303
7273
  "enum": [
@@ -7717,8 +7687,7 @@
7717
7687
  "hook",
7718
7688
  "webhook",
7719
7689
  "surface",
7720
- "watcher",
7721
- "migration"
7690
+ "watcher"
7722
7691
  ]
7723
7692
  },
7724
7693
  "label": {
@@ -8118,8 +8087,7 @@
8118
8087
  "hook",
8119
8088
  "webhook",
8120
8089
  "surface",
8121
- "watcher",
8122
- "migration"
8090
+ "watcher"
8123
8091
  ]
8124
8092
  },
8125
8093
  "label": {
@@ -8361,13 +8329,6 @@
8361
8329
  "synthetic"
8362
8330
  ]
8363
8331
  },
8364
- "unresolvedModelPolicy": {
8365
- "type": "string",
8366
- "enum": [
8367
- "fallback-to-current",
8368
- "fail"
8369
- ]
8370
- },
8371
8332
  "providerFailurePolicy": {
8372
8333
  "type": "string",
8373
8334
  "enum": [
@@ -9110,8 +9071,7 @@
9110
9071
  "hook",
9111
9072
  "webhook",
9112
9073
  "surface",
9113
- "watcher",
9114
- "migration"
9074
+ "watcher"
9115
9075
  ]
9116
9076
  },
9117
9077
  "label": {
@@ -9353,13 +9313,6 @@
9353
9313
  "synthetic"
9354
9314
  ]
9355
9315
  },
9356
- "unresolvedModelPolicy": {
9357
- "type": "string",
9358
- "enum": [
9359
- "fallback-to-current",
9360
- "fail"
9361
- ]
9362
- },
9363
9316
  "providerFailurePolicy": {
9364
9317
  "type": "string",
9365
9318
  "enum": [
@@ -10195,8 +10148,7 @@
10195
10148
  "hook",
10196
10149
  "webhook",
10197
10150
  "surface",
10198
- "watcher",
10199
- "migration"
10151
+ "watcher"
10200
10152
  ]
10201
10153
  },
10202
10154
  "label": {
@@ -10438,13 +10390,6 @@
10438
10390
  "synthetic"
10439
10391
  ]
10440
10392
  },
10441
- "unresolvedModelPolicy": {
10442
- "type": "string",
10443
- "enum": [
10444
- "fallback-to-current",
10445
- "fail"
10446
- ]
10447
- },
10448
10393
  "providerFailurePolicy": {
10449
10394
  "type": "string",
10450
10395
  "enum": [
@@ -11188,8 +11133,7 @@
11188
11133
  "hook",
11189
11134
  "webhook",
11190
11135
  "surface",
11191
- "watcher",
11192
- "migration"
11136
+ "watcher"
11193
11137
  ]
11194
11138
  },
11195
11139
  "label": {
@@ -11431,13 +11375,6 @@
11431
11375
  "synthetic"
11432
11376
  ]
11433
11377
  },
11434
- "unresolvedModelPolicy": {
11435
- "type": "string",
11436
- "enum": [
11437
- "fallback-to-current",
11438
- "fail"
11439
- ]
11440
- },
11441
11378
  "providerFailurePolicy": {
11442
11379
  "type": "string",
11443
11380
  "enum": [
@@ -12115,7 +12052,7 @@
12115
12052
  ],
12116
12053
  "http": {
12117
12054
  "method": "POST",
12118
- "path": "/schedules"
12055
+ "path": "/api/automation/schedules"
12119
12056
  },
12120
12057
  "inputSchema": {
12121
12058
  "type": "object",
@@ -12676,13 +12613,6 @@
12676
12613
  "synthetic"
12677
12614
  ]
12678
12615
  },
12679
- "unresolvedModelPolicy": {
12680
- "type": "string",
12681
- "enum": [
12682
- "fallback-to-current",
12683
- "fail"
12684
- ]
12685
- },
12686
12616
  "providerFailurePolicy": {
12687
12617
  "type": "string",
12688
12618
  "enum": [
@@ -13102,8 +13032,7 @@
13102
13032
  "hook",
13103
13033
  "webhook",
13104
13034
  "surface",
13105
- "watcher",
13106
- "migration"
13035
+ "watcher"
13107
13036
  ]
13108
13037
  },
13109
13038
  "label": {
@@ -13278,7 +13207,7 @@
13278
13207
  ],
13279
13208
  "http": {
13280
13209
  "method": "DELETE",
13281
- "path": "/schedules/{scheduleId}"
13210
+ "path": "/api/automation/schedules/{scheduleId}"
13282
13211
  },
13283
13212
  "inputSchema": {
13284
13213
  "type": "object",
@@ -13326,7 +13255,7 @@
13326
13255
  ],
13327
13256
  "http": {
13328
13257
  "method": "POST",
13329
- "path": "/schedules/{scheduleId}/disable"
13258
+ "path": "/api/automation/schedules/{scheduleId}/disable"
13330
13259
  },
13331
13260
  "inputSchema": {
13332
13261
  "type": "object",
@@ -13374,7 +13303,7 @@
13374
13303
  ],
13375
13304
  "http": {
13376
13305
  "method": "POST",
13377
- "path": "/schedules/{scheduleId}/enable"
13306
+ "path": "/api/automation/schedules/{scheduleId}/enable"
13378
13307
  },
13379
13308
  "inputSchema": {
13380
13309
  "type": "object",
@@ -13422,7 +13351,7 @@
13422
13351
  ],
13423
13352
  "http": {
13424
13353
  "method": "GET",
13425
- "path": "/schedules"
13354
+ "path": "/api/automation/schedules"
13426
13355
  },
13427
13356
  "inputSchema": {
13428
13357
  "type": "object",
@@ -13636,13 +13565,6 @@
13636
13565
  "synthetic"
13637
13566
  ]
13638
13567
  },
13639
- "unresolvedModelPolicy": {
13640
- "type": "string",
13641
- "enum": [
13642
- "fallback-to-current",
13643
- "fail"
13644
- ]
13645
- },
13646
13568
  "providerFailurePolicy": {
13647
13569
  "type": "string",
13648
13570
  "enum": [
@@ -14062,8 +13984,7 @@
14062
13984
  "hook",
14063
13985
  "webhook",
14064
13986
  "surface",
14065
- "watcher",
14066
- "migration"
13987
+ "watcher"
14067
13988
  ]
14068
13989
  },
14069
13990
  "label": {
@@ -14271,8 +14192,7 @@
14271
14192
  "hook",
14272
14193
  "webhook",
14273
14194
  "surface",
14274
- "watcher",
14275
- "migration"
14195
+ "watcher"
14276
14196
  ]
14277
14197
  },
14278
14198
  "label": {
@@ -14514,13 +14434,6 @@
14514
14434
  "synthetic"
14515
14435
  ]
14516
14436
  },
14517
- "unresolvedModelPolicy": {
14518
- "type": "string",
14519
- "enum": [
14520
- "fallback-to-current",
14521
- "fail"
14522
- ]
14523
- },
14524
14437
  "providerFailurePolicy": {
14525
14438
  "type": "string",
14526
14439
  "enum": [
@@ -15200,7 +15113,7 @@
15200
15113
  ],
15201
15114
  "http": {
15202
15115
  "method": "POST",
15203
- "path": "/schedules/{scheduleId}/run"
15116
+ "path": "/api/automation/schedules/{scheduleId}/run"
15204
15117
  },
15205
15118
  "inputSchema": {
15206
15119
  "type": "object",
@@ -18336,7 +18249,7 @@
18336
18249
  {
18337
18250
  "id": "channels.lifecycle.get",
18338
18251
  "title": "Get Channel Lifecycle State",
18339
- "description": "Return lifecycle migration posture for a channel surface.",
18252
+ "description": "Return lifecycle version posture for a channel surface.",
18340
18253
  "category": "channels",
18341
18254
  "source": "builtin",
18342
18255
  "access": "authenticated",
@@ -18378,68 +18291,6 @@
18378
18291
  "targetVersion": {
18379
18292
  "type": "number"
18380
18293
  },
18381
- "migrations": {
18382
- "type": "array",
18383
- "items": {
18384
- "type": "object",
18385
- "properties": {
18386
- "id": {
18387
- "type": "string"
18388
- },
18389
- "fromVersion": {
18390
- "type": "number"
18391
- },
18392
- "toVersion": {
18393
- "type": "number"
18394
- },
18395
- "action": {
18396
- "type": "string"
18397
- },
18398
- "applied": {
18399
- "type": "boolean"
18400
- },
18401
- "detail": {
18402
- "type": "string"
18403
- },
18404
- "metadata": {
18405
- "type": "object",
18406
- "additionalProperties": {
18407
- "anyOf": [
18408
- {
18409
- "type": "string"
18410
- },
18411
- {
18412
- "type": "number"
18413
- },
18414
- {
18415
- "type": "boolean"
18416
- },
18417
- {
18418
- "type": "null"
18419
- },
18420
- {
18421
- "type": "object",
18422
- "additionalProperties": {}
18423
- },
18424
- {
18425
- "type": "array",
18426
- "items": {}
18427
- }
18428
- ]
18429
- }
18430
- }
18431
- },
18432
- "required": [
18433
- "id",
18434
- "fromVersion",
18435
- "toVersion",
18436
- "action",
18437
- "applied",
18438
- "detail"
18439
- ],
18440
- "additionalProperties": false
18441
- }
18442
- },
18443
18294
  "metadata": {
18444
18295
  "type": "object",
18445
18296
  "additionalProperties": {
@@ -18472,177 +18323,6 @@
18472
18323
  "surface",
18473
18324
  "currentVersion",
18474
18325
  "targetVersion",
18475
- "migrations",
18476
- "metadata"
18477
- ],
18478
- "additionalProperties": false
18479
- },
18480
- "invokable": true
18481
- },
18482
- {
18483
- "id": "channels.lifecycle.migrate",
18484
- "title": "Migrate Channel Lifecycle",
18485
- "description": "Apply lifecycle migrations for a channel surface.",
18486
- "category": "channels",
18487
- "source": "builtin",
18488
- "access": "admin",
18489
- "transport": [
18490
- "http",
18491
- "ws"
18492
- ],
18493
- "scopes": [
18494
- "write:channels"
18495
- ],
18496
- "http": {
18497
- "method": "POST",
18498
- "path": "/api/channels/lifecycle/{surface}/migrate"
18499
- },
18500
- "inputSchema": {
18501
- "type": "object",
18502
- "properties": {
18503
- "accountId": {
18504
- "type": "string"
18505
- },
18506
- "metadata": {
18507
- "type": "object",
18508
- "additionalProperties": {
18509
- "anyOf": [
18510
- {
18511
- "type": "string"
18512
- },
18513
- {
18514
- "type": "number"
18515
- },
18516
- {
18517
- "type": "boolean"
18518
- },
18519
- {
18520
- "type": "null"
18521
- },
18522
- {
18523
- "type": "object",
18524
- "additionalProperties": {}
18525
- },
18526
- {
18527
- "type": "array",
18528
- "items": {}
18529
- }
18530
- ]
18531
- }
18532
- }
18533
- },
18534
- "additionalProperties": true
18535
- },
18536
- "outputSchema": {
18537
- "type": "object",
18538
- "properties": {
18539
- "surface": {
18540
- "type": "string"
18541
- },
18542
- "accountId": {
18543
- "type": "string"
18544
- },
18545
- "currentVersion": {
18546
- "type": "number"
18547
- },
18548
- "targetVersion": {
18549
- "type": "number"
18550
- },
18551
- "migrations": {
18552
- "type": "array",
18553
- "items": {
18554
- "type": "object",
18555
- "properties": {
18556
- "id": {
18557
- "type": "string"
18558
- },
18559
- "fromVersion": {
18560
- "type": "number"
18561
- },
18562
- "toVersion": {
18563
- "type": "number"
18564
- },
18565
- "action": {
18566
- "type": "string"
18567
- },
18568
- "applied": {
18569
- "type": "boolean"
18570
- },
18571
- "detail": {
18572
- "type": "string"
18573
- },
18574
- "metadata": {
18575
- "type": "object",
18576
- "additionalProperties": {
18577
- "anyOf": [
18578
- {
18579
- "type": "string"
18580
- },
18581
- {
18582
- "type": "number"
18583
- },
18584
- {
18585
- "type": "boolean"
18586
- },
18587
- {
18588
- "type": "null"
18589
- },
18590
- {
18591
- "type": "object",
18592
- "additionalProperties": {}
18593
- },
18594
- {
18595
- "type": "array",
18596
- "items": {}
18597
- }
18598
- ]
18599
- }
18600
- }
18601
- },
18602
- "required": [
18603
- "id",
18604
- "fromVersion",
18605
- "toVersion",
18606
- "action",
18607
- "applied",
18608
- "detail"
18609
- ],
18610
- "additionalProperties": false
18611
- }
18612
- },
18613
- "metadata": {
18614
- "type": "object",
18615
- "additionalProperties": {
18616
- "anyOf": [
18617
- {
18618
- "type": "string"
18619
- },
18620
- {
18621
- "type": "number"
18622
- },
18623
- {
18624
- "type": "boolean"
18625
- },
18626
- {
18627
- "type": "null"
18628
- },
18629
- {
18630
- "type": "object",
18631
- "additionalProperties": {}
18632
- },
18633
- {
18634
- "type": "array",
18635
- "items": {}
18636
- }
18637
- ]
18638
- }
18639
- }
18640
- },
18641
- "required": [
18642
- "surface",
18643
- "currentVersion",
18644
- "targetVersion",
18645
- "migrations",
18646
18326
  "metadata"
18647
18327
  ],
18648
18328
  "additionalProperties": false
@@ -21939,6 +21619,12 @@
21939
21619
  "path": {
21940
21620
  "type": "string"
21941
21621
  },
21622
+ "aliasPaths": {
21623
+ "type": "array",
21624
+ "items": {
21625
+ "type": "string"
21626
+ }
21627
+ },
21942
21628
  "responseSchema": {
21943
21629
  "type": "object",
21944
21630
  "properties": {
@@ -49306,7 +48992,7 @@
49306
48992
  "type": "string"
49307
48993
  }
49308
48994
  },
49309
- "suppressedModels": {
48995
+ "suppressedModelRegistryKeys": {
49310
48996
  "type": "array",
49311
48997
  "items": {
49312
48998
  "type": "string"
@@ -49644,7 +49330,7 @@
49644
49330
  "type": "string"
49645
49331
  }
49646
49332
  },
49647
- "suppressedModels": {
49333
+ "suppressedModelRegistryKeys": {
49648
49334
  "type": "array",
49649
49335
  "items": {
49650
49336
  "type": "string"
@@ -49871,7 +49557,7 @@
49871
49557
  "active": {
49872
49558
  "type": "boolean"
49873
49559
  },
49874
- "currentModelId": {
49560
+ "currentModelRegistryKey": {
49875
49561
  "type": "string"
49876
49562
  },
49877
49563
  "pricingSource": {
@@ -57106,13 +56792,6 @@
57106
56792
  "synthetic"
57107
56793
  ]
57108
56794
  },
57109
- "unresolvedModelPolicy": {
57110
- "type": "string",
57111
- "enum": [
57112
- "fallback-to-current",
57113
- "fail"
57114
- ]
57115
- },
57116
56795
  "providerFailurePolicy": {
57117
56796
  "type": "string",
57118
56797
  "enum": [
@@ -57535,13 +57214,6 @@
57535
57214
  "synthetic"
57536
57215
  ]
57537
57216
  },
57538
- "unresolvedModelPolicy": {
57539
- "type": "string",
57540
- "enum": [
57541
- "fallback-to-current",
57542
- "fail"
57543
- ]
57544
- },
57545
57217
  "providerFailurePolicy": {
57546
57218
  "type": "string",
57547
57219
  "enum": [
@@ -58078,13 +57750,6 @@
58078
57750
  "synthetic"
58079
57751
  ]
58080
57752
  },
58081
- "unresolvedModelPolicy": {
58082
- "type": "string",
58083
- "enum": [
58084
- "fallback-to-current",
58085
- "fail"
58086
- ]
58087
- },
58088
57753
  "providerFailurePolicy": {
58089
57754
  "type": "string",
58090
57755
  "enum": [
@@ -58475,13 +58140,6 @@
58475
58140
  "synthetic"
58476
58141
  ]
58477
58142
  },
58478
- "unresolvedModelPolicy": {
58479
- "type": "string",
58480
- "enum": [
58481
- "fallback-to-current",
58482
- "fail"
58483
- ]
58484
- },
58485
58143
  "providerFailurePolicy": {
58486
58144
  "type": "string",
58487
58145
  "enum": [
@@ -58593,7 +58251,7 @@
58593
58251
  },
58594
58252
  {
58595
58253
  "id": "sessions.integration.snapshot",
58596
- "title": "Legacy Session Snapshot",
58254
+ "title": "Session Integration Snapshot",
58597
58255
  "description": "Return the session integration snapshot.",
58598
58256
  "category": "sessions",
58599
58257
  "source": "builtin",
@@ -58909,13 +58567,6 @@
58909
58567
  "synthetic"
58910
58568
  ]
58911
58569
  },
58912
- "unresolvedModelPolicy": {
58913
- "type": "string",
58914
- "enum": [
58915
- "fallback-to-current",
58916
- "fail"
58917
- ]
58918
- },
58919
58570
  "providerFailurePolicy": {
58920
58571
  "type": "string",
58921
58572
  "enum": [
@@ -59360,13 +59011,6 @@
59360
59011
  "synthetic"
59361
59012
  ]
59362
59013
  },
59363
- "unresolvedModelPolicy": {
59364
- "type": "string",
59365
- "enum": [
59366
- "fallback-to-current",
59367
- "fail"
59368
- ]
59369
- },
59370
59014
  "providerFailurePolicy": {
59371
59015
  "type": "string",
59372
59016
  "enum": [
@@ -59983,13 +59627,6 @@
59983
59627
  "synthetic"
59984
59628
  ]
59985
59629
  },
59986
- "unresolvedModelPolicy": {
59987
- "type": "string",
59988
- "enum": [
59989
- "fallback-to-current",
59990
- "fail"
59991
- ]
59992
- },
59993
59630
  "providerFailurePolicy": {
59994
59631
  "type": "string",
59995
59632
  "enum": [
@@ -60415,13 +60052,6 @@
60415
60052
  "synthetic"
60416
60053
  ]
60417
60054
  },
60418
- "unresolvedModelPolicy": {
60419
- "type": "string",
60420
- "enum": [
60421
- "fallback-to-current",
60422
- "fail"
60423
- ]
60424
- },
60425
60055
  "providerFailurePolicy": {
60426
60056
  "type": "string",
60427
60057
  "enum": [
@@ -61269,13 +60899,6 @@
61269
60899
  "synthetic"
61270
60900
  ]
61271
60901
  },
61272
- "unresolvedModelPolicy": {
61273
- "type": "string",
61274
- "enum": [
61275
- "fallback-to-current",
61276
- "fail"
61277
- ]
61278
- },
61279
60902
  "providerFailurePolicy": {
61280
60903
  "type": "string",
61281
60904
  "enum": [
@@ -67493,7 +67116,7 @@
67493
67116
  "discard": {
67494
67117
  "type": "number"
67495
67118
  },
67496
- "cleanupPending": {
67119
+ "pendingCleanup": {
67497
67120
  "type": "number"
67498
67121
  },
67499
67122
  "sessionAttached": {
@@ -67518,7 +67141,7 @@
67518
67141
  "paused",
67519
67142
  "kept",
67520
67143
  "discard",
67521
- "cleanupPending",
67144
+ "pendingCleanup",
67522
67145
  "sessionAttached",
67523
67146
  "taskAttached",
67524
67147
  "agentOwned",
@@ -67550,7 +67173,7 @@
67550
67173
  "paused",
67551
67174
  "kept",
67552
67175
  "discard",
67553
- "cleanup-pending"
67176
+ "pending-cleanup"
67554
67177
  ]
67555
67178
  },
67556
67179
  "ownerId": {
@@ -69034,10 +68657,10 @@
69034
68657
  }
69035
68658
  ],
69036
68659
  "schemaCoverage": {
69037
- "methods": 264,
69038
- "typedInputs": 264,
68660
+ "methods": 263,
68661
+ "typedInputs": 263,
69039
68662
  "genericInputs": 0,
69040
- "typedOutputs": 264,
68663
+ "typedOutputs": 263,
69041
68664
  "genericOutputs": 0
69042
68665
  },
69043
68666
  "eventCoverage": {