@objectstack/spec 0.8.1 → 0.9.0
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/devops-agent.zod.d.ts +1 -1
- package/dist/ai/feedback-loop.zod.d.ts +4293 -0
- package/dist/ai/feedback-loop.zod.d.ts.map +1 -0
- package/dist/ai/feedback-loop.zod.js +53 -0
- package/dist/ai/index.d.ts +1 -0
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +1 -0
- package/dist/api/documentation.zod.d.ts +1073 -0
- package/dist/api/documentation.zod.d.ts.map +1 -0
- package/dist/api/documentation.zod.js +487 -0
- package/dist/api/errors.zod.d.ts +6 -6
- package/dist/api/graphql.zod.d.ts +3 -3
- package/dist/api/hub.zod.d.ts +5239 -0
- package/dist/api/hub.zod.d.ts.map +1 -0
- package/dist/api/hub.zod.js +784 -0
- package/dist/api/index.d.ts +4 -2
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +4 -2
- package/dist/api/odata.zod.d.ts +1 -1
- package/dist/api/protocol.zod.d.ts +2 -1143
- package/dist/api/protocol.zod.d.ts.map +1 -1
- package/dist/api/protocol.zod.js +2 -49
- package/dist/api/registry.example.d.ts +411 -0
- package/dist/api/registry.example.d.ts.map +1 -0
- package/dist/api/registry.example.js +470 -0
- package/dist/api/registry.zod.d.ts +2095 -0
- package/dist/api/registry.zod.d.ts.map +1 -0
- package/dist/api/registry.zod.js +755 -0
- package/dist/api/websocket.zod.d.ts +8 -8
- package/dist/auth/scim.zod.d.ts +3 -3
- package/dist/automation/flow.zod.d.ts +3 -3
- package/dist/contracts/index.d.ts +1 -0
- package/dist/contracts/index.d.ts.map +1 -1
- package/dist/contracts/index.js +1 -0
- package/dist/contracts/schema-driver.d.ts +21 -0
- package/dist/contracts/schema-driver.d.ts.map +1 -0
- package/dist/contracts/schema-driver.js +2 -0
- package/dist/hub/composer.zod.d.ts +226 -0
- package/dist/hub/composer.zod.d.ts.map +1 -1
- package/dist/hub/hub-federation.zod.d.ts +764 -0
- package/dist/hub/hub-federation.zod.d.ts.map +1 -0
- package/dist/hub/hub-federation.zod.js +441 -0
- package/dist/hub/index.d.ts +2 -0
- package/dist/hub/index.d.ts.map +1 -1
- package/dist/hub/index.js +3 -0
- package/dist/hub/plugin-security.zod.d.ts +1029 -0
- package/dist/hub/plugin-security.zod.d.ts.map +1 -0
- package/dist/hub/plugin-security.zod.js +637 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/integration/connector/vercel.zod.d.ts +2 -2
- package/dist/qa/index.d.ts +11 -0
- package/dist/qa/index.d.ts.map +1 -0
- package/dist/qa/index.js +26 -0
- package/dist/qa/testing.zod.d.ts +345 -0
- package/dist/qa/testing.zod.d.ts.map +1 -0
- package/dist/qa/testing.zod.js +69 -0
- package/dist/stack.zod.d.ts +576 -3
- package/dist/stack.zod.d.ts.map +1 -1
- package/dist/system/index.d.ts +2 -0
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +2 -0
- package/dist/system/manifest.zod.d.ts +226 -0
- package/dist/system/manifest.zod.d.ts.map +1 -1
- package/dist/system/manifest.zod.js +8 -0
- package/dist/system/message-queue.zod.d.ts +2 -2
- package/dist/system/metadata-loader.zod.d.ts +1 -1
- package/dist/system/migration.zod.d.ts +4205 -0
- package/dist/system/migration.zod.d.ts.map +1 -0
- package/dist/system/migration.zod.js +70 -0
- package/dist/system/plugin-loading.zod.d.ts +575 -0
- package/dist/system/plugin-loading.zod.d.ts.map +1 -0
- package/dist/system/plugin-loading.zod.js +612 -0
- package/json-schema/{api/ViewResponse.json → ai/FeedbackLoop.json} +2 -2
- package/json-schema/{api/ViewType.json → ai/Issue.json} +2 -2
- package/json-schema/{api/GetViewRequest.json → ai/MetadataSource.json} +2 -2
- package/json-schema/{api/ViewColumn.json → ai/Resolution.json} +2 -2
- package/json-schema/api/{DeleteViewRequest.json → ApiChangelogEntry.json} +2 -2
- package/json-schema/api/{CreateViewRequest.json → ApiDiscoveryQuery.json} +2 -2
- package/json-schema/api/ApiDiscoveryResponse.json +7 -0
- package/json-schema/api/ApiDocumentationConfig.json +7 -0
- package/json-schema/api/ApiEndpointRegistration.json +7 -0
- package/json-schema/api/ApiMetadata.json +7 -0
- package/json-schema/api/ApiParameter.json +7 -0
- package/json-schema/api/{GetViewResponse.json → ApiProtocolType.json} +2 -2
- package/json-schema/api/ApiRegistry.json +7 -0
- package/json-schema/api/{ListViewsRequest.json → ApiRegistryEntry.json} +2 -2
- package/json-schema/api/ApiResponse.json +7 -0
- package/json-schema/api/ApiTestCollection.json +7 -0
- package/json-schema/api/ApiTestRequest.json +7 -0
- package/json-schema/api/{DeleteViewResponse.json → ApiTestingUiConfig.json} +2 -2
- package/json-schema/api/ApiTestingUiType.json +7 -0
- package/json-schema/api/BuildStatusResponse.json +7 -0
- package/json-schema/api/CodeGenerationTemplate.json +7 -0
- package/json-schema/api/CompileManifestRequest.json +7 -0
- package/json-schema/api/CompileManifestResponse.json +7 -0
- package/json-schema/api/ConflictResolutionStrategy.json +7 -0
- package/json-schema/api/CreateSpaceRequest.json +7 -0
- package/json-schema/api/CreateTenantRequest.json +7 -0
- package/json-schema/api/GeneratedApiDocumentation.json +7 -0
- package/json-schema/api/GetBuildStatusRequest.json +7 -0
- package/json-schema/api/GetMarketplacePluginRequest.json +7 -0
- package/json-schema/api/GetPluginVersionsRequest.json +7 -0
- package/json-schema/api/GetPluginVersionsResponse.json +7 -0
- package/json-schema/api/HttpStatusCode.json +7 -0
- package/json-schema/api/HubHealthResponse.json +7 -0
- package/json-schema/api/HubMetricsResponse.json +7 -0
- package/json-schema/api/IssueLicenseRequest.json +7 -0
- package/json-schema/api/LicenseResponse.json +7 -0
- package/json-schema/api/ListLicensesRequest.json +7 -0
- package/json-schema/api/ListLicensesResponse.json +7 -0
- package/json-schema/api/ListMarketplaceRequest.json +7 -0
- package/json-schema/api/ListMarketplaceResponse.json +7 -0
- package/json-schema/api/ListSpacesRequest.json +7 -0
- package/json-schema/api/ListSpacesResponse.json +7 -0
- package/json-schema/api/ListTenantsRequest.json +7 -0
- package/json-schema/api/ListTenantsResponse.json +7 -0
- package/json-schema/api/MarketplacePluginResponse.json +7 -0
- package/json-schema/api/ObjectQLReference.json +7 -0
- package/json-schema/api/OpenApiSecurityScheme.json +7 -0
- package/json-schema/api/OpenApiServer.json +7 -0
- package/json-schema/api/OpenApiSpec.json +7 -0
- package/json-schema/api/PaginationRequest.json +7 -0
- package/json-schema/api/PaginationResponse.json +7 -0
- package/json-schema/api/PluginResponse.json +7 -0
- package/json-schema/api/PluginVersionInfo.json +7 -0
- package/json-schema/api/PublishPluginRequest.json +7 -0
- package/json-schema/api/RevokeLicenseRequest.json +7 -0
- package/json-schema/api/SchemaDefinition.json +7 -0
- package/json-schema/api/SearchPluginsRequest.json +7 -0
- package/json-schema/api/SearchPluginsResponse.json +7 -0
- package/json-schema/api/SpaceResponse.json +7 -0
- package/json-schema/api/TenantResponse.json +7 -0
- package/json-schema/api/UpdatePluginRequest.json +7 -0
- package/json-schema/api/UpdateSpaceRequest.json +7 -0
- package/json-schema/api/UpdateTenantRequest.json +7 -0
- package/json-schema/api/ValidateLicenseRequest.json +7 -0
- package/json-schema/api/ValidateLicenseResponse.json +7 -0
- package/json-schema/hub/DependencyConflict.json +7 -0
- package/json-schema/hub/DependencyGraph.json +7 -0
- package/json-schema/hub/DependencyGraphNode.json +7 -0
- package/json-schema/hub/DependencyResolutionResult.json +7 -0
- package/json-schema/hub/EdgeLocation.json +7 -0
- package/json-schema/hub/FederationTopology.json +7 -0
- package/json-schema/hub/GlobalRegistryEntry.json +7 -0
- package/json-schema/hub/HubInstance.json +7 -0
- package/json-schema/hub/PackageDependency.json +7 -0
- package/json-schema/hub/PluginProvenance.json +7 -0
- package/json-schema/hub/PluginTrustScore.json +7 -0
- package/json-schema/{api/SavedView.json → hub/Region.json} +2 -2
- package/json-schema/hub/ReplicationJob.json +7 -0
- package/json-schema/{api/ViewLayout.json → hub/SBOM.json} +2 -2
- package/json-schema/hub/SBOMEntry.json +7 -0
- package/json-schema/hub/SecurityPolicy.json +7 -0
- package/json-schema/hub/SecurityScanResult.json +7 -0
- package/json-schema/hub/SecurityVulnerability.json +7 -0
- package/json-schema/hub/TenantPlacementPolicy.json +7 -0
- package/json-schema/hub/VulnerabilitySeverity.json +7 -0
- package/json-schema/qa/TestAction.json +7 -0
- package/json-schema/qa/TestActionType.json +7 -0
- package/json-schema/qa/TestAssertion.json +7 -0
- package/json-schema/qa/TestAssertionType.json +7 -0
- package/json-schema/qa/TestContext.json +7 -0
- package/json-schema/qa/TestScenario.json +7 -0
- package/json-schema/qa/TestStep.json +7 -0
- package/json-schema/qa/TestSuite.json +7 -0
- package/json-schema/system/AddFieldOperation.json +7 -0
- package/json-schema/system/ChangeSet.json +7 -0
- package/json-schema/system/CreateObjectOperation.json +7 -0
- package/json-schema/system/DeleteObjectOperation.json +7 -0
- package/json-schema/system/ExecuteSqlOperation.json +7 -0
- package/json-schema/system/MigrationDependency.json +7 -0
- package/json-schema/system/MigrationOperation.json +7 -0
- package/json-schema/system/ModifyFieldOperation.json +7 -0
- package/json-schema/system/PluginCaching.json +7 -0
- package/json-schema/system/PluginCodeSplitting.json +7 -0
- package/json-schema/system/PluginDependencyResolution.json +7 -0
- package/json-schema/system/PluginDynamicImport.json +7 -0
- package/json-schema/system/PluginHotReload.json +7 -0
- package/json-schema/system/PluginInitialization.json +7 -0
- package/json-schema/system/PluginLoadingConfig.json +7 -0
- package/json-schema/system/PluginLoadingEvent.json +7 -0
- package/json-schema/system/PluginLoadingState.json +7 -0
- package/json-schema/system/PluginLoadingStrategy.json +7 -0
- package/json-schema/system/PluginPerformanceMonitoring.json +7 -0
- package/json-schema/system/PluginPreloadConfig.json +7 -0
- package/json-schema/system/PluginSandboxing.json +7 -0
- package/json-schema/system/RemoveFieldOperation.json +7 -0
- package/json-schema/system/RenameObjectOperation.json +7 -0
- package/package.json +1 -1
- package/dist/api/view-storage.zod.d.ts +0 -2054
- package/dist/api/view-storage.zod.d.ts.map +0 -1
- package/dist/api/view-storage.zod.js +0 -243
- package/json-schema/api/ListViewsResponse.json +0 -7
- package/json-schema/api/UpdateViewRequest.json +0 -7
- package/json-schema/api/ViewVisibility.json +0 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.zod.d.ts","sourceRoot":"","sources":["../../src/api/protocol.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"protocol.zod.d.ts","sourceRoot":"","sources":["../../src/api/protocol.zod.ts"],"names":[],"mappings":"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"}
|
package/dist/api/protocol.zod.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ObjectStackProtocolSchema = exports.
|
|
3
|
+
exports.ObjectStackProtocolSchema = exports.DeleteManyDataResponseSchema = exports.DeleteManyDataRequestSchema = exports.UpdateManyDataResponseSchema = exports.UpdateManyDataRequestSchema = exports.CreateManyDataResponseSchema = exports.CreateManyDataRequestSchema = exports.BatchDataResponseSchema = exports.BatchDataRequestSchema = exports.DeleteDataResponseSchema = exports.DeleteDataRequestSchema = exports.UpdateDataResponseSchema = exports.UpdateDataRequestSchema = exports.CreateDataResponseSchema = exports.CreateDataRequestSchema = exports.GetDataResponseSchema = exports.GetDataRequestSchema = exports.FindDataResponseSchema = exports.FindDataRequestSchema = exports.GetUiViewResponseSchema = exports.GetUiViewRequestSchema = exports.GetMetaItemCachedResponseSchema = exports.GetMetaItemCachedRequestSchema = exports.GetMetaItemResponseSchema = exports.GetMetaItemRequestSchema = exports.GetMetaItemsResponseSchema = exports.GetMetaItemsRequestSchema = exports.GetMetaTypesResponseSchema = exports.GetMetaTypesRequestSchema = exports.GetDiscoveryResponseSchema = exports.GetDiscoveryRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const batch_zod_1 = require("./batch.zod");
|
|
6
6
|
const http_cache_zod_1 = require("./http-cache.zod");
|
|
7
|
-
const view_storage_zod_1 = require("./view-storage.zod");
|
|
8
7
|
const query_zod_1 = require("../data/query.zod");
|
|
9
8
|
/**
|
|
10
9
|
* ObjectStack Protocol - Zod Schema Definitions
|
|
@@ -106,11 +105,7 @@ exports.GetUiViewRequestSchema = zod_1.z.object({
|
|
|
106
105
|
/**
|
|
107
106
|
* Get UI View Response
|
|
108
107
|
*/
|
|
109
|
-
exports.GetUiViewResponseSchema = zod_1.z.
|
|
110
|
-
object: zod_1.z.string().describe('Object name'),
|
|
111
|
-
type: zod_1.z.enum(['list', 'form']).describe('View type'),
|
|
112
|
-
view: zod_1.z.any().describe('View definition'),
|
|
113
|
-
});
|
|
108
|
+
exports.GetUiViewResponseSchema = zod_1.z.any();
|
|
114
109
|
// ==========================================
|
|
115
110
|
// Data Operations
|
|
116
111
|
// ==========================================
|
|
@@ -252,27 +247,6 @@ exports.DeleteManyDataRequestSchema = zod_1.z.object({
|
|
|
252
247
|
*/
|
|
253
248
|
exports.DeleteManyDataResponseSchema = batch_zod_1.BatchUpdateResponseSchema;
|
|
254
249
|
// ==========================================
|
|
255
|
-
// View Storage Operations
|
|
256
|
-
// ==========================================
|
|
257
|
-
/**
|
|
258
|
-
* All View Storage schemas are imported from view-storage.zod.ts
|
|
259
|
-
* - CreateViewRequest/Response
|
|
260
|
-
* - GetViewRequest/Response
|
|
261
|
-
* - ListViewsRequest/Response
|
|
262
|
-
* - UpdateViewRequest/Response
|
|
263
|
-
* - DeleteViewRequest/Response
|
|
264
|
-
*/
|
|
265
|
-
exports.GetViewRequestSchema = zod_1.z.object({
|
|
266
|
-
id: zod_1.z.string().describe('View ID'),
|
|
267
|
-
});
|
|
268
|
-
exports.GetViewResponseSchema = view_storage_zod_1.ViewResponseSchema;
|
|
269
|
-
exports.DeleteViewRequestSchema = zod_1.z.object({
|
|
270
|
-
id: zod_1.z.string().describe('View ID to delete'),
|
|
271
|
-
});
|
|
272
|
-
exports.DeleteViewResponseSchema = zod_1.z.object({
|
|
273
|
-
success: zod_1.z.boolean().describe('Whether deletion succeeded'),
|
|
274
|
-
});
|
|
275
|
-
// ==========================================
|
|
276
250
|
// Protocol Interface Schema
|
|
277
251
|
// ==========================================
|
|
278
252
|
/**
|
|
@@ -352,25 +326,4 @@ exports.ObjectStackProtocolSchema = zod_1.z.object({
|
|
|
352
326
|
input: zod_1.z.tuple([exports.DeleteManyDataRequestSchema]),
|
|
353
327
|
output: zod_1.z.promise(exports.DeleteManyDataResponseSchema)
|
|
354
328
|
}).describe('Delete multiple records'),
|
|
355
|
-
// View Storage
|
|
356
|
-
createView: zod_1.z.function({
|
|
357
|
-
input: zod_1.z.tuple([view_storage_zod_1.CreateViewRequestSchema]),
|
|
358
|
-
output: zod_1.z.promise(view_storage_zod_1.ViewResponseSchema)
|
|
359
|
-
}).describe('Create a saved view'),
|
|
360
|
-
getView: zod_1.z.function({
|
|
361
|
-
input: zod_1.z.tuple([exports.GetViewRequestSchema]),
|
|
362
|
-
output: zod_1.z.promise(view_storage_zod_1.ViewResponseSchema)
|
|
363
|
-
}).describe('Get a saved view'),
|
|
364
|
-
listViews: zod_1.z.function({
|
|
365
|
-
input: zod_1.z.tuple([view_storage_zod_1.ListViewsRequestSchema]),
|
|
366
|
-
output: zod_1.z.promise(view_storage_zod_1.ListViewsResponseSchema)
|
|
367
|
-
}).describe('List saved views'),
|
|
368
|
-
updateView: zod_1.z.function({
|
|
369
|
-
input: zod_1.z.tuple([view_storage_zod_1.UpdateViewRequestSchema]),
|
|
370
|
-
output: zod_1.z.promise(view_storage_zod_1.ViewResponseSchema)
|
|
371
|
-
}).describe('Update a saved view'),
|
|
372
|
-
deleteView: zod_1.z.function({
|
|
373
|
-
input: zod_1.z.tuple([exports.DeleteViewRequestSchema]),
|
|
374
|
-
output: zod_1.z.promise(exports.DeleteViewResponseSchema)
|
|
375
|
-
}).describe('Delete a saved view'),
|
|
376
329
|
});
|
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API Registry Enhancement Examples
|
|
3
|
+
*
|
|
4
|
+
* This file demonstrates all the enhancements made to the Unified API Registry:
|
|
5
|
+
* 1. RBAC Integration
|
|
6
|
+
* 2. Dynamic Schema Linking (ObjectQL References)
|
|
7
|
+
* 3. Protocol Extensibility
|
|
8
|
+
* 4. Route Conflict Detection
|
|
9
|
+
*/
|
|
10
|
+
import { type ConflictResolutionStrategy } from './registry.zod';
|
|
11
|
+
/**
|
|
12
|
+
* Example: Endpoint with RBAC Permission Requirements
|
|
13
|
+
*
|
|
14
|
+
* The gateway automatically validates these permissions before
|
|
15
|
+
* allowing the request to proceed.
|
|
16
|
+
*/
|
|
17
|
+
declare const endpointWithRBAC: {
|
|
18
|
+
id: string;
|
|
19
|
+
method: "GET";
|
|
20
|
+
path: string;
|
|
21
|
+
summary: string;
|
|
22
|
+
description: string;
|
|
23
|
+
requiredPermissions: string[];
|
|
24
|
+
parameters: {
|
|
25
|
+
name: string;
|
|
26
|
+
in: "path";
|
|
27
|
+
required: true;
|
|
28
|
+
schema: {
|
|
29
|
+
type: "string";
|
|
30
|
+
format: string;
|
|
31
|
+
};
|
|
32
|
+
}[];
|
|
33
|
+
responses: {
|
|
34
|
+
statusCode: number;
|
|
35
|
+
description: string;
|
|
36
|
+
}[];
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Example: Admin Endpoint with Multiple Permissions
|
|
40
|
+
*
|
|
41
|
+
* All listed permissions must be satisfied (AND logic).
|
|
42
|
+
*/
|
|
43
|
+
declare const adminEndpoint: {
|
|
44
|
+
id: string;
|
|
45
|
+
method: "POST";
|
|
46
|
+
path: string;
|
|
47
|
+
summary: string;
|
|
48
|
+
requiredPermissions: string[];
|
|
49
|
+
responses: never[];
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Example: Response with ObjectQL Reference
|
|
53
|
+
*
|
|
54
|
+
* Instead of duplicating the customer schema, we reference
|
|
55
|
+
* the ObjectQL object definition. When the object schema changes,
|
|
56
|
+
* the API documentation automatically updates.
|
|
57
|
+
*/
|
|
58
|
+
declare const endpointWithDynamicSchema: {
|
|
59
|
+
id: string;
|
|
60
|
+
method: "GET";
|
|
61
|
+
path: string;
|
|
62
|
+
summary: string;
|
|
63
|
+
parameters: {
|
|
64
|
+
name: string;
|
|
65
|
+
in: "path";
|
|
66
|
+
required: true;
|
|
67
|
+
schema: {
|
|
68
|
+
type: "string";
|
|
69
|
+
};
|
|
70
|
+
}[];
|
|
71
|
+
responses: {
|
|
72
|
+
statusCode: number;
|
|
73
|
+
description: string;
|
|
74
|
+
schema: {
|
|
75
|
+
$ref: {
|
|
76
|
+
objectId: string;
|
|
77
|
+
excludeFields: string[];
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
}[];
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Example: Request Body with ObjectQL Reference
|
|
84
|
+
*
|
|
85
|
+
* The request body schema references the customer object,
|
|
86
|
+
* but only includes specific fields allowed for creation.
|
|
87
|
+
*/
|
|
88
|
+
declare const createEndpointWithDynamicSchema: {
|
|
89
|
+
id: string;
|
|
90
|
+
method: "POST";
|
|
91
|
+
path: string;
|
|
92
|
+
summary: string;
|
|
93
|
+
requestBody: {
|
|
94
|
+
description: string;
|
|
95
|
+
required: true;
|
|
96
|
+
schema: {
|
|
97
|
+
$ref: {
|
|
98
|
+
objectId: string;
|
|
99
|
+
includeFields: string[];
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
responses: {
|
|
104
|
+
statusCode: number;
|
|
105
|
+
description: string;
|
|
106
|
+
schema: {
|
|
107
|
+
$ref: {
|
|
108
|
+
objectId: string;
|
|
109
|
+
excludeFields: string[];
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
}[];
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Example: Complex Schema with Related Objects
|
|
116
|
+
*
|
|
117
|
+
* Include related objects via lookup fields for a complete response.
|
|
118
|
+
*/
|
|
119
|
+
declare const orderWithRelations: {
|
|
120
|
+
id: string;
|
|
121
|
+
method: "GET";
|
|
122
|
+
path: string;
|
|
123
|
+
summary: string;
|
|
124
|
+
parameters: {
|
|
125
|
+
name: string;
|
|
126
|
+
in: "path";
|
|
127
|
+
required: true;
|
|
128
|
+
schema: {
|
|
129
|
+
type: "string";
|
|
130
|
+
};
|
|
131
|
+
}[];
|
|
132
|
+
responses: {
|
|
133
|
+
statusCode: number;
|
|
134
|
+
description: string;
|
|
135
|
+
schema: {
|
|
136
|
+
$ref: {
|
|
137
|
+
objectId: string;
|
|
138
|
+
includeRelated: string[];
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
}[];
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Example: gRPC Service Endpoint
|
|
145
|
+
*
|
|
146
|
+
* Plugin-registered gRPC service with protocol-specific configuration.
|
|
147
|
+
*/
|
|
148
|
+
declare const grpcEndpoint: {
|
|
149
|
+
id: string;
|
|
150
|
+
path: string;
|
|
151
|
+
summary: string;
|
|
152
|
+
protocolConfig: {
|
|
153
|
+
subProtocol: string;
|
|
154
|
+
serviceName: string;
|
|
155
|
+
methodName: string;
|
|
156
|
+
streaming: boolean;
|
|
157
|
+
packageName: string;
|
|
158
|
+
};
|
|
159
|
+
responses: never[];
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* Example: tRPC Procedure
|
|
163
|
+
*
|
|
164
|
+
* tRPC query with procedure-specific metadata.
|
|
165
|
+
*/
|
|
166
|
+
declare const trpcEndpoint: {
|
|
167
|
+
id: string;
|
|
168
|
+
path: string;
|
|
169
|
+
summary: string;
|
|
170
|
+
protocolConfig: {
|
|
171
|
+
subProtocol: string;
|
|
172
|
+
procedureType: string;
|
|
173
|
+
router: string;
|
|
174
|
+
procedureName: string;
|
|
175
|
+
};
|
|
176
|
+
responses: never[];
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* Example: WebSocket Event
|
|
180
|
+
*
|
|
181
|
+
* Real-time event with WebSocket-specific metadata.
|
|
182
|
+
*/
|
|
183
|
+
declare const websocketEndpoint: {
|
|
184
|
+
id: string;
|
|
185
|
+
path: string;
|
|
186
|
+
summary: string;
|
|
187
|
+
protocolConfig: {
|
|
188
|
+
subProtocol: string;
|
|
189
|
+
eventName: string;
|
|
190
|
+
direction: string;
|
|
191
|
+
requiresAuth: boolean;
|
|
192
|
+
room: string;
|
|
193
|
+
};
|
|
194
|
+
responses: never[];
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* Example: High Priority Core Endpoint
|
|
198
|
+
*
|
|
199
|
+
* Core system endpoints should have high priority (900-1000)
|
|
200
|
+
* to ensure they're registered before plugin endpoints.
|
|
201
|
+
*/
|
|
202
|
+
declare const coreEndpoint: {
|
|
203
|
+
id: string;
|
|
204
|
+
method: "GET";
|
|
205
|
+
path: string;
|
|
206
|
+
summary: string;
|
|
207
|
+
priority: number;
|
|
208
|
+
responses: never[];
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* Example: Medium Priority Plugin Endpoint
|
|
212
|
+
*
|
|
213
|
+
* Plugin endpoints should have medium priority (100-500).
|
|
214
|
+
*/
|
|
215
|
+
declare const pluginEndpoint: {
|
|
216
|
+
id: string;
|
|
217
|
+
method: "POST";
|
|
218
|
+
path: string;
|
|
219
|
+
summary: string;
|
|
220
|
+
priority: number;
|
|
221
|
+
protocolConfig: {
|
|
222
|
+
pluginId: string;
|
|
223
|
+
};
|
|
224
|
+
responses: never[];
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* Example: Low Priority Fallback Endpoint
|
|
228
|
+
*
|
|
229
|
+
* Fallback or catch-all endpoints should have low priority (0-100).
|
|
230
|
+
*/
|
|
231
|
+
declare const fallbackEndpoint: {
|
|
232
|
+
id: string;
|
|
233
|
+
method: "GET";
|
|
234
|
+
path: string;
|
|
235
|
+
summary: string;
|
|
236
|
+
priority: number;
|
|
237
|
+
responses: {
|
|
238
|
+
statusCode: number;
|
|
239
|
+
description: string;
|
|
240
|
+
}[];
|
|
241
|
+
};
|
|
242
|
+
/**
|
|
243
|
+
* Example: Complete Registry with Priority-based Conflict Resolution
|
|
244
|
+
*
|
|
245
|
+
* When multiple endpoints have overlapping routes, the priority field
|
|
246
|
+
* determines which endpoint wins.
|
|
247
|
+
*/
|
|
248
|
+
declare const completeRegistry: {
|
|
249
|
+
version: string;
|
|
250
|
+
conflictResolution: ConflictResolutionStrategy;
|
|
251
|
+
apis: ({
|
|
252
|
+
id: string;
|
|
253
|
+
name: string;
|
|
254
|
+
type: "rest";
|
|
255
|
+
version: string;
|
|
256
|
+
basePath: string;
|
|
257
|
+
description: string;
|
|
258
|
+
endpoints: {
|
|
259
|
+
id: string;
|
|
260
|
+
method: "GET";
|
|
261
|
+
path: string;
|
|
262
|
+
summary: string;
|
|
263
|
+
priority: number;
|
|
264
|
+
responses: never[];
|
|
265
|
+
}[];
|
|
266
|
+
metadata: {
|
|
267
|
+
owner: string;
|
|
268
|
+
status: "active";
|
|
269
|
+
};
|
|
270
|
+
} | {
|
|
271
|
+
id: string;
|
|
272
|
+
name: string;
|
|
273
|
+
type: "plugin";
|
|
274
|
+
version: string;
|
|
275
|
+
basePath: string;
|
|
276
|
+
description: string;
|
|
277
|
+
endpoints: {
|
|
278
|
+
id: string;
|
|
279
|
+
method: "POST";
|
|
280
|
+
path: string;
|
|
281
|
+
summary: string;
|
|
282
|
+
priority: number;
|
|
283
|
+
protocolConfig: {
|
|
284
|
+
pluginId: string;
|
|
285
|
+
};
|
|
286
|
+
responses: never[];
|
|
287
|
+
}[];
|
|
288
|
+
metadata: {
|
|
289
|
+
owner: string;
|
|
290
|
+
status: "active";
|
|
291
|
+
pluginSource: string;
|
|
292
|
+
};
|
|
293
|
+
} | {
|
|
294
|
+
id: string;
|
|
295
|
+
name: string;
|
|
296
|
+
type: "plugin";
|
|
297
|
+
version: string;
|
|
298
|
+
basePath: string;
|
|
299
|
+
description: string;
|
|
300
|
+
endpoints: {
|
|
301
|
+
id: string;
|
|
302
|
+
path: string;
|
|
303
|
+
summary: string;
|
|
304
|
+
protocolConfig: {
|
|
305
|
+
subProtocol: string;
|
|
306
|
+
serviceName: string;
|
|
307
|
+
methodName: string;
|
|
308
|
+
streaming: boolean;
|
|
309
|
+
packageName: string;
|
|
310
|
+
};
|
|
311
|
+
responses: never[];
|
|
312
|
+
}[];
|
|
313
|
+
config: {
|
|
314
|
+
grpcVersion: string;
|
|
315
|
+
reflection: boolean;
|
|
316
|
+
};
|
|
317
|
+
metadata: {
|
|
318
|
+
status: "beta";
|
|
319
|
+
};
|
|
320
|
+
})[];
|
|
321
|
+
totalApis: number;
|
|
322
|
+
totalEndpoints: number;
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* Example: Production-ready Endpoint with All Enhancements
|
|
326
|
+
*
|
|
327
|
+
* This example combines all four enhancements:
|
|
328
|
+
* - RBAC permissions
|
|
329
|
+
* - Dynamic schema linking
|
|
330
|
+
* - Protocol configuration
|
|
331
|
+
* - Route priority
|
|
332
|
+
*/
|
|
333
|
+
declare const productionEndpoint: {
|
|
334
|
+
id: string;
|
|
335
|
+
method: "GET";
|
|
336
|
+
path: string;
|
|
337
|
+
summary: string;
|
|
338
|
+
description: string;
|
|
339
|
+
operationId: string;
|
|
340
|
+
tags: string[];
|
|
341
|
+
requiredPermissions: string[];
|
|
342
|
+
priority: number;
|
|
343
|
+
protocolConfig: {
|
|
344
|
+
cacheEnabled: boolean;
|
|
345
|
+
cacheTtl: number;
|
|
346
|
+
rateLimitPerMinute: number;
|
|
347
|
+
};
|
|
348
|
+
security: {
|
|
349
|
+
type: "http";
|
|
350
|
+
scheme: string;
|
|
351
|
+
}[];
|
|
352
|
+
parameters: ({
|
|
353
|
+
name: string;
|
|
354
|
+
in: "path";
|
|
355
|
+
description: string;
|
|
356
|
+
required: true;
|
|
357
|
+
schema: {
|
|
358
|
+
type: "string";
|
|
359
|
+
format: string;
|
|
360
|
+
items?: undefined;
|
|
361
|
+
enum?: undefined;
|
|
362
|
+
};
|
|
363
|
+
example: string;
|
|
364
|
+
} | {
|
|
365
|
+
name: string;
|
|
366
|
+
in: "query";
|
|
367
|
+
description: string;
|
|
368
|
+
required: false;
|
|
369
|
+
schema: {
|
|
370
|
+
type: "array";
|
|
371
|
+
items: {
|
|
372
|
+
type: string;
|
|
373
|
+
};
|
|
374
|
+
enum: string[];
|
|
375
|
+
format?: undefined;
|
|
376
|
+
};
|
|
377
|
+
example?: undefined;
|
|
378
|
+
})[];
|
|
379
|
+
responses: ({
|
|
380
|
+
statusCode: number;
|
|
381
|
+
description: string;
|
|
382
|
+
schema: {
|
|
383
|
+
$ref: {
|
|
384
|
+
objectId: string;
|
|
385
|
+
excludeFields: string[];
|
|
386
|
+
includeRelated: string[];
|
|
387
|
+
};
|
|
388
|
+
};
|
|
389
|
+
example: {
|
|
390
|
+
id: string;
|
|
391
|
+
name: string;
|
|
392
|
+
email: string;
|
|
393
|
+
phone: string;
|
|
394
|
+
account: {
|
|
395
|
+
id: string;
|
|
396
|
+
name: string;
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
} | {
|
|
400
|
+
statusCode: number;
|
|
401
|
+
description: string;
|
|
402
|
+
schema?: undefined;
|
|
403
|
+
example?: undefined;
|
|
404
|
+
})[];
|
|
405
|
+
externalDocs: {
|
|
406
|
+
description: string;
|
|
407
|
+
url: string;
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
export { endpointWithRBAC, adminEndpoint, endpointWithDynamicSchema, createEndpointWithDynamicSchema, orderWithRelations, grpcEndpoint, trpcEndpoint, websocketEndpoint, coreEndpoint, pluginEndpoint, fallbackEndpoint, completeRegistry, productionEndpoint, };
|
|
411
|
+
//# sourceMappingURL=registry.example.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.example.d.ts","sourceRoot":"","sources":["../../src/api/registry.example.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAIL,KAAK,0BAA0B,EAChC,MAAM,gBAAgB,CAAC;AAMxB;;;;;GAKG;AACH,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;CA+BpB,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,aAAa;;;;;;;CAajB,CAAC;AAMH;;;;;;GAMG;AACH,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;CA+B7B,CAAC;AAEH;;;;;GAKG;AACH,QAAA,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;CA8BnC,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC;AAMH;;;;GAIG;AACH,QAAA,MAAM,YAAY;;;;;;;;;;;;CAehB,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,YAAY;;;;;;;;;;;CAchB,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;CAerB,CAAC;AAMH;;;;;GAKG;AACH,QAAA,MAAM,YAAY;;;;;;;CAUhB,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,cAAc;;;;;;;;;;CAclB,CAAC;AAEH;;;;GAIG;AACH,QAAA,MAAM,gBAAgB;;;;;;;;;;CAepB,CAAC;AAMH;;;;;GAKG;AACH,QAAA,MAAM,gBAAgB;;wBAIc,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6D5D,CAAC;AAMH;;;;;;;;GAQG;AACH,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FtB,CAAC;AAGH,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,yBAAyB,EACzB,+BAA+B,EAC/B,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACZ,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,GACnB,CAAC"}
|