@objectstack/spec 1.0.6 → 1.0.8
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/ai/index.d.mts +1 -1
- package/dist/ai/index.d.ts +1 -1
- package/dist/api/index.d.mts +1 -1
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.js +1869 -1780
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +1869 -1780
- package/dist/api/index.mjs.map +1 -1
- package/dist/automation/index.d.mts +1 -1
- package/dist/automation/index.d.ts +1 -1
- package/dist/hub/index.d.mts +1 -1
- package/dist/hub/index.d.ts +1 -1
- package/dist/hub/index.js +796 -707
- package/dist/hub/index.js.map +1 -1
- package/dist/hub/index.mjs +796 -707
- package/dist/hub/index.mjs.map +1 -1
- package/dist/{index-CQ2ZwxNr.d.ts → index-CyognKSZ.d.ts} +146 -146
- package/dist/{index-BqQd0BcZ.d.mts → index-DE_lJ11p.d.mts} +146 -146
- package/dist/{index-C34qbBQr.d.mts → index-DLcySG7U.d.mts} +262 -241
- package/dist/{index-C34qbBQr.d.ts → index-DLcySG7U.d.ts} +262 -241
- package/dist/{index-D8XFyX0x.d.mts → index-Os7lItRe.d.mts} +108 -108
- package/dist/{index-D8XFyX0x.d.ts → index-Os7lItRe.d.ts} +108 -108
- package/dist/{index-CsF8m5Wj.d.mts → index-l6WIlmOD.d.mts} +39 -39
- package/dist/{index-CsF8m5Wj.d.ts → index-l6WIlmOD.d.ts} +39 -39
- package/dist/index.d.mts +158 -158
- package/dist/index.d.ts +158 -158
- package/dist/index.js +703 -668
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +703 -668
- package/dist/index.mjs.map +1 -1
- package/dist/kernel/index.d.mts +1 -1
- package/dist/kernel/index.d.ts +1 -1
- package/dist/kernel/index.js +705 -669
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +704 -669
- package/dist/kernel/index.mjs.map +1 -1
- package/json-schema/api/CompileManifestResponse.json +6 -2
- package/json-schema/hub/ComposerResponse.json +6 -2
- package/json-schema/kernel/Manifest.json +6 -2
- package/json-schema/kernel/Plugin.json +28 -0
- package/package.json +1 -1
- package/dist/{index-iGrpxfqq.d.mts → index-D12rNohm.d.mts} +1 -1
- package/dist/{index-iGrpxfqq.d.ts → index-D12rNohm.d.ts} +1 -1
|
@@ -14385,6 +14385,7 @@ declare const UpdateSpaceRequestSchema: z.ZodObject<{
|
|
|
14385
14385
|
}>>>>;
|
|
14386
14386
|
}, "strip", z.ZodTypeAny, {
|
|
14387
14387
|
name?: string | undefined;
|
|
14388
|
+
slug?: string | undefined;
|
|
14388
14389
|
runtime?: {
|
|
14389
14390
|
isolation: "shared_schema" | "isolated_schema" | "isolated_db";
|
|
14390
14391
|
quotas?: {
|
|
@@ -14393,7 +14394,6 @@ declare const UpdateSpaceRequestSchema: z.ZodObject<{
|
|
|
14393
14394
|
apiRateLimit?: number | undefined;
|
|
14394
14395
|
} | undefined;
|
|
14395
14396
|
} | undefined;
|
|
14396
|
-
slug?: string | undefined;
|
|
14397
14397
|
bom?: {
|
|
14398
14398
|
dependencies: {
|
|
14399
14399
|
version: string;
|
|
@@ -14427,6 +14427,7 @@ declare const UpdateSpaceRequestSchema: z.ZodObject<{
|
|
|
14427
14427
|
} | undefined;
|
|
14428
14428
|
}, {
|
|
14429
14429
|
name?: string | undefined;
|
|
14430
|
+
slug?: string | undefined;
|
|
14430
14431
|
runtime?: {
|
|
14431
14432
|
isolation: "shared_schema" | "isolated_schema" | "isolated_db";
|
|
14432
14433
|
quotas?: {
|
|
@@ -14435,7 +14436,6 @@ declare const UpdateSpaceRequestSchema: z.ZodObject<{
|
|
|
14435
14436
|
apiRateLimit?: number | undefined;
|
|
14436
14437
|
} | undefined;
|
|
14437
14438
|
} | undefined;
|
|
14438
|
-
slug?: string | undefined;
|
|
14439
14439
|
bom?: {
|
|
14440
14440
|
dependencies: {
|
|
14441
14441
|
id: string;
|
|
@@ -16833,7 +16833,7 @@ declare const PublishPluginRequestSchema: z.ZodObject<Omit<{
|
|
|
16833
16833
|
extensionPointId: string;
|
|
16834
16834
|
}[] | undefined;
|
|
16835
16835
|
} | undefined;
|
|
16836
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
16836
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
16837
16837
|
license?: string | undefined;
|
|
16838
16838
|
media?: {
|
|
16839
16839
|
video?: string | undefined;
|
|
@@ -16963,7 +16963,7 @@ declare const PublishPluginRequestSchema: z.ZodObject<Omit<{
|
|
|
16963
16963
|
priority?: number | undefined;
|
|
16964
16964
|
}[] | undefined;
|
|
16965
16965
|
} | undefined;
|
|
16966
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
16966
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
16967
16967
|
license?: string | undefined;
|
|
16968
16968
|
media?: {
|
|
16969
16969
|
video?: string | undefined;
|
|
@@ -17687,7 +17687,7 @@ declare const UpdatePluginRequestSchema: z.ZodObject<{
|
|
|
17687
17687
|
extensionPointId: string;
|
|
17688
17688
|
}[] | undefined;
|
|
17689
17689
|
} | undefined;
|
|
17690
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
17690
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
17691
17691
|
license?: string | undefined;
|
|
17692
17692
|
media?: {
|
|
17693
17693
|
video?: string | undefined;
|
|
@@ -17818,7 +17818,7 @@ declare const UpdatePluginRequestSchema: z.ZodObject<{
|
|
|
17818
17818
|
priority?: number | undefined;
|
|
17819
17819
|
}[] | undefined;
|
|
17820
17820
|
} | undefined;
|
|
17821
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
17821
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
17822
17822
|
license?: string | undefined;
|
|
17823
17823
|
media?: {
|
|
17824
17824
|
video?: string | undefined;
|
|
@@ -18787,7 +18787,7 @@ declare const PluginResponseSchema: z.ZodObject<{
|
|
|
18787
18787
|
extensionPointId: string;
|
|
18788
18788
|
}[] | undefined;
|
|
18789
18789
|
} | undefined;
|
|
18790
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
18790
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
18791
18791
|
license?: string | undefined;
|
|
18792
18792
|
media?: {
|
|
18793
18793
|
video?: string | undefined;
|
|
@@ -18959,7 +18959,7 @@ declare const PluginResponseSchema: z.ZodObject<{
|
|
|
18959
18959
|
priority?: number | undefined;
|
|
18960
18960
|
}[] | undefined;
|
|
18961
18961
|
} | undefined;
|
|
18962
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
18962
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
18963
18963
|
license?: string | undefined;
|
|
18964
18964
|
media?: {
|
|
18965
18965
|
video?: string | undefined;
|
|
@@ -19135,7 +19135,7 @@ declare const PluginResponseSchema: z.ZodObject<{
|
|
|
19135
19135
|
extensionPointId: string;
|
|
19136
19136
|
}[] | undefined;
|
|
19137
19137
|
} | undefined;
|
|
19138
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
19138
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
19139
19139
|
license?: string | undefined;
|
|
19140
19140
|
media?: {
|
|
19141
19141
|
video?: string | undefined;
|
|
@@ -19323,7 +19323,7 @@ declare const PluginResponseSchema: z.ZodObject<{
|
|
|
19323
19323
|
priority?: number | undefined;
|
|
19324
19324
|
}[] | undefined;
|
|
19325
19325
|
} | undefined;
|
|
19326
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
19326
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
19327
19327
|
license?: string | undefined;
|
|
19328
19328
|
media?: {
|
|
19329
19329
|
video?: string | undefined;
|
|
@@ -20418,7 +20418,7 @@ declare const SearchPluginsResponseSchema: z.ZodObject<{
|
|
|
20418
20418
|
extensionPointId: string;
|
|
20419
20419
|
}[] | undefined;
|
|
20420
20420
|
} | undefined;
|
|
20421
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
20421
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
20422
20422
|
license?: string | undefined;
|
|
20423
20423
|
media?: {
|
|
20424
20424
|
video?: string | undefined;
|
|
@@ -20590,7 +20590,7 @@ declare const SearchPluginsResponseSchema: z.ZodObject<{
|
|
|
20590
20590
|
priority?: number | undefined;
|
|
20591
20591
|
}[] | undefined;
|
|
20592
20592
|
} | undefined;
|
|
20593
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
20593
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
20594
20594
|
license?: string | undefined;
|
|
20595
20595
|
media?: {
|
|
20596
20596
|
video?: string | undefined;
|
|
@@ -20806,7 +20806,7 @@ declare const SearchPluginsResponseSchema: z.ZodObject<{
|
|
|
20806
20806
|
extensionPointId: string;
|
|
20807
20807
|
}[] | undefined;
|
|
20808
20808
|
} | undefined;
|
|
20809
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
20809
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
20810
20810
|
license?: string | undefined;
|
|
20811
20811
|
media?: {
|
|
20812
20812
|
video?: string | undefined;
|
|
@@ -21002,7 +21002,7 @@ declare const SearchPluginsResponseSchema: z.ZodObject<{
|
|
|
21002
21002
|
priority?: number | undefined;
|
|
21003
21003
|
}[] | undefined;
|
|
21004
21004
|
} | undefined;
|
|
21005
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
21005
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
21006
21006
|
license?: string | undefined;
|
|
21007
21007
|
media?: {
|
|
21008
21008
|
video?: string | undefined;
|
|
@@ -21484,8 +21484,8 @@ declare const ListMarketplaceResponseSchema: z.ZodObject<{
|
|
|
21484
21484
|
changeLog?: string | undefined;
|
|
21485
21485
|
}> | undefined;
|
|
21486
21486
|
screenshots?: string[] | undefined;
|
|
21487
|
-
downloads?: number | undefined;
|
|
21488
21487
|
homepage?: string | undefined;
|
|
21488
|
+
downloads?: number | undefined;
|
|
21489
21489
|
readme?: string | undefined;
|
|
21490
21490
|
vendor?: {
|
|
21491
21491
|
name: string;
|
|
@@ -21526,9 +21526,9 @@ declare const ListMarketplaceResponseSchema: z.ZodObject<{
|
|
|
21526
21526
|
changeLog?: string | undefined;
|
|
21527
21527
|
}> | undefined;
|
|
21528
21528
|
screenshots?: string[] | undefined;
|
|
21529
|
+
homepage?: string | undefined;
|
|
21529
21530
|
verified?: boolean | undefined;
|
|
21530
21531
|
downloads?: number | undefined;
|
|
21531
|
-
homepage?: string | undefined;
|
|
21532
21532
|
readme?: string | undefined;
|
|
21533
21533
|
vendor?: {
|
|
21534
21534
|
name: string;
|
|
@@ -21625,8 +21625,8 @@ declare const ListMarketplaceResponseSchema: z.ZodObject<{
|
|
|
21625
21625
|
changeLog?: string | undefined;
|
|
21626
21626
|
}> | undefined;
|
|
21627
21627
|
screenshots?: string[] | undefined;
|
|
21628
|
-
downloads?: number | undefined;
|
|
21629
21628
|
homepage?: string | undefined;
|
|
21629
|
+
downloads?: number | undefined;
|
|
21630
21630
|
readme?: string | undefined;
|
|
21631
21631
|
vendor?: {
|
|
21632
21632
|
name: string;
|
|
@@ -21696,9 +21696,9 @@ declare const ListMarketplaceResponseSchema: z.ZodObject<{
|
|
|
21696
21696
|
changeLog?: string | undefined;
|
|
21697
21697
|
}> | undefined;
|
|
21698
21698
|
screenshots?: string[] | undefined;
|
|
21699
|
+
homepage?: string | undefined;
|
|
21699
21700
|
verified?: boolean | undefined;
|
|
21700
21701
|
downloads?: number | undefined;
|
|
21701
|
-
homepage?: string | undefined;
|
|
21702
21702
|
readme?: string | undefined;
|
|
21703
21703
|
vendor?: {
|
|
21704
21704
|
name: string;
|
|
@@ -21917,8 +21917,8 @@ declare const MarketplacePluginResponseSchema: z.ZodObject<{
|
|
|
21917
21917
|
changeLog?: string | undefined;
|
|
21918
21918
|
}> | undefined;
|
|
21919
21919
|
screenshots?: string[] | undefined;
|
|
21920
|
-
downloads?: number | undefined;
|
|
21921
21920
|
homepage?: string | undefined;
|
|
21921
|
+
downloads?: number | undefined;
|
|
21922
21922
|
readme?: string | undefined;
|
|
21923
21923
|
vendor?: {
|
|
21924
21924
|
name: string;
|
|
@@ -21959,9 +21959,9 @@ declare const MarketplacePluginResponseSchema: z.ZodObject<{
|
|
|
21959
21959
|
changeLog?: string | undefined;
|
|
21960
21960
|
}> | undefined;
|
|
21961
21961
|
screenshots?: string[] | undefined;
|
|
21962
|
+
homepage?: string | undefined;
|
|
21962
21963
|
verified?: boolean | undefined;
|
|
21963
21964
|
downloads?: number | undefined;
|
|
21964
|
-
homepage?: string | undefined;
|
|
21965
21965
|
readme?: string | undefined;
|
|
21966
21966
|
vendor?: {
|
|
21967
21967
|
name: string;
|
|
@@ -22005,8 +22005,8 @@ declare const MarketplacePluginResponseSchema: z.ZodObject<{
|
|
|
22005
22005
|
changeLog?: string | undefined;
|
|
22006
22006
|
}> | undefined;
|
|
22007
22007
|
screenshots?: string[] | undefined;
|
|
22008
|
-
downloads?: number | undefined;
|
|
22009
22008
|
homepage?: string | undefined;
|
|
22009
|
+
downloads?: number | undefined;
|
|
22010
22010
|
readme?: string | undefined;
|
|
22011
22011
|
vendor?: {
|
|
22012
22012
|
name: string;
|
|
@@ -22063,9 +22063,9 @@ declare const MarketplacePluginResponseSchema: z.ZodObject<{
|
|
|
22063
22063
|
changeLog?: string | undefined;
|
|
22064
22064
|
}> | undefined;
|
|
22065
22065
|
screenshots?: string[] | undefined;
|
|
22066
|
+
homepage?: string | undefined;
|
|
22066
22067
|
verified?: boolean | undefined;
|
|
22067
22068
|
downloads?: number | undefined;
|
|
22068
|
-
homepage?: string | undefined;
|
|
22069
22069
|
readme?: string | undefined;
|
|
22070
22070
|
vendor?: {
|
|
22071
22071
|
name: string;
|
|
@@ -22853,7 +22853,7 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
22853
22853
|
manifest: z.ZodOptional<z.ZodObject<{
|
|
22854
22854
|
id: z.ZodString;
|
|
22855
22855
|
version: z.ZodString;
|
|
22856
|
-
type: z.ZodEnum<["
|
|
22856
|
+
type: z.ZodEnum<["plugin", "ui", "driver", "server", "app", "theme", "agent", "objectql", "module", "gateway", "adapter"]>;
|
|
22857
22857
|
name: z.ZodString;
|
|
22858
22858
|
description: z.ZodOptional<z.ZodString>;
|
|
22859
22859
|
permissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -23031,6 +23031,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
23031
23031
|
input?: any;
|
|
23032
23032
|
output?: any;
|
|
23033
23033
|
}[] | undefined;
|
|
23034
|
+
drivers?: {
|
|
23035
|
+
label: string;
|
|
23036
|
+
id: string;
|
|
23037
|
+
description?: string | undefined;
|
|
23038
|
+
}[] | undefined;
|
|
23034
23039
|
kinds?: {
|
|
23035
23040
|
id: string;
|
|
23036
23041
|
globs: string[];
|
|
@@ -23050,11 +23055,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
23050
23055
|
path: string;
|
|
23051
23056
|
locale: string;
|
|
23052
23057
|
}[] | undefined;
|
|
23053
|
-
drivers?: {
|
|
23054
|
-
label: string;
|
|
23055
|
-
id: string;
|
|
23056
|
-
description?: string | undefined;
|
|
23057
|
-
}[] | undefined;
|
|
23058
23058
|
functions?: {
|
|
23059
23059
|
name: string;
|
|
23060
23060
|
description?: string | undefined;
|
|
@@ -23075,6 +23075,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
23075
23075
|
input?: any;
|
|
23076
23076
|
output?: any;
|
|
23077
23077
|
}[] | undefined;
|
|
23078
|
+
drivers?: {
|
|
23079
|
+
label: string;
|
|
23080
|
+
id: string;
|
|
23081
|
+
description?: string | undefined;
|
|
23082
|
+
}[] | undefined;
|
|
23078
23083
|
kinds?: {
|
|
23079
23084
|
id: string;
|
|
23080
23085
|
globs: string[];
|
|
@@ -23094,11 +23099,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
23094
23099
|
path: string;
|
|
23095
23100
|
locale: string;
|
|
23096
23101
|
}[] | undefined;
|
|
23097
|
-
drivers?: {
|
|
23098
|
-
label: string;
|
|
23099
|
-
id: string;
|
|
23100
|
-
description?: string | undefined;
|
|
23101
|
-
}[] | undefined;
|
|
23102
23102
|
functions?: {
|
|
23103
23103
|
name: string;
|
|
23104
23104
|
description?: string | undefined;
|
|
@@ -24274,7 +24274,7 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
24274
24274
|
} | undefined;
|
|
24275
24275
|
}>>;
|
|
24276
24276
|
}, "strip", z.ZodTypeAny, {
|
|
24277
|
-
type: "driver" | "app" | "
|
|
24277
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
24278
24278
|
name: string;
|
|
24279
24279
|
version: string;
|
|
24280
24280
|
id: string;
|
|
@@ -24515,6 +24515,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
24515
24515
|
input?: any;
|
|
24516
24516
|
output?: any;
|
|
24517
24517
|
}[] | undefined;
|
|
24518
|
+
drivers?: {
|
|
24519
|
+
label: string;
|
|
24520
|
+
id: string;
|
|
24521
|
+
description?: string | undefined;
|
|
24522
|
+
}[] | undefined;
|
|
24518
24523
|
kinds?: {
|
|
24519
24524
|
id: string;
|
|
24520
24525
|
globs: string[];
|
|
@@ -24534,11 +24539,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
24534
24539
|
path: string;
|
|
24535
24540
|
locale: string;
|
|
24536
24541
|
}[] | undefined;
|
|
24537
|
-
drivers?: {
|
|
24538
|
-
label: string;
|
|
24539
|
-
id: string;
|
|
24540
|
-
description?: string | undefined;
|
|
24541
|
-
}[] | undefined;
|
|
24542
24542
|
functions?: {
|
|
24543
24543
|
name: string;
|
|
24544
24544
|
description?: string | undefined;
|
|
@@ -24547,7 +24547,7 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
24547
24547
|
}[] | undefined;
|
|
24548
24548
|
} | undefined;
|
|
24549
24549
|
}, {
|
|
24550
|
-
type: "driver" | "app" | "
|
|
24550
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
24551
24551
|
name: string;
|
|
24552
24552
|
version: string;
|
|
24553
24553
|
id: string;
|
|
@@ -24788,6 +24788,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
24788
24788
|
input?: any;
|
|
24789
24789
|
output?: any;
|
|
24790
24790
|
}[] | undefined;
|
|
24791
|
+
drivers?: {
|
|
24792
|
+
label: string;
|
|
24793
|
+
id: string;
|
|
24794
|
+
description?: string | undefined;
|
|
24795
|
+
}[] | undefined;
|
|
24791
24796
|
kinds?: {
|
|
24792
24797
|
id: string;
|
|
24793
24798
|
globs: string[];
|
|
@@ -24807,11 +24812,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
24807
24812
|
path: string;
|
|
24808
24813
|
locale: string;
|
|
24809
24814
|
}[] | undefined;
|
|
24810
|
-
drivers?: {
|
|
24811
|
-
label: string;
|
|
24812
|
-
id: string;
|
|
24813
|
-
description?: string | undefined;
|
|
24814
|
-
}[] | undefined;
|
|
24815
24815
|
functions?: {
|
|
24816
24816
|
name: string;
|
|
24817
24817
|
description?: string | undefined;
|
|
@@ -24858,7 +24858,7 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
24858
24858
|
sources: string[];
|
|
24859
24859
|
}[] | undefined;
|
|
24860
24860
|
manifest?: {
|
|
24861
|
-
type: "driver" | "app" | "
|
|
24861
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
24862
24862
|
name: string;
|
|
24863
24863
|
version: string;
|
|
24864
24864
|
id: string;
|
|
@@ -25099,6 +25099,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25099
25099
|
input?: any;
|
|
25100
25100
|
output?: any;
|
|
25101
25101
|
}[] | undefined;
|
|
25102
|
+
drivers?: {
|
|
25103
|
+
label: string;
|
|
25104
|
+
id: string;
|
|
25105
|
+
description?: string | undefined;
|
|
25106
|
+
}[] | undefined;
|
|
25102
25107
|
kinds?: {
|
|
25103
25108
|
id: string;
|
|
25104
25109
|
globs: string[];
|
|
@@ -25118,11 +25123,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25118
25123
|
path: string;
|
|
25119
25124
|
locale: string;
|
|
25120
25125
|
}[] | undefined;
|
|
25121
|
-
drivers?: {
|
|
25122
|
-
label: string;
|
|
25123
|
-
id: string;
|
|
25124
|
-
description?: string | undefined;
|
|
25125
|
-
}[] | undefined;
|
|
25126
25126
|
functions?: {
|
|
25127
25127
|
name: string;
|
|
25128
25128
|
description?: string | undefined;
|
|
@@ -25146,7 +25146,7 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25146
25146
|
sources: string[];
|
|
25147
25147
|
}[] | undefined;
|
|
25148
25148
|
manifest?: {
|
|
25149
|
-
type: "driver" | "app" | "
|
|
25149
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
25150
25150
|
name: string;
|
|
25151
25151
|
version: string;
|
|
25152
25152
|
id: string;
|
|
@@ -25387,6 +25387,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25387
25387
|
input?: any;
|
|
25388
25388
|
output?: any;
|
|
25389
25389
|
}[] | undefined;
|
|
25390
|
+
drivers?: {
|
|
25391
|
+
label: string;
|
|
25392
|
+
id: string;
|
|
25393
|
+
description?: string | undefined;
|
|
25394
|
+
}[] | undefined;
|
|
25390
25395
|
kinds?: {
|
|
25391
25396
|
id: string;
|
|
25392
25397
|
globs: string[];
|
|
@@ -25406,11 +25411,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25406
25411
|
path: string;
|
|
25407
25412
|
locale: string;
|
|
25408
25413
|
}[] | undefined;
|
|
25409
|
-
drivers?: {
|
|
25410
|
-
label: string;
|
|
25411
|
-
id: string;
|
|
25412
|
-
description?: string | undefined;
|
|
25413
|
-
}[] | undefined;
|
|
25414
25414
|
functions?: {
|
|
25415
25415
|
name: string;
|
|
25416
25416
|
description?: string | undefined;
|
|
@@ -25436,7 +25436,7 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25436
25436
|
sources: string[];
|
|
25437
25437
|
}[] | undefined;
|
|
25438
25438
|
manifest?: {
|
|
25439
|
-
type: "driver" | "app" | "
|
|
25439
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
25440
25440
|
name: string;
|
|
25441
25441
|
version: string;
|
|
25442
25442
|
id: string;
|
|
@@ -25677,6 +25677,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25677
25677
|
input?: any;
|
|
25678
25678
|
output?: any;
|
|
25679
25679
|
}[] | undefined;
|
|
25680
|
+
drivers?: {
|
|
25681
|
+
label: string;
|
|
25682
|
+
id: string;
|
|
25683
|
+
description?: string | undefined;
|
|
25684
|
+
}[] | undefined;
|
|
25680
25685
|
kinds?: {
|
|
25681
25686
|
id: string;
|
|
25682
25687
|
globs: string[];
|
|
@@ -25696,11 +25701,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25696
25701
|
path: string;
|
|
25697
25702
|
locale: string;
|
|
25698
25703
|
}[] | undefined;
|
|
25699
|
-
drivers?: {
|
|
25700
|
-
label: string;
|
|
25701
|
-
id: string;
|
|
25702
|
-
description?: string | undefined;
|
|
25703
|
-
}[] | undefined;
|
|
25704
25704
|
functions?: {
|
|
25705
25705
|
name: string;
|
|
25706
25706
|
description?: string | undefined;
|
|
@@ -25740,7 +25740,7 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25740
25740
|
sources: string[];
|
|
25741
25741
|
}[] | undefined;
|
|
25742
25742
|
manifest?: {
|
|
25743
|
-
type: "driver" | "app" | "
|
|
25743
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
25744
25744
|
name: string;
|
|
25745
25745
|
version: string;
|
|
25746
25746
|
id: string;
|
|
@@ -25981,6 +25981,11 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
25981
25981
|
input?: any;
|
|
25982
25982
|
output?: any;
|
|
25983
25983
|
}[] | undefined;
|
|
25984
|
+
drivers?: {
|
|
25985
|
+
label: string;
|
|
25986
|
+
id: string;
|
|
25987
|
+
description?: string | undefined;
|
|
25988
|
+
}[] | undefined;
|
|
25984
25989
|
kinds?: {
|
|
25985
25990
|
id: string;
|
|
25986
25991
|
globs: string[];
|
|
@@ -26000,11 +26005,6 @@ declare const CompileManifestResponseSchema: z.ZodObject<{
|
|
|
26000
26005
|
path: string;
|
|
26001
26006
|
locale: string;
|
|
26002
26007
|
}[] | undefined;
|
|
26003
|
-
drivers?: {
|
|
26004
|
-
label: string;
|
|
26005
|
-
id: string;
|
|
26006
|
-
description?: string | undefined;
|
|
26007
|
-
}[] | undefined;
|
|
26008
26008
|
functions?: {
|
|
26009
26009
|
name: string;
|
|
26010
26010
|
description?: string | undefined;
|
|
@@ -27496,6 +27496,7 @@ declare const HubAPIContract: {
|
|
|
27496
27496
|
}>>>>;
|
|
27497
27497
|
}, "strip", z.ZodTypeAny, {
|
|
27498
27498
|
name?: string | undefined;
|
|
27499
|
+
slug?: string | undefined;
|
|
27499
27500
|
runtime?: {
|
|
27500
27501
|
isolation: "shared_schema" | "isolated_schema" | "isolated_db";
|
|
27501
27502
|
quotas?: {
|
|
@@ -27504,7 +27505,6 @@ declare const HubAPIContract: {
|
|
|
27504
27505
|
apiRateLimit?: number | undefined;
|
|
27505
27506
|
} | undefined;
|
|
27506
27507
|
} | undefined;
|
|
27507
|
-
slug?: string | undefined;
|
|
27508
27508
|
bom?: {
|
|
27509
27509
|
dependencies: {
|
|
27510
27510
|
version: string;
|
|
@@ -27538,6 +27538,7 @@ declare const HubAPIContract: {
|
|
|
27538
27538
|
} | undefined;
|
|
27539
27539
|
}, {
|
|
27540
27540
|
name?: string | undefined;
|
|
27541
|
+
slug?: string | undefined;
|
|
27541
27542
|
runtime?: {
|
|
27542
27543
|
isolation: "shared_schema" | "isolated_schema" | "isolated_db";
|
|
27543
27544
|
quotas?: {
|
|
@@ -27546,7 +27547,6 @@ declare const HubAPIContract: {
|
|
|
27546
27547
|
apiRateLimit?: number | undefined;
|
|
27547
27548
|
} | undefined;
|
|
27548
27549
|
} | undefined;
|
|
27549
|
-
slug?: string | undefined;
|
|
27550
27550
|
bom?: {
|
|
27551
27551
|
dependencies: {
|
|
27552
27552
|
id: string;
|
|
@@ -30564,7 +30564,7 @@ declare const HubAPIContract: {
|
|
|
30564
30564
|
extensionPointId: string;
|
|
30565
30565
|
}[] | undefined;
|
|
30566
30566
|
} | undefined;
|
|
30567
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
30567
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
30568
30568
|
license?: string | undefined;
|
|
30569
30569
|
media?: {
|
|
30570
30570
|
video?: string | undefined;
|
|
@@ -30694,7 +30694,7 @@ declare const HubAPIContract: {
|
|
|
30694
30694
|
priority?: number | undefined;
|
|
30695
30695
|
}[] | undefined;
|
|
30696
30696
|
} | undefined;
|
|
30697
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
30697
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
30698
30698
|
license?: string | undefined;
|
|
30699
30699
|
media?: {
|
|
30700
30700
|
video?: string | undefined;
|
|
@@ -31652,7 +31652,7 @@ declare const HubAPIContract: {
|
|
|
31652
31652
|
extensionPointId: string;
|
|
31653
31653
|
}[] | undefined;
|
|
31654
31654
|
} | undefined;
|
|
31655
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
31655
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
31656
31656
|
license?: string | undefined;
|
|
31657
31657
|
media?: {
|
|
31658
31658
|
video?: string | undefined;
|
|
@@ -31824,7 +31824,7 @@ declare const HubAPIContract: {
|
|
|
31824
31824
|
priority?: number | undefined;
|
|
31825
31825
|
}[] | undefined;
|
|
31826
31826
|
} | undefined;
|
|
31827
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
31827
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
31828
31828
|
license?: string | undefined;
|
|
31829
31829
|
media?: {
|
|
31830
31830
|
video?: string | undefined;
|
|
@@ -32000,7 +32000,7 @@ declare const HubAPIContract: {
|
|
|
32000
32000
|
extensionPointId: string;
|
|
32001
32001
|
}[] | undefined;
|
|
32002
32002
|
} | undefined;
|
|
32003
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
32003
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
32004
32004
|
license?: string | undefined;
|
|
32005
32005
|
media?: {
|
|
32006
32006
|
video?: string | undefined;
|
|
@@ -32188,7 +32188,7 @@ declare const HubAPIContract: {
|
|
|
32188
32188
|
priority?: number | undefined;
|
|
32189
32189
|
}[] | undefined;
|
|
32190
32190
|
} | undefined;
|
|
32191
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
32191
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
32192
32192
|
license?: string | undefined;
|
|
32193
32193
|
media?: {
|
|
32194
32194
|
video?: string | undefined;
|
|
@@ -32968,7 +32968,7 @@ declare const HubAPIContract: {
|
|
|
32968
32968
|
extensionPointId: string;
|
|
32969
32969
|
}[] | undefined;
|
|
32970
32970
|
} | undefined;
|
|
32971
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
32971
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
32972
32972
|
license?: string | undefined;
|
|
32973
32973
|
media?: {
|
|
32974
32974
|
video?: string | undefined;
|
|
@@ -33099,7 +33099,7 @@ declare const HubAPIContract: {
|
|
|
33099
33099
|
priority?: number | undefined;
|
|
33100
33100
|
}[] | undefined;
|
|
33101
33101
|
} | undefined;
|
|
33102
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
33102
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
33103
33103
|
license?: string | undefined;
|
|
33104
33104
|
media?: {
|
|
33105
33105
|
video?: string | undefined;
|
|
@@ -34065,7 +34065,7 @@ declare const HubAPIContract: {
|
|
|
34065
34065
|
extensionPointId: string;
|
|
34066
34066
|
}[] | undefined;
|
|
34067
34067
|
} | undefined;
|
|
34068
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
34068
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
34069
34069
|
license?: string | undefined;
|
|
34070
34070
|
media?: {
|
|
34071
34071
|
video?: string | undefined;
|
|
@@ -34237,7 +34237,7 @@ declare const HubAPIContract: {
|
|
|
34237
34237
|
priority?: number | undefined;
|
|
34238
34238
|
}[] | undefined;
|
|
34239
34239
|
} | undefined;
|
|
34240
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
34240
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
34241
34241
|
license?: string | undefined;
|
|
34242
34242
|
media?: {
|
|
34243
34243
|
video?: string | undefined;
|
|
@@ -34413,7 +34413,7 @@ declare const HubAPIContract: {
|
|
|
34413
34413
|
extensionPointId: string;
|
|
34414
34414
|
}[] | undefined;
|
|
34415
34415
|
} | undefined;
|
|
34416
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
34416
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
34417
34417
|
license?: string | undefined;
|
|
34418
34418
|
media?: {
|
|
34419
34419
|
video?: string | undefined;
|
|
@@ -34601,7 +34601,7 @@ declare const HubAPIContract: {
|
|
|
34601
34601
|
priority?: number | undefined;
|
|
34602
34602
|
}[] | undefined;
|
|
34603
34603
|
} | undefined;
|
|
34604
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
34604
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
34605
34605
|
license?: string | undefined;
|
|
34606
34606
|
media?: {
|
|
34607
34607
|
video?: string | undefined;
|
|
@@ -35618,7 +35618,7 @@ declare const HubAPIContract: {
|
|
|
35618
35618
|
extensionPointId: string;
|
|
35619
35619
|
}[] | undefined;
|
|
35620
35620
|
} | undefined;
|
|
35621
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
35621
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
35622
35622
|
license?: string | undefined;
|
|
35623
35623
|
media?: {
|
|
35624
35624
|
video?: string | undefined;
|
|
@@ -35790,7 +35790,7 @@ declare const HubAPIContract: {
|
|
|
35790
35790
|
priority?: number | undefined;
|
|
35791
35791
|
}[] | undefined;
|
|
35792
35792
|
} | undefined;
|
|
35793
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
35793
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
35794
35794
|
license?: string | undefined;
|
|
35795
35795
|
media?: {
|
|
35796
35796
|
video?: string | undefined;
|
|
@@ -35966,7 +35966,7 @@ declare const HubAPIContract: {
|
|
|
35966
35966
|
extensionPointId: string;
|
|
35967
35967
|
}[] | undefined;
|
|
35968
35968
|
} | undefined;
|
|
35969
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
35969
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
35970
35970
|
license?: string | undefined;
|
|
35971
35971
|
media?: {
|
|
35972
35972
|
video?: string | undefined;
|
|
@@ -36154,7 +36154,7 @@ declare const HubAPIContract: {
|
|
|
36154
36154
|
priority?: number | undefined;
|
|
36155
36155
|
}[] | undefined;
|
|
36156
36156
|
} | undefined;
|
|
36157
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
36157
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
36158
36158
|
license?: string | undefined;
|
|
36159
36159
|
media?: {
|
|
36160
36160
|
video?: string | undefined;
|
|
@@ -37208,7 +37208,7 @@ declare const HubAPIContract: {
|
|
|
37208
37208
|
extensionPointId: string;
|
|
37209
37209
|
}[] | undefined;
|
|
37210
37210
|
} | undefined;
|
|
37211
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
37211
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
37212
37212
|
license?: string | undefined;
|
|
37213
37213
|
media?: {
|
|
37214
37214
|
video?: string | undefined;
|
|
@@ -37380,7 +37380,7 @@ declare const HubAPIContract: {
|
|
|
37380
37380
|
priority?: number | undefined;
|
|
37381
37381
|
}[] | undefined;
|
|
37382
37382
|
} | undefined;
|
|
37383
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
37383
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
37384
37384
|
license?: string | undefined;
|
|
37385
37385
|
media?: {
|
|
37386
37386
|
video?: string | undefined;
|
|
@@ -37596,7 +37596,7 @@ declare const HubAPIContract: {
|
|
|
37596
37596
|
extensionPointId: string;
|
|
37597
37597
|
}[] | undefined;
|
|
37598
37598
|
} | undefined;
|
|
37599
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
37599
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
37600
37600
|
license?: string | undefined;
|
|
37601
37601
|
media?: {
|
|
37602
37602
|
video?: string | undefined;
|
|
@@ -37792,7 +37792,7 @@ declare const HubAPIContract: {
|
|
|
37792
37792
|
priority?: number | undefined;
|
|
37793
37793
|
}[] | undefined;
|
|
37794
37794
|
} | undefined;
|
|
37795
|
-
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "
|
|
37795
|
+
category?: "data" | "driver" | "utility" | "security" | "integration" | "automation" | "analytics" | "ui" | "gateway" | "adapter" | "ai" | undefined;
|
|
37796
37796
|
license?: string | undefined;
|
|
37797
37797
|
media?: {
|
|
37798
37798
|
video?: string | undefined;
|
|
@@ -38255,8 +38255,8 @@ declare const HubAPIContract: {
|
|
|
38255
38255
|
changeLog?: string | undefined;
|
|
38256
38256
|
}> | undefined;
|
|
38257
38257
|
screenshots?: string[] | undefined;
|
|
38258
|
-
downloads?: number | undefined;
|
|
38259
38258
|
homepage?: string | undefined;
|
|
38259
|
+
downloads?: number | undefined;
|
|
38260
38260
|
readme?: string | undefined;
|
|
38261
38261
|
vendor?: {
|
|
38262
38262
|
name: string;
|
|
@@ -38297,9 +38297,9 @@ declare const HubAPIContract: {
|
|
|
38297
38297
|
changeLog?: string | undefined;
|
|
38298
38298
|
}> | undefined;
|
|
38299
38299
|
screenshots?: string[] | undefined;
|
|
38300
|
+
homepage?: string | undefined;
|
|
38300
38301
|
verified?: boolean | undefined;
|
|
38301
38302
|
downloads?: number | undefined;
|
|
38302
|
-
homepage?: string | undefined;
|
|
38303
38303
|
readme?: string | undefined;
|
|
38304
38304
|
vendor?: {
|
|
38305
38305
|
name: string;
|
|
@@ -38396,8 +38396,8 @@ declare const HubAPIContract: {
|
|
|
38396
38396
|
changeLog?: string | undefined;
|
|
38397
38397
|
}> | undefined;
|
|
38398
38398
|
screenshots?: string[] | undefined;
|
|
38399
|
-
downloads?: number | undefined;
|
|
38400
38399
|
homepage?: string | undefined;
|
|
38400
|
+
downloads?: number | undefined;
|
|
38401
38401
|
readme?: string | undefined;
|
|
38402
38402
|
vendor?: {
|
|
38403
38403
|
name: string;
|
|
@@ -38467,9 +38467,9 @@ declare const HubAPIContract: {
|
|
|
38467
38467
|
changeLog?: string | undefined;
|
|
38468
38468
|
}> | undefined;
|
|
38469
38469
|
screenshots?: string[] | undefined;
|
|
38470
|
+
homepage?: string | undefined;
|
|
38470
38471
|
verified?: boolean | undefined;
|
|
38471
38472
|
downloads?: number | undefined;
|
|
38472
|
-
homepage?: string | undefined;
|
|
38473
38473
|
readme?: string | undefined;
|
|
38474
38474
|
vendor?: {
|
|
38475
38475
|
name: string;
|
|
@@ -38684,8 +38684,8 @@ declare const HubAPIContract: {
|
|
|
38684
38684
|
changeLog?: string | undefined;
|
|
38685
38685
|
}> | undefined;
|
|
38686
38686
|
screenshots?: string[] | undefined;
|
|
38687
|
-
downloads?: number | undefined;
|
|
38688
38687
|
homepage?: string | undefined;
|
|
38688
|
+
downloads?: number | undefined;
|
|
38689
38689
|
readme?: string | undefined;
|
|
38690
38690
|
vendor?: {
|
|
38691
38691
|
name: string;
|
|
@@ -38726,9 +38726,9 @@ declare const HubAPIContract: {
|
|
|
38726
38726
|
changeLog?: string | undefined;
|
|
38727
38727
|
}> | undefined;
|
|
38728
38728
|
screenshots?: string[] | undefined;
|
|
38729
|
+
homepage?: string | undefined;
|
|
38729
38730
|
verified?: boolean | undefined;
|
|
38730
38731
|
downloads?: number | undefined;
|
|
38731
|
-
homepage?: string | undefined;
|
|
38732
38732
|
readme?: string | undefined;
|
|
38733
38733
|
vendor?: {
|
|
38734
38734
|
name: string;
|
|
@@ -38772,8 +38772,8 @@ declare const HubAPIContract: {
|
|
|
38772
38772
|
changeLog?: string | undefined;
|
|
38773
38773
|
}> | undefined;
|
|
38774
38774
|
screenshots?: string[] | undefined;
|
|
38775
|
-
downloads?: number | undefined;
|
|
38776
38775
|
homepage?: string | undefined;
|
|
38776
|
+
downloads?: number | undefined;
|
|
38777
38777
|
readme?: string | undefined;
|
|
38778
38778
|
vendor?: {
|
|
38779
38779
|
name: string;
|
|
@@ -38830,9 +38830,9 @@ declare const HubAPIContract: {
|
|
|
38830
38830
|
changeLog?: string | undefined;
|
|
38831
38831
|
}> | undefined;
|
|
38832
38832
|
screenshots?: string[] | undefined;
|
|
38833
|
+
homepage?: string | undefined;
|
|
38833
38834
|
verified?: boolean | undefined;
|
|
38834
38835
|
downloads?: number | undefined;
|
|
38835
|
-
homepage?: string | undefined;
|
|
38836
38836
|
readme?: string | undefined;
|
|
38837
38837
|
vendor?: {
|
|
38838
38838
|
name: string;
|
|
@@ -39551,7 +39551,7 @@ declare const HubAPIContract: {
|
|
|
39551
39551
|
manifest: z.ZodOptional<z.ZodObject<{
|
|
39552
39552
|
id: z.ZodString;
|
|
39553
39553
|
version: z.ZodString;
|
|
39554
|
-
type: z.ZodEnum<["
|
|
39554
|
+
type: z.ZodEnum<["plugin", "ui", "driver", "server", "app", "theme", "agent", "objectql", "module", "gateway", "adapter"]>;
|
|
39555
39555
|
name: z.ZodString;
|
|
39556
39556
|
description: z.ZodOptional<z.ZodString>;
|
|
39557
39557
|
permissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -39729,6 +39729,11 @@ declare const HubAPIContract: {
|
|
|
39729
39729
|
input?: any;
|
|
39730
39730
|
output?: any;
|
|
39731
39731
|
}[] | undefined;
|
|
39732
|
+
drivers?: {
|
|
39733
|
+
label: string;
|
|
39734
|
+
id: string;
|
|
39735
|
+
description?: string | undefined;
|
|
39736
|
+
}[] | undefined;
|
|
39732
39737
|
kinds?: {
|
|
39733
39738
|
id: string;
|
|
39734
39739
|
globs: string[];
|
|
@@ -39748,11 +39753,6 @@ declare const HubAPIContract: {
|
|
|
39748
39753
|
path: string;
|
|
39749
39754
|
locale: string;
|
|
39750
39755
|
}[] | undefined;
|
|
39751
|
-
drivers?: {
|
|
39752
|
-
label: string;
|
|
39753
|
-
id: string;
|
|
39754
|
-
description?: string | undefined;
|
|
39755
|
-
}[] | undefined;
|
|
39756
39756
|
functions?: {
|
|
39757
39757
|
name: string;
|
|
39758
39758
|
description?: string | undefined;
|
|
@@ -39773,6 +39773,11 @@ declare const HubAPIContract: {
|
|
|
39773
39773
|
input?: any;
|
|
39774
39774
|
output?: any;
|
|
39775
39775
|
}[] | undefined;
|
|
39776
|
+
drivers?: {
|
|
39777
|
+
label: string;
|
|
39778
|
+
id: string;
|
|
39779
|
+
description?: string | undefined;
|
|
39780
|
+
}[] | undefined;
|
|
39776
39781
|
kinds?: {
|
|
39777
39782
|
id: string;
|
|
39778
39783
|
globs: string[];
|
|
@@ -39792,11 +39797,6 @@ declare const HubAPIContract: {
|
|
|
39792
39797
|
path: string;
|
|
39793
39798
|
locale: string;
|
|
39794
39799
|
}[] | undefined;
|
|
39795
|
-
drivers?: {
|
|
39796
|
-
label: string;
|
|
39797
|
-
id: string;
|
|
39798
|
-
description?: string | undefined;
|
|
39799
|
-
}[] | undefined;
|
|
39800
39800
|
functions?: {
|
|
39801
39801
|
name: string;
|
|
39802
39802
|
description?: string | undefined;
|
|
@@ -40972,7 +40972,7 @@ declare const HubAPIContract: {
|
|
|
40972
40972
|
} | undefined;
|
|
40973
40973
|
}>>;
|
|
40974
40974
|
}, "strip", z.ZodTypeAny, {
|
|
40975
|
-
type: "driver" | "app" | "
|
|
40975
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
40976
40976
|
name: string;
|
|
40977
40977
|
version: string;
|
|
40978
40978
|
id: string;
|
|
@@ -41213,6 +41213,11 @@ declare const HubAPIContract: {
|
|
|
41213
41213
|
input?: any;
|
|
41214
41214
|
output?: any;
|
|
41215
41215
|
}[] | undefined;
|
|
41216
|
+
drivers?: {
|
|
41217
|
+
label: string;
|
|
41218
|
+
id: string;
|
|
41219
|
+
description?: string | undefined;
|
|
41220
|
+
}[] | undefined;
|
|
41216
41221
|
kinds?: {
|
|
41217
41222
|
id: string;
|
|
41218
41223
|
globs: string[];
|
|
@@ -41232,11 +41237,6 @@ declare const HubAPIContract: {
|
|
|
41232
41237
|
path: string;
|
|
41233
41238
|
locale: string;
|
|
41234
41239
|
}[] | undefined;
|
|
41235
|
-
drivers?: {
|
|
41236
|
-
label: string;
|
|
41237
|
-
id: string;
|
|
41238
|
-
description?: string | undefined;
|
|
41239
|
-
}[] | undefined;
|
|
41240
41240
|
functions?: {
|
|
41241
41241
|
name: string;
|
|
41242
41242
|
description?: string | undefined;
|
|
@@ -41245,7 +41245,7 @@ declare const HubAPIContract: {
|
|
|
41245
41245
|
}[] | undefined;
|
|
41246
41246
|
} | undefined;
|
|
41247
41247
|
}, {
|
|
41248
|
-
type: "driver" | "app" | "
|
|
41248
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
41249
41249
|
name: string;
|
|
41250
41250
|
version: string;
|
|
41251
41251
|
id: string;
|
|
@@ -41486,6 +41486,11 @@ declare const HubAPIContract: {
|
|
|
41486
41486
|
input?: any;
|
|
41487
41487
|
output?: any;
|
|
41488
41488
|
}[] | undefined;
|
|
41489
|
+
drivers?: {
|
|
41490
|
+
label: string;
|
|
41491
|
+
id: string;
|
|
41492
|
+
description?: string | undefined;
|
|
41493
|
+
}[] | undefined;
|
|
41489
41494
|
kinds?: {
|
|
41490
41495
|
id: string;
|
|
41491
41496
|
globs: string[];
|
|
@@ -41505,11 +41510,6 @@ declare const HubAPIContract: {
|
|
|
41505
41510
|
path: string;
|
|
41506
41511
|
locale: string;
|
|
41507
41512
|
}[] | undefined;
|
|
41508
|
-
drivers?: {
|
|
41509
|
-
label: string;
|
|
41510
|
-
id: string;
|
|
41511
|
-
description?: string | undefined;
|
|
41512
|
-
}[] | undefined;
|
|
41513
41513
|
functions?: {
|
|
41514
41514
|
name: string;
|
|
41515
41515
|
description?: string | undefined;
|
|
@@ -41556,7 +41556,7 @@ declare const HubAPIContract: {
|
|
|
41556
41556
|
sources: string[];
|
|
41557
41557
|
}[] | undefined;
|
|
41558
41558
|
manifest?: {
|
|
41559
|
-
type: "driver" | "app" | "
|
|
41559
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
41560
41560
|
name: string;
|
|
41561
41561
|
version: string;
|
|
41562
41562
|
id: string;
|
|
@@ -41797,6 +41797,11 @@ declare const HubAPIContract: {
|
|
|
41797
41797
|
input?: any;
|
|
41798
41798
|
output?: any;
|
|
41799
41799
|
}[] | undefined;
|
|
41800
|
+
drivers?: {
|
|
41801
|
+
label: string;
|
|
41802
|
+
id: string;
|
|
41803
|
+
description?: string | undefined;
|
|
41804
|
+
}[] | undefined;
|
|
41800
41805
|
kinds?: {
|
|
41801
41806
|
id: string;
|
|
41802
41807
|
globs: string[];
|
|
@@ -41816,11 +41821,6 @@ declare const HubAPIContract: {
|
|
|
41816
41821
|
path: string;
|
|
41817
41822
|
locale: string;
|
|
41818
41823
|
}[] | undefined;
|
|
41819
|
-
drivers?: {
|
|
41820
|
-
label: string;
|
|
41821
|
-
id: string;
|
|
41822
|
-
description?: string | undefined;
|
|
41823
|
-
}[] | undefined;
|
|
41824
41824
|
functions?: {
|
|
41825
41825
|
name: string;
|
|
41826
41826
|
description?: string | undefined;
|
|
@@ -41844,7 +41844,7 @@ declare const HubAPIContract: {
|
|
|
41844
41844
|
sources: string[];
|
|
41845
41845
|
}[] | undefined;
|
|
41846
41846
|
manifest?: {
|
|
41847
|
-
type: "driver" | "app" | "
|
|
41847
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
41848
41848
|
name: string;
|
|
41849
41849
|
version: string;
|
|
41850
41850
|
id: string;
|
|
@@ -42085,6 +42085,11 @@ declare const HubAPIContract: {
|
|
|
42085
42085
|
input?: any;
|
|
42086
42086
|
output?: any;
|
|
42087
42087
|
}[] | undefined;
|
|
42088
|
+
drivers?: {
|
|
42089
|
+
label: string;
|
|
42090
|
+
id: string;
|
|
42091
|
+
description?: string | undefined;
|
|
42092
|
+
}[] | undefined;
|
|
42088
42093
|
kinds?: {
|
|
42089
42094
|
id: string;
|
|
42090
42095
|
globs: string[];
|
|
@@ -42104,11 +42109,6 @@ declare const HubAPIContract: {
|
|
|
42104
42109
|
path: string;
|
|
42105
42110
|
locale: string;
|
|
42106
42111
|
}[] | undefined;
|
|
42107
|
-
drivers?: {
|
|
42108
|
-
label: string;
|
|
42109
|
-
id: string;
|
|
42110
|
-
description?: string | undefined;
|
|
42111
|
-
}[] | undefined;
|
|
42112
42112
|
functions?: {
|
|
42113
42113
|
name: string;
|
|
42114
42114
|
description?: string | undefined;
|
|
@@ -42134,7 +42134,7 @@ declare const HubAPIContract: {
|
|
|
42134
42134
|
sources: string[];
|
|
42135
42135
|
}[] | undefined;
|
|
42136
42136
|
manifest?: {
|
|
42137
|
-
type: "driver" | "app" | "
|
|
42137
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
42138
42138
|
name: string;
|
|
42139
42139
|
version: string;
|
|
42140
42140
|
id: string;
|
|
@@ -42375,6 +42375,11 @@ declare const HubAPIContract: {
|
|
|
42375
42375
|
input?: any;
|
|
42376
42376
|
output?: any;
|
|
42377
42377
|
}[] | undefined;
|
|
42378
|
+
drivers?: {
|
|
42379
|
+
label: string;
|
|
42380
|
+
id: string;
|
|
42381
|
+
description?: string | undefined;
|
|
42382
|
+
}[] | undefined;
|
|
42378
42383
|
kinds?: {
|
|
42379
42384
|
id: string;
|
|
42380
42385
|
globs: string[];
|
|
@@ -42394,11 +42399,6 @@ declare const HubAPIContract: {
|
|
|
42394
42399
|
path: string;
|
|
42395
42400
|
locale: string;
|
|
42396
42401
|
}[] | undefined;
|
|
42397
|
-
drivers?: {
|
|
42398
|
-
label: string;
|
|
42399
|
-
id: string;
|
|
42400
|
-
description?: string | undefined;
|
|
42401
|
-
}[] | undefined;
|
|
42402
42402
|
functions?: {
|
|
42403
42403
|
name: string;
|
|
42404
42404
|
description?: string | undefined;
|
|
@@ -42438,7 +42438,7 @@ declare const HubAPIContract: {
|
|
|
42438
42438
|
sources: string[];
|
|
42439
42439
|
}[] | undefined;
|
|
42440
42440
|
manifest?: {
|
|
42441
|
-
type: "driver" | "app" | "
|
|
42441
|
+
type: "theme" | "driver" | "app" | "server" | "ui" | "agent" | "objectql" | "plugin" | "module" | "gateway" | "adapter";
|
|
42442
42442
|
name: string;
|
|
42443
42443
|
version: string;
|
|
42444
42444
|
id: string;
|
|
@@ -42679,6 +42679,11 @@ declare const HubAPIContract: {
|
|
|
42679
42679
|
input?: any;
|
|
42680
42680
|
output?: any;
|
|
42681
42681
|
}[] | undefined;
|
|
42682
|
+
drivers?: {
|
|
42683
|
+
label: string;
|
|
42684
|
+
id: string;
|
|
42685
|
+
description?: string | undefined;
|
|
42686
|
+
}[] | undefined;
|
|
42682
42687
|
kinds?: {
|
|
42683
42688
|
id: string;
|
|
42684
42689
|
globs: string[];
|
|
@@ -42698,11 +42703,6 @@ declare const HubAPIContract: {
|
|
|
42698
42703
|
path: string;
|
|
42699
42704
|
locale: string;
|
|
42700
42705
|
}[] | undefined;
|
|
42701
|
-
drivers?: {
|
|
42702
|
-
label: string;
|
|
42703
|
-
id: string;
|
|
42704
|
-
description?: string | undefined;
|
|
42705
|
-
}[] | undefined;
|
|
42706
42706
|
functions?: {
|
|
42707
42707
|
name: string;
|
|
42708
42708
|
description?: string | undefined;
|