@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
|
@@ -68,7 +68,7 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
68
68
|
properties: {
|
|
69
69
|
thinking: {
|
|
70
70
|
type: "string",
|
|
71
|
-
description: "
|
|
71
|
+
description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion)."
|
|
72
72
|
},
|
|
73
73
|
request: {
|
|
74
74
|
oneOf: [
|
|
@@ -102,7 +102,7 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
102
102
|
complete: "#/components/schemas/IAutoBeInterfaceGroupApplication.IComplete"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
description: "
|
|
105
|
+
description: "Action to perform. Exhausted preliminary types are removed from the\nunion."
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
required: [
|
|
@@ -115,7 +115,7 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
115
115
|
properties: {
|
|
116
116
|
type: {
|
|
117
117
|
"const": "getAnalysisSections",
|
|
118
|
-
description: "Type discriminator
|
|
118
|
+
description: "Type discriminator."
|
|
119
119
|
},
|
|
120
120
|
sectionIds: {
|
|
121
121
|
type: "array",
|
|
@@ -125,21 +125,21 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
125
125
|
},
|
|
126
126
|
minItems: 1,
|
|
127
127
|
maxItems: 100,
|
|
128
|
-
description: "
|
|
128
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls."
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
required: [
|
|
132
132
|
"type",
|
|
133
133
|
"sectionIds"
|
|
134
134
|
],
|
|
135
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
135
|
+
description: "Request to retrieve individual analysis sections by numeric ID."
|
|
136
136
|
},
|
|
137
137
|
IAutoBePreliminaryGetDatabaseSchemas: {
|
|
138
138
|
type: "object",
|
|
139
139
|
properties: {
|
|
140
140
|
type: {
|
|
141
141
|
"const": "getDatabaseSchemas",
|
|
142
|
-
description: "Type discriminator
|
|
142
|
+
description: "Type discriminator."
|
|
143
143
|
},
|
|
144
144
|
schemaNames: {
|
|
145
145
|
type: "array",
|
|
@@ -147,21 +147,21 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
147
147
|
type: "string"
|
|
148
148
|
},
|
|
149
149
|
minItems: 1,
|
|
150
|
-
description: "
|
|
150
|
+
description: "Database table names to retrieve. DO NOT request same names already\nrequested in previous calls."
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
required: [
|
|
154
154
|
"type",
|
|
155
155
|
"schemaNames"
|
|
156
156
|
],
|
|
157
|
-
description: "Request to retrieve database schema definitions for context
|
|
157
|
+
description: "Request to retrieve database schema definitions for context."
|
|
158
158
|
},
|
|
159
159
|
IAutoBePreliminaryGetPreviousAnalysisSections: {
|
|
160
160
|
type: "object",
|
|
161
161
|
properties: {
|
|
162
162
|
type: {
|
|
163
163
|
"const": "getPreviousAnalysisSections",
|
|
164
|
-
description: "Type discriminator
|
|
164
|
+
description: "Type discriminator."
|
|
165
165
|
},
|
|
166
166
|
sectionIds: {
|
|
167
167
|
type: "array",
|
|
@@ -170,21 +170,21 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
170
170
|
minimum: 0
|
|
171
171
|
},
|
|
172
172
|
minItems: 1,
|
|
173
|
-
description: "
|
|
173
|
+
description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls."
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
176
|
required: [
|
|
177
177
|
"type",
|
|
178
178
|
"sectionIds"
|
|
179
179
|
],
|
|
180
|
-
description: "Request to retrieve
|
|
180
|
+
description: "Request to retrieve analysis sections from the previous iteration by numeric\nID."
|
|
181
181
|
},
|
|
182
182
|
IAutoBePreliminaryGetPreviousDatabaseSchemas: {
|
|
183
183
|
type: "object",
|
|
184
184
|
properties: {
|
|
185
185
|
type: {
|
|
186
186
|
"const": "getPreviousDatabaseSchemas",
|
|
187
|
-
description: "Type discriminator
|
|
187
|
+
description: "Type discriminator."
|
|
188
188
|
},
|
|
189
189
|
schemaNames: {
|
|
190
190
|
type: "array",
|
|
@@ -192,21 +192,21 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
192
192
|
type: "string"
|
|
193
193
|
},
|
|
194
194
|
minItems: 1,
|
|
195
|
-
description: "
|
|
195
|
+
description: "Table names to retrieve from previous iteration. DO NOT request same names\nalready requested in previous calls."
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
198
|
required: [
|
|
199
199
|
"type",
|
|
200
200
|
"schemaNames"
|
|
201
201
|
],
|
|
202
|
-
description: "Request to retrieve database schemas from
|
|
202
|
+
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."
|
|
203
203
|
},
|
|
204
204
|
IAutoBePreliminaryGetPreviousInterfaceOperations: {
|
|
205
205
|
type: "object",
|
|
206
206
|
properties: {
|
|
207
207
|
type: {
|
|
208
208
|
"const": "getPreviousInterfaceOperations",
|
|
209
|
-
description: "Type discriminator
|
|
209
|
+
description: "Type discriminator."
|
|
210
210
|
},
|
|
211
211
|
endpoints: {
|
|
212
212
|
type: "array",
|
|
@@ -214,14 +214,14 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
214
214
|
$ref: "#/components/schemas/AutoBeOpenApi.IEndpoint"
|
|
215
215
|
},
|
|
216
216
|
minItems: 1,
|
|
217
|
-
description: "
|
|
217
|
+
description: "Endpoints to retrieve from previous iteration. DO NOT request same\nendpoints already requested in previous calls."
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
required: [
|
|
221
221
|
"type",
|
|
222
222
|
"endpoints"
|
|
223
223
|
],
|
|
224
|
-
description: "Request to retrieve interface operations from
|
|
224
|
+
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."
|
|
225
225
|
},
|
|
226
226
|
"AutoBeOpenApi.IEndpoint": {
|
|
227
227
|
type: "object",
|
|
@@ -229,7 +229,7 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
229
229
|
path: {
|
|
230
230
|
type: "string",
|
|
231
231
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$",
|
|
232
|
-
description: "HTTP path of the API operation.\n\
|
|
232
|
+
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, `/`, `{`, `}`, `-`, `_`, `.`"
|
|
233
233
|
},
|
|
234
234
|
method: {
|
|
235
235
|
oneOf: [
|
|
@@ -249,7 +249,7 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
249
249
|
"const": "patch"
|
|
250
250
|
}
|
|
251
251
|
],
|
|
252
|
-
description: "HTTP method
|
|
252
|
+
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."
|
|
253
253
|
}
|
|
254
254
|
},
|
|
255
255
|
required: [
|
|
@@ -263,15 +263,15 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
263
263
|
properties: {
|
|
264
264
|
type: {
|
|
265
265
|
"const": "complete",
|
|
266
|
-
description: "Type discriminator for
|
|
266
|
+
description: "Type discriminator for completion request."
|
|
267
267
|
},
|
|
268
268
|
analysis: {
|
|
269
269
|
type: "string",
|
|
270
|
-
description: "Analysis of the database schema structure and grouping needs
|
|
270
|
+
description: "Analysis of the database schema structure and grouping needs."
|
|
271
271
|
},
|
|
272
272
|
rationale: {
|
|
273
273
|
type: "string",
|
|
274
|
-
description: "Rationale for the group design decisions
|
|
274
|
+
description: "Rationale for the group design decisions."
|
|
275
275
|
},
|
|
276
276
|
groups: {
|
|
277
277
|
type: "array",
|
|
@@ -279,7 +279,7 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
279
279
|
$ref: "#/components/schemas/AutoBeInterfaceGroup"
|
|
280
280
|
},
|
|
281
281
|
minItems: 1,
|
|
282
|
-
description: "Array of API endpoint groups
|
|
282
|
+
description: "Array of API endpoint groups. Derive from database schema organization\n(namespaces, table prefixes), not arbitrary business domains. Provide\ncomplete coverage without overlap."
|
|
283
283
|
}
|
|
284
284
|
},
|
|
285
285
|
required: [
|
|
@@ -288,25 +288,25 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
288
288
|
"rationale",
|
|
289
289
|
"groups"
|
|
290
290
|
],
|
|
291
|
-
description: "Request to generate API endpoint groups
|
|
291
|
+
description: "Request to generate API endpoint groups."
|
|
292
292
|
},
|
|
293
293
|
AutoBeInterfaceGroup: {
|
|
294
294
|
type: "object",
|
|
295
295
|
properties: {
|
|
296
296
|
name: {
|
|
297
297
|
type: "string",
|
|
298
|
-
description: "
|
|
298
|
+
description: "Group name derived from Prisma schema structure (PascalCase).\n\nPriority: 1) namespace names, 2) schema file names, 3) table prefix\npatterns. Examples: \"Shopping\", \"BBS\", \"UserManagement\"."
|
|
299
299
|
},
|
|
300
300
|
description: {
|
|
301
301
|
type: "string",
|
|
302
|
-
description: "
|
|
302
|
+
description: "Scope and purpose of this group. Include: schema foundation\n(namespace/file/prefix), specific table names covered, functional\noperations, and entity relationships. 100-2000 characters."
|
|
303
303
|
},
|
|
304
304
|
databaseSchemas: {
|
|
305
305
|
type: "array",
|
|
306
306
|
items: {
|
|
307
307
|
type: "string"
|
|
308
308
|
},
|
|
309
|
-
description: "
|
|
309
|
+
description: "Prisma model names needed for this group's endpoints.\n\nInclude ALL models users interact with, related CRUD models, parent/child\nmodels, and snapshot models. Exclude system-internal, cache, and framework\ntables. Be thorough \u2014 include extra rather than miss required ones."
|
|
310
310
|
}
|
|
311
311
|
},
|
|
312
312
|
required: [
|
|
@@ -314,7 +314,7 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
314
314
|
"description",
|
|
315
315
|
"databaseSchemas"
|
|
316
316
|
],
|
|
317
|
-
description: "
|
|
317
|
+
description: "Logical grouping of API endpoints based on Prisma schema structure.\n\nGroups divide large API specifications into manageable generation cycles,\nmaintaining alignment between API structure and database schema."
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
},
|
|
@@ -325,14 +325,13 @@ function orchestrateInterfaceGroup(ctx, props) {
|
|
|
325
325
|
parameters: [
|
|
326
326
|
{
|
|
327
327
|
name: "props",
|
|
328
|
-
description: " Request containing either preliminary data request or complete\ntask",
|
|
329
328
|
required: true,
|
|
330
329
|
schema: {
|
|
331
330
|
$ref: "#/components/schemas/IAutoBeInterfaceGroupApplication.IProps"
|
|
332
331
|
}
|
|
333
332
|
}
|
|
334
333
|
],
|
|
335
|
-
description: "Process
|
|
334
|
+
description: "Process task or retrieve preliminary data."
|
|
336
335
|
}
|
|
337
336
|
]
|
|
338
337
|
},
|
|
@@ -689,11 +688,11 @@ function createController(props) {
|
|
|
689
688
|
type: "object",
|
|
690
689
|
properties: {
|
|
691
690
|
thinking: {
|
|
692
|
-
description: "
|
|
691
|
+
description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion).",
|
|
693
692
|
type: "string"
|
|
694
693
|
},
|
|
695
694
|
request: {
|
|
696
|
-
description: "
|
|
695
|
+
description: "Action to perform. Exhausted preliminary types are removed from the\nunion.",
|
|
697
696
|
anyOf: [
|
|
698
697
|
{
|
|
699
698
|
$ref: "#/$defs/IAutoBePreliminaryGetAnalysisSections"
|
|
@@ -734,18 +733,18 @@ function createController(props) {
|
|
|
734
733
|
additionalProperties: false,
|
|
735
734
|
$defs: {
|
|
736
735
|
IAutoBePreliminaryGetAnalysisSections: {
|
|
737
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
736
|
+
description: "Request to retrieve individual analysis sections by numeric ID.",
|
|
738
737
|
type: "object",
|
|
739
738
|
properties: {
|
|
740
739
|
type: {
|
|
741
|
-
description: "Type discriminator
|
|
740
|
+
description: "Type discriminator.",
|
|
742
741
|
type: "string",
|
|
743
742
|
"enum": [
|
|
744
743
|
"getAnalysisSections"
|
|
745
744
|
]
|
|
746
745
|
},
|
|
747
746
|
sectionIds: {
|
|
748
|
-
description: "
|
|
747
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls.",
|
|
749
748
|
type: "array",
|
|
750
749
|
items: {
|
|
751
750
|
type: "integer",
|
|
@@ -761,18 +760,18 @@ function createController(props) {
|
|
|
761
760
|
]
|
|
762
761
|
},
|
|
763
762
|
IAutoBePreliminaryGetDatabaseSchemas: {
|
|
764
|
-
description: "Request to retrieve database schema definitions for context
|
|
763
|
+
description: "Request to retrieve database schema definitions for context.",
|
|
765
764
|
type: "object",
|
|
766
765
|
properties: {
|
|
767
766
|
type: {
|
|
768
|
-
description: "Type discriminator
|
|
767
|
+
description: "Type discriminator.",
|
|
769
768
|
type: "string",
|
|
770
769
|
"enum": [
|
|
771
770
|
"getDatabaseSchemas"
|
|
772
771
|
]
|
|
773
772
|
},
|
|
774
773
|
schemaNames: {
|
|
775
|
-
description: "
|
|
774
|
+
description: "Database table names to retrieve. DO NOT request same names already\nrequested in previous calls.",
|
|
776
775
|
type: "array",
|
|
777
776
|
items: {
|
|
778
777
|
type: "string"
|
|
@@ -786,18 +785,18 @@ function createController(props) {
|
|
|
786
785
|
]
|
|
787
786
|
},
|
|
788
787
|
IAutoBePreliminaryGetPreviousAnalysisSections: {
|
|
789
|
-
description: "Request to retrieve
|
|
788
|
+
description: "Request to retrieve analysis sections from the previous iteration by numeric\nID.",
|
|
790
789
|
type: "object",
|
|
791
790
|
properties: {
|
|
792
791
|
type: {
|
|
793
|
-
description: "Type discriminator
|
|
792
|
+
description: "Type discriminator.",
|
|
794
793
|
type: "string",
|
|
795
794
|
"enum": [
|
|
796
795
|
"getPreviousAnalysisSections"
|
|
797
796
|
]
|
|
798
797
|
},
|
|
799
798
|
sectionIds: {
|
|
800
|
-
description: "
|
|
799
|
+
description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls.",
|
|
801
800
|
type: "array",
|
|
802
801
|
items: {
|
|
803
802
|
type: "integer",
|
|
@@ -812,18 +811,18 @@ function createController(props) {
|
|
|
812
811
|
]
|
|
813
812
|
},
|
|
814
813
|
IAutoBePreliminaryGetPreviousDatabaseSchemas: {
|
|
815
|
-
description: "Request to retrieve database schemas from
|
|
814
|
+
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.",
|
|
816
815
|
type: "object",
|
|
817
816
|
properties: {
|
|
818
817
|
type: {
|
|
819
|
-
description: "Type discriminator
|
|
818
|
+
description: "Type discriminator.",
|
|
820
819
|
type: "string",
|
|
821
820
|
"enum": [
|
|
822
821
|
"getPreviousDatabaseSchemas"
|
|
823
822
|
]
|
|
824
823
|
},
|
|
825
824
|
schemaNames: {
|
|
826
|
-
description: "
|
|
825
|
+
description: "Table names to retrieve from previous iteration. DO NOT request same names\nalready requested in previous calls.",
|
|
827
826
|
type: "array",
|
|
828
827
|
items: {
|
|
829
828
|
type: "string"
|
|
@@ -837,18 +836,18 @@ function createController(props) {
|
|
|
837
836
|
]
|
|
838
837
|
},
|
|
839
838
|
IAutoBePreliminaryGetPreviousInterfaceOperations: {
|
|
840
|
-
description: "Request to retrieve interface operations from
|
|
839
|
+
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.",
|
|
841
840
|
type: "object",
|
|
842
841
|
properties: {
|
|
843
842
|
type: {
|
|
844
|
-
description: "Type discriminator
|
|
843
|
+
description: "Type discriminator.",
|
|
845
844
|
type: "string",
|
|
846
845
|
"enum": [
|
|
847
846
|
"getPreviousInterfaceOperations"
|
|
848
847
|
]
|
|
849
848
|
},
|
|
850
849
|
endpoints: {
|
|
851
|
-
description: "
|
|
850
|
+
description: "Endpoints to retrieve from previous iteration. DO NOT request same\nendpoints already requested in previous calls.",
|
|
852
851
|
type: "array",
|
|
853
852
|
items: {
|
|
854
853
|
$ref: "#/$defs/AutoBeOpenApi.IEndpoint"
|
|
@@ -866,12 +865,12 @@ function createController(props) {
|
|
|
866
865
|
type: "object",
|
|
867
866
|
properties: {
|
|
868
867
|
path: {
|
|
869
|
-
description: "HTTP path of the API operation.\n\
|
|
868
|
+
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, `/`, `{`, `}`, `-`, `_`, `.`",
|
|
870
869
|
type: "string",
|
|
871
870
|
pattern: "^\\/[a-zA-Z0-9\\/_{}.-]*$"
|
|
872
871
|
},
|
|
873
872
|
method: {
|
|
874
|
-
description: "HTTP method
|
|
873
|
+
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.",
|
|
875
874
|
type: "string",
|
|
876
875
|
"enum": [
|
|
877
876
|
"get",
|
|
@@ -888,26 +887,26 @@ function createController(props) {
|
|
|
888
887
|
]
|
|
889
888
|
},
|
|
890
889
|
"IAutoBeInterfaceGroupApplication.IComplete": {
|
|
891
|
-
description: "Request to generate API endpoint groups
|
|
890
|
+
description: "Request to generate API endpoint groups.",
|
|
892
891
|
type: "object",
|
|
893
892
|
properties: {
|
|
894
893
|
type: {
|
|
895
|
-
description: "Type discriminator for
|
|
894
|
+
description: "Type discriminator for completion request.",
|
|
896
895
|
type: "string",
|
|
897
896
|
"enum": [
|
|
898
897
|
"complete"
|
|
899
898
|
]
|
|
900
899
|
},
|
|
901
900
|
analysis: {
|
|
902
|
-
description: "Analysis of the database schema structure and grouping needs
|
|
901
|
+
description: "Analysis of the database schema structure and grouping needs.",
|
|
903
902
|
type: "string"
|
|
904
903
|
},
|
|
905
904
|
rationale: {
|
|
906
|
-
description: "Rationale for the group design decisions
|
|
905
|
+
description: "Rationale for the group design decisions.",
|
|
907
906
|
type: "string"
|
|
908
907
|
},
|
|
909
908
|
groups: {
|
|
910
|
-
description: "Array of API endpoint groups
|
|
909
|
+
description: "Array of API endpoint groups. Derive from database schema organization\n(namespaces, table prefixes), not arbitrary business domains. Provide\ncomplete coverage without overlap.",
|
|
911
910
|
type: "array",
|
|
912
911
|
items: {
|
|
913
912
|
$ref: "#/$defs/AutoBeInterfaceGroup"
|
|
@@ -923,19 +922,19 @@ function createController(props) {
|
|
|
923
922
|
]
|
|
924
923
|
},
|
|
925
924
|
AutoBeInterfaceGroup: {
|
|
926
|
-
description: "
|
|
925
|
+
description: "Logical grouping of API endpoints based on Prisma schema structure.\n\nGroups divide large API specifications into manageable generation cycles,\nmaintaining alignment between API structure and database schema.",
|
|
927
926
|
type: "object",
|
|
928
927
|
properties: {
|
|
929
928
|
name: {
|
|
930
|
-
description: "
|
|
929
|
+
description: "Group name derived from Prisma schema structure (PascalCase).\n\nPriority: 1) namespace names, 2) schema file names, 3) table prefix\npatterns. Examples: \"Shopping\", \"BBS\", \"UserManagement\".",
|
|
931
930
|
type: "string"
|
|
932
931
|
},
|
|
933
932
|
description: {
|
|
934
|
-
description: "
|
|
933
|
+
description: "Scope and purpose of this group. Include: schema foundation\n(namespace/file/prefix), specific table names covered, functional\noperations, and entity relationships. 100-2000 characters.",
|
|
935
934
|
type: "string"
|
|
936
935
|
},
|
|
937
936
|
databaseSchemas: {
|
|
938
|
-
description: "
|
|
937
|
+
description: "Prisma model names needed for this group's endpoints.\n\nInclude ALL models users interact with, related CRUD models, parent/child\nmodels, and snapshot models. Exclude system-internal, cache, and framework\ntables. Be thorough \u2014 include extra rather than miss required ones.",
|
|
939
938
|
type: "array",
|
|
940
939
|
items: {
|
|
941
940
|
type: "string"
|
|
@@ -950,7 +949,7 @@ function createController(props) {
|
|
|
950
949
|
}
|
|
951
950
|
}
|
|
952
951
|
},
|
|
953
|
-
description: "Process
|
|
952
|
+
description: "Process task or retrieve preliminary data.",
|
|
954
953
|
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.groups) && (1 <= input.groups.length && input.groups.every(elem => "object" === typeof elem && null !== elem && _io8(elem)))); const _io8 = input => "string" === typeof input.name && "string" === typeof input.description && (Array.isArray(input.databaseSchemas) && input.databaseSchemas.every(elem => "string" === typeof elem)); const _iu0 = input => (() => {
|
|
955
954
|
if ("getAnalysisSections" === input.type)
|
|
956
955
|
return _io1(input);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrateInterfaceGroup.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceGroup.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,8DAoEC;;;;AA9ED,yCAA2C;AAE3C,kDAA4D;AAC5D,+BAA0B;AAG1B,uFAAoF;AACpF,+FAA4F;AAG5F,SAAsB,yBAAyB,CAC7C,GAAkB,EAClB,KAEC;;QAED,MAAM,KAAK,GAAS,IAAI,IAAI,EAAE,CAAC;QAC/B,MAAM,MAAM,GAAiC,GAAG,CAAC,KAAK,EAAE,CAAC,QAAQ,CAAC;QAClE,MAAM,WAAW,GAMb,IAAI,yDAA2B,CAAC;YAClC,WAAW
|
|
1
|
+
{"version":3,"file":"orchestrateInterfaceGroup.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceGroup.ts"],"names":[],"mappings":"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"}
|