@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
|
@@ -101,7 +101,7 @@ function process(ctx, props) {
|
|
|
101
101
|
properties: {
|
|
102
102
|
thinking: {
|
|
103
103
|
type: "string",
|
|
104
|
-
description: "
|
|
104
|
+
description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion)."
|
|
105
105
|
},
|
|
106
106
|
request: {
|
|
107
107
|
oneOf: [
|
|
@@ -127,7 +127,7 @@ function process(ctx, props) {
|
|
|
127
127
|
complete: "#/components/schemas/IAutoBeDatabaseComponentReviewApplication.IComplete"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
|
-
description: "
|
|
130
|
+
description: "Action to perform. Exhausted preliminary types are removed from the\nunion."
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
required: [
|
|
@@ -140,7 +140,7 @@ function process(ctx, props) {
|
|
|
140
140
|
properties: {
|
|
141
141
|
type: {
|
|
142
142
|
"const": "getPreviousAnalysisSections",
|
|
143
|
-
description: "Type discriminator
|
|
143
|
+
description: "Type discriminator."
|
|
144
144
|
},
|
|
145
145
|
sectionIds: {
|
|
146
146
|
type: "array",
|
|
@@ -149,21 +149,21 @@ function process(ctx, props) {
|
|
|
149
149
|
minimum: 0
|
|
150
150
|
},
|
|
151
151
|
minItems: 1,
|
|
152
|
-
description: "
|
|
152
|
+
description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls."
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
155
|
required: [
|
|
156
156
|
"type",
|
|
157
157
|
"sectionIds"
|
|
158
158
|
],
|
|
159
|
-
description: "Request to retrieve
|
|
159
|
+
description: "Request to retrieve analysis sections from the previous iteration by numeric\nID."
|
|
160
160
|
},
|
|
161
161
|
IAutoBePreliminaryGetAnalysisSections: {
|
|
162
162
|
type: "object",
|
|
163
163
|
properties: {
|
|
164
164
|
type: {
|
|
165
165
|
"const": "getAnalysisSections",
|
|
166
|
-
description: "Type discriminator
|
|
166
|
+
description: "Type discriminator."
|
|
167
167
|
},
|
|
168
168
|
sectionIds: {
|
|
169
169
|
type: "array",
|
|
@@ -173,21 +173,21 @@ function process(ctx, props) {
|
|
|
173
173
|
},
|
|
174
174
|
minItems: 1,
|
|
175
175
|
maxItems: 100,
|
|
176
|
-
description: "
|
|
176
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls."
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
required: [
|
|
180
180
|
"type",
|
|
181
181
|
"sectionIds"
|
|
182
182
|
],
|
|
183
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
183
|
+
description: "Request to retrieve individual analysis sections by numeric ID."
|
|
184
184
|
},
|
|
185
185
|
IAutoBePreliminaryGetPreviousDatabaseSchemas: {
|
|
186
186
|
type: "object",
|
|
187
187
|
properties: {
|
|
188
188
|
type: {
|
|
189
189
|
"const": "getPreviousDatabaseSchemas",
|
|
190
|
-
description: "Type discriminator
|
|
190
|
+
description: "Type discriminator."
|
|
191
191
|
},
|
|
192
192
|
schemaNames: {
|
|
193
193
|
type: "array",
|
|
@@ -195,14 +195,14 @@ function process(ctx, props) {
|
|
|
195
195
|
type: "string"
|
|
196
196
|
},
|
|
197
197
|
minItems: 1,
|
|
198
|
-
description: "
|
|
198
|
+
description: "Table names to retrieve from previous iteration. DO NOT request same names\nalready requested in previous calls."
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
required: [
|
|
202
202
|
"type",
|
|
203
203
|
"schemaNames"
|
|
204
204
|
],
|
|
205
|
-
description: "Request to retrieve database schemas from
|
|
205
|
+
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."
|
|
206
206
|
},
|
|
207
207
|
"IAutoBeDatabaseComponentReviewApplication.IComplete": {
|
|
208
208
|
type: "object",
|
|
@@ -213,14 +213,14 @@ function process(ctx, props) {
|
|
|
213
213
|
},
|
|
214
214
|
review: {
|
|
215
215
|
type: "string",
|
|
216
|
-
description: "
|
|
216
|
+
description: "How requirements map to proposed table modifications, identifying\ncoverage gaps."
|
|
217
217
|
},
|
|
218
218
|
revises: {
|
|
219
219
|
type: "array",
|
|
220
220
|
items: {
|
|
221
221
|
$ref: "#/components/schemas/AutoBeDatabaseComponentTableRevise"
|
|
222
222
|
},
|
|
223
|
-
description: "
|
|
223
|
+
description: "Table revision operations (create/update/erase). Each must include a\nreason.\n\nConstraints:\n\n- Only CREATE tables that clearly belong to THIS component's domain\n- CREATE/UPDATE names are validated against other components (duplicates\n fail)\n- Revises only affect the target component\n- Empty array is valid if no modifications are needed\n\nNaming: snake_case, plural, domain-prefixed."
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
226
|
required: [
|
|
@@ -250,27 +250,27 @@ function process(ctx, props) {
|
|
|
250
250
|
update: "#/components/schemas/AutoBeDatabaseComponentTableUpdate"
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
|
-
description: "Table revision
|
|
253
|
+
description: "Table revision: create | update (rename) | erase."
|
|
254
254
|
},
|
|
255
255
|
AutoBeDatabaseComponentTableCreate: {
|
|
256
256
|
type: "object",
|
|
257
257
|
properties: {
|
|
258
258
|
type: {
|
|
259
259
|
"const": "create",
|
|
260
|
-
description: "Type discriminator
|
|
260
|
+
description: "Type discriminator."
|
|
261
261
|
},
|
|
262
262
|
reason: {
|
|
263
263
|
type: "string",
|
|
264
|
-
description: "
|
|
264
|
+
description: "Why this table is needed. Keep concise \u2014 one or two sentences."
|
|
265
265
|
},
|
|
266
266
|
table: {
|
|
267
267
|
type: "string",
|
|
268
268
|
pattern: "^[a-z][a-z0-9_]*$",
|
|
269
|
-
description: "
|
|
269
|
+
description: "Table name in snake_case with domain prefix."
|
|
270
270
|
},
|
|
271
271
|
description: {
|
|
272
272
|
type: "string",
|
|
273
|
-
description: "
|
|
273
|
+
description: "Business purpose of this table. Keep concise. MUST be in English."
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
required: [
|
|
@@ -279,23 +279,23 @@ function process(ctx, props) {
|
|
|
279
279
|
"table",
|
|
280
280
|
"description"
|
|
281
281
|
],
|
|
282
|
-
description: "
|
|
282
|
+
description: "Add a missing table to the component."
|
|
283
283
|
},
|
|
284
284
|
AutoBeDatabaseComponentTableErase: {
|
|
285
285
|
type: "object",
|
|
286
286
|
properties: {
|
|
287
287
|
type: {
|
|
288
288
|
"const": "erase",
|
|
289
|
-
description: "Type discriminator
|
|
289
|
+
description: "Type discriminator."
|
|
290
290
|
},
|
|
291
291
|
reason: {
|
|
292
292
|
type: "string",
|
|
293
|
-
description: "
|
|
293
|
+
description: "Why this table should be removed. Keep concise \u2014 one or two sentences."
|
|
294
294
|
},
|
|
295
295
|
table: {
|
|
296
296
|
type: "string",
|
|
297
297
|
pattern: "^[a-z][a-z0-9_]*$",
|
|
298
|
-
description: "
|
|
298
|
+
description: "Table name to remove. Must match exactly from current component."
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
required: [
|
|
@@ -303,32 +303,32 @@ function process(ctx, props) {
|
|
|
303
303
|
"reason",
|
|
304
304
|
"table"
|
|
305
305
|
],
|
|
306
|
-
description: "
|
|
306
|
+
description: "Remove a table from the component."
|
|
307
307
|
},
|
|
308
308
|
AutoBeDatabaseComponentTableUpdate: {
|
|
309
309
|
type: "object",
|
|
310
310
|
properties: {
|
|
311
311
|
type: {
|
|
312
312
|
"const": "update",
|
|
313
|
-
description: "Type discriminator
|
|
313
|
+
description: "Type discriminator."
|
|
314
314
|
},
|
|
315
315
|
reason: {
|
|
316
316
|
type: "string",
|
|
317
|
-
description: "
|
|
317
|
+
description: "Why this rename is needed. Keep concise \u2014 one or two sentences."
|
|
318
318
|
},
|
|
319
319
|
original: {
|
|
320
320
|
type: "string",
|
|
321
321
|
pattern: "^[a-z][a-z0-9_]*$",
|
|
322
|
-
description: "
|
|
322
|
+
description: "Original table name. Must match exactly from current component."
|
|
323
323
|
},
|
|
324
324
|
updated: {
|
|
325
325
|
type: "string",
|
|
326
326
|
pattern: "^[a-z][a-z0-9_]*$",
|
|
327
|
-
description: "
|
|
327
|
+
description: "New table name in snake_case with domain prefix."
|
|
328
328
|
},
|
|
329
329
|
description: {
|
|
330
330
|
type: "string",
|
|
331
|
-
description: "
|
|
331
|
+
description: "Updated description. Keep concise. MUST be in English."
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
334
|
required: [
|
|
@@ -338,7 +338,7 @@ function process(ctx, props) {
|
|
|
338
338
|
"updated",
|
|
339
339
|
"description"
|
|
340
340
|
],
|
|
341
|
-
description: "
|
|
341
|
+
description: "Rename an existing table in the component."
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
},
|
|
@@ -349,14 +349,13 @@ function process(ctx, props) {
|
|
|
349
349
|
parameters: [
|
|
350
350
|
{
|
|
351
351
|
name: "props",
|
|
352
|
-
description: " Request containing either preliminary data request or complete\ntask with table revisions",
|
|
353
352
|
required: true,
|
|
354
353
|
schema: {
|
|
355
354
|
$ref: "#/components/schemas/IAutoBeDatabaseComponentReviewApplication.IProps"
|
|
356
355
|
}
|
|
357
356
|
}
|
|
358
357
|
],
|
|
359
|
-
description: "
|
|
358
|
+
description: "Process component review task or retrieve preliminary data."
|
|
360
359
|
}
|
|
361
360
|
]
|
|
362
361
|
},
|
|
@@ -700,11 +699,11 @@ function createController(props) {
|
|
|
700
699
|
type: "object",
|
|
701
700
|
properties: {
|
|
702
701
|
thinking: {
|
|
703
|
-
description: "
|
|
702
|
+
description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion).",
|
|
704
703
|
type: "string"
|
|
705
704
|
},
|
|
706
705
|
request: {
|
|
707
|
-
description: "
|
|
706
|
+
description: "Action to perform. Exhausted preliminary types are removed from the\nunion.",
|
|
708
707
|
anyOf: [
|
|
709
708
|
{
|
|
710
709
|
$ref: "#/$defs/IAutoBePreliminaryGetPreviousAnalysisSections"
|
|
@@ -737,18 +736,18 @@ function createController(props) {
|
|
|
737
736
|
additionalProperties: false,
|
|
738
737
|
$defs: {
|
|
739
738
|
IAutoBePreliminaryGetPreviousAnalysisSections: {
|
|
740
|
-
description: "Request to retrieve
|
|
739
|
+
description: "Request to retrieve analysis sections from the previous iteration by numeric\nID.",
|
|
741
740
|
type: "object",
|
|
742
741
|
properties: {
|
|
743
742
|
type: {
|
|
744
|
-
description: "Type discriminator
|
|
743
|
+
description: "Type discriminator.",
|
|
745
744
|
type: "string",
|
|
746
745
|
"enum": [
|
|
747
746
|
"getPreviousAnalysisSections"
|
|
748
747
|
]
|
|
749
748
|
},
|
|
750
749
|
sectionIds: {
|
|
751
|
-
description: "
|
|
750
|
+
description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls.",
|
|
752
751
|
type: "array",
|
|
753
752
|
items: {
|
|
754
753
|
type: "integer",
|
|
@@ -763,18 +762,18 @@ function createController(props) {
|
|
|
763
762
|
]
|
|
764
763
|
},
|
|
765
764
|
IAutoBePreliminaryGetAnalysisSections: {
|
|
766
|
-
description: "Request to retrieve individual analysis sections by numeric ID
|
|
765
|
+
description: "Request to retrieve individual analysis sections by numeric ID.",
|
|
767
766
|
type: "object",
|
|
768
767
|
properties: {
|
|
769
768
|
type: {
|
|
770
|
-
description: "Type discriminator
|
|
769
|
+
description: "Type discriminator.",
|
|
771
770
|
type: "string",
|
|
772
771
|
"enum": [
|
|
773
772
|
"getAnalysisSections"
|
|
774
773
|
]
|
|
775
774
|
},
|
|
776
775
|
sectionIds: {
|
|
777
|
-
description: "
|
|
776
|
+
description: "Section IDs to retrieve. DO NOT request same IDs already requested in\nprevious calls.",
|
|
778
777
|
type: "array",
|
|
779
778
|
items: {
|
|
780
779
|
type: "integer",
|
|
@@ -790,18 +789,18 @@ function createController(props) {
|
|
|
790
789
|
]
|
|
791
790
|
},
|
|
792
791
|
IAutoBePreliminaryGetPreviousDatabaseSchemas: {
|
|
793
|
-
description: "Request to retrieve database schemas from
|
|
792
|
+
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.",
|
|
794
793
|
type: "object",
|
|
795
794
|
properties: {
|
|
796
795
|
type: {
|
|
797
|
-
description: "Type discriminator
|
|
796
|
+
description: "Type discriminator.",
|
|
798
797
|
type: "string",
|
|
799
798
|
"enum": [
|
|
800
799
|
"getPreviousDatabaseSchemas"
|
|
801
800
|
]
|
|
802
801
|
},
|
|
803
802
|
schemaNames: {
|
|
804
|
-
description: "
|
|
803
|
+
description: "Table names to retrieve from previous iteration. DO NOT request same names\nalready requested in previous calls.",
|
|
805
804
|
type: "array",
|
|
806
805
|
items: {
|
|
807
806
|
type: "string"
|
|
@@ -826,11 +825,11 @@ function createController(props) {
|
|
|
826
825
|
]
|
|
827
826
|
},
|
|
828
827
|
review: {
|
|
829
|
-
description: "
|
|
828
|
+
description: "How requirements map to proposed table modifications, identifying\ncoverage gaps.",
|
|
830
829
|
type: "string"
|
|
831
830
|
},
|
|
832
831
|
revises: {
|
|
833
|
-
description: "
|
|
832
|
+
description: "Table revision operations (create/update/erase). Each must include a\nreason.\n\nConstraints:\n\n- Only CREATE tables that clearly belong to THIS component's domain\n- CREATE/UPDATE names are validated against other components (duplicates\n fail)\n- Revises only affect the target component\n- Empty array is valid if no modifications are needed\n\nNaming: snake_case, plural, domain-prefixed.",
|
|
834
833
|
type: "array",
|
|
835
834
|
items: {
|
|
836
835
|
$ref: "#/$defs/AutoBeDatabaseComponentTableRevise"
|
|
@@ -844,7 +843,7 @@ function createController(props) {
|
|
|
844
843
|
]
|
|
845
844
|
},
|
|
846
845
|
AutoBeDatabaseComponentTableRevise: {
|
|
847
|
-
description: "Table revision
|
|
846
|
+
description: "Table revision: create | update (rename) | erase.",
|
|
848
847
|
anyOf: [
|
|
849
848
|
{
|
|
850
849
|
$ref: "#/$defs/AutoBeDatabaseComponentTableCreate"
|
|
@@ -866,27 +865,27 @@ function createController(props) {
|
|
|
866
865
|
}
|
|
867
866
|
},
|
|
868
867
|
AutoBeDatabaseComponentTableCreate: {
|
|
869
|
-
description: "
|
|
868
|
+
description: "Add a missing table to the component.",
|
|
870
869
|
type: "object",
|
|
871
870
|
properties: {
|
|
872
871
|
type: {
|
|
873
|
-
description: "Type discriminator
|
|
872
|
+
description: "Type discriminator.",
|
|
874
873
|
type: "string",
|
|
875
874
|
"enum": [
|
|
876
875
|
"create"
|
|
877
876
|
]
|
|
878
877
|
},
|
|
879
878
|
reason: {
|
|
880
|
-
description: "
|
|
879
|
+
description: "Why this table is needed. Keep concise \u2014 one or two sentences.",
|
|
881
880
|
type: "string"
|
|
882
881
|
},
|
|
883
882
|
table: {
|
|
884
|
-
description: "
|
|
883
|
+
description: "Table name in snake_case with domain prefix.",
|
|
885
884
|
type: "string",
|
|
886
885
|
pattern: "^[a-z][a-z0-9_]*$"
|
|
887
886
|
},
|
|
888
887
|
description: {
|
|
889
|
-
description: "
|
|
888
|
+
description: "Business purpose of this table. Keep concise. MUST be in English.",
|
|
890
889
|
type: "string"
|
|
891
890
|
}
|
|
892
891
|
},
|
|
@@ -898,22 +897,22 @@ function createController(props) {
|
|
|
898
897
|
]
|
|
899
898
|
},
|
|
900
899
|
AutoBeDatabaseComponentTableErase: {
|
|
901
|
-
description: "
|
|
900
|
+
description: "Remove a table from the component.",
|
|
902
901
|
type: "object",
|
|
903
902
|
properties: {
|
|
904
903
|
type: {
|
|
905
|
-
description: "Type discriminator
|
|
904
|
+
description: "Type discriminator.",
|
|
906
905
|
type: "string",
|
|
907
906
|
"enum": [
|
|
908
907
|
"erase"
|
|
909
908
|
]
|
|
910
909
|
},
|
|
911
910
|
reason: {
|
|
912
|
-
description: "
|
|
911
|
+
description: "Why this table should be removed. Keep concise \u2014 one or two sentences.",
|
|
913
912
|
type: "string"
|
|
914
913
|
},
|
|
915
914
|
table: {
|
|
916
|
-
description: "
|
|
915
|
+
description: "Table name to remove. Must match exactly from current component.",
|
|
917
916
|
type: "string",
|
|
918
917
|
pattern: "^[a-z][a-z0-9_]*$"
|
|
919
918
|
}
|
|
@@ -925,32 +924,32 @@ function createController(props) {
|
|
|
925
924
|
]
|
|
926
925
|
},
|
|
927
926
|
AutoBeDatabaseComponentTableUpdate: {
|
|
928
|
-
description: "
|
|
927
|
+
description: "Rename an existing table in the component.",
|
|
929
928
|
type: "object",
|
|
930
929
|
properties: {
|
|
931
930
|
type: {
|
|
932
|
-
description: "Type discriminator
|
|
931
|
+
description: "Type discriminator.",
|
|
933
932
|
type: "string",
|
|
934
933
|
"enum": [
|
|
935
934
|
"update"
|
|
936
935
|
]
|
|
937
936
|
},
|
|
938
937
|
reason: {
|
|
939
|
-
description: "
|
|
938
|
+
description: "Why this rename is needed. Keep concise \u2014 one or two sentences.",
|
|
940
939
|
type: "string"
|
|
941
940
|
},
|
|
942
941
|
original: {
|
|
943
|
-
description: "
|
|
942
|
+
description: "Original table name. Must match exactly from current component.",
|
|
944
943
|
type: "string",
|
|
945
944
|
pattern: "^[a-z][a-z0-9_]*$"
|
|
946
945
|
},
|
|
947
946
|
updated: {
|
|
948
|
-
description: "
|
|
947
|
+
description: "New table name in snake_case with domain prefix.",
|
|
949
948
|
type: "string",
|
|
950
949
|
pattern: "^[a-z][a-z0-9_]*$"
|
|
951
950
|
},
|
|
952
951
|
description: {
|
|
953
|
-
description: "
|
|
952
|
+
description: "Updated description. Keep concise. MUST be in English.",
|
|
954
953
|
type: "string"
|
|
955
954
|
}
|
|
956
955
|
},
|
|
@@ -964,7 +963,7 @@ function createController(props) {
|
|
|
964
963
|
}
|
|
965
964
|
}
|
|
966
965
|
},
|
|
967
|
-
description: "
|
|
966
|
+
description: "Process component review task or retrieve preliminary data.",
|
|
968
967
|
validate: (() => { const _io0 = input => "string" === typeof input.thinking && ("object" === typeof input.request && null !== input.request && _iu1(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 => "getPreviousAnalysisSections" === input.type && (Array.isArray(input.sectionIds) && (1 <= input.sectionIds.length && input.sectionIds.every(elem => "number" === typeof elem && __typia_transform__isTypeUint32._isTypeUint32(elem)))); const _io3 = input => "getPreviousDatabaseSchemas" === input.type && (Array.isArray(input.schemaNames) && (1 <= input.schemaNames.length && input.schemaNames.every(elem => "string" === typeof elem))); const _io4 = input => "complete" === input.type && "string" === typeof input.review && (Array.isArray(input.revises) && input.revises.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io5 = input => "create" === input.type && "string" === typeof input.reason && ("string" === typeof input.table && RegExp("^[a-z][a-z0-9_]*$").test(input.table)) && "string" === typeof input.description; const _io6 = input => "erase" === input.type && "string" === typeof input.reason && ("string" === typeof input.table && RegExp("^[a-z][a-z0-9_]*$").test(input.table)); const _io7 = input => "update" === input.type && "string" === typeof input.reason && ("string" === typeof input.original && RegExp("^[a-z][a-z0-9_]*$").test(input.original)) && ("string" === typeof input.updated && RegExp("^[a-z][a-z0-9_]*$").test(input.updated)) && "string" === typeof input.description; const _iu0 = input => (() => {
|
|
969
968
|
if ("create" === input.type)
|
|
970
969
|
return _io5(input);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestratePrismaComponentReview.js","sourceRoot":"","sources":["../../../src/orchestrate/prisma/orchestratePrismaComponentReview.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqBA,4EAwCC;;;;AApDD,kDAA4D;AAC5D,+BAA0B;AAG1B,uEAAoE;AACpE,uDAAoD;AACpD,uFAAoF;AACpF,6GAA0G;AAC1G,uGAAoG;AACpG,mHAAgH;AAGhH,SAAsB,gCAAgC,CACpD,GAAkB,EAClB,KAGC;;;QAED,MAAM,MAAM,GAAkB,MAAA,MAAA,GAAG,CAAC,KAAK,EAAE,CAAC,OAAO,0CAAE,MAAM,mCAAI,IAAI,CAAC;QAClE,MAAM,QAAQ,GAA4B;YACxC,SAAS,EAAE,CAAC;YACZ,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,MAAM;SAC/B,CAAC;QAEF,MAAM,UAAU,GAA8B,MAAM,IAAA,uCAAkB,EACpE,GAAG,EACH,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,CAAO,cAAc,EAAE,EAAE;YAC3D,IAAI,CAAC;gBACH,MAAM,WAAW,GACf,KAAK,CAAC,UAAU;qBACb,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,SAAS,CAAC,QAAQ,CAAC;qBAChD,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;gBAC9B,MAAM,KAAK,GAAuC,MAAM,IAAA,uBAAU,EAAC,GAAG,EAAE,CACtE,OAAO,CAAC,GAAG,EAAE;oBACX,SAAS;oBACT,WAAW;oBACX,WAAW,EAAE,KAAK,CAAC,WAAW;oBAC9B,MAAM;oBACN,QAAQ;oBACR,cAAc;iBACf,CAAC,CACH,CAAC;gBACF,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;gBACpB,OAAO,KAAK,CAAC,YAAY,CAAC;YAC5B,CAAC;YAAC,WAAM,CAAC;gBACP,EAAE,QAAQ,CAAC,KAAK,CAAC;gBACjB,OAAO,SAAS,CAAC;YACnB,CAAC;QACH,CAAC,CAAA,CAAC,CACH,CAAC;QACF,OAAO,qEAAiC,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;IAC7E,CAAC;CAAA;AAED,SAAe,OAAO,CACpB,GAAkB,EAClB,KAOC;;QAED,MAAM,WAAW,GAEb,IAAI,yDAA2B,CAAC;YAClC,WAAW
|
|
1
|
+
{"version":3,"file":"orchestratePrismaComponentReview.js","sourceRoot":"","sources":["../../../src/orchestrate/prisma/orchestratePrismaComponentReview.ts"],"names":[],"mappings":"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"}
|