@macedon-technologies/batman 1.7.0 → 1.9.0
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/.jsii +200 -13
- package/API.md +5298 -826
- package/lib/BatmanProject.d.ts +4 -0
- package/lib/BatmanProject.js +3 -2
- package/lib/BootcampApplication.d.ts +21 -0
- package/lib/BootcampApplication.js +75 -0
- package/lib/BootcampApplicationStackFile.d.ts +5 -0
- package/lib/BootcampApplicationStackFile.js +105 -0
- package/lib/BootcampProject.d.ts +29 -0
- package/lib/BootcampProject.js +249 -0
- package/lib/CodeOwnersFile.js +1 -1
- package/lib/LocalDevAppFile.js +3 -1
- package/lib/MainFile.d.ts +1 -0
- package/lib/MainFile.js +5 -1
- package/lib/ProductionDeployWorkflow.js +1 -1
- package/lib/StagingDeployWorkflow.js +1 -1
- package/lib/ViteReactProject.js +2 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +4 -1
- package/lib/utils.d.ts +1 -0
- package/lib/utils.js +23 -0
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
},
|
|
156
156
|
"locationInModule": {
|
|
157
157
|
"filename": "src/BatmanProject.ts",
|
|
158
|
-
"line":
|
|
158
|
+
"line": 44
|
|
159
159
|
},
|
|
160
160
|
"parameters": [
|
|
161
161
|
{
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"kind": "class",
|
|
170
170
|
"locationInModule": {
|
|
171
171
|
"filename": "src/BatmanProject.ts",
|
|
172
|
-
"line":
|
|
172
|
+
"line": 43
|
|
173
173
|
},
|
|
174
174
|
"name": "BatmanProject",
|
|
175
175
|
"symbolId": "src/BatmanProject:BatmanProject"
|
|
@@ -282,10 +282,176 @@
|
|
|
282
282
|
"kind": "map"
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"abstract": true,
|
|
288
|
+
"docs": {
|
|
289
|
+
"stability": "stable",
|
|
290
|
+
"summary": "Website dependencies."
|
|
291
|
+
},
|
|
292
|
+
"immutable": true,
|
|
293
|
+
"locationInModule": {
|
|
294
|
+
"filename": "src/BatmanProject.ts",
|
|
295
|
+
"line": 39
|
|
296
|
+
},
|
|
297
|
+
"name": "websiteDeps",
|
|
298
|
+
"optional": true,
|
|
299
|
+
"type": {
|
|
300
|
+
"collection": {
|
|
301
|
+
"elementtype": {
|
|
302
|
+
"primitive": "string"
|
|
303
|
+
},
|
|
304
|
+
"kind": "array"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
285
307
|
}
|
|
286
308
|
],
|
|
287
309
|
"symbolId": "src/BatmanProject:BatmanProjectOptions"
|
|
288
310
|
},
|
|
311
|
+
"@macedon-technologies/batman.BootcampProject": {
|
|
312
|
+
"assembly": "@macedon-technologies/batman",
|
|
313
|
+
"base": "projen.awscdk.AwsCdkTypeScriptApp",
|
|
314
|
+
"docs": {
|
|
315
|
+
"stability": "stable"
|
|
316
|
+
},
|
|
317
|
+
"fqn": "@macedon-technologies/batman.BootcampProject",
|
|
318
|
+
"initializer": {
|
|
319
|
+
"docs": {
|
|
320
|
+
"stability": "stable"
|
|
321
|
+
},
|
|
322
|
+
"locationInModule": {
|
|
323
|
+
"filename": "src/BootcampProject.ts",
|
|
324
|
+
"line": 40
|
|
325
|
+
},
|
|
326
|
+
"parameters": [
|
|
327
|
+
{
|
|
328
|
+
"name": "options",
|
|
329
|
+
"type": {
|
|
330
|
+
"fqn": "@macedon-technologies/batman.BootcampProjectOptions"
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
"kind": "class",
|
|
336
|
+
"locationInModule": {
|
|
337
|
+
"filename": "src/BootcampProject.ts",
|
|
338
|
+
"line": 39
|
|
339
|
+
},
|
|
340
|
+
"name": "BootcampProject",
|
|
341
|
+
"symbolId": "src/BootcampProject:BootcampProject"
|
|
342
|
+
},
|
|
343
|
+
"@macedon-technologies/batman.BootcampProjectOptions": {
|
|
344
|
+
"assembly": "@macedon-technologies/batman",
|
|
345
|
+
"datatype": true,
|
|
346
|
+
"docs": {
|
|
347
|
+
"stability": "stable"
|
|
348
|
+
},
|
|
349
|
+
"fqn": "@macedon-technologies/batman.BootcampProjectOptions",
|
|
350
|
+
"interfaces": [
|
|
351
|
+
"projen.awscdk.AwsCdkTypeScriptAppOptions"
|
|
352
|
+
],
|
|
353
|
+
"kind": "interface",
|
|
354
|
+
"locationInModule": {
|
|
355
|
+
"filename": "src/BootcampProject.ts",
|
|
356
|
+
"line": 11
|
|
357
|
+
},
|
|
358
|
+
"name": "BootcampProjectOptions",
|
|
359
|
+
"properties": [
|
|
360
|
+
{
|
|
361
|
+
"abstract": true,
|
|
362
|
+
"docs": {
|
|
363
|
+
"stability": "stable",
|
|
364
|
+
"summary": "Development environment configuration."
|
|
365
|
+
},
|
|
366
|
+
"immutable": true,
|
|
367
|
+
"locationInModule": {
|
|
368
|
+
"filename": "src/BootcampProject.ts",
|
|
369
|
+
"line": 16
|
|
370
|
+
},
|
|
371
|
+
"name": "dev",
|
|
372
|
+
"type": {
|
|
373
|
+
"fqn": "@macedon-technologies/batman.ApplicationEnvironmentConfig"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"abstract": true,
|
|
378
|
+
"docs": {
|
|
379
|
+
"stability": "stable",
|
|
380
|
+
"summary": "Production environment configuration."
|
|
381
|
+
},
|
|
382
|
+
"immutable": true,
|
|
383
|
+
"locationInModule": {
|
|
384
|
+
"filename": "src/BootcampProject.ts",
|
|
385
|
+
"line": 26
|
|
386
|
+
},
|
|
387
|
+
"name": "prod",
|
|
388
|
+
"type": {
|
|
389
|
+
"fqn": "@macedon-technologies/batman.ApplicationEnvironmentConfig"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"abstract": true,
|
|
394
|
+
"docs": {
|
|
395
|
+
"stability": "stable",
|
|
396
|
+
"summary": "Development environment configuration."
|
|
397
|
+
},
|
|
398
|
+
"immutable": true,
|
|
399
|
+
"locationInModule": {
|
|
400
|
+
"filename": "src/BootcampProject.ts",
|
|
401
|
+
"line": 21
|
|
402
|
+
},
|
|
403
|
+
"name": "staging",
|
|
404
|
+
"type": {
|
|
405
|
+
"fqn": "@macedon-technologies/batman.ApplicationEnvironmentConfig"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"abstract": true,
|
|
410
|
+
"docs": {
|
|
411
|
+
"stability": "stable",
|
|
412
|
+
"summary": "Additional code owners to add to the CODEOWNERS file."
|
|
413
|
+
},
|
|
414
|
+
"immutable": true,
|
|
415
|
+
"locationInModule": {
|
|
416
|
+
"filename": "src/BootcampProject.ts",
|
|
417
|
+
"line": 36
|
|
418
|
+
},
|
|
419
|
+
"name": "additionalCodeOwners",
|
|
420
|
+
"optional": true,
|
|
421
|
+
"type": {
|
|
422
|
+
"collection": {
|
|
423
|
+
"elementtype": {
|
|
424
|
+
"primitive": "string"
|
|
425
|
+
},
|
|
426
|
+
"kind": "array"
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"abstract": true,
|
|
432
|
+
"docs": {
|
|
433
|
+
"stability": "stable",
|
|
434
|
+
"summary": "Additional tags to apply to all stacks."
|
|
435
|
+
},
|
|
436
|
+
"immutable": true,
|
|
437
|
+
"locationInModule": {
|
|
438
|
+
"filename": "src/BootcampProject.ts",
|
|
439
|
+
"line": 31
|
|
440
|
+
},
|
|
441
|
+
"name": "additionalTags",
|
|
442
|
+
"optional": true,
|
|
443
|
+
"type": {
|
|
444
|
+
"collection": {
|
|
445
|
+
"elementtype": {
|
|
446
|
+
"primitive": "string"
|
|
447
|
+
},
|
|
448
|
+
"kind": "map"
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"symbolId": "src/BootcampProject:BootcampProjectOptions"
|
|
454
|
+
},
|
|
289
455
|
"@macedon-technologies/batman.CodeOwnersFile": {
|
|
290
456
|
"assembly": "@macedon-technologies/batman",
|
|
291
457
|
"base": "projen.TextFile",
|
|
@@ -373,7 +539,7 @@
|
|
|
373
539
|
"kind": "interface",
|
|
374
540
|
"locationInModule": {
|
|
375
541
|
"filename": "src/MainFile.ts",
|
|
376
|
-
"line":
|
|
542
|
+
"line": 5
|
|
377
543
|
},
|
|
378
544
|
"name": "EnvironmentConfig",
|
|
379
545
|
"properties": [
|
|
@@ -385,7 +551,7 @@
|
|
|
385
551
|
"immutable": true,
|
|
386
552
|
"locationInModule": {
|
|
387
553
|
"filename": "src/MainFile.ts",
|
|
388
|
-
"line":
|
|
554
|
+
"line": 11
|
|
389
555
|
},
|
|
390
556
|
"name": "account",
|
|
391
557
|
"type": {
|
|
@@ -400,7 +566,7 @@
|
|
|
400
566
|
"immutable": true,
|
|
401
567
|
"locationInModule": {
|
|
402
568
|
"filename": "src/MainFile.ts",
|
|
403
|
-
"line":
|
|
569
|
+
"line": 9
|
|
404
570
|
},
|
|
405
571
|
"name": "clerkJwtVerificationKey",
|
|
406
572
|
"type": {
|
|
@@ -415,7 +581,7 @@
|
|
|
415
581
|
"immutable": true,
|
|
416
582
|
"locationInModule": {
|
|
417
583
|
"filename": "src/MainFile.ts",
|
|
418
|
-
"line":
|
|
584
|
+
"line": 13
|
|
419
585
|
},
|
|
420
586
|
"name": "clerkPublishableKey",
|
|
421
587
|
"type": {
|
|
@@ -430,7 +596,7 @@
|
|
|
430
596
|
"immutable": true,
|
|
431
597
|
"locationInModule": {
|
|
432
598
|
"filename": "src/MainFile.ts",
|
|
433
|
-
"line":
|
|
599
|
+
"line": 8
|
|
434
600
|
},
|
|
435
601
|
"name": "datadogSecretArn",
|
|
436
602
|
"type": {
|
|
@@ -445,7 +611,7 @@
|
|
|
445
611
|
"immutable": true,
|
|
446
612
|
"locationInModule": {
|
|
447
613
|
"filename": "src/MainFile.ts",
|
|
448
|
-
"line":
|
|
614
|
+
"line": 6
|
|
449
615
|
},
|
|
450
616
|
"name": "hostedZoneDomainName",
|
|
451
617
|
"type": {
|
|
@@ -460,7 +626,7 @@
|
|
|
460
626
|
"immutable": true,
|
|
461
627
|
"locationInModule": {
|
|
462
628
|
"filename": "src/MainFile.ts",
|
|
463
|
-
"line":
|
|
629
|
+
"line": 7
|
|
464
630
|
},
|
|
465
631
|
"name": "hostname",
|
|
466
632
|
"type": {
|
|
@@ -475,7 +641,7 @@
|
|
|
475
641
|
"immutable": true,
|
|
476
642
|
"locationInModule": {
|
|
477
643
|
"filename": "src/MainFile.ts",
|
|
478
|
-
"line":
|
|
644
|
+
"line": 10
|
|
479
645
|
},
|
|
480
646
|
"name": "n8nEndpoint",
|
|
481
647
|
"type": {
|
|
@@ -490,12 +656,33 @@
|
|
|
490
656
|
"immutable": true,
|
|
491
657
|
"locationInModule": {
|
|
492
658
|
"filename": "src/MainFile.ts",
|
|
493
|
-
"line":
|
|
659
|
+
"line": 12
|
|
494
660
|
},
|
|
495
661
|
"name": "region",
|
|
496
662
|
"type": {
|
|
497
663
|
"primitive": "string"
|
|
498
664
|
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"abstract": true,
|
|
668
|
+
"docs": {
|
|
669
|
+
"stability": "stable"
|
|
670
|
+
},
|
|
671
|
+
"immutable": true,
|
|
672
|
+
"locationInModule": {
|
|
673
|
+
"filename": "src/MainFile.ts",
|
|
674
|
+
"line": 14
|
|
675
|
+
},
|
|
676
|
+
"name": "additionalStackProps",
|
|
677
|
+
"optional": true,
|
|
678
|
+
"type": {
|
|
679
|
+
"collection": {
|
|
680
|
+
"elementtype": {
|
|
681
|
+
"primitive": "any"
|
|
682
|
+
},
|
|
683
|
+
"kind": "map"
|
|
684
|
+
}
|
|
685
|
+
}
|
|
499
686
|
}
|
|
500
687
|
],
|
|
501
688
|
"symbolId": "src/MainFile:EnvironmentConfig"
|
|
@@ -731,6 +918,6 @@
|
|
|
731
918
|
"symbolId": "src/StagingDeployWorkflow:StagingDeployWorkflowOptions"
|
|
732
919
|
}
|
|
733
920
|
},
|
|
734
|
-
"version": "1.
|
|
735
|
-
"fingerprint": "
|
|
921
|
+
"version": "1.9.0",
|
|
922
|
+
"fingerprint": "HzuB4zJaaxzJd6Hi+1dh9iP8kA5y11D7y69MHzkcIGQ="
|
|
736
923
|
}
|