@autobe/agent 0.25.1 → 0.25.3
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/AutoBeConfigConstant.d.ts +1 -1
- package/lib/factory/createAutoBeContext.js +31 -3
- package/lib/factory/createAutoBeContext.js.map +1 -1
- package/lib/index.mjs +364 -226
- package/lib/index.mjs.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js +8 -8
- package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioApplication.d.ts +2 -2
- package/lib/orchestrate/interface/orchestrateInterfaceAuthorizations.js +18 -18
- package/lib/orchestrate/interface/orchestrateInterfaceComplement.js +52 -10
- package/lib/orchestrate/interface/orchestrateInterfaceComplement.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceOperations.js +25 -25
- package/lib/orchestrate/interface/orchestrateInterfaceOperationsReview.js +18 -18
- package/lib/orchestrate/interface/orchestrateInterfacePrerequisites.js +2 -2
- package/lib/orchestrate/interface/orchestrateInterfaceSchemas.js +41 -7
- package/lib/orchestrate/interface/orchestrateInterfaceSchemas.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterfaceSchemasReview.js +41 -7
- package/lib/orchestrate/interface/orchestrateInterfaceSchemasReview.js.map +1 -1
- package/lib/orchestrate/interface/structures/IAutoBeInterfaceOperationApplication.d.ts +3 -3
- package/lib/orchestrate/interface/utils/JsonSchemaFactory.js +9 -4
- package/lib/orchestrate/interface/utils/JsonSchemaFactory.js.map +1 -1
- package/lib/orchestrate/interface/utils/JsonSchemaValidator.js +26 -2
- package/lib/orchestrate/interface/utils/JsonSchemaValidator.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrismaComponent.js +8 -8
- package/lib/orchestrate/prisma/orchestratePrismaCorrect.js +20 -20
- package/lib/orchestrate/prisma/orchestratePrismaReview.js +20 -20
- package/lib/orchestrate/prisma/orchestratePrismaSchemas.js +30 -30
- package/lib/orchestrate/realize/orchestrateRealize.js +13 -15
- package/lib/orchestrate/realize/orchestrateRealize.js.map +1 -1
- package/lib/orchestrate/realize/orchestrateRealizeAuthorization.js +16 -16
- package/lib/orchestrate/realize/orchestrateRealizeAuthorizationCorrect.js +12 -12
- package/lib/orchestrate/realize/structures/IAutoBeRealizeAuthorizationApplication.d.ts +21 -13
- package/lib/orchestrate/test/orchestrateTestScenario.js +2 -2
- package/package.json +5 -5
- package/src/constants/AutoBeConfigConstant.ts +1 -1
- package/src/factory/createAutoBeContext.ts +32 -3
- package/src/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioApplication.ts +2 -2
- package/src/orchestrate/interface/orchestrateInterfaceComplement.ts +14 -4
- package/src/orchestrate/interface/structures/IAutoBeInterfaceOperationApplication.ts +4 -5
- package/src/orchestrate/interface/utils/JsonSchemaValidator.ts +30 -2
- package/src/orchestrate/realize/orchestrateRealize.ts +11 -13
- package/src/orchestrate/realize/structures/IAutoBeRealizeAuthorizationApplication.ts +21 -13
|
@@ -522,11 +522,11 @@ const claude = {
|
|
|
522
522
|
value: input.models
|
|
523
523
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
524
524
|
path: _path + ".name",
|
|
525
|
-
expected: "string &
|
|
525
|
+
expected: "string & SnakeCasePattern",
|
|
526
526
|
value: input.name
|
|
527
527
|
})) || _report(_exceptionable, {
|
|
528
528
|
path: _path + ".name",
|
|
529
|
-
expected: "(string &
|
|
529
|
+
expected: "(string & SnakeCasePattern)",
|
|
530
530
|
value: input.name
|
|
531
531
|
}), "string" === typeof input.description || _report(_exceptionable, {
|
|
532
532
|
path: _path + ".description",
|
|
@@ -630,11 +630,11 @@ const claude = {
|
|
|
630
630
|
value: input.ginIndexes
|
|
631
631
|
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
632
632
|
path: _path + ".name",
|
|
633
|
-
expected: "string &
|
|
633
|
+
expected: "string & SnakeCasePattern",
|
|
634
634
|
value: input.name
|
|
635
635
|
})) || _report(_exceptionable, {
|
|
636
636
|
path: _path + ".name",
|
|
637
|
-
expected: "(string &
|
|
637
|
+
expected: "(string & SnakeCasePattern)",
|
|
638
638
|
value: input.name
|
|
639
639
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
640
640
|
path: _path + ".type",
|
|
@@ -646,11 +646,11 @@ const claude = {
|
|
|
646
646
|
value: input.description
|
|
647
647
|
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
648
648
|
path: _path + ".name",
|
|
649
|
-
expected: "string &
|
|
649
|
+
expected: "string & SnakeCasePattern",
|
|
650
650
|
value: input.name
|
|
651
651
|
})) || _report(_exceptionable, {
|
|
652
652
|
path: _path + ".name",
|
|
653
|
-
expected: "(string &
|
|
653
|
+
expected: "(string & SnakeCasePattern)",
|
|
654
654
|
value: input.name
|
|
655
655
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
656
656
|
path: _path + ".type",
|
|
@@ -678,11 +678,11 @@ const claude = {
|
|
|
678
678
|
value: input.nullable
|
|
679
679
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-zA-Z0-9]*$").test(input.name) || _report(_exceptionable, {
|
|
680
680
|
path: _path + ".name",
|
|
681
|
-
expected: "string &
|
|
681
|
+
expected: "string & CamelCasePattern",
|
|
682
682
|
value: input.name
|
|
683
683
|
})) || _report(_exceptionable, {
|
|
684
684
|
path: _path + ".name",
|
|
685
|
-
expected: "(string &
|
|
685
|
+
expected: "(string & CamelCasePattern)",
|
|
686
686
|
value: input.name
|
|
687
687
|
}), "string" === typeof input.targetModel || _report(_exceptionable, {
|
|
688
688
|
path: _path + ".targetModel",
|
|
@@ -690,11 +690,11 @@ const claude = {
|
|
|
690
690
|
value: input.targetModel
|
|
691
691
|
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
692
692
|
path: _path + ".name",
|
|
693
|
-
expected: "string &
|
|
693
|
+
expected: "string & SnakeCasePattern",
|
|
694
694
|
value: input.name
|
|
695
695
|
})) || _report(_exceptionable, {
|
|
696
696
|
path: _path + ".name",
|
|
697
|
-
expected: "(string &
|
|
697
|
+
expected: "(string & SnakeCasePattern)",
|
|
698
698
|
value: input.name
|
|
699
699
|
}), "string" === input.type || "boolean" === input.type || "uuid" === input.type || "uri" === input.type || "int" === input.type || "double" === input.type || "datetime" === input.type || _report(_exceptionable, {
|
|
700
700
|
path: _path + ".type",
|
|
@@ -1096,11 +1096,11 @@ const collection = {
|
|
|
1096
1096
|
value: input.models
|
|
1097
1097
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1098
1098
|
path: _path + ".name",
|
|
1099
|
-
expected: "string &
|
|
1099
|
+
expected: "string & SnakeCasePattern",
|
|
1100
1100
|
value: input.name
|
|
1101
1101
|
})) || _report(_exceptionable, {
|
|
1102
1102
|
path: _path + ".name",
|
|
1103
|
-
expected: "(string &
|
|
1103
|
+
expected: "(string & SnakeCasePattern)",
|
|
1104
1104
|
value: input.name
|
|
1105
1105
|
}), "string" === typeof input.description || _report(_exceptionable, {
|
|
1106
1106
|
path: _path + ".description",
|
|
@@ -1204,11 +1204,11 @@ const collection = {
|
|
|
1204
1204
|
value: input.ginIndexes
|
|
1205
1205
|
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1206
1206
|
path: _path + ".name",
|
|
1207
|
-
expected: "string &
|
|
1207
|
+
expected: "string & SnakeCasePattern",
|
|
1208
1208
|
value: input.name
|
|
1209
1209
|
})) || _report(_exceptionable, {
|
|
1210
1210
|
path: _path + ".name",
|
|
1211
|
-
expected: "(string &
|
|
1211
|
+
expected: "(string & SnakeCasePattern)",
|
|
1212
1212
|
value: input.name
|
|
1213
1213
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
1214
1214
|
path: _path + ".type",
|
|
@@ -1220,11 +1220,11 @@ const collection = {
|
|
|
1220
1220
|
value: input.description
|
|
1221
1221
|
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1222
1222
|
path: _path + ".name",
|
|
1223
|
-
expected: "string &
|
|
1223
|
+
expected: "string & SnakeCasePattern",
|
|
1224
1224
|
value: input.name
|
|
1225
1225
|
})) || _report(_exceptionable, {
|
|
1226
1226
|
path: _path + ".name",
|
|
1227
|
-
expected: "(string &
|
|
1227
|
+
expected: "(string & SnakeCasePattern)",
|
|
1228
1228
|
value: input.name
|
|
1229
1229
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
1230
1230
|
path: _path + ".type",
|
|
@@ -1252,11 +1252,11 @@ const collection = {
|
|
|
1252
1252
|
value: input.nullable
|
|
1253
1253
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-zA-Z0-9]*$").test(input.name) || _report(_exceptionable, {
|
|
1254
1254
|
path: _path + ".name",
|
|
1255
|
-
expected: "string &
|
|
1255
|
+
expected: "string & CamelCasePattern",
|
|
1256
1256
|
value: input.name
|
|
1257
1257
|
})) || _report(_exceptionable, {
|
|
1258
1258
|
path: _path + ".name",
|
|
1259
|
-
expected: "(string &
|
|
1259
|
+
expected: "(string & CamelCasePattern)",
|
|
1260
1260
|
value: input.name
|
|
1261
1261
|
}), "string" === typeof input.targetModel || _report(_exceptionable, {
|
|
1262
1262
|
path: _path + ".targetModel",
|
|
@@ -1264,11 +1264,11 @@ const collection = {
|
|
|
1264
1264
|
value: input.targetModel
|
|
1265
1265
|
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1266
1266
|
path: _path + ".name",
|
|
1267
|
-
expected: "string &
|
|
1267
|
+
expected: "string & SnakeCasePattern",
|
|
1268
1268
|
value: input.name
|
|
1269
1269
|
})) || _report(_exceptionable, {
|
|
1270
1270
|
path: _path + ".name",
|
|
1271
|
-
expected: "(string &
|
|
1271
|
+
expected: "(string & SnakeCasePattern)",
|
|
1272
1272
|
value: input.name
|
|
1273
1273
|
}), "string" === input.type || "boolean" === input.type || "uuid" === input.type || "uri" === input.type || "int" === input.type || "double" === input.type || "datetime" === input.type || _report(_exceptionable, {
|
|
1274
1274
|
path: _path + ".type",
|
|
@@ -473,11 +473,11 @@ const claude = {
|
|
|
473
473
|
value: input.modifications
|
|
474
474
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
475
475
|
path: _path + ".name",
|
|
476
|
-
expected: "string &
|
|
476
|
+
expected: "string & SnakeCasePattern",
|
|
477
477
|
value: input.name
|
|
478
478
|
})) || _report(_exceptionable, {
|
|
479
479
|
path: _path + ".name",
|
|
480
|
-
expected: "(string &
|
|
480
|
+
expected: "(string & SnakeCasePattern)",
|
|
481
481
|
value: input.name
|
|
482
482
|
}), "string" === typeof input.description || _report(_exceptionable, {
|
|
483
483
|
path: _path + ".description",
|
|
@@ -581,11 +581,11 @@ const claude = {
|
|
|
581
581
|
value: input.ginIndexes
|
|
582
582
|
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
583
583
|
path: _path + ".name",
|
|
584
|
-
expected: "string &
|
|
584
|
+
expected: "string & SnakeCasePattern",
|
|
585
585
|
value: input.name
|
|
586
586
|
})) || _report(_exceptionable, {
|
|
587
587
|
path: _path + ".name",
|
|
588
|
-
expected: "(string &
|
|
588
|
+
expected: "(string & SnakeCasePattern)",
|
|
589
589
|
value: input.name
|
|
590
590
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
591
591
|
path: _path + ".type",
|
|
@@ -597,11 +597,11 @@ const claude = {
|
|
|
597
597
|
value: input.description
|
|
598
598
|
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
599
599
|
path: _path + ".name",
|
|
600
|
-
expected: "string &
|
|
600
|
+
expected: "string & SnakeCasePattern",
|
|
601
601
|
value: input.name
|
|
602
602
|
})) || _report(_exceptionable, {
|
|
603
603
|
path: _path + ".name",
|
|
604
|
-
expected: "(string &
|
|
604
|
+
expected: "(string & SnakeCasePattern)",
|
|
605
605
|
value: input.name
|
|
606
606
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
607
607
|
path: _path + ".type",
|
|
@@ -629,11 +629,11 @@ const claude = {
|
|
|
629
629
|
value: input.nullable
|
|
630
630
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-zA-Z0-9]*$").test(input.name) || _report(_exceptionable, {
|
|
631
631
|
path: _path + ".name",
|
|
632
|
-
expected: "string &
|
|
632
|
+
expected: "string & CamelCasePattern",
|
|
633
633
|
value: input.name
|
|
634
634
|
})) || _report(_exceptionable, {
|
|
635
635
|
path: _path + ".name",
|
|
636
|
-
expected: "(string &
|
|
636
|
+
expected: "(string & CamelCasePattern)",
|
|
637
637
|
value: input.name
|
|
638
638
|
}), "string" === typeof input.targetModel || _report(_exceptionable, {
|
|
639
639
|
path: _path + ".targetModel",
|
|
@@ -641,11 +641,11 @@ const claude = {
|
|
|
641
641
|
value: input.targetModel
|
|
642
642
|
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
643
643
|
path: _path + ".name",
|
|
644
|
-
expected: "string &
|
|
644
|
+
expected: "string & SnakeCasePattern",
|
|
645
645
|
value: input.name
|
|
646
646
|
})) || _report(_exceptionable, {
|
|
647
647
|
path: _path + ".name",
|
|
648
|
-
expected: "(string &
|
|
648
|
+
expected: "(string & SnakeCasePattern)",
|
|
649
649
|
value: input.name
|
|
650
650
|
}), "string" === input.type || "boolean" === input.type || "uuid" === input.type || "uri" === input.type || "int" === input.type || "double" === input.type || "datetime" === input.type || _report(_exceptionable, {
|
|
651
651
|
path: _path + ".type",
|
|
@@ -1056,11 +1056,11 @@ const collection = {
|
|
|
1056
1056
|
value: input.modifications
|
|
1057
1057
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1058
1058
|
path: _path + ".name",
|
|
1059
|
-
expected: "string &
|
|
1059
|
+
expected: "string & SnakeCasePattern",
|
|
1060
1060
|
value: input.name
|
|
1061
1061
|
})) || _report(_exceptionable, {
|
|
1062
1062
|
path: _path + ".name",
|
|
1063
|
-
expected: "(string &
|
|
1063
|
+
expected: "(string & SnakeCasePattern)",
|
|
1064
1064
|
value: input.name
|
|
1065
1065
|
}), "string" === typeof input.description || _report(_exceptionable, {
|
|
1066
1066
|
path: _path + ".description",
|
|
@@ -1164,11 +1164,11 @@ const collection = {
|
|
|
1164
1164
|
value: input.ginIndexes
|
|
1165
1165
|
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1166
1166
|
path: _path + ".name",
|
|
1167
|
-
expected: "string &
|
|
1167
|
+
expected: "string & SnakeCasePattern",
|
|
1168
1168
|
value: input.name
|
|
1169
1169
|
})) || _report(_exceptionable, {
|
|
1170
1170
|
path: _path + ".name",
|
|
1171
|
-
expected: "(string &
|
|
1171
|
+
expected: "(string & SnakeCasePattern)",
|
|
1172
1172
|
value: input.name
|
|
1173
1173
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
1174
1174
|
path: _path + ".type",
|
|
@@ -1180,11 +1180,11 @@ const collection = {
|
|
|
1180
1180
|
value: input.description
|
|
1181
1181
|
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1182
1182
|
path: _path + ".name",
|
|
1183
|
-
expected: "string &
|
|
1183
|
+
expected: "string & SnakeCasePattern",
|
|
1184
1184
|
value: input.name
|
|
1185
1185
|
})) || _report(_exceptionable, {
|
|
1186
1186
|
path: _path + ".name",
|
|
1187
|
-
expected: "(string &
|
|
1187
|
+
expected: "(string & SnakeCasePattern)",
|
|
1188
1188
|
value: input.name
|
|
1189
1189
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
1190
1190
|
path: _path + ".type",
|
|
@@ -1212,11 +1212,11 @@ const collection = {
|
|
|
1212
1212
|
value: input.nullable
|
|
1213
1213
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-zA-Z0-9]*$").test(input.name) || _report(_exceptionable, {
|
|
1214
1214
|
path: _path + ".name",
|
|
1215
|
-
expected: "string &
|
|
1215
|
+
expected: "string & CamelCasePattern",
|
|
1216
1216
|
value: input.name
|
|
1217
1217
|
})) || _report(_exceptionable, {
|
|
1218
1218
|
path: _path + ".name",
|
|
1219
|
-
expected: "(string &
|
|
1219
|
+
expected: "(string & CamelCasePattern)",
|
|
1220
1220
|
value: input.name
|
|
1221
1221
|
}), "string" === typeof input.targetModel || _report(_exceptionable, {
|
|
1222
1222
|
path: _path + ".targetModel",
|
|
@@ -1224,11 +1224,11 @@ const collection = {
|
|
|
1224
1224
|
value: input.targetModel
|
|
1225
1225
|
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1226
1226
|
path: _path + ".name",
|
|
1227
|
-
expected: "string &
|
|
1227
|
+
expected: "string & SnakeCasePattern",
|
|
1228
1228
|
value: input.name
|
|
1229
1229
|
})) || _report(_exceptionable, {
|
|
1230
1230
|
path: _path + ".name",
|
|
1231
|
-
expected: "(string &
|
|
1231
|
+
expected: "(string & SnakeCasePattern)",
|
|
1232
1232
|
value: input.name
|
|
1233
1233
|
}), "string" === input.type || "boolean" === input.type || "uuid" === input.type || "uri" === input.type || "int" === input.type || "double" === input.type || "datetime" === input.type || _report(_exceptionable, {
|
|
1234
1234
|
path: _path + ".type",
|
|
@@ -159,11 +159,11 @@ function createController(ctx, props) {
|
|
|
159
159
|
value: input.models
|
|
160
160
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
161
161
|
path: _path + ".name",
|
|
162
|
-
expected: "string &
|
|
162
|
+
expected: "string & SnakeCasePattern",
|
|
163
163
|
value: input.name
|
|
164
164
|
})) || _report(_exceptionable, {
|
|
165
165
|
path: _path + ".name",
|
|
166
|
-
expected: "(string &
|
|
166
|
+
expected: "(string & SnakeCasePattern)",
|
|
167
167
|
value: input.name
|
|
168
168
|
}), "string" === typeof input.description || _report(_exceptionable, {
|
|
169
169
|
path: _path + ".description",
|
|
@@ -267,11 +267,11 @@ function createController(ctx, props) {
|
|
|
267
267
|
value: input.ginIndexes
|
|
268
268
|
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
269
269
|
path: _path + ".name",
|
|
270
|
-
expected: "string &
|
|
270
|
+
expected: "string & SnakeCasePattern",
|
|
271
271
|
value: input.name
|
|
272
272
|
})) || _report(_exceptionable, {
|
|
273
273
|
path: _path + ".name",
|
|
274
|
-
expected: "(string &
|
|
274
|
+
expected: "(string & SnakeCasePattern)",
|
|
275
275
|
value: input.name
|
|
276
276
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
277
277
|
path: _path + ".type",
|
|
@@ -283,11 +283,11 @@ function createController(ctx, props) {
|
|
|
283
283
|
value: input.description
|
|
284
284
|
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
285
285
|
path: _path + ".name",
|
|
286
|
-
expected: "string &
|
|
286
|
+
expected: "string & SnakeCasePattern",
|
|
287
287
|
value: input.name
|
|
288
288
|
})) || _report(_exceptionable, {
|
|
289
289
|
path: _path + ".name",
|
|
290
|
-
expected: "(string &
|
|
290
|
+
expected: "(string & SnakeCasePattern)",
|
|
291
291
|
value: input.name
|
|
292
292
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
293
293
|
path: _path + ".type",
|
|
@@ -315,11 +315,11 @@ function createController(ctx, props) {
|
|
|
315
315
|
value: input.nullable
|
|
316
316
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-zA-Z0-9]*$").test(input.name) || _report(_exceptionable, {
|
|
317
317
|
path: _path + ".name",
|
|
318
|
-
expected: "string &
|
|
318
|
+
expected: "string & CamelCasePattern",
|
|
319
319
|
value: input.name
|
|
320
320
|
})) || _report(_exceptionable, {
|
|
321
321
|
path: _path + ".name",
|
|
322
|
-
expected: "(string &
|
|
322
|
+
expected: "(string & CamelCasePattern)",
|
|
323
323
|
value: input.name
|
|
324
324
|
}), "string" === typeof input.targetModel || _report(_exceptionable, {
|
|
325
325
|
path: _path + ".targetModel",
|
|
@@ -327,11 +327,11 @@ function createController(ctx, props) {
|
|
|
327
327
|
value: input.targetModel
|
|
328
328
|
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
329
329
|
path: _path + ".name",
|
|
330
|
-
expected: "string &
|
|
330
|
+
expected: "string & SnakeCasePattern",
|
|
331
331
|
value: input.name
|
|
332
332
|
})) || _report(_exceptionable, {
|
|
333
333
|
path: _path + ".name",
|
|
334
|
-
expected: "(string &
|
|
334
|
+
expected: "(string & SnakeCasePattern)",
|
|
335
335
|
value: input.name
|
|
336
336
|
}), "string" === input.type || "boolean" === input.type || "uuid" === input.type || "uri" === input.type || "int" === input.type || "double" === input.type || "datetime" === input.type || _report(_exceptionable, {
|
|
337
337
|
path: _path + ".type",
|
|
@@ -794,11 +794,11 @@ const collection = {
|
|
|
794
794
|
value: input.models
|
|
795
795
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
796
796
|
path: _path + ".name",
|
|
797
|
-
expected: "string &
|
|
797
|
+
expected: "string & SnakeCasePattern",
|
|
798
798
|
value: input.name
|
|
799
799
|
})) || _report(_exceptionable, {
|
|
800
800
|
path: _path + ".name",
|
|
801
|
-
expected: "(string &
|
|
801
|
+
expected: "(string & SnakeCasePattern)",
|
|
802
802
|
value: input.name
|
|
803
803
|
}), "string" === typeof input.description || _report(_exceptionable, {
|
|
804
804
|
path: _path + ".description",
|
|
@@ -902,11 +902,11 @@ const collection = {
|
|
|
902
902
|
value: input.ginIndexes
|
|
903
903
|
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
904
904
|
path: _path + ".name",
|
|
905
|
-
expected: "string &
|
|
905
|
+
expected: "string & SnakeCasePattern",
|
|
906
906
|
value: input.name
|
|
907
907
|
})) || _report(_exceptionable, {
|
|
908
908
|
path: _path + ".name",
|
|
909
|
-
expected: "(string &
|
|
909
|
+
expected: "(string & SnakeCasePattern)",
|
|
910
910
|
value: input.name
|
|
911
911
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
912
912
|
path: _path + ".type",
|
|
@@ -918,11 +918,11 @@ const collection = {
|
|
|
918
918
|
value: input.description
|
|
919
919
|
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
920
920
|
path: _path + ".name",
|
|
921
|
-
expected: "string &
|
|
921
|
+
expected: "string & SnakeCasePattern",
|
|
922
922
|
value: input.name
|
|
923
923
|
})) || _report(_exceptionable, {
|
|
924
924
|
path: _path + ".name",
|
|
925
|
-
expected: "(string &
|
|
925
|
+
expected: "(string & SnakeCasePattern)",
|
|
926
926
|
value: input.name
|
|
927
927
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
928
928
|
path: _path + ".type",
|
|
@@ -950,11 +950,11 @@ const collection = {
|
|
|
950
950
|
value: input.nullable
|
|
951
951
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-zA-Z0-9]*$").test(input.name) || _report(_exceptionable, {
|
|
952
952
|
path: _path + ".name",
|
|
953
|
-
expected: "string &
|
|
953
|
+
expected: "string & CamelCasePattern",
|
|
954
954
|
value: input.name
|
|
955
955
|
})) || _report(_exceptionable, {
|
|
956
956
|
path: _path + ".name",
|
|
957
|
-
expected: "(string &
|
|
957
|
+
expected: "(string & CamelCasePattern)",
|
|
958
958
|
value: input.name
|
|
959
959
|
}), "string" === typeof input.targetModel || _report(_exceptionable, {
|
|
960
960
|
path: _path + ".targetModel",
|
|
@@ -962,11 +962,11 @@ const collection = {
|
|
|
962
962
|
value: input.targetModel
|
|
963
963
|
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
964
964
|
path: _path + ".name",
|
|
965
|
-
expected: "string &
|
|
965
|
+
expected: "string & SnakeCasePattern",
|
|
966
966
|
value: input.name
|
|
967
967
|
})) || _report(_exceptionable, {
|
|
968
968
|
path: _path + ".name",
|
|
969
|
-
expected: "(string &
|
|
969
|
+
expected: "(string & SnakeCasePattern)",
|
|
970
970
|
value: input.name
|
|
971
971
|
}), "string" === input.type || "boolean" === input.type || "uuid" === input.type || "uri" === input.type || "int" === input.type || "double" === input.type || "datetime" === input.type || _report(_exceptionable, {
|
|
972
972
|
path: _path + ".type",
|
|
@@ -1399,11 +1399,11 @@ const collection = {
|
|
|
1399
1399
|
value: input.models
|
|
1400
1400
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1401
1401
|
path: _path + ".name",
|
|
1402
|
-
expected: "string &
|
|
1402
|
+
expected: "string & SnakeCasePattern",
|
|
1403
1403
|
value: input.name
|
|
1404
1404
|
})) || _report(_exceptionable, {
|
|
1405
1405
|
path: _path + ".name",
|
|
1406
|
-
expected: "(string &
|
|
1406
|
+
expected: "(string & SnakeCasePattern)",
|
|
1407
1407
|
value: input.name
|
|
1408
1408
|
}), "string" === typeof input.description || _report(_exceptionable, {
|
|
1409
1409
|
path: _path + ".description",
|
|
@@ -1507,11 +1507,11 @@ const collection = {
|
|
|
1507
1507
|
value: input.ginIndexes
|
|
1508
1508
|
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1509
1509
|
path: _path + ".name",
|
|
1510
|
-
expected: "string &
|
|
1510
|
+
expected: "string & SnakeCasePattern",
|
|
1511
1511
|
value: input.name
|
|
1512
1512
|
})) || _report(_exceptionable, {
|
|
1513
1513
|
path: _path + ".name",
|
|
1514
|
-
expected: "(string &
|
|
1514
|
+
expected: "(string & SnakeCasePattern)",
|
|
1515
1515
|
value: input.name
|
|
1516
1516
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
1517
1517
|
path: _path + ".type",
|
|
@@ -1523,11 +1523,11 @@ const collection = {
|
|
|
1523
1523
|
value: input.description
|
|
1524
1524
|
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1525
1525
|
path: _path + ".name",
|
|
1526
|
-
expected: "string &
|
|
1526
|
+
expected: "string & SnakeCasePattern",
|
|
1527
1527
|
value: input.name
|
|
1528
1528
|
})) || _report(_exceptionable, {
|
|
1529
1529
|
path: _path + ".name",
|
|
1530
|
-
expected: "(string &
|
|
1530
|
+
expected: "(string & SnakeCasePattern)",
|
|
1531
1531
|
value: input.name
|
|
1532
1532
|
}), "uuid" === input.type || _report(_exceptionable, {
|
|
1533
1533
|
path: _path + ".type",
|
|
@@ -1555,11 +1555,11 @@ const collection = {
|
|
|
1555
1555
|
value: input.nullable
|
|
1556
1556
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-zA-Z0-9]*$").test(input.name) || _report(_exceptionable, {
|
|
1557
1557
|
path: _path + ".name",
|
|
1558
|
-
expected: "string &
|
|
1558
|
+
expected: "string & CamelCasePattern",
|
|
1559
1559
|
value: input.name
|
|
1560
1560
|
})) || _report(_exceptionable, {
|
|
1561
1561
|
path: _path + ".name",
|
|
1562
|
-
expected: "(string &
|
|
1562
|
+
expected: "(string & CamelCasePattern)",
|
|
1563
1563
|
value: input.name
|
|
1564
1564
|
}), "string" === typeof input.targetModel || _report(_exceptionable, {
|
|
1565
1565
|
path: _path + ".targetModel",
|
|
@@ -1567,11 +1567,11 @@ const collection = {
|
|
|
1567
1567
|
value: input.targetModel
|
|
1568
1568
|
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.name && (RegExp("^[a-z][a-z0-9_]*$").test(input.name) || _report(_exceptionable, {
|
|
1569
1569
|
path: _path + ".name",
|
|
1570
|
-
expected: "string &
|
|
1570
|
+
expected: "string & SnakeCasePattern",
|
|
1571
1571
|
value: input.name
|
|
1572
1572
|
})) || _report(_exceptionable, {
|
|
1573
1573
|
path: _path + ".name",
|
|
1574
|
-
expected: "(string &
|
|
1574
|
+
expected: "(string & SnakeCasePattern)",
|
|
1575
1575
|
value: input.name
|
|
1576
1576
|
}), "string" === input.type || "boolean" === input.type || "uuid" === input.type || "uri" === input.type || "int" === input.type || "double" === input.type || "datetime" === input.type || _report(_exceptionable, {
|
|
1577
1577
|
path: _path + ".type",
|
|
@@ -56,25 +56,23 @@ const orchestrateRealize = (ctx) => (props) => __awaiter(void 0, void 0, void 0,
|
|
|
56
56
|
const process = (artifacts) => __awaiter(void 0, void 0, void 0, function* () {
|
|
57
57
|
const writes = (yield (0, executeCachedBatch_1.executeCachedBatch)(artifacts.map((art) => (promptCacheKey) => __awaiter(void 0, void 0, void 0, function* () {
|
|
58
58
|
var _a;
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
authorization: (_a = art.decoratorEvent) !== null && _a !== void 0 ? _a : null,
|
|
62
|
-
scenario: art,
|
|
63
|
-
document,
|
|
64
|
-
progress: writeProgress,
|
|
65
|
-
promptCacheKey,
|
|
66
|
-
};
|
|
67
|
-
try {
|
|
68
|
-
return yield (0, orchestrateRealizeWrite_1.orchestrateRealizeWrite)(ctx, props);
|
|
69
|
-
}
|
|
70
|
-
catch (_b) {
|
|
59
|
+
const write = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
60
|
+
var _a;
|
|
71
61
|
try {
|
|
72
|
-
return yield (0, orchestrateRealizeWrite_1.orchestrateRealizeWrite)(ctx,
|
|
62
|
+
return yield (0, orchestrateRealizeWrite_1.orchestrateRealizeWrite)(ctx, {
|
|
63
|
+
totalAuthorizations: authorizations,
|
|
64
|
+
authorization: (_a = art.decoratorEvent) !== null && _a !== void 0 ? _a : null,
|
|
65
|
+
scenario: art,
|
|
66
|
+
document,
|
|
67
|
+
progress: writeProgress,
|
|
68
|
+
promptCacheKey,
|
|
69
|
+
});
|
|
73
70
|
}
|
|
74
|
-
catch (
|
|
71
|
+
catch (_b) {
|
|
75
72
|
return null;
|
|
76
73
|
}
|
|
77
|
-
}
|
|
74
|
+
});
|
|
75
|
+
return (_a = (yield write())) !== null && _a !== void 0 ? _a : (yield write());
|
|
78
76
|
})))).filter((w) => w !== null);
|
|
79
77
|
const functions = Object.entries(Object.fromEntries(writes.map((w) => [w.location, w.content]))).map(([location, content]) => {
|
|
80
78
|
const scenario = artifacts.find((el) => el.location === location);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrateRealize.js","sourceRoot":"","sources":["../../../src/orchestrate/realize/orchestrateRealize.ts"],"names":[],"mappings":";;;;;;;;;;;;AAYA,+BAA0B;AAI1B,uEAAoE;AACpE,6EAA0E;AAC1E,wEAAqE;AACrE,yFAAsF;AACtF,uFAAoF;AACpF,2EAAwE;AACxE,uEAAoE;AAEpE,6EAA0E;AAEnE,MAAM,kBAAkB,GAC7B,CAAiC,GAAyB,EAAE,EAAE,CAC9D,CACE,KAA8B,EACiC,EAAE;;IACjE,cAAc;IACd,MAAM,QAAQ,GACZ,MAAA,GAAG,CAAC,KAAK,EAAE,CAAC,SAAS,0CAAE,QAAQ,CAAC;IAClC,IAAI,QAAQ,KAAK,SAAS;QACxB,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;IAE5E,MAAM,KAAK,GAAS,IAAI,IAAI,EAAE,CAAC;IAC/B,MAAM,SAAS,GAAkB,IAAA,6CAAqB,EACpD,GAAG,CAAC,KAAK,EAAE,EACX,SAAS,CACV,CAAC;IACF,IAAI,SAAS,KAAK,IAAI;QACpB,OAAO,GAAG,CAAC,gBAAgB,CAAC;YAC1B,IAAI,EAAE,kBAAkB;YACxB,EAAE,EAAE,IAAA,SAAE,GAAE;YACR,UAAU,EAAE,KAAK,CAAC,WAAW,EAAE;YAC/B,IAAI,EAAE,SAAS;YACf,YAAY,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;SACvC,CAAC,CAAC;IACL,GAAG,CAAC,QAAQ,CAAC;QACX,IAAI,EAAE,cAAc;QACpB,EAAE,EAAE,IAAA,SAAE,GAAE;QACR,UAAU,EAAE,KAAK,CAAC,WAAW,EAAE;QAC/B,MAAM,EAAE,KAAK,CAAC,WAAW;QACzB,IAAI,EAAE,MAAA,MAAA,GAAG,CAAC,KAAK,EAAE,CAAC,IAAI,0CAAE,IAAI,mCAAI,CAAC;KAClC,CAAC,CAAC;IAEH,iBAAiB;IACjB,MAAM,QAAQ,GAAoB,MAAM,GAAG,CAAC,QAAQ,EAAE,CAAC;IACvD,MAAM,cAAc,GAClB,MAAM,IAAA,iEAA+B,EAAC,GAAG,CAAC,CAAC;IAE7C,MAAM,aAAa,GAA4B;QAC7C,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,MAAM;QACjC,SAAS,EAAE,CAAC;KACb,CAAC;IACF,MAAM,eAAe,GAA4B;QAC/C,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,MAAM;QACjC,SAAS,EAAE,CAAC;KACb,CAAC;IAEF,MAAM,OAAO,GAAG,CACd,SAAyC,EACvB,EAAE;QACpB,MAAM,MAAM,GAA8B,CACxC,MAAM,IAAA,uCAAkB,EACtB,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAO,cAAc,EAAE,EAAE;;YAC9C,MAAM,KAAK,GAAG;
|
|
1
|
+
{"version":3,"file":"orchestrateRealize.js","sourceRoot":"","sources":["../../../src/orchestrate/realize/orchestrateRealize.ts"],"names":[],"mappings":"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"}
|