@objectstack/spec 0.9.0 → 0.9.2
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/README.md +72 -4
- package/dist/ai/cost.zod.d.ts +1 -1
- package/dist/ai/devops-agent.zod.d.ts +6 -6
- package/dist/ai/index.d.ts +4 -0
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +4 -0
- package/dist/ai/plugin-development.zod.d.ts +415 -0
- package/dist/ai/plugin-development.zod.d.ts.map +1 -0
- package/dist/ai/plugin-development.zod.js +576 -0
- package/dist/ai/runtime-ops.zod.d.ts +480 -0
- package/dist/ai/runtime-ops.zod.d.ts.map +1 -0
- package/dist/ai/runtime-ops.zod.js +578 -0
- package/dist/api/discovery.zod.d.ts +1 -1
- package/dist/api/endpoint.zod.d.ts +2 -2
- package/dist/api/hub.zod.d.ts +74 -74
- package/dist/api/realtime.zod.d.ts +2 -2
- package/dist/api/websocket.zod.d.ts +6 -6
- package/dist/automation/trigger-registry.zod.d.ts +6 -6
- package/dist/contracts/service-registry.d.ts +1 -1
- package/dist/hub/hub-federation.zod.d.ts +4 -4
- package/dist/hub/index.d.ts +1 -0
- package/dist/hub/index.d.ts.map +1 -1
- package/dist/hub/index.js +1 -0
- package/dist/hub/license.zod.d.ts +1 -1
- package/dist/hub/marketplace-enhanced.zod.d.ts +1028 -0
- package/dist/hub/marketplace-enhanced.zod.d.ts.map +1 -0
- package/dist/hub/marketplace-enhanced.zod.js +728 -0
- package/dist/hub/plugin-registry.zod.d.ts +3 -3
- package/dist/hub/plugin-security.zod.d.ts +4 -4
- package/dist/hub/space.zod.d.ts +2 -2
- package/dist/integration/connector/database.zod.d.ts +1 -1
- package/dist/integration/connector/file-storage.zod.d.ts +1 -1
- package/dist/integration/connector/github.zod.d.ts +1 -1
- package/dist/integration/connector/message-queue.zod.d.ts +1 -1
- package/dist/integration/connector/saas.zod.d.ts +3 -3
- package/dist/integration/connector/vercel.zod.d.ts +4 -4
- package/dist/integration/connector.zod.d.ts +2 -2
- package/dist/stack.zod.d.ts +4768 -2542
- package/dist/stack.zod.d.ts.map +1 -1
- package/dist/stack.zod.js +20 -2
- package/dist/system/index.d.ts +3 -0
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +3 -0
- package/dist/system/logging.zod.d.ts +5 -0
- package/dist/system/logging.zod.d.ts.map +1 -1
- package/dist/system/logging.zod.js +2 -1
- package/dist/system/notification.zod.d.ts +1 -1
- package/dist/system/plugin-lifecycle-advanced.zod.d.ts +357 -0
- package/dist/system/plugin-lifecycle-advanced.zod.d.ts.map +1 -0
- package/dist/system/plugin-lifecycle-advanced.zod.js +411 -0
- package/dist/system/plugin-security-advanced.zod.d.ts +904 -0
- package/dist/system/plugin-security-advanced.zod.d.ts.map +1 -0
- package/dist/system/plugin-security-advanced.zod.js +606 -0
- package/dist/system/plugin-versioning.zod.d.ts +438 -0
- package/dist/system/plugin-versioning.zod.d.ts.map +1 -0
- package/dist/system/plugin-versioning.zod.js +397 -0
- package/json-schema/ai/AICodeReviewResult.json +7 -0
- package/json-schema/ai/AIOpsAgentConfig.json +7 -0
- package/json-schema/ai/AnomalyDetectionConfig.json +7 -0
- package/json-schema/ai/AutoScalingPolicy.json +7 -0
- package/json-schema/ai/CodeGenerationRequest.json +7 -0
- package/json-schema/ai/GeneratedCode.json +7 -0
- package/json-schema/ai/PerformanceOptimization.json +7 -0
- package/json-schema/ai/PluginCompositionRequest.json +7 -0
- package/json-schema/ai/PluginCompositionResult.json +7 -0
- package/json-schema/ai/PluginRecommendation.json +7 -0
- package/json-schema/ai/PluginRecommendationRequest.json +7 -0
- package/json-schema/ai/PluginScaffoldingTemplate.json +7 -0
- package/json-schema/ai/RootCauseAnalysisRequest.json +7 -0
- package/json-schema/ai/RootCauseAnalysisResult.json +7 -0
- package/json-schema/ai/SelfHealingAction.json +7 -0
- package/json-schema/ai/SelfHealingConfig.json +7 -0
- package/json-schema/hub/MarketplaceQualityMetrics.json +7 -0
- package/json-schema/hub/PluginCategory.json +7 -0
- package/json-schema/hub/PluginCertification.json +7 -0
- package/json-schema/hub/PluginInstallationRequest.json +7 -0
- package/json-schema/hub/PluginInstallationStatus.json +7 -0
- package/json-schema/hub/PluginLicense.json +7 -0
- package/json-schema/hub/PluginMarketplaceListing.json +7 -0
- package/json-schema/hub/PluginRating.json +7 -0
- package/json-schema/hub/PluginRevenueSharing.json +7 -0
- package/json-schema/hub/PluginSearchQuery.json +7 -0
- package/json-schema/hub/PluginTag.json +7 -0
- package/json-schema/hub/RegistryConfig.json +7 -0
- package/json-schema/hub/RegistrySyncPolicy.json +7 -0
- package/json-schema/hub/RegistryUpstream.json +7 -0
- package/json-schema/system/AdvancedPluginLifecycleConfig.json +7 -0
- package/json-schema/system/BreakingChange.json +7 -0
- package/json-schema/system/CompatibilityLevel.json +7 -0
- package/json-schema/system/CompatibilityMatrixEntry.json +7 -0
- package/json-schema/system/DependencyConflict.json +7 -0
- package/json-schema/system/DependencyResolutionResult.json +7 -0
- package/json-schema/system/DeprecationNotice.json +7 -0
- package/json-schema/system/DistributedStateConfig.json +7 -0
- package/json-schema/system/GracefulDegradation.json +7 -0
- package/json-schema/system/HotReloadConfig.json +7 -0
- package/json-schema/system/MultiVersionSupport.json +7 -0
- package/json-schema/system/Permission.json +7 -0
- package/json-schema/system/PermissionAction.json +7 -0
- package/json-schema/system/PermissionScope.json +7 -0
- package/json-schema/system/PermissionSet.json +7 -0
- package/json-schema/system/PluginCompatibilityMatrix.json +7 -0
- package/json-schema/system/PluginHealthCheck.json +7 -0
- package/json-schema/system/PluginHealthReport.json +7 -0
- package/json-schema/system/PluginHealthStatus.json +7 -0
- package/json-schema/system/PluginSecurityManifest.json +7 -0
- package/json-schema/system/PluginStateSnapshot.json +7 -0
- package/json-schema/system/PluginTrustLevel.json +7 -0
- package/json-schema/system/PluginUpdateStrategy.json +7 -0
- package/json-schema/system/PluginVersionMetadata.json +7 -0
- package/json-schema/system/ResourceType.json +7 -0
- package/json-schema/system/RuntimeConfig.json +7 -0
- package/json-schema/system/SandboxConfig.json +7 -0
- package/json-schema/system/SecurityPolicy.json +7 -0
- package/json-schema/system/SecurityScanResult.json +7 -0
- package/json-schema/system/SecurityVulnerability.json +7 -0
- package/json-schema/system/SemanticVersion.json +7 -0
- package/json-schema/system/VersionConstraint.json +7 -0
- package/package.json +1 -1
|
@@ -17,8 +17,8 @@ export declare const PluginVendorSchema: z.ZodObject<{
|
|
|
17
17
|
verified: z.ZodDefault<z.ZodBoolean>;
|
|
18
18
|
trustLevel: z.ZodDefault<z.ZodEnum<{
|
|
19
19
|
verified: "verified";
|
|
20
|
-
official: "official";
|
|
21
20
|
community: "community";
|
|
21
|
+
official: "official";
|
|
22
22
|
unverified: "unverified";
|
|
23
23
|
}>>;
|
|
24
24
|
}, z.core.$strip>;
|
|
@@ -100,8 +100,8 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
100
100
|
verified: z.ZodDefault<z.ZodBoolean>;
|
|
101
101
|
trustLevel: z.ZodDefault<z.ZodEnum<{
|
|
102
102
|
verified: "verified";
|
|
103
|
-
official: "official";
|
|
104
103
|
community: "community";
|
|
104
|
+
official: "official";
|
|
105
105
|
unverified: "unverified";
|
|
106
106
|
}>>;
|
|
107
107
|
}, z.core.$strip>;
|
|
@@ -307,8 +307,8 @@ export declare const PluginSearchFiltersSchema: z.ZodObject<{
|
|
|
307
307
|
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
308
308
|
trustLevel: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
309
309
|
verified: "verified";
|
|
310
|
-
official: "official";
|
|
311
310
|
community: "community";
|
|
311
|
+
official: "official";
|
|
312
312
|
unverified: "unverified";
|
|
313
313
|
}>>>;
|
|
314
314
|
implementsProtocols: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -530,16 +530,16 @@ export declare const PluginTrustScoreSchema: z.ZodObject<{
|
|
|
530
530
|
level: z.ZodEnum<{
|
|
531
531
|
verified: "verified";
|
|
532
532
|
trusted: "trusted";
|
|
533
|
-
neutral: "neutral";
|
|
534
533
|
untrusted: "untrusted";
|
|
535
534
|
blocked: "blocked";
|
|
535
|
+
neutral: "neutral";
|
|
536
536
|
}>;
|
|
537
537
|
badges: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
538
|
+
"open-source": "open-source";
|
|
538
539
|
official: "official";
|
|
539
540
|
"verified-vendor": "verified-vendor";
|
|
540
541
|
"security-scanned": "security-scanned";
|
|
541
542
|
"code-signed": "code-signed";
|
|
542
|
-
"open-source": "open-source";
|
|
543
543
|
popular: "popular";
|
|
544
544
|
}>>>;
|
|
545
545
|
updatedAt: z.ZodString;
|
|
@@ -1011,16 +1011,16 @@ export declare const PluginSecurityProtocol: {
|
|
|
1011
1011
|
level: z.ZodEnum<{
|
|
1012
1012
|
verified: "verified";
|
|
1013
1013
|
trusted: "trusted";
|
|
1014
|
-
neutral: "neutral";
|
|
1015
1014
|
untrusted: "untrusted";
|
|
1016
1015
|
blocked: "blocked";
|
|
1016
|
+
neutral: "neutral";
|
|
1017
1017
|
}>;
|
|
1018
1018
|
badges: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1019
|
+
"open-source": "open-source";
|
|
1019
1020
|
official: "official";
|
|
1020
1021
|
"verified-vendor": "verified-vendor";
|
|
1021
1022
|
"security-scanned": "security-scanned";
|
|
1022
1023
|
"code-signed": "code-signed";
|
|
1023
|
-
"open-source": "open-source";
|
|
1024
1024
|
popular: "popular";
|
|
1025
1025
|
}>>>;
|
|
1026
1026
|
updatedAt: z.ZodString;
|
package/dist/hub/space.zod.d.ts
CHANGED
|
@@ -50,8 +50,8 @@ export declare const SpaceSubscriptionSchema: z.ZodObject<{
|
|
|
50
50
|
*/
|
|
51
51
|
export declare const DeploymentTargetSchema: z.ZodObject<{
|
|
52
52
|
provider: z.ZodEnum<{
|
|
53
|
-
vercel: "vercel";
|
|
54
53
|
docker: "docker";
|
|
54
|
+
vercel: "vercel";
|
|
55
55
|
kubernetes: "kubernetes";
|
|
56
56
|
}>;
|
|
57
57
|
region: z.ZodOptional<z.ZodString>;
|
|
@@ -130,8 +130,8 @@ export declare const HubSpaceSchema: z.ZodObject<{
|
|
|
130
130
|
}, z.core.$strip>>;
|
|
131
131
|
deployment: z.ZodOptional<z.ZodObject<{
|
|
132
132
|
provider: z.ZodEnum<{
|
|
133
|
-
vercel: "vercel";
|
|
134
133
|
docker: "docker";
|
|
134
|
+
vercel: "vercel";
|
|
135
135
|
kubernetes: "kubernetes";
|
|
136
136
|
}>;
|
|
137
137
|
region: z.ZodOptional<z.ZodString>;
|
|
@@ -361,8 +361,8 @@ export declare const DatabaseConnectorSchema: z.ZodObject<{
|
|
|
361
361
|
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
362
362
|
error: "error";
|
|
363
363
|
active: "active";
|
|
364
|
-
inactive: "inactive";
|
|
365
364
|
configuring: "configuring";
|
|
365
|
+
inactive: "inactive";
|
|
366
366
|
}>>>;
|
|
367
367
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
368
368
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -349,8 +349,8 @@ export declare const FileStorageConnectorSchema: z.ZodObject<{
|
|
|
349
349
|
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
350
350
|
error: "error";
|
|
351
351
|
active: "active";
|
|
352
|
-
inactive: "inactive";
|
|
353
352
|
configuring: "configuring";
|
|
353
|
+
inactive: "inactive";
|
|
354
354
|
}>>>;
|
|
355
355
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
356
356
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -380,8 +380,8 @@ export declare const GitHubConnectorSchema: z.ZodObject<{
|
|
|
380
380
|
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
381
381
|
error: "error";
|
|
382
382
|
active: "active";
|
|
383
|
-
inactive: "inactive";
|
|
384
383
|
configuring: "configuring";
|
|
384
|
+
inactive: "inactive";
|
|
385
385
|
}>>>;
|
|
386
386
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
387
387
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -420,8 +420,8 @@ export declare const MessageQueueConnectorSchema: z.ZodObject<{
|
|
|
420
420
|
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
421
421
|
error: "error";
|
|
422
422
|
active: "active";
|
|
423
|
-
inactive: "inactive";
|
|
424
423
|
configuring: "configuring";
|
|
424
|
+
inactive: "inactive";
|
|
425
425
|
}>>>;
|
|
426
426
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
427
427
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -12,9 +12,9 @@ import { z } from 'zod';
|
|
|
12
12
|
export declare const SaasProviderSchema: z.ZodEnum<{
|
|
13
13
|
custom: "custom";
|
|
14
14
|
slack: "slack";
|
|
15
|
+
stripe: "stripe";
|
|
15
16
|
salesforce: "salesforce";
|
|
16
17
|
hubspot: "hubspot";
|
|
17
|
-
stripe: "stripe";
|
|
18
18
|
shopify: "shopify";
|
|
19
19
|
zendesk: "zendesk";
|
|
20
20
|
intercom: "intercom";
|
|
@@ -330,8 +330,8 @@ export declare const SaasConnectorSchema: z.ZodObject<{
|
|
|
330
330
|
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
331
331
|
error: "error";
|
|
332
332
|
active: "active";
|
|
333
|
-
inactive: "inactive";
|
|
334
333
|
configuring: "configuring";
|
|
334
|
+
inactive: "inactive";
|
|
335
335
|
}>>>;
|
|
336
336
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
337
337
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -339,9 +339,9 @@ export declare const SaasConnectorSchema: z.ZodObject<{
|
|
|
339
339
|
provider: z.ZodEnum<{
|
|
340
340
|
custom: "custom";
|
|
341
341
|
slack: "slack";
|
|
342
|
+
stripe: "stripe";
|
|
342
343
|
salesforce: "salesforce";
|
|
343
344
|
hubspot: "hubspot";
|
|
344
|
-
stripe: "stripe";
|
|
345
345
|
shopify: "shopify";
|
|
346
346
|
zendesk: "zendesk";
|
|
347
347
|
intercom: "intercom";
|
|
@@ -53,9 +53,9 @@ export type VercelProvider = z.infer<typeof VercelProviderSchema>;
|
|
|
53
53
|
export declare const VercelFrameworkSchema: z.ZodEnum<{
|
|
54
54
|
static: "static";
|
|
55
55
|
other: "other";
|
|
56
|
-
nextjs: "nextjs";
|
|
57
56
|
react: "react";
|
|
58
57
|
vue: "vue";
|
|
58
|
+
nextjs: "nextjs";
|
|
59
59
|
nuxtjs: "nuxtjs";
|
|
60
60
|
gatsby: "gatsby";
|
|
61
61
|
remix: "remix";
|
|
@@ -166,9 +166,9 @@ export declare const VercelProjectSchema: z.ZodObject<{
|
|
|
166
166
|
framework: z.ZodOptional<z.ZodEnum<{
|
|
167
167
|
static: "static";
|
|
168
168
|
other: "other";
|
|
169
|
-
nextjs: "nextjs";
|
|
170
169
|
react: "react";
|
|
171
170
|
vue: "vue";
|
|
171
|
+
nextjs: "nextjs";
|
|
172
172
|
nuxtjs: "nuxtjs";
|
|
173
173
|
gatsby: "gatsby";
|
|
174
174
|
remix: "remix";
|
|
@@ -515,8 +515,8 @@ export declare const VercelConnectorSchema: z.ZodObject<{
|
|
|
515
515
|
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
516
516
|
error: "error";
|
|
517
517
|
active: "active";
|
|
518
|
-
inactive: "inactive";
|
|
519
518
|
configuring: "configuring";
|
|
519
|
+
inactive: "inactive";
|
|
520
520
|
}>>>;
|
|
521
521
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
522
522
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -534,9 +534,9 @@ export declare const VercelConnectorSchema: z.ZodObject<{
|
|
|
534
534
|
framework: z.ZodOptional<z.ZodEnum<{
|
|
535
535
|
static: "static";
|
|
536
536
|
other: "other";
|
|
537
|
-
nextjs: "nextjs";
|
|
538
537
|
react: "react";
|
|
539
538
|
vue: "vue";
|
|
539
|
+
nextjs: "nextjs";
|
|
540
540
|
nuxtjs: "nuxtjs";
|
|
541
541
|
gatsby: "gatsby";
|
|
542
542
|
remix: "remix";
|
|
@@ -417,8 +417,8 @@ export type ConnectorType = z.infer<typeof ConnectorTypeSchema>;
|
|
|
417
417
|
export declare const ConnectorStatusSchema: z.ZodEnum<{
|
|
418
418
|
error: "error";
|
|
419
419
|
active: "active";
|
|
420
|
-
inactive: "inactive";
|
|
421
420
|
configuring: "configuring";
|
|
421
|
+
inactive: "inactive";
|
|
422
422
|
}>;
|
|
423
423
|
export type ConnectorStatus = z.infer<typeof ConnectorStatusSchema>;
|
|
424
424
|
/**
|
|
@@ -669,8 +669,8 @@ export declare const ConnectorSchema: z.ZodObject<{
|
|
|
669
669
|
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
670
670
|
error: "error";
|
|
671
671
|
active: "active";
|
|
672
|
-
inactive: "inactive";
|
|
673
672
|
configuring: "configuring";
|
|
673
|
+
inactive: "inactive";
|
|
674
674
|
}>>>;
|
|
675
675
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
676
676
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|