@nextclaw/server 0.23.4 → 0.23.5

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/dist/index.d.ts CHANGED
@@ -1399,15 +1399,14 @@ declare class ServiceAppsRoutesController {
1399
1399
  recovery?: string | undefined;
1400
1400
  evidenceRefs: string[];
1401
1401
  } | {
1402
+ status: _$_nextclaw_kernel0.VerificationRecordStatus;
1403
+ appId: string;
1402
1404
  error?: {
1403
1405
  code?: string | undefined;
1404
1406
  message: string;
1405
1407
  } | undefined;
1406
1408
  instanceId?: string | undefined;
1407
- status: _$_nextclaw_kernel0.VerificationRecordStatus;
1408
1409
  componentId: string;
1409
- appId: string;
1410
- role: _$_nextclaw_kernel0.VerificationRecordRole;
1411
1410
  callId: string;
1412
1411
  traceId: string;
1413
1412
  dataVersion: string;
@@ -1417,6 +1416,7 @@ declare class ServiceAppsRoutesController {
1417
1416
  startedAt: string;
1418
1417
  finishedAt: string;
1419
1418
  environment: string;
1419
+ role: _$_nextclaw_kernel0.VerificationRecordRole;
1420
1420
  entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
1421
1421
  actionOrEvent: string;
1422
1422
  capabilityDecisions: string[];
@@ -1554,8 +1554,8 @@ declare class ServiceAppsRoutesController {
1554
1554
  description: string;
1555
1555
  };
1556
1556
  result: {
1557
- required: boolean;
1558
1557
  status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
1558
+ required: boolean;
1559
1559
  acceptanceId: string;
1560
1560
  latestRecord?: {
1561
1561
  evidenceSchemaVersion: 2;
@@ -1597,15 +1597,14 @@ declare class ServiceAppsRoutesController {
1597
1597
  recovery?: string | undefined;
1598
1598
  evidenceRefs: string[];
1599
1599
  } | {
1600
+ status: _$_nextclaw_kernel0.VerificationRecordStatus;
1601
+ appId: string;
1600
1602
  error?: {
1601
1603
  code?: string | undefined;
1602
1604
  message: string;
1603
1605
  } | undefined;
1604
1606
  instanceId?: string | undefined;
1605
- status: _$_nextclaw_kernel0.VerificationRecordStatus;
1606
1607
  componentId: string;
1607
- appId: string;
1608
- role: _$_nextclaw_kernel0.VerificationRecordRole;
1609
1608
  callId: string;
1610
1609
  traceId: string;
1611
1610
  dataVersion: string;
@@ -1615,6 +1614,7 @@ declare class ServiceAppsRoutesController {
1615
1614
  startedAt: string;
1616
1615
  finishedAt: string;
1617
1616
  environment: string;
1617
+ role: _$_nextclaw_kernel0.VerificationRecordRole;
1618
1618
  entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
1619
1619
  actionOrEvent: string;
1620
1620
  capabilityDecisions: string[];
@@ -1721,8 +1721,8 @@ declare class ServiceAppsRoutesController {
1721
1721
  description: string;
1722
1722
  };
1723
1723
  result: {
1724
- required: boolean;
1725
1724
  status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
1725
+ required: boolean;
1726
1726
  acceptanceId: string;
1727
1727
  latestRecord?: {
1728
1728
  evidenceSchemaVersion: 2;
@@ -1764,15 +1764,14 @@ declare class ServiceAppsRoutesController {
1764
1764
  recovery?: string | undefined;
1765
1765
  evidenceRefs: string[];
1766
1766
  } | {
1767
+ status: _$_nextclaw_kernel0.VerificationRecordStatus;
1768
+ appId: string;
1767
1769
  error?: {
1768
1770
  code?: string | undefined;
1769
1771
  message: string;
1770
1772
  } | undefined;
1771
1773
  instanceId?: string | undefined;
1772
- status: _$_nextclaw_kernel0.VerificationRecordStatus;
1773
1774
  componentId: string;
1774
- appId: string;
1775
- role: _$_nextclaw_kernel0.VerificationRecordRole;
1776
1775
  callId: string;
1777
1776
  traceId: string;
1778
1777
  dataVersion: string;
@@ -1782,6 +1781,7 @@ declare class ServiceAppsRoutesController {
1782
1781
  startedAt: string;
1783
1782
  finishedAt: string;
1784
1783
  environment: string;
1784
+ role: _$_nextclaw_kernel0.VerificationRecordRole;
1785
1785
  entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
1786
1786
  actionOrEvent: string;
1787
1787
  capabilityDecisions: string[];
@@ -4374,7 +4374,7 @@ declare class ConfigRoutesController {
4374
4374
  [x: string]: _$hono_utils_types0.JSONValue;
4375
4375
  } | undefined;
4376
4376
  };
4377
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4377
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4378
4378
  ok: boolean;
4379
4379
  error: {
4380
4380
  code: string;
@@ -4383,7 +4383,7 @@ declare class ConfigRoutesController {
4383
4383
  [x: string]: _$hono_utils_types0.JSONValue;
4384
4384
  } | undefined;
4385
4385
  };
4386
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4386
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4387
4387
  ok: boolean;
4388
4388
  data: {
4389
4389
  providerId: string;
@@ -4487,7 +4487,7 @@ declare class ConfigRoutesController {
4487
4487
  [x: string]: _$hono_utils_types0.JSONValue;
4488
4488
  } | undefined;
4489
4489
  };
4490
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4490
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4491
4491
  ok: boolean;
4492
4492
  error: {
4493
4493
  code: string;
@@ -4496,7 +4496,7 @@ declare class ConfigRoutesController {
4496
4496
  [x: string]: _$hono_utils_types0.JSONValue;
4497
4497
  } | undefined;
4498
4498
  };
4499
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4499
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4500
4500
  ok: boolean;
4501
4501
  data: {
4502
4502
  success: boolean;
@@ -4515,7 +4515,7 @@ declare class ConfigRoutesController {
4515
4515
  [x: string]: _$hono_utils_types0.JSONValue;
4516
4516
  } | undefined;
4517
4517
  };
4518
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4518
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4519
4519
  ok: boolean;
4520
4520
  error: {
4521
4521
  code: string;
@@ -4524,7 +4524,7 @@ declare class ConfigRoutesController {
4524
4524
  [x: string]: _$hono_utils_types0.JSONValue;
4525
4525
  } | undefined;
4526
4526
  };
4527
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4527
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4528
4528
  ok: boolean;
4529
4529
  data: {
4530
4530
  provider: string;
@@ -4551,7 +4551,7 @@ declare class ConfigRoutesController {
4551
4551
  [x: string]: _$hono_utils_types0.JSONValue;
4552
4552
  } | undefined;
4553
4553
  };
4554
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4554
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4555
4555
  ok: boolean;
4556
4556
  error: {
4557
4557
  code: string;
@@ -4560,7 +4560,7 @@ declare class ConfigRoutesController {
4560
4560
  [x: string]: _$hono_utils_types0.JSONValue;
4561
4561
  } | undefined;
4562
4562
  };
4563
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4563
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4564
4564
  ok: boolean;
4565
4565
  data: {
4566
4566
  provider: string;
@@ -4583,7 +4583,7 @@ declare class ConfigRoutesController {
4583
4583
  [x: string]: _$hono_utils_types0.JSONValue;
4584
4584
  } | undefined;
4585
4585
  };
4586
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4586
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4587
4587
  ok: boolean;
4588
4588
  error: {
4589
4589
  code: string;
@@ -4592,7 +4592,7 @@ declare class ConfigRoutesController {
4592
4592
  [x: string]: _$hono_utils_types0.JSONValue;
4593
4593
  } | undefined;
4594
4594
  };
4595
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4595
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4596
4596
  ok: boolean;
4597
4597
  data: {
4598
4598
  provider: string;
@@ -4610,7 +4610,7 @@ declare class ConfigRoutesController {
4610
4610
  [x: string]: _$hono_utils_types0.JSONValue;
4611
4611
  } | undefined;
4612
4612
  };
4613
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4613
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4614
4614
  ok: boolean;
4615
4615
  error: {
4616
4616
  code: string;
@@ -4619,7 +4619,7 @@ declare class ConfigRoutesController {
4619
4619
  [x: string]: _$hono_utils_types0.JSONValue;
4620
4620
  } | undefined;
4621
4621
  };
4622
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4622
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4623
4623
  ok: boolean;
4624
4624
  data: {
4625
4625
  provider: string;
@@ -4637,7 +4637,7 @@ declare class ConfigRoutesController {
4637
4637
  [x: string]: _$hono_utils_types0.JSONValue;
4638
4638
  } | undefined;
4639
4639
  };
4640
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4640
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4641
4641
  ok: boolean;
4642
4642
  error: {
4643
4643
  code: string;
@@ -4646,7 +4646,7 @@ declare class ConfigRoutesController {
4646
4646
  [x: string]: _$hono_utils_types0.JSONValue;
4647
4647
  } | undefined;
4648
4648
  };
4649
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4649
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4650
4650
  ok: boolean;
4651
4651
  data: {
4652
4652
  [x: string]: _$hono_utils_types0.JSONValue;
@@ -4661,7 +4661,7 @@ declare class ConfigRoutesController {
4661
4661
  [x: string]: _$hono_utils_types0.JSONValue;
4662
4662
  } | undefined;
4663
4663
  };
4664
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4664
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4665
4665
  ok: boolean;
4666
4666
  error: {
4667
4667
  code: string;
@@ -4670,7 +4670,7 @@ declare class ConfigRoutesController {
4670
4670
  [x: string]: _$hono_utils_types0.JSONValue;
4671
4671
  } | undefined;
4672
4672
  };
4673
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4673
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4674
4674
  ok: boolean;
4675
4675
  data: {
4676
4676
  channel: string;
@@ -4692,7 +4692,7 @@ declare class ConfigRoutesController {
4692
4692
  [x: string]: _$hono_utils_types0.JSONValue;
4693
4693
  } | undefined;
4694
4694
  };
4695
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4695
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4696
4696
  ok: boolean;
4697
4697
  error: {
4698
4698
  code: string;
@@ -4701,7 +4701,7 @@ declare class ConfigRoutesController {
4701
4701
  [x: string]: _$hono_utils_types0.JSONValue;
4702
4702
  } | undefined;
4703
4703
  };
4704
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4704
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4705
4705
  ok: boolean;
4706
4706
  data: {
4707
4707
  channel: string;
@@ -4721,7 +4721,7 @@ declare class ConfigRoutesController {
4721
4721
  [x: string]: _$hono_utils_types0.JSONValue;
4722
4722
  } | undefined;
4723
4723
  };
4724
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4724
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4725
4725
  ok: boolean;
4726
4726
  error: {
4727
4727
  code: string;
@@ -4730,7 +4730,7 @@ declare class ConfigRoutesController {
4730
4730
  [x: string]: _$hono_utils_types0.JSONValue;
4731
4731
  } | undefined;
4732
4732
  };
4733
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4733
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4734
4734
  ok: boolean;
4735
4735
  data: {
4736
4736
  channel: string;
@@ -4813,17 +4813,6 @@ declare class ConfigRoutesController {
4813
4813
  }, 400, "json">) | (Response & _$hono.TypedResponse<{
4814
4814
  ok: boolean;
4815
4815
  data: {
4816
- bindings?: {
4817
- agentId: string;
4818
- match: {
4819
- channel: string;
4820
- accountId?: string | undefined;
4821
- peer?: {
4822
- kind: "direct" | "group" | "channel";
4823
- id: string;
4824
- } | undefined;
4825
- };
4826
- }[] | undefined;
4827
4816
  agents: {
4828
4817
  defaults: {
4829
4818
  model: string;
@@ -4904,6 +4893,17 @@ declare class ConfigRoutesController {
4904
4893
  } | undefined;
4905
4894
  } | undefined;
4906
4895
  };
4896
+ bindings?: {
4897
+ agentId: string;
4898
+ match: {
4899
+ channel: string;
4900
+ accountId?: string | undefined;
4901
+ peer?: {
4902
+ kind: "direct" | "group" | "channel";
4903
+ id: string;
4904
+ } | undefined;
4905
+ };
4906
+ }[] | undefined;
4907
4907
  session?: {
4908
4908
  dmScope?: "main" | "per-peer" | "per-channel-peer" | "per-account-channel-peer" | undefined;
4909
4909
  } | undefined;
@@ -5115,8 +5115,8 @@ declare class AppPackagesRoutesController {
5115
5115
  };
5116
5116
  slots: {
5117
5117
  id: string;
5118
- title: string;
5119
5118
  description: string;
5119
+ title: string;
5120
5120
  required: boolean;
5121
5121
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
5122
5122
  binding?: {
@@ -5237,6 +5237,15 @@ declare class AppPackagesRoutesController {
5237
5237
  };
5238
5238
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
5239
5239
  readonly startInstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5240
+ ok: boolean;
5241
+ error: {
5242
+ code: string;
5243
+ message: string;
5244
+ details: {
5245
+ [x: string]: _$hono_utils_types0.JSONValue;
5246
+ } | undefined;
5247
+ };
5248
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5240
5249
  ok: boolean;
5241
5250
  data: {
5242
5251
  id: string;
@@ -5259,7 +5268,8 @@ declare class AppPackagesRoutesController {
5259
5268
  dataRemoved?: boolean | undefined;
5260
5269
  } | undefined;
5261
5270
  };
5262
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
5271
+ }, 202, "json">)>;
5272
+ readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5263
5273
  ok: boolean;
5264
5274
  error: {
5265
5275
  code: string;
@@ -5268,8 +5278,7 @@ declare class AppPackagesRoutesController {
5268
5278
  [x: string]: _$hono_utils_types0.JSONValue;
5269
5279
  } | undefined;
5270
5280
  };
5271
- }, 400 | 404 | 409, "json">)>;
5272
- readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5281
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5273
5282
  ok: boolean;
5274
5283
  data: {
5275
5284
  id: string;
@@ -5292,7 +5301,8 @@ declare class AppPackagesRoutesController {
5292
5301
  dataRemoved?: boolean | undefined;
5293
5302
  } | undefined;
5294
5303
  };
5295
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
5304
+ }, 202, "json">)>;
5305
+ readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5296
5306
  ok: boolean;
5297
5307
  error: {
5298
5308
  code: string;
@@ -5301,8 +5311,7 @@ declare class AppPackagesRoutesController {
5301
5311
  [x: string]: _$hono_utils_types0.JSONValue;
5302
5312
  } | undefined;
5303
5313
  };
5304
- }, 400 | 404 | 409, "json">)>;
5305
- readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5314
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5306
5315
  ok: boolean;
5307
5316
  data: {
5308
5317
  id: string;
@@ -5325,7 +5334,8 @@ declare class AppPackagesRoutesController {
5325
5334
  dataRemoved?: boolean | undefined;
5326
5335
  } | undefined;
5327
5336
  };
5328
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
5337
+ }, 202, "json">)>;
5338
+ readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5329
5339
  ok: boolean;
5330
5340
  error: {
5331
5341
  code: string;
@@ -5334,8 +5344,7 @@ declare class AppPackagesRoutesController {
5334
5344
  [x: string]: _$hono_utils_types0.JSONValue;
5335
5345
  } | undefined;
5336
5346
  };
5337
- }, 400 | 404 | 409, "json">)>;
5338
- readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5347
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5339
5348
  ok: boolean;
5340
5349
  data: {
5341
5350
  id: string;
@@ -5358,16 +5367,7 @@ declare class AppPackagesRoutesController {
5358
5367
  dataRemoved?: boolean | undefined;
5359
5368
  } | undefined;
5360
5369
  };
5361
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
5362
- ok: boolean;
5363
- error: {
5364
- code: string;
5365
- message: string;
5366
- details: {
5367
- [x: string]: _$hono_utils_types0.JSONValue;
5368
- } | undefined;
5369
- };
5370
- }, 400 | 404 | 409, "json">)>;
5370
+ }, 202, "json">)>;
5371
5371
  readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5372
5372
  ok: boolean;
5373
5373
  error: {
@@ -5508,8 +5508,8 @@ declare class AppPackagesRoutesController {
5508
5508
  };
5509
5509
  slots: {
5510
5510
  id: string;
5511
- title: string;
5512
5511
  description: string;
5512
+ title: string;
5513
5513
  required: boolean;
5514
5514
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
5515
5515
  binding?: {
@@ -6000,8 +6000,8 @@ declare class AppPackagesRoutesController {
6000
6000
  };
6001
6001
  slots: {
6002
6002
  id: string;
6003
- title: string;
6004
6003
  description: string;
6004
+ title: string;
6005
6005
  required: boolean;
6006
6006
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6007
6007
  binding?: {
@@ -6116,8 +6116,8 @@ declare class AppPackagesRoutesController {
6116
6116
  };
6117
6117
  slots: {
6118
6118
  id: string;
6119
- title: string;
6120
6119
  description: string;
6120
+ title: string;
6121
6121
  required: boolean;
6122
6122
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6123
6123
  binding?: {
@@ -6158,8 +6158,8 @@ declare class AppPackagesRoutesController {
6158
6158
  };
6159
6159
  slots: {
6160
6160
  id: string;
6161
- title: string;
6162
6161
  description: string;
6162
+ title: string;
6163
6163
  required: boolean;
6164
6164
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6165
6165
  binding?: {
@@ -6200,8 +6200,8 @@ declare class AppPackagesRoutesController {
6200
6200
  };
6201
6201
  slots: {
6202
6202
  id: string;
6203
- title: string;
6204
6203
  description: string;
6204
+ title: string;
6205
6205
  required: boolean;
6206
6206
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6207
6207
  binding?: {
@@ -6353,8 +6353,8 @@ declare class AppPackagesRoutesController {
6353
6353
  };
6354
6354
  slots: {
6355
6355
  id: string;
6356
- title: string;
6357
6356
  description: string;
6357
+ title: string;
6358
6358
  required: boolean;
6359
6359
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6360
6360
  binding?: {
@@ -6581,8 +6581,8 @@ declare class AppPackagesRoutesController {
6581
6581
  };
6582
6582
  slots: {
6583
6583
  id: string;
6584
- title: string;
6585
6584
  description: string;
6585
+ title: string;
6586
6586
  required: boolean;
6587
6587
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6588
6588
  binding?: {
@@ -6809,8 +6809,8 @@ declare class AppPackagesRoutesController {
6809
6809
  };
6810
6810
  slots: {
6811
6811
  id: string;
6812
- title: string;
6813
6812
  description: string;
6813
+ title: string;
6814
6814
  required: boolean;
6815
6815
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6816
6816
  binding?: {
@@ -7038,8 +7038,8 @@ declare class AppPackagesRoutesController {
7038
7038
  };
7039
7039
  slots: {
7040
7040
  id: string;
7041
- title: string;
7042
7041
  description: string;
7042
+ title: string;
7043
7043
  required: boolean;
7044
7044
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
7045
7045
  binding?: {
@@ -7356,8 +7356,8 @@ declare class AppPackagesRoutesController {
7356
7356
  };
7357
7357
  slots: {
7358
7358
  id: string;
7359
- title: string;
7360
7359
  description: string;
7360
+ title: string;
7361
7361
  required: boolean;
7362
7362
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
7363
7363
  binding?: {
@@ -7522,6 +7522,14 @@ declare class AppDataRoutesController {
7522
7522
  };
7523
7523
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
7524
7524
  readonly deleteRetained: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
7525
+ ok: boolean;
7526
+ data: {
7527
+ deleted: true;
7528
+ id: string;
7529
+ appId: string;
7530
+ instanceId: string;
7531
+ };
7532
+ }, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
7525
7533
  ok: boolean;
7526
7534
  error: {
7527
7535
  code: string;
@@ -7530,15 +7538,7 @@ declare class AppDataRoutesController {
7530
7538
  [x: string]: _$hono_utils_types0.JSONValue;
7531
7539
  } | undefined;
7532
7540
  };
7533
- }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
7534
- ok: boolean;
7535
- data: {
7536
- deleted: true;
7537
- id: string;
7538
- appId: string;
7539
- instanceId: string;
7540
- };
7541
- }, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
7541
+ }, 400 | 404 | 409, "json">)>;
7542
7542
  }
7543
7543
  //#endregion
7544
7544
  //#region src/features/inbox-deliveries/controllers/inbox-deliveries.controller.d.ts
@@ -7573,6 +7573,15 @@ declare class InboxDeliveriesRoutesController {
7573
7573
  };
7574
7574
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
7575
7575
  readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
7576
+ ok: boolean;
7577
+ error: {
7578
+ code: string;
7579
+ message: string;
7580
+ details: {
7581
+ [x: string]: _$hono_utils_types0.JSONValue;
7582
+ } | undefined;
7583
+ };
7584
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
7576
7585
  ok: boolean;
7577
7586
  data: {
7578
7587
  id: string;
@@ -7593,16 +7602,7 @@ declare class InboxDeliveriesRoutesController {
7593
7602
  readAt: string | null;
7594
7603
  archivedAt: string | null;
7595
7604
  };
7596
- }, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
7597
- ok: boolean;
7598
- error: {
7599
- code: string;
7600
- message: string;
7601
- details: {
7602
- [x: string]: _$hono_utils_types0.JSONValue;
7603
- } | undefined;
7604
- };
7605
- }, 404, "json">)>;
7605
+ }, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
7606
7606
  readonly updateState: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
7607
7607
  ok: boolean;
7608
7608
  data: _$hono_utils_types0.JSONValue;