@autobe/agent 0.30.4 → 0.30.5
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/lib/constants/AutoBeSystemPromptConstant.d.ts +5 -4
- package/lib/constants/AutoBeSystemPromptConstant.js.map +1 -1
- package/lib/describe/image/orchestrateImageDescribeDraft.js +6 -6
- package/lib/describe/image/structures/IAutoBeImageDescribeDraftApplication.d.ts +12 -63
- package/lib/index.mjs +2918 -2842
- package/lib/index.mjs.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeExtractDecisions.js +8 -8
- package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js +36 -37
- package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeScenarioReview.js +7 -7
- package/lib/orchestrate/analyze/orchestrateAnalyzeSectionCrossFileReview.js +55 -42
- package/lib/orchestrate/analyze/orchestrateAnalyzeSectionCrossFileReview.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeSectionReview.js +67 -54
- package/lib/orchestrate/analyze/orchestrateAnalyzeSectionReview.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSection.js +24 -25
- package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSection.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSectionPatch.js +24 -25
- package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSectionPatch.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeWriteUnit.js +30 -31
- package/lib/orchestrate/analyze/orchestrateAnalyzeWriteUnit.js.map +1 -1
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeExtractDecisionsApplication.d.ts +14 -52
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioApplication.d.ts +23 -96
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioReviewApplication.d.ts +12 -40
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeSectionCrossFileReviewApplication.d.ts +30 -88
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeSectionReviewApplication.d.ts +35 -94
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeWriteSectionApplication.d.ts +23 -93
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeWriteUnitApplication.d.ts +15 -88
- package/lib/orchestrate/common/histories/transformPreviousAndLatestCorrectHistory.js +76 -31
- package/lib/orchestrate/common/histories/transformPreviousAndLatestCorrectHistory.js.map +1 -1
- package/lib/orchestrate/common/orchestrateCommonCorrectCasting.js +7 -7
- package/lib/orchestrate/common/structures/IAnalysisSectionEntry.d.ts +2 -8
- package/lib/orchestrate/common/structures/IAutoBeCommonCorrectCastingApplication.d.ts +8 -50
- package/lib/orchestrate/common/structures/IAutoBePreliminaryCollection.d.ts +1 -9
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetAnalysisSections.d.ts +4 -23
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetDatabaseSchemas.d.ts +3 -21
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceOperations.d.ts +4 -22
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceSchemas.d.ts +4 -22
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousAnalysisSections.d.ts +5 -17
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousDatabaseSchemas.d.ts +7 -76
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceOperations.d.ts +6 -89
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceSchemas.d.ts +7 -93
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetRealizeCollectors.d.ts +3 -22
- package/lib/orchestrate/common/structures/IAutoBePreliminaryGetRealizeTransformers.d.ts +3 -22
- package/lib/orchestrate/interface/orchestrateInterfaceAuthorization.js +114 -139
- package/lib/orchestrate/interface/orchestrateInterfaceAuthorization.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceEndpointReview.js +90 -91
- package/lib/orchestrate/interface/orchestrateInterfaceEndpointReview.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceEndpointWrite.js +58 -59
- package/lib/orchestrate/interface/orchestrateInterfaceEndpointWrite.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceGroup.js +58 -59
- package/lib/orchestrate/interface/orchestrateInterfaceGroup.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceOperation.js +108 -132
- package/lib/orchestrate/interface/orchestrateInterfaceOperation.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceOperationReview.js +72 -72
- package/lib/orchestrate/interface/orchestrateInterfacePrerequisite.js +76 -77
- package/lib/orchestrate/interface/orchestrateInterfacePrerequisite.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaCasting.js +130 -159
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaCasting.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaComplement.js +126 -155
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaComplement.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaRefine.js +114 -142
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaRefine.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaRename.js +5 -5
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaReview.js +100 -129
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaReview.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaWrite.js +120 -149
- package/lib/orchestrate/interface/orchestrateInterfaceSchemaWrite.js.map +1 -1
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceAuthorizationApplication.d.ts +10 -97
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceEndpointReviewApplication.d.ts +14 -83
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceEndpointWriteApplication.d.ts +12 -90
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceGroupApplication.d.ts +12 -80
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceOperationApplication.d.ts +21 -116
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceOperationReviewApplication.d.ts +24 -112
- package/lib/orchestrate/interface/structures/IAutoBeInterfacePrerequisiteApplication.d.ts +11 -83
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaApplication.d.ts +11 -76
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaCastingApplication.d.ts +18 -96
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaComplementApplication.d.ts +11 -76
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaRefineApplication.d.ts +25 -107
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaRenameApplication.d.ts +5 -31
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaReviewApplication.d.ts +6 -42
- package/lib/orchestrate/prisma/orchestratePrismaAuthorization.js +41 -41
- package/lib/orchestrate/prisma/orchestratePrismaAuthorizationReview.js +62 -63
- package/lib/orchestrate/prisma/orchestratePrismaAuthorizationReview.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaComponent.js +40 -41
- package/lib/orchestrate/prisma/orchestratePrismaComponent.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaComponentReview.js +60 -61
- package/lib/orchestrate/prisma/orchestratePrismaComponentReview.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaCorrect.js +112 -116
- package/lib/orchestrate/prisma/orchestratePrismaCorrect.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaGroup.js +48 -49
- package/lib/orchestrate/prisma/orchestratePrismaGroup.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaGroupReview.js +70 -71
- package/lib/orchestrate/prisma/orchestratePrismaGroupReview.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaSchema.js +118 -122
- package/lib/orchestrate/prisma/orchestratePrismaSchema.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaSchemaReview.js +126 -131
- package/lib/orchestrate/prisma/orchestratePrismaSchemaReview.js.map +1 -1
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationApplication.d.ts +22 -99
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationReviewApplication.d.ts +12 -109
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseComponentApplication.d.ts +14 -100
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseComponentReviewApplication.d.ts +15 -108
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseCorrectApplication.d.ts +24 -106
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseGroupApplication.d.ts +13 -76
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseGroupReviewApplication.d.ts +13 -111
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseSchemaApplication.d.ts +26 -97
- package/lib/orchestrate/prisma/structures/IAutoBeDatabaseSchemaReviewApplication.d.ts +16 -93
- package/lib/orchestrate/realize/histories/transformRealizeOperationCorrectHistory.js +1 -1
- package/lib/orchestrate/realize/histories/transformRealizeOperationCorrectHistory.js.map +1 -1
- package/lib/orchestrate/realize/histories/transformRealizeOperationWriteHistory.js +1 -1
- package/lib/orchestrate/realize/histories/transformRealizeOperationWriteHistory.js.map +1 -1
- package/lib/orchestrate/realize/histories/transformRealizeTransformerCorrectHistory.js +20 -2
- package/lib/orchestrate/realize/histories/transformRealizeTransformerCorrectHistory.js.map +1 -1
- package/lib/orchestrate/realize/histories/transformRealizeTransformerWriteHistory.js +22 -2
- package/lib/orchestrate/realize/histories/transformRealizeTransformerWriteHistory.js.map +1 -1
- package/lib/orchestrate/realize/internal/orchestrateRealizeCorrectCasting.js +7 -7
- package/lib/orchestrate/realize/internal/orchestrateRealizeCorrectOverall.js +86 -6
- package/lib/orchestrate/realize/internal/orchestrateRealizeCorrectOverall.js.map +1 -1
- package/lib/orchestrate/realize/orchestrateRealizeAuthorizationCorrect.js +38 -38
- package/lib/orchestrate/realize/orchestrateRealizeAuthorizationWrite.js +34 -34
- package/lib/orchestrate/realize/orchestrateRealizeCollectorCorrectOverall.js +38 -38
- package/lib/orchestrate/realize/orchestrateRealizeCollectorPlan.js +54 -54
- package/lib/orchestrate/realize/orchestrateRealizeCollectorWrite.js +36 -36
- package/lib/orchestrate/realize/orchestrateRealizeOperationCorrectOverall.js +44 -44
- package/lib/orchestrate/realize/orchestrateRealizeOperationWrite.js +42 -42
- package/lib/orchestrate/realize/orchestrateRealizeTransformerCorrectCasting.js +1 -0
- package/lib/orchestrate/realize/orchestrateRealizeTransformerCorrectCasting.js.map +1 -1
- package/lib/orchestrate/realize/orchestrateRealizeTransformerCorrectOverall.js +46 -46
- package/lib/orchestrate/realize/orchestrateRealizeTransformerPlan.js +36 -36
- package/lib/orchestrate/realize/orchestrateRealizeTransformerWrite.js +44 -44
- package/lib/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.d.ts +18 -0
- package/lib/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.js +167 -8
- package/lib/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.js.map +1 -1
- package/lib/orchestrate/realize/structures/IAutoBeRealizeAuthorizationCorrectApplication.d.ts +17 -71
- package/lib/orchestrate/realize/structures/IAutoBeRealizeAuthorizationWriteApplication.d.ts +32 -92
- package/lib/orchestrate/realize/structures/IAutoBeRealizeCollectorCorrectApplication.d.ts +32 -114
- package/lib/orchestrate/realize/structures/IAutoBeRealizeCollectorPlanApplication.d.ts +29 -106
- package/lib/orchestrate/realize/structures/IAutoBeRealizeCollectorWriteApplication.d.ts +38 -131
- package/lib/orchestrate/realize/structures/IAutoBeRealizeOperationCorrectApplication.d.ts +16 -71
- package/lib/orchestrate/realize/structures/IAutoBeRealizeOperationWriteApplication.d.ts +16 -73
- package/lib/orchestrate/realize/structures/IAutoBeRealizeTransformerCorrectApplication.d.ts +37 -155
- package/lib/orchestrate/realize/structures/IAutoBeRealizeTransformerPlanApplication.d.ts +25 -88
- package/lib/orchestrate/realize/structures/IAutoBeRealizeTransformerWriteApplication.d.ts +48 -181
- package/lib/orchestrate/realize/utils/generateTS2339Hints.d.ts +5 -3
- package/lib/orchestrate/realize/utils/generateTS2339Hints.js +37 -19
- package/lib/orchestrate/realize/utils/generateTS2339Hints.js.map +1 -1
- package/lib/orchestrate/test/histories/transformTestOperationWriteHistory.js +2 -2
- package/lib/orchestrate/test/orchestrateTestScenario.js +22 -22
- package/lib/orchestrate/test/orchestrateTestScenarioReview.js +22 -22
- package/package.json +5 -5
- package/src/constants/AutoBeSystemPromptConstant.ts +5 -4
- package/src/describe/image/structures/IAutoBeImageDescribeDraftApplication.ts +12 -63
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeExtractDecisionsApplication.ts +14 -52
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioApplication.ts +23 -96
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioReviewApplication.ts +12 -40
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeSectionCrossFileReviewApplication.ts +30 -88
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeSectionReviewApplication.ts +35 -94
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeWriteSectionApplication.ts +23 -93
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeWriteUnitApplication.ts +15 -88
- package/src/orchestrate/common/histories/transformPreviousAndLatestCorrectHistory.ts +92 -31
- package/src/orchestrate/common/structures/IAnalysisSectionEntry.ts +2 -8
- package/src/orchestrate/common/structures/IAutoBeCommonCorrectCastingApplication.ts +8 -50
- package/src/orchestrate/common/structures/IAutoBePreliminaryCollection.ts +1 -9
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetAnalysisSections.ts +4 -23
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetDatabaseSchemas.ts +3 -21
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceOperations.ts +4 -22
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceSchemas.ts +4 -22
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousAnalysisSections.ts +5 -17
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousDatabaseSchemas.ts +7 -76
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceOperations.ts +6 -89
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceSchemas.ts +7 -93
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetRealizeCollectors.ts +3 -22
- package/src/orchestrate/common/structures/IAutoBePreliminaryGetRealizeTransformers.ts +3 -22
- package/src/orchestrate/interface/structures/IAutoBeInterfaceAuthorizationApplication.ts +10 -97
- package/src/orchestrate/interface/structures/IAutoBeInterfaceEndpointReviewApplication.ts +14 -83
- package/src/orchestrate/interface/structures/IAutoBeInterfaceEndpointWriteApplication.ts +12 -90
- package/src/orchestrate/interface/structures/IAutoBeInterfaceGroupApplication.ts +12 -80
- package/src/orchestrate/interface/structures/IAutoBeInterfaceOperationApplication.ts +21 -116
- package/src/orchestrate/interface/structures/IAutoBeInterfaceOperationReviewApplication.ts +24 -112
- package/src/orchestrate/interface/structures/IAutoBeInterfacePrerequisiteApplication.ts +11 -83
- package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaApplication.ts +11 -76
- package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaCastingApplication.ts +18 -96
- package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaComplementApplication.ts +11 -76
- package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaRefineApplication.ts +25 -107
- package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaRenameApplication.ts +5 -31
- package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaReviewApplication.ts +6 -42
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationApplication.ts +22 -99
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationReviewApplication.ts +12 -109
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseComponentApplication.ts +14 -100
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseComponentReviewApplication.ts +15 -108
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseCorrectApplication.ts +24 -106
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseGroupApplication.ts +13 -76
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseGroupReviewApplication.ts +13 -111
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseSchemaApplication.ts +26 -97
- package/src/orchestrate/prisma/structures/IAutoBeDatabaseSchemaReviewApplication.ts +16 -93
- package/src/orchestrate/realize/histories/transformRealizeTransformerCorrectHistory.ts +21 -1
- package/src/orchestrate/realize/histories/transformRealizeTransformerWriteHistory.ts +26 -4
- package/src/orchestrate/realize/internal/orchestrateRealizeCorrectOverall.ts +125 -9
- package/src/orchestrate/realize/orchestrateRealizeTransformerCorrectCasting.ts +1 -0
- package/src/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.ts +210 -7
- package/src/orchestrate/realize/structures/IAutoBeRealizeAuthorizationCorrectApplication.ts +17 -71
- package/src/orchestrate/realize/structures/IAutoBeRealizeAuthorizationWriteApplication.ts +32 -92
- package/src/orchestrate/realize/structures/IAutoBeRealizeCollectorCorrectApplication.ts +32 -114
- package/src/orchestrate/realize/structures/IAutoBeRealizeCollectorPlanApplication.ts +29 -106
- package/src/orchestrate/realize/structures/IAutoBeRealizeCollectorWriteApplication.ts +38 -131
- package/src/orchestrate/realize/structures/IAutoBeRealizeOperationCorrectApplication.ts +16 -71
- package/src/orchestrate/realize/structures/IAutoBeRealizeOperationWriteApplication.ts +16 -73
- package/src/orchestrate/realize/structures/IAutoBeRealizeTransformerCorrectApplication.ts +37 -155
- package/src/orchestrate/realize/structures/IAutoBeRealizeTransformerPlanApplication.ts +25 -88
- package/src/orchestrate/realize/structures/IAutoBeRealizeTransformerWriteApplication.ts +48 -181
- package/src/orchestrate/realize/utils/generateTS2339Hints.ts +39 -19
|
@@ -191,7 +191,7 @@ function process(ctx, props) {
|
|
|
191
191
|
properties: {
|
|
192
192
|
type: {
|
|
193
193
|
"const": "getAnalysisSections",
|
|
194
|
-
description: "Type discriminator
|
|
194
|
+
description: "Type discriminator."
|
|
195
195
|
},
|
|
196
196
|
sectionIds: {
|
|
197
197
|
type: "array",
|
|
@@ -201,21 +201,21 @@ function process(ctx, props) {
|
|
|
201
201
|
},
|
|
202
202
|
minItems: 1,
|
|
203
203
|
maxItems: 100,
|
|
204
|
-
description: "
|
|
204
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls."
|
|
205
205
|
}
|
|
206
206
|
},
|
|
207
207
|
required: [
|
|
208
208
|
"type",
|
|
209
209
|
"sectionIds"
|
|
210
210
|
],
|
|
211
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
211
|
+
description: "Request to retrieve individual analysis sections by numeric ID."
|
|
212
212
|
},
|
|
213
213
|
IAutoBePreliminaryGetInterfaceOperations: {
|
|
214
214
|
type: "object",
|
|
215
215
|
properties: {
|
|
216
216
|
type: {
|
|
217
217
|
"const": "getInterfaceOperations",
|
|
218
|
-
description: "Type discriminator
|
|
218
|
+
description: "Type discriminator."
|
|
219
219
|
},
|
|
220
220
|
endpoints: {
|
|
221
221
|
type: "array",
|
|
@@ -223,14 +223,14 @@ function process(ctx, props) {
|
|
|
223
223
|
$ref: "#/components/schemas/AutoBeOpenApi.IEndpoint"
|
|
224
224
|
},
|
|
225
225
|
minItems: 1,
|
|
226
|
-
description: "
|
|
226
|
+
description: "API operation endpoints to retrieve. DO NOT request same endpoints already\nrequested in previous calls."
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
229
|
required: [
|
|
230
230
|
"type",
|
|
231
231
|
"endpoints"
|
|
232
232
|
],
|
|
233
|
-
description: "Request to retrieve existing interface operations for context
|
|
233
|
+
description: "Request to retrieve existing interface operations for context."
|
|
234
234
|
},
|
|
235
235
|
"AutoBeOpenApi.IEndpoint": {
|
|
236
236
|
type: "object",
|
|
@@ -238,7 +238,7 @@ function process(ctx, props) {
|
|
|
238
238
|
path: {
|
|
239
239
|
type: "string",
|
|
240
240
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$",
|
|
241
|
-
description: "HTTP path of the API operation.\n\
|
|
241
|
+
description: "HTTP path of the API operation.\n\nMust start with `/`. Parameters use curly braces: `{paramName}`. Resource\nnames in camelCase. No quotes, spaces, role prefixes (`/admin/`), or API\nversion prefixes (`/api/v1/`).\n\nAllowed characters: letters, digits, `/`, `{`, `}`, `-`, `_`, `.`"
|
|
242
242
|
},
|
|
243
243
|
method: {
|
|
244
244
|
oneOf: [
|
|
@@ -258,7 +258,7 @@ function process(ctx, props) {
|
|
|
258
258
|
"const": "patch"
|
|
259
259
|
}
|
|
260
260
|
],
|
|
261
|
-
description: "HTTP method
|
|
261
|
+
description: "HTTP method (lowercase only).\n\nUse `patch` (not `get`) when a read operation needs a complex\n{@link requestBody}. `get` cannot have a request body."
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
required: [
|
|
@@ -272,7 +272,7 @@ function process(ctx, props) {
|
|
|
272
272
|
properties: {
|
|
273
273
|
type: {
|
|
274
274
|
"const": "getInterfaceSchemas",
|
|
275
|
-
description: "Type discriminator
|
|
275
|
+
description: "Type discriminator."
|
|
276
276
|
},
|
|
277
277
|
typeNames: {
|
|
278
278
|
type: "array",
|
|
@@ -280,14 +280,14 @@ function process(ctx, props) {
|
|
|
280
280
|
type: "string"
|
|
281
281
|
},
|
|
282
282
|
minItems: 1,
|
|
283
|
-
description: "
|
|
283
|
+
description: "Schema type names to retrieve. DO NOT request same names already requested\nin previous calls."
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
required: [
|
|
287
287
|
"type",
|
|
288
288
|
"typeNames"
|
|
289
289
|
],
|
|
290
|
-
description: "Request to retrieve OpenAPI schema type definitions for context
|
|
290
|
+
description: "Request to retrieve OpenAPI schema type definitions for context."
|
|
291
291
|
},
|
|
292
292
|
"IAutoBeTestScenarioApplication.IComplete": {
|
|
293
293
|
type: "object",
|
|
@@ -736,18 +736,18 @@ function createController(props) {
|
|
|
736
736
|
additionalProperties: false,
|
|
737
737
|
$defs: {
|
|
738
738
|
IAutoBePreliminaryGetAnalysisSections: {
|
|
739
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
739
|
+
description: "Request to retrieve individual analysis sections by numeric ID.",
|
|
740
740
|
type: "object",
|
|
741
741
|
properties: {
|
|
742
742
|
type: {
|
|
743
|
-
description: "Type discriminator
|
|
743
|
+
description: "Type discriminator.",
|
|
744
744
|
type: "string",
|
|
745
745
|
"enum": [
|
|
746
746
|
"getAnalysisSections"
|
|
747
747
|
]
|
|
748
748
|
},
|
|
749
749
|
sectionIds: {
|
|
750
|
-
description: "
|
|
750
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls.",
|
|
751
751
|
type: "array",
|
|
752
752
|
items: {
|
|
753
753
|
type: "integer",
|
|
@@ -763,18 +763,18 @@ function createController(props) {
|
|
|
763
763
|
]
|
|
764
764
|
},
|
|
765
765
|
IAutoBePreliminaryGetInterfaceOperations: {
|
|
766
|
-
description: "Request to retrieve existing interface operations for context
|
|
766
|
+
description: "Request to retrieve existing interface operations for context.",
|
|
767
767
|
type: "object",
|
|
768
768
|
properties: {
|
|
769
769
|
type: {
|
|
770
|
-
description: "Type discriminator
|
|
770
|
+
description: "Type discriminator.",
|
|
771
771
|
type: "string",
|
|
772
772
|
"enum": [
|
|
773
773
|
"getInterfaceOperations"
|
|
774
774
|
]
|
|
775
775
|
},
|
|
776
776
|
endpoints: {
|
|
777
|
-
description: "
|
|
777
|
+
description: "API operation endpoints to retrieve. DO NOT request same endpoints already\nrequested in previous calls.",
|
|
778
778
|
type: "array",
|
|
779
779
|
items: {
|
|
780
780
|
$ref: "#/$defs/AutoBeOpenApi.IEndpoint"
|
|
@@ -792,12 +792,12 @@ function createController(props) {
|
|
|
792
792
|
type: "object",
|
|
793
793
|
properties: {
|
|
794
794
|
path: {
|
|
795
|
-
description: "HTTP path of the API operation.\n\
|
|
795
|
+
description: "HTTP path of the API operation.\n\nMust start with `/`. Parameters use curly braces: `{paramName}`. Resource\nnames in camelCase. No quotes, spaces, role prefixes (`/admin/`), or API\nversion prefixes (`/api/v1/`).\n\nAllowed characters: letters, digits, `/`, `{`, `}`, `-`, `_`, `.`",
|
|
796
796
|
type: "string",
|
|
797
797
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$"
|
|
798
798
|
},
|
|
799
799
|
method: {
|
|
800
|
-
description: "HTTP method
|
|
800
|
+
description: "HTTP method (lowercase only).\n\nUse `patch` (not `get`) when a read operation needs a complex\n{@link requestBody}. `get` cannot have a request body.",
|
|
801
801
|
type: "string",
|
|
802
802
|
"enum": [
|
|
803
803
|
"get",
|
|
@@ -814,18 +814,18 @@ function createController(props) {
|
|
|
814
814
|
]
|
|
815
815
|
},
|
|
816
816
|
IAutoBePreliminaryGetInterfaceSchemas: {
|
|
817
|
-
description: "Request to retrieve OpenAPI schema type definitions for context
|
|
817
|
+
description: "Request to retrieve OpenAPI schema type definitions for context.",
|
|
818
818
|
type: "object",
|
|
819
819
|
properties: {
|
|
820
820
|
type: {
|
|
821
|
-
description: "Type discriminator
|
|
821
|
+
description: "Type discriminator.",
|
|
822
822
|
type: "string",
|
|
823
823
|
"enum": [
|
|
824
824
|
"getInterfaceSchemas"
|
|
825
825
|
]
|
|
826
826
|
},
|
|
827
827
|
typeNames: {
|
|
828
|
-
description: "
|
|
828
|
+
description: "Schema type names to retrieve. DO NOT request same names already requested\nin previous calls.",
|
|
829
829
|
type: "array",
|
|
830
830
|
items: {
|
|
831
831
|
type: "string"
|
|
@@ -164,7 +164,7 @@ function process(ctx, props) {
|
|
|
164
164
|
properties: {
|
|
165
165
|
type: {
|
|
166
166
|
"const": "getAnalysisSections",
|
|
167
|
-
description: "Type discriminator
|
|
167
|
+
description: "Type discriminator."
|
|
168
168
|
},
|
|
169
169
|
sectionIds: {
|
|
170
170
|
type: "array",
|
|
@@ -174,21 +174,21 @@ function process(ctx, props) {
|
|
|
174
174
|
},
|
|
175
175
|
minItems: 1,
|
|
176
176
|
maxItems: 100,
|
|
177
|
-
description: "
|
|
177
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls."
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
required: [
|
|
181
181
|
"type",
|
|
182
182
|
"sectionIds"
|
|
183
183
|
],
|
|
184
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
184
|
+
description: "Request to retrieve individual analysis sections by numeric ID."
|
|
185
185
|
},
|
|
186
186
|
IAutoBePreliminaryGetInterfaceOperations: {
|
|
187
187
|
type: "object",
|
|
188
188
|
properties: {
|
|
189
189
|
type: {
|
|
190
190
|
"const": "getInterfaceOperations",
|
|
191
|
-
description: "Type discriminator
|
|
191
|
+
description: "Type discriminator."
|
|
192
192
|
},
|
|
193
193
|
endpoints: {
|
|
194
194
|
type: "array",
|
|
@@ -196,14 +196,14 @@ function process(ctx, props) {
|
|
|
196
196
|
$ref: "#/components/schemas/AutoBeOpenApi.IEndpoint"
|
|
197
197
|
},
|
|
198
198
|
minItems: 1,
|
|
199
|
-
description: "
|
|
199
|
+
description: "API operation endpoints to retrieve. DO NOT request same endpoints already\nrequested in previous calls."
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
required: [
|
|
203
203
|
"type",
|
|
204
204
|
"endpoints"
|
|
205
205
|
],
|
|
206
|
-
description: "Request to retrieve existing interface operations for context
|
|
206
|
+
description: "Request to retrieve existing interface operations for context."
|
|
207
207
|
},
|
|
208
208
|
"AutoBeOpenApi.IEndpoint": {
|
|
209
209
|
type: "object",
|
|
@@ -211,7 +211,7 @@ function process(ctx, props) {
|
|
|
211
211
|
path: {
|
|
212
212
|
type: "string",
|
|
213
213
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$",
|
|
214
|
-
description: "HTTP path of the API operation.\n\
|
|
214
|
+
description: "HTTP path of the API operation.\n\nMust start with `/`. Parameters use curly braces: `{paramName}`. Resource\nnames in camelCase. No quotes, spaces, role prefixes (`/admin/`), or API\nversion prefixes (`/api/v1/`).\n\nAllowed characters: letters, digits, `/`, `{`, `}`, `-`, `_`, `.`"
|
|
215
215
|
},
|
|
216
216
|
method: {
|
|
217
217
|
oneOf: [
|
|
@@ -231,7 +231,7 @@ function process(ctx, props) {
|
|
|
231
231
|
"const": "patch"
|
|
232
232
|
}
|
|
233
233
|
],
|
|
234
|
-
description: "HTTP method
|
|
234
|
+
description: "HTTP method (lowercase only).\n\nUse `patch` (not `get`) when a read operation needs a complex\n{@link requestBody}. `get` cannot have a request body."
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
required: [
|
|
@@ -245,7 +245,7 @@ function process(ctx, props) {
|
|
|
245
245
|
properties: {
|
|
246
246
|
type: {
|
|
247
247
|
"const": "getInterfaceSchemas",
|
|
248
|
-
description: "Type discriminator
|
|
248
|
+
description: "Type discriminator."
|
|
249
249
|
},
|
|
250
250
|
typeNames: {
|
|
251
251
|
type: "array",
|
|
@@ -253,14 +253,14 @@ function process(ctx, props) {
|
|
|
253
253
|
type: "string"
|
|
254
254
|
},
|
|
255
255
|
minItems: 1,
|
|
256
|
-
description: "
|
|
256
|
+
description: "Schema type names to retrieve. DO NOT request same names already requested\nin previous calls."
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
259
|
required: [
|
|
260
260
|
"type",
|
|
261
261
|
"typeNames"
|
|
262
262
|
],
|
|
263
|
-
description: "Request to retrieve OpenAPI schema type definitions for context
|
|
263
|
+
description: "Request to retrieve OpenAPI schema type definitions for context."
|
|
264
264
|
},
|
|
265
265
|
"IAutoBeTestScenarioReviewApplication.IComplete": {
|
|
266
266
|
type: "object",
|
|
@@ -725,18 +725,18 @@ function createController(props) {
|
|
|
725
725
|
additionalProperties: false,
|
|
726
726
|
$defs: {
|
|
727
727
|
IAutoBePreliminaryGetAnalysisSections: {
|
|
728
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
728
|
+
description: "Request to retrieve individual analysis sections by numeric ID.",
|
|
729
729
|
type: "object",
|
|
730
730
|
properties: {
|
|
731
731
|
type: {
|
|
732
|
-
description: "Type discriminator
|
|
732
|
+
description: "Type discriminator.",
|
|
733
733
|
type: "string",
|
|
734
734
|
"enum": [
|
|
735
735
|
"getAnalysisSections"
|
|
736
736
|
]
|
|
737
737
|
},
|
|
738
738
|
sectionIds: {
|
|
739
|
-
description: "
|
|
739
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls.",
|
|
740
740
|
type: "array",
|
|
741
741
|
items: {
|
|
742
742
|
type: "integer",
|
|
@@ -752,18 +752,18 @@ function createController(props) {
|
|
|
752
752
|
]
|
|
753
753
|
},
|
|
754
754
|
IAutoBePreliminaryGetInterfaceOperations: {
|
|
755
|
-
description: "Request to retrieve existing interface operations for context
|
|
755
|
+
description: "Request to retrieve existing interface operations for context.",
|
|
756
756
|
type: "object",
|
|
757
757
|
properties: {
|
|
758
758
|
type: {
|
|
759
|
-
description: "Type discriminator
|
|
759
|
+
description: "Type discriminator.",
|
|
760
760
|
type: "string",
|
|
761
761
|
"enum": [
|
|
762
762
|
"getInterfaceOperations"
|
|
763
763
|
]
|
|
764
764
|
},
|
|
765
765
|
endpoints: {
|
|
766
|
-
description: "
|
|
766
|
+
description: "API operation endpoints to retrieve. DO NOT request same endpoints already\nrequested in previous calls.",
|
|
767
767
|
type: "array",
|
|
768
768
|
items: {
|
|
769
769
|
$ref: "#/$defs/AutoBeOpenApi.IEndpoint"
|
|
@@ -781,12 +781,12 @@ function createController(props) {
|
|
|
781
781
|
type: "object",
|
|
782
782
|
properties: {
|
|
783
783
|
path: {
|
|
784
|
-
description: "HTTP path of the API operation.\n\
|
|
784
|
+
description: "HTTP path of the API operation.\n\nMust start with `/`. Parameters use curly braces: `{paramName}`. Resource\nnames in camelCase. No quotes, spaces, role prefixes (`/admin/`), or API\nversion prefixes (`/api/v1/`).\n\nAllowed characters: letters, digits, `/`, `{`, `}`, `-`, `_`, `.`",
|
|
785
785
|
type: "string",
|
|
786
786
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$"
|
|
787
787
|
},
|
|
788
788
|
method: {
|
|
789
|
-
description: "HTTP method
|
|
789
|
+
description: "HTTP method (lowercase only).\n\nUse `patch` (not `get`) when a read operation needs a complex\n{@link requestBody}. `get` cannot have a request body.",
|
|
790
790
|
type: "string",
|
|
791
791
|
"enum": [
|
|
792
792
|
"get",
|
|
@@ -803,18 +803,18 @@ function createController(props) {
|
|
|
803
803
|
]
|
|
804
804
|
},
|
|
805
805
|
IAutoBePreliminaryGetInterfaceSchemas: {
|
|
806
|
-
description: "Request to retrieve OpenAPI schema type definitions for context
|
|
806
|
+
description: "Request to retrieve OpenAPI schema type definitions for context.",
|
|
807
807
|
type: "object",
|
|
808
808
|
properties: {
|
|
809
809
|
type: {
|
|
810
|
-
description: "Type discriminator
|
|
810
|
+
description: "Type discriminator.",
|
|
811
811
|
type: "string",
|
|
812
812
|
"enum": [
|
|
813
813
|
"getInterfaceSchemas"
|
|
814
814
|
]
|
|
815
815
|
},
|
|
816
816
|
typeNames: {
|
|
817
|
-
description: "
|
|
817
|
+
description: "Schema type names to retrieve. DO NOT request same names already requested\nin previous calls.",
|
|
818
818
|
type: "array",
|
|
819
819
|
items: {
|
|
820
820
|
type: "string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autobe/agent",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.5",
|
|
4
4
|
"description": "AI backend server code generator",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "Wrtn Technologies",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"typia": "^12.0.1",
|
|
32
32
|
"uuid": "^11.1.0",
|
|
33
33
|
"yaml": "^2.8.2",
|
|
34
|
-
"@autobe/interface": "^0.30.
|
|
35
|
-
"@autobe/utils": "^0.30.
|
|
34
|
+
"@autobe/interface": "^0.30.5",
|
|
35
|
+
"@autobe/utils": "^0.30.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"rollup": "^4.40.1",
|
|
45
45
|
"ts-node": "^10.9.2",
|
|
46
46
|
"typescript": "~5.9.3",
|
|
47
|
-
"@autobe/
|
|
48
|
-
"@autobe/
|
|
47
|
+
"@autobe/filesystem": "^0.30.5",
|
|
48
|
+
"@autobe/compiler": "^0.30.5"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"ai",
|