@objectstack/spec 1.0.6 → 1.0.7

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 (43) hide show
  1. package/dist/ai/index.d.mts +1 -1
  2. package/dist/ai/index.d.ts +1 -1
  3. package/dist/api/index.d.mts +1 -1
  4. package/dist/api/index.d.ts +1 -1
  5. package/dist/api/index.js +1869 -1780
  6. package/dist/api/index.js.map +1 -1
  7. package/dist/api/index.mjs +1869 -1780
  8. package/dist/api/index.mjs.map +1 -1
  9. package/dist/automation/index.d.mts +1 -1
  10. package/dist/automation/index.d.ts +1 -1
  11. package/dist/hub/index.d.mts +1 -1
  12. package/dist/hub/index.d.ts +1 -1
  13. package/dist/hub/index.js +796 -707
  14. package/dist/hub/index.js.map +1 -1
  15. package/dist/hub/index.mjs +796 -707
  16. package/dist/hub/index.mjs.map +1 -1
  17. package/dist/{index-CQ2ZwxNr.d.ts → index-CyognKSZ.d.ts} +146 -146
  18. package/dist/{index-BqQd0BcZ.d.mts → index-DE_lJ11p.d.mts} +146 -146
  19. package/dist/{index-C34qbBQr.d.mts → index-DLcySG7U.d.mts} +262 -241
  20. package/dist/{index-C34qbBQr.d.ts → index-DLcySG7U.d.ts} +262 -241
  21. package/dist/{index-D8XFyX0x.d.mts → index-Os7lItRe.d.mts} +108 -108
  22. package/dist/{index-D8XFyX0x.d.ts → index-Os7lItRe.d.ts} +108 -108
  23. package/dist/{index-CsF8m5Wj.d.mts → index-l6WIlmOD.d.mts} +39 -39
  24. package/dist/{index-CsF8m5Wj.d.ts → index-l6WIlmOD.d.ts} +39 -39
  25. package/dist/index.d.mts +158 -158
  26. package/dist/index.d.ts +158 -158
  27. package/dist/index.js +703 -668
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +703 -668
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/kernel/index.d.mts +1 -1
  32. package/dist/kernel/index.d.ts +1 -1
  33. package/dist/kernel/index.js +705 -669
  34. package/dist/kernel/index.js.map +1 -1
  35. package/dist/kernel/index.mjs +704 -669
  36. package/dist/kernel/index.mjs.map +1 -1
  37. package/json-schema/api/CompileManifestResponse.json +6 -2
  38. package/json-schema/hub/ComposerResponse.json +6 -2
  39. package/json-schema/kernel/Manifest.json +6 -2
  40. package/json-schema/kernel/Plugin.json +28 -0
  41. package/package.json +1 -1
  42. package/dist/{index-iGrpxfqq.d.mts → index-D12rNohm.d.mts} +1 -1
  43. package/dist/{index-iGrpxfqq.d.ts → index-D12rNohm.d.ts} +1 -1
package/dist/index.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  import { z } from 'zod';
2
- import { C as CorsConfig, a as CorsConfigSchema, H as HttpMethod, R as RateLimitConfig, b as RateLimitConfigSchema, S as StaticMount, c as StaticMountSchema } from './index-CQ2ZwxNr.js';
3
- export { i as API } from './index-CQ2ZwxNr.js';
2
+ import { C as CorsConfig, a as CorsConfigSchema, H as HttpMethod, R as RateLimitConfig, b as RateLimitConfigSchema, S as StaticMount, c as StaticMountSchema } from './index-CyognKSZ.js';
3
+ export { i as API } from './index-CyognKSZ.js';
4
4
  export { i as Data } from './index-C67cfwmW.js';
5
5
  export { i as UI } from './index-CkhpsEUw.js';
6
6
  export { i as System } from './index-B5-VbOKg.js';
7
- export { i as Kernel, P as PluginContext, d as definePlugin } from './index-C34qbBQr.js';
8
- export { i as Hub } from './index-CsF8m5Wj.js';
9
- export { i as AI } from './index-D8XFyX0x.js';
10
- export { i as Automation } from './index-iGrpxfqq.js';
7
+ export { i as Kernel, P as PluginContext, d as definePlugin } from './index-DLcySG7U.js';
8
+ export { i as Hub } from './index-l6WIlmOD.js';
9
+ export { i as AI } from './index-Os7lItRe.js';
10
+ export { i as Automation } from './index-D12rNohm.js';
11
11
  export { i as Integration } from './index-CIDI-8zR.js';
12
12
  export { i as Contracts } from './index-CH5zloR3.js';
13
13
  import { F as FilterCondition } from './filter.zod-BMWnz4HE.js';
@@ -6171,7 +6171,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
6171
6171
  manifest: z.ZodObject<{
6172
6172
  id: z.ZodString;
6173
6173
  version: z.ZodString;
6174
- type: z.ZodEnum<["app", "plugin", "driver", "module", "objectql", "gateway", "adapter"]>;
6174
+ type: z.ZodEnum<["plugin", "ui", "driver", "server", "app", "theme", "agent", "objectql", "module", "gateway", "adapter"]>;
6175
6175
  name: z.ZodString;
6176
6176
  description: z.ZodOptional<z.ZodString>;
6177
6177
  permissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -6349,6 +6349,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
6349
6349
  input?: any;
6350
6350
  output?: any;
6351
6351
  }[] | undefined;
6352
+ drivers?: {
6353
+ label: string;
6354
+ id: string;
6355
+ description?: string | undefined;
6356
+ }[] | undefined;
6352
6357
  kinds?: {
6353
6358
  id: string;
6354
6359
  globs: string[];
@@ -6368,11 +6373,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
6368
6373
  path: string;
6369
6374
  locale: string;
6370
6375
  }[] | undefined;
6371
- drivers?: {
6372
- label: string;
6373
- id: string;
6374
- description?: string | undefined;
6375
- }[] | undefined;
6376
6376
  functions?: {
6377
6377
  name: string;
6378
6378
  description?: string | undefined;
@@ -6393,6 +6393,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
6393
6393
  input?: any;
6394
6394
  output?: any;
6395
6395
  }[] | undefined;
6396
+ drivers?: {
6397
+ label: string;
6398
+ id: string;
6399
+ description?: string | undefined;
6400
+ }[] | undefined;
6396
6401
  kinds?: {
6397
6402
  id: string;
6398
6403
  globs: string[];
@@ -6412,11 +6417,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
6412
6417
  path: string;
6413
6418
  locale: string;
6414
6419
  }[] | undefined;
6415
- drivers?: {
6416
- label: string;
6417
- id: string;
6418
- description?: string | undefined;
6419
- }[] | undefined;
6420
6420
  functions?: {
6421
6421
  name: string;
6422
6422
  description?: string | undefined;
@@ -7592,7 +7592,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
7592
7592
  } | undefined;
7593
7593
  }>>;
7594
7594
  }, "strip", z.ZodTypeAny, {
7595
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
7595
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
7596
7596
  name: string;
7597
7597
  version: string;
7598
7598
  id: string;
@@ -7833,6 +7833,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
7833
7833
  input?: any;
7834
7834
  output?: any;
7835
7835
  }[] | undefined;
7836
+ drivers?: {
7837
+ label: string;
7838
+ id: string;
7839
+ description?: string | undefined;
7840
+ }[] | undefined;
7836
7841
  kinds?: {
7837
7842
  id: string;
7838
7843
  globs: string[];
@@ -7852,11 +7857,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
7852
7857
  path: string;
7853
7858
  locale: string;
7854
7859
  }[] | undefined;
7855
- drivers?: {
7856
- label: string;
7857
- id: string;
7858
- description?: string | undefined;
7859
- }[] | undefined;
7860
7860
  functions?: {
7861
7861
  name: string;
7862
7862
  description?: string | undefined;
@@ -7865,7 +7865,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
7865
7865
  }[] | undefined;
7866
7866
  } | undefined;
7867
7867
  }, {
7868
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
7868
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
7869
7869
  name: string;
7870
7870
  version: string;
7871
7871
  id: string;
@@ -8106,6 +8106,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
8106
8106
  input?: any;
8107
8107
  output?: any;
8108
8108
  }[] | undefined;
8109
+ drivers?: {
8110
+ label: string;
8111
+ id: string;
8112
+ description?: string | undefined;
8113
+ }[] | undefined;
8109
8114
  kinds?: {
8110
8115
  id: string;
8111
8116
  globs: string[];
@@ -8125,11 +8130,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
8125
8130
  path: string;
8126
8131
  locale: string;
8127
8132
  }[] | undefined;
8128
- drivers?: {
8129
- label: string;
8130
- id: string;
8131
- description?: string | undefined;
8132
- }[] | undefined;
8133
8133
  functions?: {
8134
8134
  name: string;
8135
8135
  description?: string | undefined;
@@ -16958,7 +16958,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
16958
16958
  devPlugins: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
16959
16959
  id: z.ZodString;
16960
16960
  version: z.ZodString;
16961
- type: z.ZodEnum<["app", "plugin", "driver", "module", "objectql", "gateway", "adapter"]>;
16961
+ type: z.ZodEnum<["plugin", "ui", "driver", "server", "app", "theme", "agent", "objectql", "module", "gateway", "adapter"]>;
16962
16962
  name: z.ZodString;
16963
16963
  description: z.ZodOptional<z.ZodString>;
16964
16964
  permissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -17136,6 +17136,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
17136
17136
  input?: any;
17137
17137
  output?: any;
17138
17138
  }[] | undefined;
17139
+ drivers?: {
17140
+ label: string;
17141
+ id: string;
17142
+ description?: string | undefined;
17143
+ }[] | undefined;
17139
17144
  kinds?: {
17140
17145
  id: string;
17141
17146
  globs: string[];
@@ -17155,11 +17160,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
17155
17160
  path: string;
17156
17161
  locale: string;
17157
17162
  }[] | undefined;
17158
- drivers?: {
17159
- label: string;
17160
- id: string;
17161
- description?: string | undefined;
17162
- }[] | undefined;
17163
17163
  functions?: {
17164
17164
  name: string;
17165
17165
  description?: string | undefined;
@@ -17180,6 +17180,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
17180
17180
  input?: any;
17181
17181
  output?: any;
17182
17182
  }[] | undefined;
17183
+ drivers?: {
17184
+ label: string;
17185
+ id: string;
17186
+ description?: string | undefined;
17187
+ }[] | undefined;
17183
17188
  kinds?: {
17184
17189
  id: string;
17185
17190
  globs: string[];
@@ -17199,11 +17204,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
17199
17204
  path: string;
17200
17205
  locale: string;
17201
17206
  }[] | undefined;
17202
- drivers?: {
17203
- label: string;
17204
- id: string;
17205
- description?: string | undefined;
17206
- }[] | undefined;
17207
17207
  functions?: {
17208
17208
  name: string;
17209
17209
  description?: string | undefined;
@@ -18379,7 +18379,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
18379
18379
  } | undefined;
18380
18380
  }>>;
18381
18381
  }, "strip", z.ZodTypeAny, {
18382
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
18382
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
18383
18383
  name: string;
18384
18384
  version: string;
18385
18385
  id: string;
@@ -18620,6 +18620,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
18620
18620
  input?: any;
18621
18621
  output?: any;
18622
18622
  }[] | undefined;
18623
+ drivers?: {
18624
+ label: string;
18625
+ id: string;
18626
+ description?: string | undefined;
18627
+ }[] | undefined;
18623
18628
  kinds?: {
18624
18629
  id: string;
18625
18630
  globs: string[];
@@ -18639,11 +18644,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
18639
18644
  path: string;
18640
18645
  locale: string;
18641
18646
  }[] | undefined;
18642
- drivers?: {
18643
- label: string;
18644
- id: string;
18645
- description?: string | undefined;
18646
- }[] | undefined;
18647
18647
  functions?: {
18648
18648
  name: string;
18649
18649
  description?: string | undefined;
@@ -18652,7 +18652,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
18652
18652
  }[] | undefined;
18653
18653
  } | undefined;
18654
18654
  }, {
18655
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
18655
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
18656
18656
  name: string;
18657
18657
  version: string;
18658
18658
  id: string;
@@ -18893,6 +18893,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
18893
18893
  input?: any;
18894
18894
  output?: any;
18895
18895
  }[] | undefined;
18896
+ drivers?: {
18897
+ label: string;
18898
+ id: string;
18899
+ description?: string | undefined;
18900
+ }[] | undefined;
18896
18901
  kinds?: {
18897
18902
  id: string;
18898
18903
  globs: string[];
@@ -18912,11 +18917,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
18912
18917
  path: string;
18913
18918
  locale: string;
18914
18919
  }[] | undefined;
18915
- drivers?: {
18916
- label: string;
18917
- id: string;
18918
- description?: string | undefined;
18919
- }[] | undefined;
18920
18920
  functions?: {
18921
18921
  name: string;
18922
18922
  description?: string | undefined;
@@ -18927,7 +18927,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
18927
18927
  }>, z.ZodString]>, "many">>;
18928
18928
  }, "strip", z.ZodTypeAny, {
18929
18929
  manifest: {
18930
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
18930
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
18931
18931
  name: string;
18932
18932
  version: string;
18933
18933
  id: string;
@@ -19168,6 +19168,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
19168
19168
  input?: any;
19169
19169
  output?: any;
19170
19170
  }[] | undefined;
19171
+ drivers?: {
19172
+ label: string;
19173
+ id: string;
19174
+ description?: string | undefined;
19175
+ }[] | undefined;
19171
19176
  kinds?: {
19172
19177
  id: string;
19173
19178
  globs: string[];
@@ -19187,11 +19192,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
19187
19192
  path: string;
19188
19193
  locale: string;
19189
19194
  }[] | undefined;
19190
- drivers?: {
19191
- label: string;
19192
- id: string;
19193
- description?: string | undefined;
19194
- }[] | undefined;
19195
19195
  functions?: {
19196
19196
  name: string;
19197
19197
  description?: string | undefined;
@@ -20427,7 +20427,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
20427
20427
  } | undefined;
20428
20428
  }[] | undefined;
20429
20429
  devPlugins?: (string | {
20430
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
20430
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
20431
20431
  name: string;
20432
20432
  version: string;
20433
20433
  id: string;
@@ -20668,6 +20668,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
20668
20668
  input?: any;
20669
20669
  output?: any;
20670
20670
  }[] | undefined;
20671
+ drivers?: {
20672
+ label: string;
20673
+ id: string;
20674
+ description?: string | undefined;
20675
+ }[] | undefined;
20671
20676
  kinds?: {
20672
20677
  id: string;
20673
20678
  globs: string[];
@@ -20687,11 +20692,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
20687
20692
  path: string;
20688
20693
  locale: string;
20689
20694
  }[] | undefined;
20690
- drivers?: {
20691
- label: string;
20692
- id: string;
20693
- description?: string | undefined;
20694
- }[] | undefined;
20695
20695
  functions?: {
20696
20696
  name: string;
20697
20697
  description?: string | undefined;
@@ -20702,7 +20702,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
20702
20702
  })[] | undefined;
20703
20703
  }, {
20704
20704
  manifest: {
20705
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
20705
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
20706
20706
  name: string;
20707
20707
  version: string;
20708
20708
  id: string;
@@ -20943,6 +20943,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
20943
20943
  input?: any;
20944
20944
  output?: any;
20945
20945
  }[] | undefined;
20946
+ drivers?: {
20947
+ label: string;
20948
+ id: string;
20949
+ description?: string | undefined;
20950
+ }[] | undefined;
20946
20951
  kinds?: {
20947
20952
  id: string;
20948
20953
  globs: string[];
@@ -20962,11 +20967,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
20962
20967
  path: string;
20963
20968
  locale: string;
20964
20969
  }[] | undefined;
20965
- drivers?: {
20966
- label: string;
20967
- id: string;
20968
- description?: string | undefined;
20969
- }[] | undefined;
20970
20970
  functions?: {
20971
20971
  name: string;
20972
20972
  description?: string | undefined;
@@ -22202,7 +22202,7 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
22202
22202
  } | undefined;
22203
22203
  }[] | undefined;
22204
22204
  devPlugins?: (string | {
22205
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
22205
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
22206
22206
  name: string;
22207
22207
  version: string;
22208
22208
  id: string;
@@ -22443,6 +22443,11 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
22443
22443
  input?: any;
22444
22444
  output?: any;
22445
22445
  }[] | undefined;
22446
+ drivers?: {
22447
+ label: string;
22448
+ id: string;
22449
+ description?: string | undefined;
22450
+ }[] | undefined;
22446
22451
  kinds?: {
22447
22452
  id: string;
22448
22453
  globs: string[];
@@ -22462,11 +22467,6 @@ declare const ObjectStackDefinitionSchema: z.ZodObject<{
22462
22467
  path: string;
22463
22468
  locale: string;
22464
22469
  }[] | undefined;
22465
- drivers?: {
22466
- label: string;
22467
- id: string;
22468
- description?: string | undefined;
22469
- }[] | undefined;
22470
22470
  functions?: {
22471
22471
  name: string;
22472
22472
  description?: string | undefined;
@@ -22482,7 +22482,7 @@ declare const ObjectStackSchema: z.ZodObject<{
22482
22482
  manifest: z.ZodObject<{
22483
22483
  id: z.ZodString;
22484
22484
  version: z.ZodString;
22485
- type: z.ZodEnum<["app", "plugin", "driver", "module", "objectql", "gateway", "adapter"]>;
22485
+ type: z.ZodEnum<["plugin", "ui", "driver", "server", "app", "theme", "agent", "objectql", "module", "gateway", "adapter"]>;
22486
22486
  name: z.ZodString;
22487
22487
  description: z.ZodOptional<z.ZodString>;
22488
22488
  permissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -22660,6 +22660,11 @@ declare const ObjectStackSchema: z.ZodObject<{
22660
22660
  input?: any;
22661
22661
  output?: any;
22662
22662
  }[] | undefined;
22663
+ drivers?: {
22664
+ label: string;
22665
+ id: string;
22666
+ description?: string | undefined;
22667
+ }[] | undefined;
22663
22668
  kinds?: {
22664
22669
  id: string;
22665
22670
  globs: string[];
@@ -22679,11 +22684,6 @@ declare const ObjectStackSchema: z.ZodObject<{
22679
22684
  path: string;
22680
22685
  locale: string;
22681
22686
  }[] | undefined;
22682
- drivers?: {
22683
- label: string;
22684
- id: string;
22685
- description?: string | undefined;
22686
- }[] | undefined;
22687
22687
  functions?: {
22688
22688
  name: string;
22689
22689
  description?: string | undefined;
@@ -22704,6 +22704,11 @@ declare const ObjectStackSchema: z.ZodObject<{
22704
22704
  input?: any;
22705
22705
  output?: any;
22706
22706
  }[] | undefined;
22707
+ drivers?: {
22708
+ label: string;
22709
+ id: string;
22710
+ description?: string | undefined;
22711
+ }[] | undefined;
22707
22712
  kinds?: {
22708
22713
  id: string;
22709
22714
  globs: string[];
@@ -22723,11 +22728,6 @@ declare const ObjectStackSchema: z.ZodObject<{
22723
22728
  path: string;
22724
22729
  locale: string;
22725
22730
  }[] | undefined;
22726
- drivers?: {
22727
- label: string;
22728
- id: string;
22729
- description?: string | undefined;
22730
- }[] | undefined;
22731
22731
  functions?: {
22732
22732
  name: string;
22733
22733
  description?: string | undefined;
@@ -23903,7 +23903,7 @@ declare const ObjectStackSchema: z.ZodObject<{
23903
23903
  } | undefined;
23904
23904
  }>>;
23905
23905
  }, "strip", z.ZodTypeAny, {
23906
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
23906
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
23907
23907
  name: string;
23908
23908
  version: string;
23909
23909
  id: string;
@@ -24144,6 +24144,11 @@ declare const ObjectStackSchema: z.ZodObject<{
24144
24144
  input?: any;
24145
24145
  output?: any;
24146
24146
  }[] | undefined;
24147
+ drivers?: {
24148
+ label: string;
24149
+ id: string;
24150
+ description?: string | undefined;
24151
+ }[] | undefined;
24147
24152
  kinds?: {
24148
24153
  id: string;
24149
24154
  globs: string[];
@@ -24163,11 +24168,6 @@ declare const ObjectStackSchema: z.ZodObject<{
24163
24168
  path: string;
24164
24169
  locale: string;
24165
24170
  }[] | undefined;
24166
- drivers?: {
24167
- label: string;
24168
- id: string;
24169
- description?: string | undefined;
24170
- }[] | undefined;
24171
24171
  functions?: {
24172
24172
  name: string;
24173
24173
  description?: string | undefined;
@@ -24176,7 +24176,7 @@ declare const ObjectStackSchema: z.ZodObject<{
24176
24176
  }[] | undefined;
24177
24177
  } | undefined;
24178
24178
  }, {
24179
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
24179
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
24180
24180
  name: string;
24181
24181
  version: string;
24182
24182
  id: string;
@@ -24417,6 +24417,11 @@ declare const ObjectStackSchema: z.ZodObject<{
24417
24417
  input?: any;
24418
24418
  output?: any;
24419
24419
  }[] | undefined;
24420
+ drivers?: {
24421
+ label: string;
24422
+ id: string;
24423
+ description?: string | undefined;
24424
+ }[] | undefined;
24420
24425
  kinds?: {
24421
24426
  id: string;
24422
24427
  globs: string[];
@@ -24436,11 +24441,6 @@ declare const ObjectStackSchema: z.ZodObject<{
24436
24441
  path: string;
24437
24442
  locale: string;
24438
24443
  }[] | undefined;
24439
- drivers?: {
24440
- label: string;
24441
- id: string;
24442
- description?: string | undefined;
24443
- }[] | undefined;
24444
24444
  functions?: {
24445
24445
  name: string;
24446
24446
  description?: string | undefined;
@@ -33269,7 +33269,7 @@ declare const ObjectStackSchema: z.ZodObject<{
33269
33269
  devPlugins: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
33270
33270
  id: z.ZodString;
33271
33271
  version: z.ZodString;
33272
- type: z.ZodEnum<["app", "plugin", "driver", "module", "objectql", "gateway", "adapter"]>;
33272
+ type: z.ZodEnum<["plugin", "ui", "driver", "server", "app", "theme", "agent", "objectql", "module", "gateway", "adapter"]>;
33273
33273
  name: z.ZodString;
33274
33274
  description: z.ZodOptional<z.ZodString>;
33275
33275
  permissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -33447,6 +33447,11 @@ declare const ObjectStackSchema: z.ZodObject<{
33447
33447
  input?: any;
33448
33448
  output?: any;
33449
33449
  }[] | undefined;
33450
+ drivers?: {
33451
+ label: string;
33452
+ id: string;
33453
+ description?: string | undefined;
33454
+ }[] | undefined;
33450
33455
  kinds?: {
33451
33456
  id: string;
33452
33457
  globs: string[];
@@ -33466,11 +33471,6 @@ declare const ObjectStackSchema: z.ZodObject<{
33466
33471
  path: string;
33467
33472
  locale: string;
33468
33473
  }[] | undefined;
33469
- drivers?: {
33470
- label: string;
33471
- id: string;
33472
- description?: string | undefined;
33473
- }[] | undefined;
33474
33474
  functions?: {
33475
33475
  name: string;
33476
33476
  description?: string | undefined;
@@ -33491,6 +33491,11 @@ declare const ObjectStackSchema: z.ZodObject<{
33491
33491
  input?: any;
33492
33492
  output?: any;
33493
33493
  }[] | undefined;
33494
+ drivers?: {
33495
+ label: string;
33496
+ id: string;
33497
+ description?: string | undefined;
33498
+ }[] | undefined;
33494
33499
  kinds?: {
33495
33500
  id: string;
33496
33501
  globs: string[];
@@ -33510,11 +33515,6 @@ declare const ObjectStackSchema: z.ZodObject<{
33510
33515
  path: string;
33511
33516
  locale: string;
33512
33517
  }[] | undefined;
33513
- drivers?: {
33514
- label: string;
33515
- id: string;
33516
- description?: string | undefined;
33517
- }[] | undefined;
33518
33518
  functions?: {
33519
33519
  name: string;
33520
33520
  description?: string | undefined;
@@ -34690,7 +34690,7 @@ declare const ObjectStackSchema: z.ZodObject<{
34690
34690
  } | undefined;
34691
34691
  }>>;
34692
34692
  }, "strip", z.ZodTypeAny, {
34693
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
34693
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
34694
34694
  name: string;
34695
34695
  version: string;
34696
34696
  id: string;
@@ -34931,6 +34931,11 @@ declare const ObjectStackSchema: z.ZodObject<{
34931
34931
  input?: any;
34932
34932
  output?: any;
34933
34933
  }[] | undefined;
34934
+ drivers?: {
34935
+ label: string;
34936
+ id: string;
34937
+ description?: string | undefined;
34938
+ }[] | undefined;
34934
34939
  kinds?: {
34935
34940
  id: string;
34936
34941
  globs: string[];
@@ -34950,11 +34955,6 @@ declare const ObjectStackSchema: z.ZodObject<{
34950
34955
  path: string;
34951
34956
  locale: string;
34952
34957
  }[] | undefined;
34953
- drivers?: {
34954
- label: string;
34955
- id: string;
34956
- description?: string | undefined;
34957
- }[] | undefined;
34958
34958
  functions?: {
34959
34959
  name: string;
34960
34960
  description?: string | undefined;
@@ -34963,7 +34963,7 @@ declare const ObjectStackSchema: z.ZodObject<{
34963
34963
  }[] | undefined;
34964
34964
  } | undefined;
34965
34965
  }, {
34966
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
34966
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
34967
34967
  name: string;
34968
34968
  version: string;
34969
34969
  id: string;
@@ -35204,6 +35204,11 @@ declare const ObjectStackSchema: z.ZodObject<{
35204
35204
  input?: any;
35205
35205
  output?: any;
35206
35206
  }[] | undefined;
35207
+ drivers?: {
35208
+ label: string;
35209
+ id: string;
35210
+ description?: string | undefined;
35211
+ }[] | undefined;
35207
35212
  kinds?: {
35208
35213
  id: string;
35209
35214
  globs: string[];
@@ -35223,11 +35228,6 @@ declare const ObjectStackSchema: z.ZodObject<{
35223
35228
  path: string;
35224
35229
  locale: string;
35225
35230
  }[] | undefined;
35226
- drivers?: {
35227
- label: string;
35228
- id: string;
35229
- description?: string | undefined;
35230
- }[] | undefined;
35231
35231
  functions?: {
35232
35232
  name: string;
35233
35233
  description?: string | undefined;
@@ -35238,7 +35238,7 @@ declare const ObjectStackSchema: z.ZodObject<{
35238
35238
  }>, z.ZodString]>, "many">>;
35239
35239
  }, "strip", z.ZodTypeAny, {
35240
35240
  manifest: {
35241
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
35241
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
35242
35242
  name: string;
35243
35243
  version: string;
35244
35244
  id: string;
@@ -35479,6 +35479,11 @@ declare const ObjectStackSchema: z.ZodObject<{
35479
35479
  input?: any;
35480
35480
  output?: any;
35481
35481
  }[] | undefined;
35482
+ drivers?: {
35483
+ label: string;
35484
+ id: string;
35485
+ description?: string | undefined;
35486
+ }[] | undefined;
35482
35487
  kinds?: {
35483
35488
  id: string;
35484
35489
  globs: string[];
@@ -35498,11 +35503,6 @@ declare const ObjectStackSchema: z.ZodObject<{
35498
35503
  path: string;
35499
35504
  locale: string;
35500
35505
  }[] | undefined;
35501
- drivers?: {
35502
- label: string;
35503
- id: string;
35504
- description?: string | undefined;
35505
- }[] | undefined;
35506
35506
  functions?: {
35507
35507
  name: string;
35508
35508
  description?: string | undefined;
@@ -36738,7 +36738,7 @@ declare const ObjectStackSchema: z.ZodObject<{
36738
36738
  } | undefined;
36739
36739
  }[] | undefined;
36740
36740
  devPlugins?: (string | {
36741
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
36741
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
36742
36742
  name: string;
36743
36743
  version: string;
36744
36744
  id: string;
@@ -36979,6 +36979,11 @@ declare const ObjectStackSchema: z.ZodObject<{
36979
36979
  input?: any;
36980
36980
  output?: any;
36981
36981
  }[] | undefined;
36982
+ drivers?: {
36983
+ label: string;
36984
+ id: string;
36985
+ description?: string | undefined;
36986
+ }[] | undefined;
36982
36987
  kinds?: {
36983
36988
  id: string;
36984
36989
  globs: string[];
@@ -36998,11 +37003,6 @@ declare const ObjectStackSchema: z.ZodObject<{
36998
37003
  path: string;
36999
37004
  locale: string;
37000
37005
  }[] | undefined;
37001
- drivers?: {
37002
- label: string;
37003
- id: string;
37004
- description?: string | undefined;
37005
- }[] | undefined;
37006
37006
  functions?: {
37007
37007
  name: string;
37008
37008
  description?: string | undefined;
@@ -37013,7 +37013,7 @@ declare const ObjectStackSchema: z.ZodObject<{
37013
37013
  })[] | undefined;
37014
37014
  }, {
37015
37015
  manifest: {
37016
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
37016
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
37017
37017
  name: string;
37018
37018
  version: string;
37019
37019
  id: string;
@@ -37254,6 +37254,11 @@ declare const ObjectStackSchema: z.ZodObject<{
37254
37254
  input?: any;
37255
37255
  output?: any;
37256
37256
  }[] | undefined;
37257
+ drivers?: {
37258
+ label: string;
37259
+ id: string;
37260
+ description?: string | undefined;
37261
+ }[] | undefined;
37257
37262
  kinds?: {
37258
37263
  id: string;
37259
37264
  globs: string[];
@@ -37273,11 +37278,6 @@ declare const ObjectStackSchema: z.ZodObject<{
37273
37278
  path: string;
37274
37279
  locale: string;
37275
37280
  }[] | undefined;
37276
- drivers?: {
37277
- label: string;
37278
- id: string;
37279
- description?: string | undefined;
37280
- }[] | undefined;
37281
37281
  functions?: {
37282
37282
  name: string;
37283
37283
  description?: string | undefined;
@@ -38513,7 +38513,7 @@ declare const ObjectStackSchema: z.ZodObject<{
38513
38513
  } | undefined;
38514
38514
  }[] | undefined;
38515
38515
  devPlugins?: (string | {
38516
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
38516
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
38517
38517
  name: string;
38518
38518
  version: string;
38519
38519
  id: string;
@@ -38754,6 +38754,11 @@ declare const ObjectStackSchema: z.ZodObject<{
38754
38754
  input?: any;
38755
38755
  output?: any;
38756
38756
  }[] | undefined;
38757
+ drivers?: {
38758
+ label: string;
38759
+ id: string;
38760
+ description?: string | undefined;
38761
+ }[] | undefined;
38757
38762
  kinds?: {
38758
38763
  id: string;
38759
38764
  globs: string[];
@@ -38773,11 +38778,6 @@ declare const ObjectStackSchema: z.ZodObject<{
38773
38778
  path: string;
38774
38779
  locale: string;
38775
38780
  }[] | undefined;
38776
- drivers?: {
38777
- label: string;
38778
- id: string;
38779
- description?: string | undefined;
38780
- }[] | undefined;
38781
38781
  functions?: {
38782
38782
  name: string;
38783
38783
  description?: string | undefined;
@@ -38800,7 +38800,7 @@ type ObjectStack = ObjectStackDefinition;
38800
38800
  */
38801
38801
  declare const defineStack: (config: z.input<typeof ObjectStackDefinitionSchema>) => {
38802
38802
  manifest: {
38803
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
38803
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
38804
38804
  name: string;
38805
38805
  version: string;
38806
38806
  id: string;
@@ -39041,6 +39041,11 @@ declare const defineStack: (config: z.input<typeof ObjectStackDefinitionSchema>)
39041
39041
  input?: any;
39042
39042
  output?: any;
39043
39043
  }[] | undefined;
39044
+ drivers?: {
39045
+ label: string;
39046
+ id: string;
39047
+ description?: string | undefined;
39048
+ }[] | undefined;
39044
39049
  kinds?: {
39045
39050
  id: string;
39046
39051
  globs: string[];
@@ -39060,11 +39065,6 @@ declare const defineStack: (config: z.input<typeof ObjectStackDefinitionSchema>)
39060
39065
  path: string;
39061
39066
  locale: string;
39062
39067
  }[] | undefined;
39063
- drivers?: {
39064
- label: string;
39065
- id: string;
39066
- description?: string | undefined;
39067
- }[] | undefined;
39068
39068
  functions?: {
39069
39069
  name: string;
39070
39070
  description?: string | undefined;
@@ -40300,7 +40300,7 @@ declare const defineStack: (config: z.input<typeof ObjectStackDefinitionSchema>)
40300
40300
  } | undefined;
40301
40301
  }[] | undefined;
40302
40302
  devPlugins?: (string | {
40303
- type: "driver" | "app" | "plugin" | "module" | "objectql" | "gateway" | "adapter";
40303
+ type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
40304
40304
  name: string;
40305
40305
  version: string;
40306
40306
  id: string;
@@ -40541,6 +40541,11 @@ declare const defineStack: (config: z.input<typeof ObjectStackDefinitionSchema>)
40541
40541
  input?: any;
40542
40542
  output?: any;
40543
40543
  }[] | undefined;
40544
+ drivers?: {
40545
+ label: string;
40546
+ id: string;
40547
+ description?: string | undefined;
40548
+ }[] | undefined;
40544
40549
  kinds?: {
40545
40550
  id: string;
40546
40551
  globs: string[];
@@ -40560,11 +40565,6 @@ declare const defineStack: (config: z.input<typeof ObjectStackDefinitionSchema>)
40560
40565
  path: string;
40561
40566
  locale: string;
40562
40567
  }[] | undefined;
40563
- drivers?: {
40564
- label: string;
40565
- id: string;
40566
- description?: string | undefined;
40567
- }[] | undefined;
40568
40568
  functions?: {
40569
40569
  name: string;
40570
40570
  description?: string | undefined;