@makaio/framework 1.0.0-dev-1781454904823 → 1.0.0-dev-1781457526466

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 (58) hide show
  1. package/dist/.makaio-build.json +2 -2
  2. package/dist/contracts/adapter/index.d.mts +1 -1
  3. package/dist/contracts/artifact/index.d.mts +1 -1
  4. package/dist/contracts/client/index.d.mts +1 -1
  5. package/dist/contracts/config/index.d.mts +6 -6
  6. package/dist/contracts/extension/index.d.mts +2 -2
  7. package/dist/contracts/index.d.mts +48 -48
  8. package/dist/contracts/provider/index.d.mts +1 -1
  9. package/dist/contracts/session/index.d.mts +2 -2
  10. package/dist/contracts/variant/index.d.mts +1 -1
  11. package/dist/{index-BSFmBEDL.d.mts → index-B19U8IjG.d.mts} +9 -9
  12. package/dist/{index-D8nNK-pF.d.mts → index-B_Z1Mgko.d.mts} +1 -1
  13. package/dist/{index-Cs009Dqh.d.mts → index-C7DEqbEy.d.mts} +2 -2
  14. package/dist/{index-BDnI2oqX.d.mts → index-CEdOq5Om.d.mts} +1 -1
  15. package/dist/{index-BkKWL_tI.d.mts → index-CmnQr7_x.d.mts} +3 -3
  16. package/dist/{index-CK_hi7fg.d.mts → index-DacXw2sg.d.mts} +12 -12
  17. package/dist/{index-BVMF3kRv.d.mts → index-DfNIhEm_.d.mts} +16 -16
  18. package/dist/{index-DN0GXDlw.d.mts → index-DmZxKuwh.d.mts} +2 -2
  19. package/dist/{index-BKbzDEv4.d.mts → index-DpeRgR7z.d.mts} +97 -97
  20. package/dist/{index-GuspCNLR.d.mts → index-DyqZej9j.d.mts} +8 -8
  21. package/dist/{index-CgJf67BC.d.mts → index-p0Gs2cHX.d.mts} +14 -14
  22. package/dist/kernel/extension/index.d.mts +1 -1
  23. package/dist/kernel/index.d.mts +2 -2
  24. package/dist/kernel/observability/index.d.mts +1 -1
  25. package/dist/{namespace-Dy0pcIqF.d.mts → namespace-B1Bldc48.d.mts} +9 -9
  26. package/dist/{namespace-CN2TfSCY.d.mts → namespace-DB6RC_Pn.d.mts} +2 -2
  27. package/dist/{namespace-CWgNi8Gv.d.mts → namespace-D_ZXa76m.d.mts} +26 -26
  28. package/dist/{namespace-Dyj2m6DT.d.mts → namespace-u_b7D-p2.d.mts} +42 -42
  29. package/dist/package.json +1 -1
  30. package/dist/{schema-D2B2V6r6.d.mts → schema-BDQID7HI.d.mts} +2 -2
  31. package/dist/{schemas-D0gBYOoc2.d.mts → schemas-Bxc0-SF62.d.mts} +4 -4
  32. package/dist/{schemas-DZfBym73.d.mts → schemas-Bxjfpl2Y.d.mts} +7 -7
  33. package/dist/{schemas-CRS7tkFP.d.mts → schemas-D2IRKPJN.d.mts} +4 -4
  34. package/dist/{schemas-CN9hprME.d.mts → schemas-DdHltfZX.d.mts} +3 -3
  35. package/dist/services/adapter-subsystem/index.d.mts +2 -2
  36. package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
  37. package/dist/services/index.d.mts +32 -32
  38. package/dist/services/preferences/index.d.mts +2 -2
  39. package/dist/services/preferences/schemas.d.mts +1 -1
  40. package/dist/services/preferences/storage-namespace.d.mts +2 -2
  41. package/dist/services/session/index.d.mts +4 -4
  42. package/dist/services/session/session-events/namespace.d.mts +1 -1
  43. package/dist/services/session/storage/namespace.d.mts +1 -1
  44. package/dist/services/session/storage/schema.d.mts +1 -1
  45. package/dist/services/settings/namespace.d.mts +4 -4
  46. package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
  47. package/dist/services/subagent-template/index.d.mts +1 -1
  48. package/dist/services/subagent-template/schemas.d.mts +1 -1
  49. package/dist/services/tray-menu/index.d.mts +2 -2
  50. package/dist/services/tray-menu/namespace.d.mts +1 -1
  51. package/dist/services/tray-menu/schemas.d.mts +1 -1
  52. package/dist/{storage-namespace-gey7EUhM.d.mts → storage-namespace-Cd5XzgVC.d.mts} +10 -10
  53. package/dist/{types-Co-MJvHY.d.mts → types-BC3nHLuk.d.mts} +34 -34
  54. package/dist/ui-kernel/index.d.mts +4 -4
  55. package/dist/ui-kernel/pages/namespace.d.mts +4 -4
  56. package/dist/ui-kernel/pages/schemas.d.mts +1 -1
  57. package/dist/workflow-engine/index.d.mts +27 -27
  58. package/package.json +1 -1
@@ -23,9 +23,9 @@ declare const SessionCreateBaseSchema: z.ZodObject<{
23
23
  forkPointMessageId: z.ZodOptional<z.ZodString>;
24
24
  branchKind: z.ZodOptional<z.ZodEnum<{
25
25
  fork: "fork";
26
- branch: "branch";
27
26
  subagent: "subagent";
28
27
  compress: "compress";
28
+ branch: "branch";
29
29
  rewrite: "rewrite";
30
30
  coordinator: "coordinator";
31
31
  aside: "aside";
@@ -158,9 +158,9 @@ declare const MakaioSessionSchema: z.ZodObject<{
158
158
  }, z.core.$strip>>;
159
159
  status: z.ZodEnum<{
160
160
  closed: "closed";
161
+ discovered: "discovered";
161
162
  active: "active";
162
163
  archived: "archived";
163
- discovered: "discovered";
164
164
  }>;
165
165
  leadAgentId: z.ZodOptional<z.ZodString>;
166
166
  parentSessionId: z.ZodOptional<z.ZodString>;
@@ -172,9 +172,9 @@ declare const MakaioSessionSchema: z.ZodObject<{
172
172
  forkPointMessageId: z.ZodOptional<z.ZodString>;
173
173
  branchKind: z.ZodOptional<z.ZodEnum<{
174
174
  fork: "fork";
175
- branch: "branch";
176
175
  subagent: "subagent";
177
176
  compress: "compress";
177
+ branch: "branch";
178
178
  rewrite: "rewrite";
179
179
  coordinator: "coordinator";
180
180
  aside: "aside";
@@ -283,9 +283,9 @@ declare const SessionWithPreviewSchema: z.ZodObject<{
283
283
  }, z.core.$strip>>;
284
284
  status: z.ZodEnum<{
285
285
  closed: "closed";
286
+ discovered: "discovered";
286
287
  active: "active";
287
288
  archived: "archived";
288
- discovered: "discovered";
289
289
  }>;
290
290
  leadAgentId: z.ZodOptional<z.ZodString>;
291
291
  parentSessionId: z.ZodOptional<z.ZodString>;
@@ -297,9 +297,9 @@ declare const SessionWithPreviewSchema: z.ZodObject<{
297
297
  forkPointMessageId: z.ZodOptional<z.ZodString>;
298
298
  branchKind: z.ZodOptional<z.ZodEnum<{
299
299
  fork: "fork";
300
- branch: "branch";
301
300
  subagent: "subagent";
302
301
  compress: "compress";
302
+ branch: "branch";
303
303
  rewrite: "rewrite";
304
304
  coordinator: "coordinator";
305
305
  aside: "aside";
@@ -482,9 +482,9 @@ declare const SessionSnapshotSchema: z.ZodObject<{
482
482
  }, z.core.$strip>>;
483
483
  status: z.ZodEnum<{
484
484
  closed: "closed";
485
+ discovered: "discovered";
485
486
  active: "active";
486
487
  archived: "archived";
487
- discovered: "discovered";
488
488
  }>;
489
489
  leadAgentId: z.ZodOptional<z.ZodString>;
490
490
  parentSessionId: z.ZodOptional<z.ZodString>;
@@ -496,9 +496,9 @@ declare const SessionSnapshotSchema: z.ZodObject<{
496
496
  forkPointMessageId: z.ZodOptional<z.ZodString>;
497
497
  branchKind: z.ZodOptional<z.ZodEnum<{
498
498
  fork: "fork";
499
- branch: "branch";
500
499
  subagent: "subagent";
501
500
  compress: "compress";
501
+ branch: "branch";
502
502
  rewrite: "rewrite";
503
503
  coordinator: "coordinator";
504
504
  aside: "aside";
@@ -973,9 +973,9 @@ declare const SessionSnapshotSchema: z.ZodObject<{
973
973
  parentSessionId: z.ZodString;
974
974
  kind: z.ZodEnum<{
975
975
  fork: "fork";
976
- branch: "branch";
977
976
  subagent: "subagent";
978
977
  compress: "compress";
978
+ branch: "branch";
979
979
  rewrite: "rewrite";
980
980
  coordinator: "coordinator";
981
981
  aside: "aside";
@@ -1057,9 +1057,9 @@ type AgentRole = z.infer<typeof AgentRoleSchema>;
1057
1057
  */
1058
1058
  declare const BranchKindSchema: z.ZodEnum<{
1059
1059
  fork: "fork";
1060
- branch: "branch";
1061
1060
  subagent: "subagent";
1062
1061
  compress: "compress";
1062
+ branch: "branch";
1063
1063
  rewrite: "rewrite";
1064
1064
  coordinator: "coordinator";
1065
1065
  aside: "aside";
@@ -3209,9 +3209,9 @@ declare const MakaioSessionEventSchema: z.ZodUnion<readonly [z.ZodDiscriminatedU
3209
3209
  parentSessionId: z.ZodString;
3210
3210
  kind: z.ZodEnum<{
3211
3211
  fork: "fork";
3212
- branch: "branch";
3213
3212
  subagent: "subagent";
3214
3213
  compress: "compress";
3214
+ branch: "branch";
3215
3215
  rewrite: "rewrite";
3216
3216
  coordinator: "coordinator";
3217
3217
  aside: "aside";
@@ -3400,9 +3400,9 @@ declare const ForkChildInfoSchema: z.ZodObject<{
3400
3400
  forkPointMessageId: z.ZodNullable<z.ZodString>;
3401
3401
  branchKind: z.ZodNullable<z.ZodEnum<{
3402
3402
  fork: "fork";
3403
- branch: "branch";
3404
3403
  subagent: "subagent";
3405
3404
  compress: "compress";
3405
+ branch: "branch";
3406
3406
  rewrite: "rewrite";
3407
3407
  coordinator: "coordinator";
3408
3408
  aside: "aside";
@@ -3474,9 +3474,9 @@ declare const SessionCreatedEventSchema: z.ZodObject<{
3474
3474
  parentSessionId: z.ZodNullable<z.ZodString>;
3475
3475
  branchKind: z.ZodNullable<z.ZodEnum<{
3476
3476
  fork: "fork";
3477
- branch: "branch";
3478
3477
  subagent: "subagent";
3479
3478
  compress: "compress";
3479
+ branch: "branch";
3480
3480
  rewrite: "rewrite";
3481
3481
  coordinator: "coordinator";
3482
3482
  aside: "aside";
@@ -5082,9 +5082,9 @@ declare const SessionSchemas: {
5082
5082
  forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
5083
5083
  branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
5084
5084
  fork: "fork";
5085
- branch: "branch";
5086
5085
  subagent: "subagent";
5087
5086
  compress: "compress";
5087
+ branch: "branch";
5088
5088
  rewrite: "rewrite";
5089
5089
  coordinator: "coordinator";
5090
5090
  aside: "aside";
@@ -5139,9 +5139,9 @@ declare const SessionSchemas: {
5139
5139
  parentSessionId: _$zod.ZodString;
5140
5140
  kind: _$zod.ZodEnum<{
5141
5141
  fork: "fork";
5142
- branch: "branch";
5143
5142
  subagent: "subagent";
5144
5143
  compress: "compress";
5144
+ branch: "branch";
5145
5145
  rewrite: "rewrite";
5146
5146
  coordinator: "coordinator";
5147
5147
  aside: "aside";
@@ -5187,9 +5187,9 @@ declare const SessionSchemas: {
5187
5187
  parentSessionId: _$zod.ZodNullable<_$zod.ZodString>;
5188
5188
  branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
5189
5189
  fork: "fork";
5190
- branch: "branch";
5191
5190
  subagent: "subagent";
5192
5191
  compress: "compress";
5192
+ branch: "branch";
5193
5193
  rewrite: "rewrite";
5194
5194
  coordinator: "coordinator";
5195
5195
  aside: "aside";
@@ -5274,9 +5274,9 @@ declare const SessionSchemas: {
5274
5274
  }, _$zod_v4_core0.$strip>>;
5275
5275
  status: _$zod.ZodEnum<{
5276
5276
  closed: "closed";
5277
+ discovered: "discovered";
5277
5278
  active: "active";
5278
5279
  archived: "archived";
5279
- discovered: "discovered";
5280
5280
  }>;
5281
5281
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
5282
5282
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -5288,9 +5288,9 @@ declare const SessionSchemas: {
5288
5288
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
5289
5289
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
5290
5290
  fork: "fork";
5291
- branch: "branch";
5292
5291
  subagent: "subagent";
5293
5292
  compress: "compress";
5293
+ branch: "branch";
5294
5294
  rewrite: "rewrite";
5295
5295
  coordinator: "coordinator";
5296
5296
  aside: "aside";
@@ -5765,9 +5765,9 @@ declare const SessionSchemas: {
5765
5765
  parentSessionId: _$zod.ZodString;
5766
5766
  kind: _$zod.ZodEnum<{
5767
5767
  fork: "fork";
5768
- branch: "branch";
5769
5768
  subagent: "subagent";
5770
5769
  compress: "compress";
5770
+ branch: "branch";
5771
5771
  rewrite: "rewrite";
5772
5772
  coordinator: "coordinator";
5773
5773
  aside: "aside";
@@ -5855,9 +5855,9 @@ declare const SessionSchemas: {
5855
5855
  }, _$zod_v4_core0.$strip>>;
5856
5856
  status: _$zod.ZodEnum<{
5857
5857
  closed: "closed";
5858
+ discovered: "discovered";
5858
5859
  active: "active";
5859
5860
  archived: "archived";
5860
- discovered: "discovered";
5861
5861
  }>;
5862
5862
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
5863
5863
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -5869,9 +5869,9 @@ declare const SessionSchemas: {
5869
5869
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
5870
5870
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
5871
5871
  fork: "fork";
5872
- branch: "branch";
5873
5872
  subagent: "subagent";
5874
5873
  compress: "compress";
5874
+ branch: "branch";
5875
5875
  rewrite: "rewrite";
5876
5876
  coordinator: "coordinator";
5877
5877
  aside: "aside";
@@ -6346,9 +6346,9 @@ declare const SessionSchemas: {
6346
6346
  parentSessionId: _$zod.ZodString;
6347
6347
  kind: _$zod.ZodEnum<{
6348
6348
  fork: "fork";
6349
- branch: "branch";
6350
6349
  subagent: "subagent";
6351
6350
  compress: "compress";
6351
+ branch: "branch";
6352
6352
  rewrite: "rewrite";
6353
6353
  coordinator: "coordinator";
6354
6354
  aside: "aside";
@@ -6769,9 +6769,9 @@ declare const SessionSchemas: {
6769
6769
  parentSessionId: _$zod.ZodString;
6770
6770
  kind: _$zod.ZodEnum<{
6771
6771
  fork: "fork";
6772
- branch: "branch";
6773
6772
  subagent: "subagent";
6774
6773
  compress: "compress";
6774
+ branch: "branch";
6775
6775
  rewrite: "rewrite";
6776
6776
  coordinator: "coordinator";
6777
6777
  aside: "aside";
@@ -6812,9 +6812,9 @@ declare const SessionSchemas: {
6812
6812
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
6813
6813
  all: "all";
6814
6814
  closed: "closed";
6815
+ discovered: "discovered";
6815
6816
  active: "active";
6816
6817
  archived: "archived";
6817
- discovered: "discovered";
6818
6818
  }>>;
6819
6819
  limit: _$zod.ZodOptional<_$zod.ZodNumber>;
6820
6820
  offset: _$zod.ZodOptional<_$zod.ZodNumber>;
@@ -6860,9 +6860,9 @@ declare const SessionSchemas: {
6860
6860
  }, _$zod_v4_core0.$strip>>;
6861
6861
  status: _$zod.ZodEnum<{
6862
6862
  closed: "closed";
6863
+ discovered: "discovered";
6863
6864
  active: "active";
6864
6865
  archived: "archived";
6865
- discovered: "discovered";
6866
6866
  }>;
6867
6867
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
6868
6868
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -6874,9 +6874,9 @@ declare const SessionSchemas: {
6874
6874
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
6875
6875
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
6876
6876
  fork: "fork";
6877
- branch: "branch";
6878
6877
  subagent: "subagent";
6879
6878
  compress: "compress";
6879
+ branch: "branch";
6880
6880
  rewrite: "rewrite";
6881
6881
  coordinator: "coordinator";
6882
6882
  aside: "aside";
@@ -6950,9 +6950,9 @@ declare const SessionSchemas: {
6950
6950
  status: _$zod.ZodOptional<_$zod.ZodEnum<{
6951
6951
  all: "all";
6952
6952
  closed: "closed";
6953
+ discovered: "discovered";
6953
6954
  active: "active";
6954
6955
  archived: "archived";
6955
- discovered: "discovered";
6956
6956
  }>>;
6957
6957
  isImported: _$zod.ZodOptional<_$zod.ZodBoolean>;
6958
6958
  }, _$zod_v4_core0.$strip>;
@@ -6995,9 +6995,9 @@ declare const SessionSchemas: {
6995
6995
  }, _$zod_v4_core0.$strip>>;
6996
6996
  status: _$zod.ZodEnum<{
6997
6997
  closed: "closed";
6998
+ discovered: "discovered";
6998
6999
  active: "active";
6999
7000
  archived: "archived";
7000
- discovered: "discovered";
7001
7001
  }>;
7002
7002
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
7003
7003
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -7009,9 +7009,9 @@ declare const SessionSchemas: {
7009
7009
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
7010
7010
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
7011
7011
  fork: "fork";
7012
- branch: "branch";
7013
7012
  subagent: "subagent";
7014
7013
  compress: "compress";
7014
+ branch: "branch";
7015
7015
  rewrite: "rewrite";
7016
7016
  coordinator: "coordinator";
7017
7017
  aside: "aside";
@@ -7121,9 +7121,9 @@ declare const SessionSchemas: {
7121
7121
  }, _$zod_v4_core0.$strip>>;
7122
7122
  status: _$zod.ZodEnum<{
7123
7123
  closed: "closed";
7124
+ discovered: "discovered";
7124
7125
  active: "active";
7125
7126
  archived: "archived";
7126
- discovered: "discovered";
7127
7127
  }>;
7128
7128
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
7129
7129
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -7135,9 +7135,9 @@ declare const SessionSchemas: {
7135
7135
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
7136
7136
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
7137
7137
  fork: "fork";
7138
- branch: "branch";
7139
7138
  subagent: "subagent";
7140
7139
  compress: "compress";
7140
+ branch: "branch";
7141
7141
  rewrite: "rewrite";
7142
7142
  coordinator: "coordinator";
7143
7143
  aside: "aside";
@@ -7210,9 +7210,9 @@ declare const SessionSchemas: {
7210
7210
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
7211
7211
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
7212
7212
  fork: "fork";
7213
- branch: "branch";
7214
7213
  subagent: "subagent";
7215
7214
  compress: "compress";
7215
+ branch: "branch";
7216
7216
  rewrite: "rewrite";
7217
7217
  coordinator: "coordinator";
7218
7218
  aside: "aside";
@@ -7357,9 +7357,9 @@ declare const SessionSchemas: {
7357
7357
  }, _$zod_v4_core0.$strip>>;
7358
7358
  status: _$zod.ZodEnum<{
7359
7359
  closed: "closed";
7360
+ discovered: "discovered";
7360
7361
  active: "active";
7361
7362
  archived: "archived";
7362
- discovered: "discovered";
7363
7363
  }>;
7364
7364
  leadAgentId: _$zod.ZodOptional<_$zod.ZodString>;
7365
7365
  parentSessionId: _$zod.ZodOptional<_$zod.ZodString>;
@@ -7371,9 +7371,9 @@ declare const SessionSchemas: {
7371
7371
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
7372
7372
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
7373
7373
  fork: "fork";
7374
- branch: "branch";
7375
7374
  subagent: "subagent";
7376
7375
  compress: "compress";
7376
+ branch: "branch";
7377
7377
  rewrite: "rewrite";
7378
7378
  coordinator: "coordinator";
7379
7379
  aside: "aside";
@@ -7456,9 +7456,9 @@ declare const SessionSchemas: {
7456
7456
  forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
7457
7457
  branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
7458
7458
  fork: "fork";
7459
- branch: "branch";
7460
7459
  subagent: "subagent";
7461
7460
  compress: "compress";
7461
+ branch: "branch";
7462
7462
  rewrite: "rewrite";
7463
7463
  coordinator: "coordinator";
7464
7464
  aside: "aside";
@@ -1,4 +1,4 @@
1
- import { r as PageSurfaceConfig, s as SurfaceId } from "../schemas-CRS7tkFP.mjs";
1
+ import { r as PageSurfaceConfig, s as SurfaceId } from "../schemas-D2IRKPJN.mjs";
2
2
  import * as _$zod from "zod";
3
3
  import { z } from "zod";
4
4
  import * as _$_makaio_core0 from "@makaio/framework/core";
@@ -2309,8 +2309,8 @@ declare const UiSchemas: {
2309
2309
  ready: z.ZodObject<{
2310
2310
  surface: z.ZodEnum<{
2311
2311
  tray: "tray";
2312
- mobile: "mobile";
2313
2312
  web: "web";
2313
+ mobile: "mobile";
2314
2314
  electron: "electron";
2315
2315
  electrobun: "electrobun";
2316
2316
  }>;
@@ -2409,8 +2409,8 @@ declare const UiNamespace: _$_makaio_core0.BusNamespaceDefinition<"ui", {
2409
2409
  ready: _$zod.ZodObject<{
2410
2410
  surface: _$zod.ZodEnum<{
2411
2411
  tray: "tray";
2412
- mobile: "mobile";
2413
2412
  web: "web";
2413
+ mobile: "mobile";
2414
2414
  electron: "electron";
2415
2415
  electrobun: "electrobun";
2416
2416
  }>;
@@ -2450,8 +2450,8 @@ declare const UiSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjec
2450
2450
  ready: _$zod.ZodObject<{
2451
2451
  surface: _$zod.ZodEnum<{
2452
2452
  tray: "tray";
2453
- mobile: "mobile";
2454
2453
  web: "web";
2454
+ mobile: "mobile";
2455
2455
  electron: "electron";
2456
2456
  electrobun: "electrobun";
2457
2457
  }>;
@@ -15,8 +15,8 @@ declare const PageNamespace: _$_makaio_core0.BusNamespaceDefinition<"pages", {
15
15
  readonly request: _$zod.ZodObject<{
16
16
  surface: _$zod.ZodOptional<_$zod.ZodEnum<{
17
17
  tray: "tray";
18
- mobile: "mobile";
19
18
  web: "web";
19
+ mobile: "mobile";
20
20
  electron: "electron";
21
21
  electrobun: "electrobun";
22
22
  }>>;
@@ -35,8 +35,8 @@ declare const PageNamespace: _$_makaio_core0.BusNamespaceDefinition<"pages", {
35
35
  level: _$zod.ZodCustom<_$_makaio_contracts0.UiNavigationLevel, _$_makaio_contracts0.UiNavigationLevel>;
36
36
  surfaces: _$zod.ZodOptional<_$zod.ZodUnion<readonly [_$zod.ZodLiteral<"all">, _$zod.ZodArray<_$zod.ZodEnum<{
37
37
  tray: "tray";
38
- mobile: "mobile";
39
38
  web: "web";
39
+ mobile: "mobile";
40
40
  electron: "electron";
41
41
  electrobun: "electrobun";
42
42
  }>>]>>;
@@ -55,8 +55,8 @@ declare const PageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubj
55
55
  readonly request: _$zod.ZodObject<{
56
56
  surface: _$zod.ZodOptional<_$zod.ZodEnum<{
57
57
  tray: "tray";
58
- mobile: "mobile";
59
58
  web: "web";
59
+ mobile: "mobile";
60
60
  electron: "electron";
61
61
  electrobun: "electrobun";
62
62
  }>>;
@@ -75,8 +75,8 @@ declare const PageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubj
75
75
  level: _$zod.ZodCustom<_$_makaio_contracts0.UiNavigationLevel, _$_makaio_contracts0.UiNavigationLevel>;
76
76
  surfaces: _$zod.ZodOptional<_$zod.ZodUnion<readonly [_$zod.ZodLiteral<"all">, _$zod.ZodArray<_$zod.ZodEnum<{
77
77
  tray: "tray";
78
- mobile: "mobile";
79
78
  web: "web";
79
+ mobile: "mobile";
80
80
  electron: "electron";
81
81
  electrobun: "electrobun";
82
82
  }>>]>>;
@@ -1,2 +1,2 @@
1
- import { a as SurfaceCapabilitySchema, c as SurfaceIdSchema, i as SurfaceCapability, l as isPageVisibleOnSurface, n as PageSchemas, o as SurfaceDeclaration, r as PageSurfaceConfig, s as SurfaceId, t as PageMetadata } from "../../schemas-CRS7tkFP.mjs";
1
+ import { a as SurfaceCapabilitySchema, c as SurfaceIdSchema, i as SurfaceCapability, l as isPageVisibleOnSurface, n as PageSchemas, o as SurfaceDeclaration, r as PageSurfaceConfig, s as SurfaceId, t as PageMetadata } from "../../schemas-D2IRKPJN.mjs";
2
2
  export { PageMetadata, PageSchemas, PageSurfaceConfig, SurfaceCapability, SurfaceCapabilitySchema, SurfaceDeclaration, SurfaceId, SurfaceIdSchema, isPageVisibleOnSurface };