@autobe/agent 0.30.4-dev.20260324 → 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/LICENSE +661 -661
- 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/interface/utils/AutoBeJsonSchemaValidator.js +283 -283
- 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/AutoBeMockAgent.ts +283 -283
- 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/orchestrateInterfaceSchemaRefine.ts +291 -291
- package/src/orchestrate/interface/orchestrateInterfaceSchemaReview.ts +309 -309
- 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/interface/utils/AutoBeJsonSchemaValidator.ts +763 -763
- 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
- package/src/orchestrate/test/experimental/orchestrateTestCorrect.ast +237 -237
- package/src/orchestrate/test/experimental/orchestrateTestWrite.ast +322 -322
- package/src/orchestrate/test/experimental/transformTestCorrectHistories.ast +52 -52
- package/src/structures/IAutoBeVendor.ts +127 -127
- package/README.md +0 -261
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrateInterfaceEndpointReview.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceEndpointReview.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,kDAA4E;AAC5E,+BAA0B;AAI1B,2DAAwE;AACxE,yDAAsD;AACtD,uFAAoF;AACpF,wFAAqF;AAErF,uGAAoG;AACpG,mHAAgH;AAkBzG,MAAM,kCAAkC,GAAG,CAChD,GAAkB,EAClB,KAMC,EACyC,EAAE;;IAC5C,MAAM,WAAW,GAA4B,IAAA,iDAAuB,EAClE,MAAA,MAAA,GAAG,CAAC,KAAK,EAAE,CAAC,OAAO,0CAAE,KAAK,mCAAI,EAAE,CACjC,CAAC;IACF,MAAM,SAAS,GAAW;QACxB,WAAW;QACX,UAAU;QACV,QAAQ;QACR,KAAK,CAAC,KAAK,CAAC,IAAI;QAChB,GAAG,KAAK,CAAC,KAAK,CAAC,eAAe;QAC9B,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,MAAM,IAAI,CAAC,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;KACvE,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAEZ,MAAM,WAAW,GACf,MAAM,IAAA,2CAA4B,EAChC,IAAA,yBAAW,GAAE,EACb,WAAW,EACX,SAAS,EACT,MAAM,EACN,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE,yBAAyB,EAAE,CACrD,CAAC;IAEJ,MAAM,OAAO,GACX,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IAClB,MAAM,WAAW,GAMb,IAAI,yDAA2B,CAAC;QAClC,WAAW
|
|
1
|
+
{"version":3,"file":"orchestrateInterfaceEndpointReview.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceEndpointReview.ts"],"names":[],"mappings":"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"}
|
|
@@ -83,7 +83,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
83
83
|
properties: {
|
|
84
84
|
thinking: {
|
|
85
85
|
type: "string",
|
|
86
|
-
description: "
|
|
86
|
+
description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion)."
|
|
87
87
|
},
|
|
88
88
|
request: {
|
|
89
89
|
oneOf: [
|
|
@@ -117,7 +117,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
117
117
|
complete: "#/components/schemas/IAutoBeInterfaceEndpointWriteApplication.IComplete"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
description: "
|
|
120
|
+
description: "Action to perform. Exhausted preliminary types are removed from the\nunion."
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
required: [
|
|
@@ -130,7 +130,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
130
130
|
properties: {
|
|
131
131
|
type: {
|
|
132
132
|
"const": "getAnalysisSections",
|
|
133
|
-
description: "Type discriminator
|
|
133
|
+
description: "Type discriminator."
|
|
134
134
|
},
|
|
135
135
|
sectionIds: {
|
|
136
136
|
type: "array",
|
|
@@ -140,21 +140,21 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
140
140
|
},
|
|
141
141
|
minItems: 1,
|
|
142
142
|
maxItems: 100,
|
|
143
|
-
description: "
|
|
143
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls."
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
146
|
required: [
|
|
147
147
|
"type",
|
|
148
148
|
"sectionIds"
|
|
149
149
|
],
|
|
150
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
150
|
+
description: "Request to retrieve individual analysis sections by numeric ID."
|
|
151
151
|
},
|
|
152
152
|
IAutoBePreliminaryGetDatabaseSchemas: {
|
|
153
153
|
type: "object",
|
|
154
154
|
properties: {
|
|
155
155
|
type: {
|
|
156
156
|
"const": "getDatabaseSchemas",
|
|
157
|
-
description: "Type discriminator
|
|
157
|
+
description: "Type discriminator."
|
|
158
158
|
},
|
|
159
159
|
schemaNames: {
|
|
160
160
|
type: "array",
|
|
@@ -162,21 +162,21 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
162
162
|
type: "string"
|
|
163
163
|
},
|
|
164
164
|
minItems: 1,
|
|
165
|
-
description: "
|
|
165
|
+
description: "Database table names to retrieve. DO NOT request same names already\nrequested in previous calls."
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
required: [
|
|
169
169
|
"type",
|
|
170
170
|
"schemaNames"
|
|
171
171
|
],
|
|
172
|
-
description: "Request to retrieve database schema definitions for context
|
|
172
|
+
description: "Request to retrieve database schema definitions for context."
|
|
173
173
|
},
|
|
174
174
|
IAutoBePreliminaryGetPreviousAnalysisSections: {
|
|
175
175
|
type: "object",
|
|
176
176
|
properties: {
|
|
177
177
|
type: {
|
|
178
178
|
"const": "getPreviousAnalysisSections",
|
|
179
|
-
description: "Type discriminator
|
|
179
|
+
description: "Type discriminator."
|
|
180
180
|
},
|
|
181
181
|
sectionIds: {
|
|
182
182
|
type: "array",
|
|
@@ -185,21 +185,21 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
185
185
|
minimum: 0
|
|
186
186
|
},
|
|
187
187
|
minItems: 1,
|
|
188
|
-
description: "
|
|
188
|
+
description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls."
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
required: [
|
|
192
192
|
"type",
|
|
193
193
|
"sectionIds"
|
|
194
194
|
],
|
|
195
|
-
description: "Request to retrieve
|
|
195
|
+
description: "Request to retrieve analysis sections from the previous iteration by numeric\nID."
|
|
196
196
|
},
|
|
197
197
|
IAutoBePreliminaryGetPreviousDatabaseSchemas: {
|
|
198
198
|
type: "object",
|
|
199
199
|
properties: {
|
|
200
200
|
type: {
|
|
201
201
|
"const": "getPreviousDatabaseSchemas",
|
|
202
|
-
description: "Type discriminator
|
|
202
|
+
description: "Type discriminator."
|
|
203
203
|
},
|
|
204
204
|
schemaNames: {
|
|
205
205
|
type: "array",
|
|
@@ -207,21 +207,21 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
207
207
|
type: "string"
|
|
208
208
|
},
|
|
209
209
|
minItems: 1,
|
|
210
|
-
description: "
|
|
210
|
+
description: "Table names to retrieve from previous iteration. DO NOT request same names\nalready requested in previous calls."
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
required: [
|
|
214
214
|
"type",
|
|
215
215
|
"schemaNames"
|
|
216
216
|
],
|
|
217
|
-
description: "Request to retrieve database schemas from
|
|
217
|
+
description: "Request to retrieve database schemas from the previous iteration.\n\nLoads database table definitions from the last successfully generated\nversion, used as reference context during regeneration or modification\ncycles."
|
|
218
218
|
},
|
|
219
219
|
IAutoBePreliminaryGetPreviousInterfaceOperations: {
|
|
220
220
|
type: "object",
|
|
221
221
|
properties: {
|
|
222
222
|
type: {
|
|
223
223
|
"const": "getPreviousInterfaceOperations",
|
|
224
|
-
description: "Type discriminator
|
|
224
|
+
description: "Type discriminator."
|
|
225
225
|
},
|
|
226
226
|
endpoints: {
|
|
227
227
|
type: "array",
|
|
@@ -229,14 +229,14 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
229
229
|
$ref: "#/components/schemas/AutoBeOpenApi.IEndpoint"
|
|
230
230
|
},
|
|
231
231
|
minItems: 1,
|
|
232
|
-
description: "
|
|
232
|
+
description: "Endpoints to retrieve from previous iteration. DO NOT request same\nendpoints already requested in previous calls."
|
|
233
233
|
}
|
|
234
234
|
},
|
|
235
235
|
required: [
|
|
236
236
|
"type",
|
|
237
237
|
"endpoints"
|
|
238
238
|
],
|
|
239
|
-
description: "Request to retrieve interface operations from
|
|
239
|
+
description: "Request to retrieve interface operations from the previous iteration.\n\nLoads API operation definitions from the last successfully generated version,\nused as reference context during regeneration or modification cycles."
|
|
240
240
|
},
|
|
241
241
|
"AutoBeOpenApi.IEndpoint": {
|
|
242
242
|
type: "object",
|
|
@@ -244,7 +244,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
244
244
|
path: {
|
|
245
245
|
type: "string",
|
|
246
246
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$",
|
|
247
|
-
description: "HTTP path of the API operation.\n\
|
|
247
|
+
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, `/`, `{`, `}`, `-`, `_`, `.`"
|
|
248
248
|
},
|
|
249
249
|
method: {
|
|
250
250
|
oneOf: [
|
|
@@ -264,7 +264,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
264
264
|
"const": "patch"
|
|
265
265
|
}
|
|
266
266
|
],
|
|
267
|
-
description: "HTTP method
|
|
267
|
+
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."
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
270
|
required: [
|
|
@@ -278,22 +278,22 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
278
278
|
properties: {
|
|
279
279
|
type: {
|
|
280
280
|
"const": "complete",
|
|
281
|
-
description: "Type discriminator for
|
|
281
|
+
description: "Type discriminator for completion request."
|
|
282
282
|
},
|
|
283
283
|
analysis: {
|
|
284
284
|
type: "string",
|
|
285
|
-
description: "Analysis of
|
|
285
|
+
description: "Analysis of requirements and database schema for endpoint design."
|
|
286
286
|
},
|
|
287
287
|
rationale: {
|
|
288
288
|
type: "string",
|
|
289
|
-
description: "Rationale for the endpoint design decisions
|
|
289
|
+
description: "Rationale for the endpoint design decisions."
|
|
290
290
|
},
|
|
291
291
|
designs: {
|
|
292
292
|
type: "array",
|
|
293
293
|
items: {
|
|
294
294
|
$ref: "#/components/schemas/AutoBeInterfaceEndpointDesign"
|
|
295
295
|
},
|
|
296
|
-
description: "Array of endpoint designs to generate.\n\
|
|
296
|
+
description: "Array of endpoint designs to generate.\n\nPath rules: hierarchical `/` structure, must start with `/`, no domain\nprefixes, plural resource names. No duplicate endpoints. Path parameters\nclearly named. Nested paths reflect entity relationships."
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
required: [
|
|
@@ -302,14 +302,14 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
302
302
|
"rationale",
|
|
303
303
|
"designs"
|
|
304
304
|
],
|
|
305
|
-
description: "Request to complete endpoint generation
|
|
305
|
+
description: "Request to complete endpoint generation."
|
|
306
306
|
},
|
|
307
307
|
AutoBeInterfaceEndpointDesign: {
|
|
308
308
|
type: "object",
|
|
309
309
|
properties: {
|
|
310
310
|
description: {
|
|
311
311
|
type: "string",
|
|
312
|
-
description: "
|
|
312
|
+
description: "Functional description of what this endpoint does and why. Keep concise."
|
|
313
313
|
},
|
|
314
314
|
authorizationActors: {
|
|
315
315
|
type: "array",
|
|
@@ -318,7 +318,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
318
318
|
pattern: "^[a-z][a-zA-Z0-9]*$",
|
|
319
319
|
minLength: 1
|
|
320
320
|
},
|
|
321
|
-
description: "Authorization actors associated with this
|
|
321
|
+
description: "Authorization actors associated with this endpoint (camelCase).\n\nInclude an actor if it can call this endpoint or the endpoint is\nsemantically related to it (e.g., `/auth/users/login` \u2192 `[\"user\"]`). Empty\narray for public endpoints.\n\nEach actor may generate a separate endpoint \u2014 minimize to prevent endpoint\nexplosion."
|
|
322
322
|
},
|
|
323
323
|
authorizationType: {
|
|
324
324
|
oneOf: [
|
|
@@ -347,7 +347,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
347
347
|
"const": "management"
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
|
-
description: "Authorization type of the
|
|
350
|
+
description: "Authorization type of the endpoint.\n\n- `\"login\"`: Credential validation\n- `\"join\"`: Account registration\n- `\"withdraw\"`: Account deactivation\n- `\"refresh\"`: Token renewal\n- `\"session\"`: Session management (logout, etc.)\n- `\"password\"`: Password reset/change\n- `\"management\"`: Other auth-related (2FA, OAuth, verification)\n- `null`: All other endpoints"
|
|
351
351
|
},
|
|
352
352
|
endpoint: {
|
|
353
353
|
$ref: "#/components/schemas/AutoBeOpenApi.IEndpoint",
|
|
@@ -360,7 +360,7 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
360
360
|
"authorizationType",
|
|
361
361
|
"endpoint"
|
|
362
362
|
],
|
|
363
|
-
description: "Endpoint design with description and
|
|
363
|
+
description: "Endpoint design with description, authorization, and endpoint definition."
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
},
|
|
@@ -371,14 +371,13 @@ const orchestrateInterfaceEndpointWrite = (ctx, props) => __awaiter(void 0, void
|
|
|
371
371
|
parameters: [
|
|
372
372
|
{
|
|
373
373
|
name: "props",
|
|
374
|
-
description: " Request containing either preliminary data request or complete\ntask",
|
|
375
374
|
required: true,
|
|
376
375
|
schema: {
|
|
377
376
|
$ref: "#/components/schemas/IAutoBeInterfaceEndpointWriteApplication.IProps"
|
|
378
377
|
}
|
|
379
378
|
}
|
|
380
379
|
],
|
|
381
|
-
description: "Process
|
|
380
|
+
description: "Process task or retrieve preliminary data."
|
|
382
381
|
}
|
|
383
382
|
]
|
|
384
383
|
},
|
|
@@ -749,11 +748,11 @@ const createController = (props) => {
|
|
|
749
748
|
type: "object",
|
|
750
749
|
properties: {
|
|
751
750
|
thinking: {
|
|
752
|
-
description: "
|
|
751
|
+
description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion).",
|
|
753
752
|
type: "string"
|
|
754
753
|
},
|
|
755
754
|
request: {
|
|
756
|
-
description: "
|
|
755
|
+
description: "Action to perform. Exhausted preliminary types are removed from the\nunion.",
|
|
757
756
|
anyOf: [
|
|
758
757
|
{
|
|
759
758
|
$ref: "#/$defs/IAutoBePreliminaryGetAnalysisSections"
|
|
@@ -794,18 +793,18 @@ const createController = (props) => {
|
|
|
794
793
|
additionalProperties: false,
|
|
795
794
|
$defs: {
|
|
796
795
|
IAutoBePreliminaryGetAnalysisSections: {
|
|
797
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
796
|
+
description: "Request to retrieve individual analysis sections by numeric ID.",
|
|
798
797
|
type: "object",
|
|
799
798
|
properties: {
|
|
800
799
|
type: {
|
|
801
|
-
description: "Type discriminator
|
|
800
|
+
description: "Type discriminator.",
|
|
802
801
|
type: "string",
|
|
803
802
|
"enum": [
|
|
804
803
|
"getAnalysisSections"
|
|
805
804
|
]
|
|
806
805
|
},
|
|
807
806
|
sectionIds: {
|
|
808
|
-
description: "
|
|
807
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls.",
|
|
809
808
|
type: "array",
|
|
810
809
|
items: {
|
|
811
810
|
type: "integer",
|
|
@@ -821,18 +820,18 @@ const createController = (props) => {
|
|
|
821
820
|
]
|
|
822
821
|
},
|
|
823
822
|
IAutoBePreliminaryGetDatabaseSchemas: {
|
|
824
|
-
description: "Request to retrieve database schema definitions for context
|
|
823
|
+
description: "Request to retrieve database schema definitions for context.",
|
|
825
824
|
type: "object",
|
|
826
825
|
properties: {
|
|
827
826
|
type: {
|
|
828
|
-
description: "Type discriminator
|
|
827
|
+
description: "Type discriminator.",
|
|
829
828
|
type: "string",
|
|
830
829
|
"enum": [
|
|
831
830
|
"getDatabaseSchemas"
|
|
832
831
|
]
|
|
833
832
|
},
|
|
834
833
|
schemaNames: {
|
|
835
|
-
description: "
|
|
834
|
+
description: "Database table names to retrieve. DO NOT request same names already\nrequested in previous calls.",
|
|
836
835
|
type: "array",
|
|
837
836
|
items: {
|
|
838
837
|
type: "string"
|
|
@@ -846,18 +845,18 @@ const createController = (props) => {
|
|
|
846
845
|
]
|
|
847
846
|
},
|
|
848
847
|
IAutoBePreliminaryGetPreviousAnalysisSections: {
|
|
849
|
-
description: "Request to retrieve
|
|
848
|
+
description: "Request to retrieve analysis sections from the previous iteration by numeric\nID.",
|
|
850
849
|
type: "object",
|
|
851
850
|
properties: {
|
|
852
851
|
type: {
|
|
853
|
-
description: "Type discriminator
|
|
852
|
+
description: "Type discriminator.",
|
|
854
853
|
type: "string",
|
|
855
854
|
"enum": [
|
|
856
855
|
"getPreviousAnalysisSections"
|
|
857
856
|
]
|
|
858
857
|
},
|
|
859
858
|
sectionIds: {
|
|
860
|
-
description: "
|
|
859
|
+
description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls.",
|
|
861
860
|
type: "array",
|
|
862
861
|
items: {
|
|
863
862
|
type: "integer",
|
|
@@ -872,18 +871,18 @@ const createController = (props) => {
|
|
|
872
871
|
]
|
|
873
872
|
},
|
|
874
873
|
IAutoBePreliminaryGetPreviousDatabaseSchemas: {
|
|
875
|
-
description: "Request to retrieve database schemas from
|
|
874
|
+
description: "Request to retrieve database schemas from the previous iteration.\n\nLoads database table definitions from the last successfully generated\nversion, used as reference context during regeneration or modification\ncycles.",
|
|
876
875
|
type: "object",
|
|
877
876
|
properties: {
|
|
878
877
|
type: {
|
|
879
|
-
description: "Type discriminator
|
|
878
|
+
description: "Type discriminator.",
|
|
880
879
|
type: "string",
|
|
881
880
|
"enum": [
|
|
882
881
|
"getPreviousDatabaseSchemas"
|
|
883
882
|
]
|
|
884
883
|
},
|
|
885
884
|
schemaNames: {
|
|
886
|
-
description: "
|
|
885
|
+
description: "Table names to retrieve from previous iteration. DO NOT request same names\nalready requested in previous calls.",
|
|
887
886
|
type: "array",
|
|
888
887
|
items: {
|
|
889
888
|
type: "string"
|
|
@@ -897,18 +896,18 @@ const createController = (props) => {
|
|
|
897
896
|
]
|
|
898
897
|
},
|
|
899
898
|
IAutoBePreliminaryGetPreviousInterfaceOperations: {
|
|
900
|
-
description: "Request to retrieve interface operations from
|
|
899
|
+
description: "Request to retrieve interface operations from the previous iteration.\n\nLoads API operation definitions from the last successfully generated version,\nused as reference context during regeneration or modification cycles.",
|
|
901
900
|
type: "object",
|
|
902
901
|
properties: {
|
|
903
902
|
type: {
|
|
904
|
-
description: "Type discriminator
|
|
903
|
+
description: "Type discriminator.",
|
|
905
904
|
type: "string",
|
|
906
905
|
"enum": [
|
|
907
906
|
"getPreviousInterfaceOperations"
|
|
908
907
|
]
|
|
909
908
|
},
|
|
910
909
|
endpoints: {
|
|
911
|
-
description: "
|
|
910
|
+
description: "Endpoints to retrieve from previous iteration. DO NOT request same\nendpoints already requested in previous calls.",
|
|
912
911
|
type: "array",
|
|
913
912
|
items: {
|
|
914
913
|
$ref: "#/$defs/AutoBeOpenApi.IEndpoint"
|
|
@@ -926,12 +925,12 @@ const createController = (props) => {
|
|
|
926
925
|
type: "object",
|
|
927
926
|
properties: {
|
|
928
927
|
path: {
|
|
929
|
-
description: "HTTP path of the API operation.\n\
|
|
928
|
+
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, `/`, `{`, `}`, `-`, `_`, `.`",
|
|
930
929
|
type: "string",
|
|
931
930
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$"
|
|
932
931
|
},
|
|
933
932
|
method: {
|
|
934
|
-
description: "HTTP method
|
|
933
|
+
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.",
|
|
935
934
|
type: "string",
|
|
936
935
|
"enum": [
|
|
937
936
|
"get",
|
|
@@ -948,26 +947,26 @@ const createController = (props) => {
|
|
|
948
947
|
]
|
|
949
948
|
},
|
|
950
949
|
"IAutoBeInterfaceEndpointWriteApplication.IComplete": {
|
|
951
|
-
description: "Request to complete endpoint generation
|
|
950
|
+
description: "Request to complete endpoint generation.",
|
|
952
951
|
type: "object",
|
|
953
952
|
properties: {
|
|
954
953
|
type: {
|
|
955
|
-
description: "Type discriminator for
|
|
954
|
+
description: "Type discriminator for completion request.",
|
|
956
955
|
type: "string",
|
|
957
956
|
"enum": [
|
|
958
957
|
"complete"
|
|
959
958
|
]
|
|
960
959
|
},
|
|
961
960
|
analysis: {
|
|
962
|
-
description: "Analysis of
|
|
961
|
+
description: "Analysis of requirements and database schema for endpoint design.",
|
|
963
962
|
type: "string"
|
|
964
963
|
},
|
|
965
964
|
rationale: {
|
|
966
|
-
description: "Rationale for the endpoint design decisions
|
|
965
|
+
description: "Rationale for the endpoint design decisions.",
|
|
967
966
|
type: "string"
|
|
968
967
|
},
|
|
969
968
|
designs: {
|
|
970
|
-
description: "Array of endpoint designs to generate.\n\
|
|
969
|
+
description: "Array of endpoint designs to generate.\n\nPath rules: hierarchical `/` structure, must start with `/`, no domain\nprefixes, plural resource names. No duplicate endpoints. Path parameters\nclearly named. Nested paths reflect entity relationships.",
|
|
971
970
|
type: "array",
|
|
972
971
|
items: {
|
|
973
972
|
$ref: "#/$defs/AutoBeInterfaceEndpointDesign"
|
|
@@ -982,15 +981,15 @@ const createController = (props) => {
|
|
|
982
981
|
]
|
|
983
982
|
},
|
|
984
983
|
AutoBeInterfaceEndpointDesign: {
|
|
985
|
-
description: "Endpoint design with description and
|
|
984
|
+
description: "Endpoint design with description, authorization, and endpoint definition.",
|
|
986
985
|
type: "object",
|
|
987
986
|
properties: {
|
|
988
987
|
description: {
|
|
989
|
-
description: "
|
|
988
|
+
description: "Functional description of what this endpoint does and why. Keep concise.",
|
|
990
989
|
type: "string"
|
|
991
990
|
},
|
|
992
991
|
authorizationActors: {
|
|
993
|
-
description: "Authorization actors associated with this
|
|
992
|
+
description: "Authorization actors associated with this endpoint (camelCase).\n\nInclude an actor if it can call this endpoint or the endpoint is\nsemantically related to it (e.g., `/auth/users/login` \u2192 `[\"user\"]`). Empty\narray for public endpoints.\n\nEach actor may generate a separate endpoint \u2014 minimize to prevent endpoint\nexplosion.",
|
|
994
993
|
type: "array",
|
|
995
994
|
items: {
|
|
996
995
|
type: "string",
|
|
@@ -999,7 +998,7 @@ const createController = (props) => {
|
|
|
999
998
|
}
|
|
1000
999
|
},
|
|
1001
1000
|
authorizationType: {
|
|
1002
|
-
description: "Authorization type of the
|
|
1001
|
+
description: "Authorization type of the endpoint.\n\n- `\"login\"`: Credential validation\n- `\"join\"`: Account registration\n- `\"withdraw\"`: Account deactivation\n- `\"refresh\"`: Token renewal\n- `\"session\"`: Session management (logout, etc.)\n- `\"password\"`: Password reset/change\n- `\"management\"`: Other auth-related (2FA, OAuth, verification)\n- `null`: All other endpoints",
|
|
1003
1002
|
anyOf: [
|
|
1004
1003
|
{
|
|
1005
1004
|
type: "string",
|
|
@@ -1032,7 +1031,7 @@ const createController = (props) => {
|
|
|
1032
1031
|
}
|
|
1033
1032
|
}
|
|
1034
1033
|
},
|
|
1035
|
-
description: "Process
|
|
1034
|
+
description: "Process task or retrieve preliminary data.",
|
|
1036
1035
|
validate: (() => { const _io0 = input => "string" === typeof input.thinking && ("object" === typeof input.request && null !== input.request && _iu0(input.request)); const _io1 = input => "getAnalysisSections" === input.type && (Array.isArray(input.sectionIds) && (1 <= input.sectionIds.length && input.sectionIds.length <= 100 && input.sectionIds.every(elem => "number" === typeof elem && __typia_transform__isTypeUint32._isTypeUint32(elem)))); const _io2 = input => "getDatabaseSchemas" === input.type && (Array.isArray(input.schemaNames) && (1 <= input.schemaNames.length && input.schemaNames.every(elem => "string" === typeof elem))); const _io3 = input => "getPreviousAnalysisSections" === input.type && (Array.isArray(input.sectionIds) && (1 <= input.sectionIds.length && input.sectionIds.every(elem => "number" === typeof elem && __typia_transform__isTypeUint32._isTypeUint32(elem)))); const _io4 = input => "getPreviousDatabaseSchemas" === input.type && (Array.isArray(input.schemaNames) && (1 <= input.schemaNames.length && input.schemaNames.every(elem => "string" === typeof elem))); const _io5 = input => "getPreviousInterfaceOperations" === input.type && (Array.isArray(input.endpoints) && (1 <= input.endpoints.length && input.endpoints.every(elem => "object" === typeof elem && null !== elem && _io6(elem)))); const _io6 = input => "string" === typeof input.path && RegExp("^\\/[a-zA-Z0-9\\/_{}.-]*$").test(input.path) && ("get" === input.method || "post" === input.method || "put" === input.method || "delete" === input.method || "patch" === input.method); const _io7 = input => "complete" === input.type && "string" === typeof input.analysis && "string" === typeof input.rationale && (Array.isArray(input.designs) && input.designs.every(elem => "object" === typeof elem && null !== elem && _io8(elem))); const _io8 = input => "string" === typeof input.description && (Array.isArray(input.authorizationActors) && input.authorizationActors.every(elem => "string" === typeof elem && (RegExp("^[a-z][a-zA-Z0-9]*$").test(elem) && 1 <= elem.length))) && (null === input.authorizationType || "login" === input.authorizationType || "join" === input.authorizationType || "refresh" === input.authorizationType || "password" === input.authorizationType || "session" === input.authorizationType || "withdraw" === input.authorizationType || "management" === input.authorizationType) && ("object" === typeof input.endpoint && null !== input.endpoint && _io6(input.endpoint)); const _iu0 = input => (() => {
|
|
1037
1036
|
if ("getAnalysisSections" === input.type)
|
|
1038
1037
|
return _io1(input);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrateInterfaceEndpointWrite.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceEndpointWrite.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,yCAAgE;AAChE,+BAA+C;AAC/C,kDAA4E;AAC5E,+BAA0B;AAI1B,2DAAwE;AACxE,yDAAsD;AACtD,uFAAoF;AACpF,wFAAqF;AAErF,uGAAoG;AAsB7F,MAAM,iCAAiC,GAAG,CAC/C,GAAkB,EAClB,KAKC,EACyC,EAAE;;IAC5C,MAAM,KAAK,GAAS,IAAI,IAAI,EAAE,CAAC;IAE/B,MAAM,WAAW,GAA4B,IAAA,iDAAuB,EAClE,MAAA,MAAA,GAAG,CAAC,KAAK,EAAE,CAAC,OAAO,0CAAE,KAAK,mCAAI,EAAE,CACjC,CAAC;IACF,MAAM,SAAS,GAAW;QACxB,WAAW;QACX,UAAU;QACV,KAAK,CAAC,KAAK,CAAC,IAAI;QAChB,GAAG,KAAK,CAAC,KAAK,CAAC,eAAe;KAC/B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAEZ,MAAM,WAAW,GACf,MAAM,IAAA,2CAA4B,EAChC,IAAA,yBAAW,GAAE,EACb,WAAW,EACX,SAAS,EACT,MAAM,EACN,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE,wBAAwB,EAAE,CACpD,CAAC;IAEJ,MAAM,eAAe,GAAuC,IAAI,GAAG,CACjE,GAAG;SACA,KAAK,EAAE;SACP,QAAS,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC;SACpD,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAC3B,CAAC;IACF,MAAM,WAAW,GAMb,IAAI,yDAA2B,CAAC;QAClC,WAAW
|
|
1
|
+
{"version":3,"file":"orchestrateInterfaceEndpointWrite.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceEndpointWrite.ts"],"names":[],"mappings":"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"}
|