@hallcor/pulumi-projen-project-types 0.0.27 → 0.0.29

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.
Files changed (61) hide show
  1. package/.jsii +1311 -629
  2. package/API.md +669 -73
  3. package/lib/github-credentials.d.ts +41 -0
  4. package/lib/github-credentials.js +95 -0
  5. package/lib/index.d.ts +3 -4
  6. package/lib/index.js +4 -5
  7. package/lib/internal/jsii-project.d.ts +10 -0
  8. package/lib/internal/jsii-project.js +55 -0
  9. package/lib/pulumi-esc-setup.d.ts +75 -0
  10. package/lib/pulumi-esc-setup.js +128 -0
  11. package/lib/python.d.ts +1 -1
  12. package/lib/python.js +27 -2
  13. package/lib/release.d.ts +8 -2
  14. package/lib/release.js +4 -3
  15. package/lib/structs/github-options/access-token-options.d.ts +15 -0
  16. package/lib/structs/github-options/access-token-options.js +3 -0
  17. package/lib/structs/github-options/app-options.d.ts +28 -0
  18. package/lib/structs/github-options/app-options.js +3 -0
  19. package/lib/structs/github-options/index.d.ts +2 -0
  20. package/lib/structs/github-options/index.js +19 -0
  21. package/lib/structs/index.d.ts +5 -0
  22. package/lib/structs/index.js +22 -0
  23. package/lib/{PythonComponentOptions.d.ts → structs/python-options/component-options.d.ts} +3 -33
  24. package/lib/structs/python-options/component-options.js +3 -0
  25. package/lib/structs/python-options/index.d.ts +2 -0
  26. package/lib/structs/python-options/index.js +19 -0
  27. package/lib/structs/python-options/pulumi-options.js +4 -0
  28. package/lib/structs/release-options/index.d.ts +1 -0
  29. package/lib/structs/release-options/index.js +18 -0
  30. package/lib/{TagReleaseOptions.d.ts → structs/release-options/tag-release-options.d.ts} +5 -0
  31. package/lib/structs/release-options/tag-release-options.js +3 -0
  32. package/lib/{typescript-options → structs/typescript-options}/component-options.d.ts +2 -2
  33. package/lib/structs/typescript-options/component-options.js +3 -0
  34. package/lib/structs/typescript-options/eslint-options.js +3 -0
  35. package/lib/{typescript-options → structs/typescript-options}/index.js +3 -3
  36. package/lib/{typescript-options → structs/typescript-options}/prettier-options.d.ts +1 -1
  37. package/lib/structs/typescript-options/prettier-options.js +3 -0
  38. package/lib/structs/typescript-options/prettier-settings.js +3 -0
  39. package/lib/{typescript-options → structs/typescript-options}/project-props.d.ts +2 -2
  40. package/lib/structs/typescript-options/project-props.js +3 -0
  41. package/lib/typescript-base.d.ts +1 -1
  42. package/lib/typescript-base.js +14 -2
  43. package/lib/typescript.d.ts +1 -1
  44. package/lib/typescript.js +7 -2
  45. package/package.json +1 -1
  46. package/lib/PulumiPythonOptions.js +0 -4
  47. package/lib/PythonComponentOptions.js +0 -3
  48. package/lib/TagReleaseOptions.js +0 -3
  49. package/lib/commit-version.d.ts +0 -42
  50. package/lib/commit-version.js +0 -49
  51. package/lib/commit-version.task.d.ts +0 -1
  52. package/lib/commit-version.task.js +0 -30
  53. package/lib/typescript-options/component-options.js +0 -3
  54. package/lib/typescript-options/eslint-options.js +0 -3
  55. package/lib/typescript-options/prettier-options.js +0 -3
  56. package/lib/typescript-options/prettier-settings.js +0 -3
  57. package/lib/typescript-options/project-props.js +0 -3
  58. package/lib/{PulumiPythonOptions.d.ts → structs/python-options/pulumi-options.d.ts} +0 -0
  59. package/lib/{typescript-options → structs/typescript-options}/eslint-options.d.ts +0 -0
  60. package/lib/{typescript-options → structs/typescript-options}/index.d.ts +2 -2
  61. /package/lib/{typescript-options → structs/typescript-options}/prettier-settings.d.ts +0 -0
package/.jsii CHANGED
@@ -120,7 +120,7 @@
120
120
  "kind": "interface",
121
121
  "locationInModule": {
122
122
  "filename": "src/release.ts",
123
- "line": 11
123
+ "line": 22
124
124
  },
125
125
  "name": "CreateReleaseOptions",
126
126
  "properties": [
@@ -133,7 +133,7 @@
133
133
  "immutable": true,
134
134
  "locationInModule": {
135
135
  "filename": "src/release.ts",
136
- "line": 15
136
+ "line": 26
137
137
  },
138
138
  "name": "changelogPath",
139
139
  "type": {
@@ -150,7 +150,7 @@
150
150
  "immutable": true,
151
151
  "locationInModule": {
152
152
  "filename": "src/release.ts",
153
- "line": 21
153
+ "line": 32
154
154
  },
155
155
  "name": "releaseTag",
156
156
  "type": {
@@ -167,7 +167,7 @@
167
167
  "immutable": true,
168
168
  "locationInModule": {
169
169
  "filename": "src/release.ts",
170
- "line": 27
170
+ "line": 38
171
171
  },
172
172
  "name": "verifyReleaseExists",
173
173
  "optional": true,
@@ -188,7 +188,7 @@
188
188
  "fqn": "@hallcor/pulumi-projen-project-types.EslintOptions",
189
189
  "kind": "interface",
190
190
  "locationInModule": {
191
- "filename": "src/typescript-options/eslint-options.ts",
191
+ "filename": "src/structs/typescript-options/eslint-options.ts",
192
192
  "line": 7
193
193
  },
194
194
  "name": "EslintOptions",
@@ -202,7 +202,7 @@
202
202
  },
203
203
  "immutable": true,
204
204
  "locationInModule": {
205
- "filename": "src/typescript-options/eslint-options.ts",
205
+ "filename": "src/structs/typescript-options/eslint-options.ts",
206
206
  "line": 96
207
207
  },
208
208
  "name": "dirs",
@@ -224,7 +224,7 @@
224
224
  },
225
225
  "immutable": true,
226
226
  "locationInModule": {
227
- "filename": "src/typescript-options/eslint-options.ts",
227
+ "filename": "src/structs/typescript-options/eslint-options.ts",
228
228
  "line": 90
229
229
  },
230
230
  "name": "aliasExtensions",
@@ -247,7 +247,7 @@
247
247
  },
248
248
  "immutable": true,
249
249
  "locationInModule": {
250
- "filename": "src/typescript-options/eslint-options.ts",
250
+ "filename": "src/structs/typescript-options/eslint-options.ts",
251
251
  "line": 84
252
252
  },
253
253
  "name": "aliasMap",
@@ -269,7 +269,7 @@
269
269
  },
270
270
  "immutable": true,
271
271
  "locationInModule": {
272
- "filename": "src/typescript-options/eslint-options.ts",
272
+ "filename": "src/structs/typescript-options/eslint-options.ts",
273
273
  "line": 78
274
274
  },
275
275
  "name": "commandOptions",
@@ -288,7 +288,7 @@
288
288
  },
289
289
  "immutable": true,
290
290
  "locationInModule": {
291
- "filename": "src/typescript-options/eslint-options.ts",
291
+ "filename": "src/structs/typescript-options/eslint-options.ts",
292
292
  "line": 73
293
293
  },
294
294
  "name": "devdirs",
@@ -311,7 +311,7 @@
311
311
  },
312
312
  "immutable": true,
313
313
  "locationInModule": {
314
- "filename": "src/typescript-options/eslint-options.ts",
314
+ "filename": "src/structs/typescript-options/eslint-options.ts",
315
315
  "line": 66
316
316
  },
317
317
  "name": "fileExtensions",
@@ -334,7 +334,7 @@
334
334
  },
335
335
  "immutable": true,
336
336
  "locationInModule": {
337
- "filename": "src/typescript-options/eslint-options.ts",
337
+ "filename": "src/structs/typescript-options/eslint-options.ts",
338
338
  "line": 60
339
339
  },
340
340
  "name": "ignorePatterns",
@@ -358,7 +358,7 @@
358
358
  },
359
359
  "immutable": true,
360
360
  "locationInModule": {
361
- "filename": "src/typescript-options/eslint-options.ts",
361
+ "filename": "src/structs/typescript-options/eslint-options.ts",
362
362
  "line": 54
363
363
  },
364
364
  "name": "lintProjenRc",
@@ -378,7 +378,7 @@
378
378
  },
379
379
  "immutable": true,
380
380
  "locationInModule": {
381
- "filename": "src/typescript-options/eslint-options.ts",
381
+ "filename": "src/structs/typescript-options/eslint-options.ts",
382
382
  "line": 47
383
383
  },
384
384
  "name": "lintProjenRcFile",
@@ -396,7 +396,7 @@
396
396
  },
397
397
  "immutable": true,
398
398
  "locationInModule": {
399
- "filename": "src/typescript-options/eslint-options.ts",
399
+ "filename": "src/structs/typescript-options/eslint-options.ts",
400
400
  "line": 39
401
401
  },
402
402
  "name": "prettier",
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "immutable": true,
417
417
  "locationInModule": {
418
- "filename": "src/typescript-options/eslint-options.ts",
418
+ "filename": "src/structs/typescript-options/eslint-options.ts",
419
419
  "line": 33
420
420
  },
421
421
  "name": "sortExtends",
@@ -434,7 +434,7 @@
434
434
  },
435
435
  "immutable": true,
436
436
  "locationInModule": {
437
- "filename": "src/typescript-options/eslint-options.ts",
437
+ "filename": "src/structs/typescript-options/eslint-options.ts",
438
438
  "line": 26
439
439
  },
440
440
  "name": "tsAlwaysTryTypes",
@@ -452,7 +452,7 @@
452
452
  },
453
453
  "immutable": true,
454
454
  "locationInModule": {
455
- "filename": "src/typescript-options/eslint-options.ts",
455
+ "filename": "src/structs/typescript-options/eslint-options.ts",
456
456
  "line": 19
457
457
  },
458
458
  "name": "tsconfigPath",
@@ -470,7 +470,7 @@
470
470
  },
471
471
  "immutable": true,
472
472
  "locationInModule": {
473
- "filename": "src/typescript-options/eslint-options.ts",
473
+ "filename": "src/structs/typescript-options/eslint-options.ts",
474
474
  "line": 13
475
475
  },
476
476
  "name": "yaml",
@@ -480,7 +480,310 @@
480
480
  }
481
481
  }
482
482
  ],
483
- "symbolId": "src/typescript-options/eslint-options:EslintOptions"
483
+ "symbolId": "src/structs/typescript-options/eslint-options:EslintOptions"
484
+ },
485
+ "@hallcor/pulumi-projen-project-types.GitTagPublishOptions": {
486
+ "assembly": "@hallcor/pulumi-projen-project-types",
487
+ "datatype": true,
488
+ "docs": {
489
+ "stability": "stable"
490
+ },
491
+ "fqn": "@hallcor/pulumi-projen-project-types.GitTagPublishOptions",
492
+ "kind": "interface",
493
+ "locationInModule": {
494
+ "filename": "src/release.ts",
495
+ "line": 15
496
+ },
497
+ "name": "GitTagPublishOptions",
498
+ "properties": [
499
+ {
500
+ "abstract": true,
501
+ "docs": {
502
+ "stability": "stable",
503
+ "summary": "Additional permissions to add to the Git Tag Job."
504
+ },
505
+ "immutable": true,
506
+ "locationInModule": {
507
+ "filename": "src/release.ts",
508
+ "line": 19
509
+ },
510
+ "name": "permissions",
511
+ "optional": true,
512
+ "type": {
513
+ "fqn": "projen.github.workflows.JobPermissions"
514
+ }
515
+ }
516
+ ],
517
+ "symbolId": "src/release:GitTagPublishOptions"
518
+ },
519
+ "@hallcor/pulumi-projen-project-types.GithubCredentials": {
520
+ "assembly": "@hallcor/pulumi-projen-project-types",
521
+ "docs": {
522
+ "stability": "stable",
523
+ "summary": "Represents a method of providing GitHub API access for projen workflows."
524
+ },
525
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentials",
526
+ "kind": "class",
527
+ "locationInModule": {
528
+ "filename": "src/github-credentials.ts",
529
+ "line": 16
530
+ },
531
+ "methods": [
532
+ {
533
+ "docs": {
534
+ "default": "- app id stored in \"PROJEN_APP_CLIENT_ID\" and private key stored in \"PROJEN_APP_PRIVATE_KEY\" with all permissions attached to the app",
535
+ "remarks": "The GitHub App must be installed on the GitHub repo, its App ID and a\nprivate key must be added as secrets to the repo. The name of the secrets\ncan be specified here.",
536
+ "see": "https://projen.io/docs/integrations/github/#github-app",
537
+ "stability": "stable",
538
+ "summary": "Provide API access through a GitHub App."
539
+ },
540
+ "locationInModule": {
541
+ "filename": "src/github-credentials.ts",
542
+ "line": 49
543
+ },
544
+ "name": "fromApp",
545
+ "parameters": [
546
+ {
547
+ "name": "options",
548
+ "optional": true,
549
+ "type": {
550
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentialsAppOptions"
551
+ }
552
+ }
553
+ ],
554
+ "returns": {
555
+ "type": {
556
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentials"
557
+ }
558
+ },
559
+ "static": true
560
+ },
561
+ {
562
+ "docs": {
563
+ "default": "- a secret named \"PROJEN_GITHUB_TOKEN\"",
564
+ "remarks": "The token must be added as a secret to the GitHub repo, and the name of the\nsecret can be specified here.",
565
+ "see": "https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token",
566
+ "stability": "stable",
567
+ "summary": "Provide API access through a GitHub personal access token."
568
+ },
569
+ "locationInModule": {
570
+ "filename": "src/github-credentials.ts",
571
+ "line": 26
572
+ },
573
+ "name": "fromPersonalAccessToken",
574
+ "parameters": [
575
+ {
576
+ "name": "options",
577
+ "optional": true,
578
+ "type": {
579
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentialsPersonalAccessTokenOptions"
580
+ }
581
+ }
582
+ ],
583
+ "returns": {
584
+ "type": {
585
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentials"
586
+ }
587
+ },
588
+ "static": true
589
+ }
590
+ ],
591
+ "name": "GithubCredentials",
592
+ "properties": [
593
+ {
594
+ "docs": {
595
+ "stability": "stable",
596
+ "summary": "Setup steps to obtain GitHub credentials."
597
+ },
598
+ "immutable": true,
599
+ "locationInModule": {
600
+ "filename": "src/github-credentials.ts",
601
+ "line": 95
602
+ },
603
+ "name": "setupSteps",
604
+ "type": {
605
+ "collection": {
606
+ "elementtype": {
607
+ "fqn": "projen.github.workflows.JobStep"
608
+ },
609
+ "kind": "array"
610
+ }
611
+ }
612
+ },
613
+ {
614
+ "docs": {
615
+ "remarks": "This\ntypically looks like \"${{ some.path.to.a.value }}\".",
616
+ "stability": "stable",
617
+ "summary": "The value to use in a workflow when a GitHub token is expected."
618
+ },
619
+ "immutable": true,
620
+ "locationInModule": {
621
+ "filename": "src/github-credentials.ts",
622
+ "line": 107
623
+ },
624
+ "name": "tokenRef",
625
+ "type": {
626
+ "primitive": "string"
627
+ }
628
+ },
629
+ {
630
+ "docs": {
631
+ "stability": "stable"
632
+ },
633
+ "immutable": true,
634
+ "locationInModule": {
635
+ "filename": "src/github-credentials.ts",
636
+ "line": 99
637
+ },
638
+ "name": "permissions",
639
+ "optional": true,
640
+ "type": {
641
+ "fqn": "projen.github.workflows.JobPermissions"
642
+ }
643
+ }
644
+ ],
645
+ "symbolId": "src/github-credentials:GithubCredentials"
646
+ },
647
+ "@hallcor/pulumi-projen-project-types.GithubCredentialsAppOptions": {
648
+ "assembly": "@hallcor/pulumi-projen-project-types",
649
+ "datatype": true,
650
+ "docs": {
651
+ "stability": "stable",
652
+ "summary": "GithubCredentialsAppOptions."
653
+ },
654
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentialsAppOptions",
655
+ "kind": "interface",
656
+ "locationInModule": {
657
+ "filename": "src/structs/github-options/app-options.ts",
658
+ "line": 8
659
+ },
660
+ "name": "GithubCredentialsAppOptions",
661
+ "properties": [
662
+ {
663
+ "abstract": true,
664
+ "docs": {
665
+ "default": "PROJEN_APP_CLIENT_ID",
666
+ "stability": "stable",
667
+ "summary": "The name of the secret that contains the app client id."
668
+ },
669
+ "immutable": true,
670
+ "locationInModule": {
671
+ "filename": "src/structs/github-options/app-options.ts",
672
+ "line": 29
673
+ },
674
+ "name": "clientIdSecret",
675
+ "optional": true,
676
+ "type": {
677
+ "primitive": "string"
678
+ }
679
+ },
680
+ {
681
+ "abstract": true,
682
+ "docs": {
683
+ "default": "- all permissions granted to the app",
684
+ "stability": "experimental",
685
+ "summary": "The permissions granted to the token."
686
+ },
687
+ "immutable": true,
688
+ "locationInModule": {
689
+ "filename": "src/structs/github-options/app-options.ts",
690
+ "line": 19
691
+ },
692
+ "name": "permissions",
693
+ "optional": true,
694
+ "type": {
695
+ "fqn": "projen.github.workflows.AppPermissions"
696
+ }
697
+ },
698
+ {
699
+ "abstract": true,
700
+ "docs": {
701
+ "default": "PROJEN_APP_PRIVATE_KEY",
702
+ "stability": "experimental"
703
+ },
704
+ "immutable": true,
705
+ "locationInModule": {
706
+ "filename": "src/structs/github-options/app-options.ts",
707
+ "line": 13
708
+ },
709
+ "name": "privateKeySecret",
710
+ "optional": true,
711
+ "type": {
712
+ "primitive": "string"
713
+ }
714
+ },
715
+ {
716
+ "abstract": true,
717
+ "docs": {
718
+ "default": "do not include pulumi esc setup",
719
+ "stability": "stable",
720
+ "summary": "Optionally include setup steps to inject environment variables from Pulumi ESC."
721
+ },
722
+ "immutable": true,
723
+ "locationInModule": {
724
+ "filename": "src/structs/github-options/app-options.ts",
725
+ "line": 24
726
+ },
727
+ "name": "pulumiEscSetup",
728
+ "optional": true,
729
+ "type": {
730
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscSetup"
731
+ }
732
+ }
733
+ ],
734
+ "symbolId": "src/structs/github-options/app-options:GithubCredentialsAppOptions"
735
+ },
736
+ "@hallcor/pulumi-projen-project-types.GithubCredentialsPersonalAccessTokenOptions": {
737
+ "assembly": "@hallcor/pulumi-projen-project-types",
738
+ "datatype": true,
739
+ "docs": {
740
+ "stability": "stable",
741
+ "summary": "GithubCredentialsPersonalAccessTokenOptions."
742
+ },
743
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentialsPersonalAccessTokenOptions",
744
+ "kind": "interface",
745
+ "locationInModule": {
746
+ "filename": "src/structs/github-options/access-token-options.ts",
747
+ "line": 7
748
+ },
749
+ "name": "GithubCredentialsPersonalAccessTokenOptions",
750
+ "properties": [
751
+ {
752
+ "abstract": true,
753
+ "docs": {
754
+ "default": "do not include pulumi esc setup",
755
+ "stability": "stable",
756
+ "summary": "Optionally include setup steps to inject environment variables from Pulumi ESC."
757
+ },
758
+ "immutable": true,
759
+ "locationInModule": {
760
+ "filename": "src/structs/github-options/access-token-options.ts",
761
+ "line": 16
762
+ },
763
+ "name": "pulumiEscSetup",
764
+ "optional": true,
765
+ "type": {
766
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscSetup"
767
+ }
768
+ },
769
+ {
770
+ "abstract": true,
771
+ "docs": {
772
+ "stability": "experimental"
773
+ },
774
+ "immutable": true,
775
+ "locationInModule": {
776
+ "filename": "src/structs/github-options/access-token-options.ts",
777
+ "line": 11
778
+ },
779
+ "name": "secret",
780
+ "optional": true,
781
+ "type": {
782
+ "primitive": "string"
783
+ }
784
+ }
785
+ ],
786
+ "symbolId": "src/structs/github-options/access-token-options:GithubCredentialsPersonalAccessTokenOptions"
484
787
  },
485
788
  "@hallcor/pulumi-projen-project-types.PrettierOptions": {
486
789
  "assembly": "@hallcor/pulumi-projen-project-types",
@@ -492,7 +795,7 @@
492
795
  "fqn": "@hallcor/pulumi-projen-project-types.PrettierOptions",
493
796
  "kind": "interface",
494
797
  "locationInModule": {
495
- "filename": "src/typescript-options/prettier-options.ts",
798
+ "filename": "src/structs/typescript-options/prettier-options.ts",
496
799
  "line": 8
497
800
  },
498
801
  "name": "PrettierOptions",
@@ -506,7 +809,7 @@
506
809
  },
507
810
  "immutable": true,
508
811
  "locationInModule": {
509
- "filename": "src/typescript-options/prettier-options.ts",
812
+ "filename": "src/structs/typescript-options/prettier-options.ts",
510
813
  "line": 37
511
814
  },
512
815
  "name": "ignoreFile",
@@ -523,7 +826,7 @@
523
826
  },
524
827
  "immutable": true,
525
828
  "locationInModule": {
526
- "filename": "src/typescript-options/prettier-options.ts",
829
+ "filename": "src/structs/typescript-options/prettier-options.ts",
527
830
  "line": 31
528
831
  },
529
832
  "name": "ignoreFileOptions",
@@ -541,7 +844,7 @@
541
844
  },
542
845
  "immutable": true,
543
846
  "locationInModule": {
544
- "filename": "src/typescript-options/prettier-options.ts",
847
+ "filename": "src/structs/typescript-options/prettier-options.ts",
545
848
  "line": 26
546
849
  },
547
850
  "name": "overrides",
@@ -564,7 +867,7 @@
564
867
  },
565
868
  "immutable": true,
566
869
  "locationInModule": {
567
- "filename": "src/typescript-options/prettier-options.ts",
870
+ "filename": "src/structs/typescript-options/prettier-options.ts",
568
871
  "line": 20
569
872
  },
570
873
  "name": "settings",
@@ -582,7 +885,7 @@
582
885
  },
583
886
  "immutable": true,
584
887
  "locationInModule": {
585
- "filename": "src/typescript-options/prettier-options.ts",
888
+ "filename": "src/structs/typescript-options/prettier-options.ts",
586
889
  "line": 14
587
890
  },
588
891
  "name": "yaml",
@@ -592,7 +895,7 @@
592
895
  }
593
896
  }
594
897
  ],
595
- "symbolId": "src/typescript-options/prettier-options:PrettierOptions"
898
+ "symbolId": "src/structs/typescript-options/prettier-options:PrettierOptions"
596
899
  },
597
900
  "@hallcor/pulumi-projen-project-types.PrettierSettings": {
598
901
  "assembly": "@hallcor/pulumi-projen-project-types",
@@ -604,7 +907,7 @@
604
907
  "fqn": "@hallcor/pulumi-projen-project-types.PrettierSettings",
605
908
  "kind": "interface",
606
909
  "locationInModule": {
607
- "filename": "src/typescript-options/prettier-settings.ts",
910
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
608
911
  "line": 7
609
912
  },
610
913
  "name": "PrettierSettings",
@@ -618,7 +921,7 @@
618
921
  },
619
922
  "immutable": true,
620
923
  "locationInModule": {
621
- "filename": "src/typescript-options/prettier-settings.ts",
924
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
622
925
  "line": 169
623
926
  },
624
927
  "name": "arrowParens",
@@ -636,7 +939,7 @@
636
939
  },
637
940
  "immutable": true,
638
941
  "locationInModule": {
639
- "filename": "src/typescript-options/prettier-settings.ts",
942
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
640
943
  "line": 163
641
944
  },
642
945
  "name": "bracketSameLine",
@@ -654,7 +957,7 @@
654
957
  },
655
958
  "immutable": true,
656
959
  "locationInModule": {
657
- "filename": "src/typescript-options/prettier-settings.ts",
960
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
658
961
  "line": 157
659
962
  },
660
963
  "name": "bracketSpacing",
@@ -673,7 +976,7 @@
673
976
  },
674
977
  "immutable": true,
675
978
  "locationInModule": {
676
- "filename": "src/typescript-options/prettier-settings.ts",
979
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
677
980
  "line": 151
678
981
  },
679
982
  "name": "cursorOffset",
@@ -691,7 +994,7 @@
691
994
  },
692
995
  "immutable": true,
693
996
  "locationInModule": {
694
- "filename": "src/typescript-options/prettier-settings.ts",
997
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
695
998
  "line": 144
696
999
  },
697
1000
  "name": "embeddedLanguageFormatting",
@@ -709,7 +1012,7 @@
709
1012
  },
710
1013
  "immutable": true,
711
1014
  "locationInModule": {
712
- "filename": "src/typescript-options/prettier-settings.ts",
1015
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
713
1016
  "line": 138
714
1017
  },
715
1018
  "name": "endOfLine",
@@ -728,7 +1031,7 @@
728
1031
  },
729
1032
  "immutable": true,
730
1033
  "locationInModule": {
731
- "filename": "src/typescript-options/prettier-settings.ts",
1034
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
732
1035
  "line": 132
733
1036
  },
734
1037
  "name": "filepath",
@@ -746,7 +1049,7 @@
746
1049
  },
747
1050
  "immutable": true,
748
1051
  "locationInModule": {
749
- "filename": "src/typescript-options/prettier-settings.ts",
1052
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
750
1053
  "line": 125
751
1054
  },
752
1055
  "name": "htmlWhitespaceSensitivity",
@@ -767,7 +1070,7 @@
767
1070
  },
768
1071
  "immutable": true,
769
1072
  "locationInModule": {
770
- "filename": "src/typescript-options/prettier-settings.ts",
1073
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
771
1074
  "line": 119
772
1075
  },
773
1076
  "name": "insertPragma",
@@ -785,7 +1088,7 @@
785
1088
  },
786
1089
  "immutable": true,
787
1090
  "locationInModule": {
788
- "filename": "src/typescript-options/prettier-settings.ts",
1091
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
789
1092
  "line": 112
790
1093
  },
791
1094
  "name": "jsxSingleQuote",
@@ -803,7 +1106,7 @@
803
1106
  },
804
1107
  "immutable": true,
805
1108
  "locationInModule": {
806
- "filename": "src/typescript-options/prettier-settings.ts",
1109
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
807
1110
  "line": 106
808
1111
  },
809
1112
  "name": "parser",
@@ -822,7 +1125,7 @@
822
1125
  },
823
1126
  "immutable": true,
824
1127
  "locationInModule": {
825
- "filename": "src/typescript-options/prettier-settings.ts",
1128
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
826
1129
  "line": 100
827
1130
  },
828
1131
  "name": "plugins",
@@ -846,7 +1149,7 @@
846
1149
  },
847
1150
  "immutable": true,
848
1151
  "locationInModule": {
849
- "filename": "src/typescript-options/prettier-settings.ts",
1152
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
850
1153
  "line": 93
851
1154
  },
852
1155
  "name": "pluginSearchDirs",
@@ -869,7 +1172,7 @@
869
1172
  },
870
1173
  "immutable": true,
871
1174
  "locationInModule": {
872
- "filename": "src/typescript-options/prettier-settings.ts",
1175
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
873
1176
  "line": 84
874
1177
  },
875
1178
  "name": "printWidth",
@@ -887,7 +1190,7 @@
887
1190
  },
888
1191
  "immutable": true,
889
1192
  "locationInModule": {
890
- "filename": "src/typescript-options/prettier-settings.ts",
1193
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
891
1194
  "line": 78
892
1195
  },
893
1196
  "name": "proseWrap",
@@ -905,7 +1208,7 @@
905
1208
  },
906
1209
  "immutable": true,
907
1210
  "locationInModule": {
908
- "filename": "src/typescript-options/prettier-settings.ts",
1211
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
909
1212
  "line": 72
910
1213
  },
911
1214
  "name": "quoteProps",
@@ -924,7 +1227,7 @@
924
1227
  },
925
1228
  "immutable": true,
926
1229
  "locationInModule": {
927
- "filename": "src/typescript-options/prettier-settings.ts",
1230
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
928
1231
  "line": 66
929
1232
  },
930
1233
  "name": "rangeEnd",
@@ -943,7 +1246,7 @@
943
1246
  },
944
1247
  "immutable": true,
945
1248
  "locationInModule": {
946
- "filename": "src/typescript-options/prettier-settings.ts",
1249
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
947
1250
  "line": 58
948
1251
  },
949
1252
  "name": "rangeStart",
@@ -961,7 +1264,7 @@
961
1264
  },
962
1265
  "immutable": true,
963
1266
  "locationInModule": {
964
- "filename": "src/typescript-options/prettier-settings.ts",
1267
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
965
1268
  "line": 49
966
1269
  },
967
1270
  "name": "requirePragma",
@@ -979,7 +1282,7 @@
979
1282
  },
980
1283
  "immutable": true,
981
1284
  "locationInModule": {
982
- "filename": "src/typescript-options/prettier-settings.ts",
1285
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
983
1286
  "line": 43
984
1287
  },
985
1288
  "name": "semi",
@@ -997,126 +1300,565 @@
997
1300
  },
998
1301
  "immutable": true,
999
1302
  "locationInModule": {
1000
- "filename": "src/typescript-options/prettier-settings.ts",
1303
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
1001
1304
  "line": 37
1002
1305
  },
1003
- "name": "singleQuote",
1004
- "optional": true,
1005
- "type": {
1006
- "primitive": "boolean"
1007
- }
1306
+ "name": "singleQuote",
1307
+ "optional": true,
1308
+ "type": {
1309
+ "primitive": "boolean"
1310
+ }
1311
+ },
1312
+ {
1313
+ "abstract": true,
1314
+ "docs": {
1315
+ "default": "2",
1316
+ "stability": "experimental",
1317
+ "summary": "Number of spaces per indentation level."
1318
+ },
1319
+ "immutable": true,
1320
+ "locationInModule": {
1321
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
1322
+ "line": 31
1323
+ },
1324
+ "name": "tabWidth",
1325
+ "optional": true,
1326
+ "type": {
1327
+ "primitive": "number"
1328
+ }
1329
+ },
1330
+ {
1331
+ "abstract": true,
1332
+ "docs": {
1333
+ "default": "TrailingComma.ES5",
1334
+ "stability": "experimental",
1335
+ "summary": "Print trailing commas wherever possible when multi-line."
1336
+ },
1337
+ "immutable": true,
1338
+ "locationInModule": {
1339
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
1340
+ "line": 25
1341
+ },
1342
+ "name": "trailingComma",
1343
+ "optional": true,
1344
+ "type": {
1345
+ "fqn": "projen.javascript.TrailingComma"
1346
+ }
1347
+ },
1348
+ {
1349
+ "abstract": true,
1350
+ "docs": {
1351
+ "default": "false",
1352
+ "stability": "experimental",
1353
+ "summary": "Indent with tabs instead of spaces."
1354
+ },
1355
+ "immutable": true,
1356
+ "locationInModule": {
1357
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
1358
+ "line": 19
1359
+ },
1360
+ "name": "useTabs",
1361
+ "optional": true,
1362
+ "type": {
1363
+ "primitive": "boolean"
1364
+ }
1365
+ },
1366
+ {
1367
+ "abstract": true,
1368
+ "docs": {
1369
+ "default": "false",
1370
+ "stability": "experimental",
1371
+ "summary": "Indent script and style tags in Vue files."
1372
+ },
1373
+ "immutable": true,
1374
+ "locationInModule": {
1375
+ "filename": "src/structs/typescript-options/prettier-settings.ts",
1376
+ "line": 13
1377
+ },
1378
+ "name": "vueIndentScriptAndStyle",
1379
+ "optional": true,
1380
+ "type": {
1381
+ "primitive": "boolean"
1382
+ }
1383
+ }
1384
+ ],
1385
+ "symbolId": "src/structs/typescript-options/prettier-settings:PrettierSettings"
1386
+ },
1387
+ "@hallcor/pulumi-projen-project-types.PulumiAuthOptions": {
1388
+ "assembly": "@hallcor/pulumi-projen-project-types",
1389
+ "datatype": true,
1390
+ "docs": {
1391
+ "stability": "stable"
1392
+ },
1393
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiAuthOptions",
1394
+ "interfaces": [
1395
+ "@hallcor/pulumi-projen-project-types.PulumiEscActionOptions"
1396
+ ],
1397
+ "kind": "interface",
1398
+ "locationInModule": {
1399
+ "filename": "src/pulumi-esc-setup.ts",
1400
+ "line": 69
1401
+ },
1402
+ "name": "PulumiAuthOptions",
1403
+ "properties": [
1404
+ {
1405
+ "abstract": true,
1406
+ "docs": {
1407
+ "stability": "stable",
1408
+ "summary": "The Pulumi organization to authenticate with."
1409
+ },
1410
+ "immutable": true,
1411
+ "locationInModule": {
1412
+ "filename": "src/pulumi-esc-setup.ts",
1413
+ "line": 73
1414
+ },
1415
+ "name": "organization",
1416
+ "type": {
1417
+ "primitive": "string"
1418
+ }
1419
+ },
1420
+ {
1421
+ "abstract": true,
1422
+ "docs": {
1423
+ "default": "PulumiToken.fromPersonalToken()",
1424
+ "stability": "stable",
1425
+ "summary": "The type of pulumi token to get."
1426
+ },
1427
+ "immutable": true,
1428
+ "locationInModule": {
1429
+ "filename": "src/pulumi-esc-setup.ts",
1430
+ "line": 81
1431
+ },
1432
+ "name": "requestedToken",
1433
+ "optional": true,
1434
+ "type": {
1435
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiToken"
1436
+ }
1437
+ }
1438
+ ],
1439
+ "symbolId": "src/pulumi-esc-setup:PulumiAuthOptions"
1440
+ },
1441
+ "@hallcor/pulumi-projen-project-types.PulumiEscActionOptions": {
1442
+ "assembly": "@hallcor/pulumi-projen-project-types",
1443
+ "datatype": true,
1444
+ "docs": {
1445
+ "stability": "stable"
1446
+ },
1447
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscActionOptions",
1448
+ "kind": "interface",
1449
+ "locationInModule": {
1450
+ "filename": "src/pulumi-esc-setup.ts",
1451
+ "line": 13
1452
+ },
1453
+ "name": "PulumiEscActionOptions",
1454
+ "properties": [
1455
+ {
1456
+ "abstract": true,
1457
+ "docs": {
1458
+ "stability": "stable",
1459
+ "summary": "The ESC environment to open."
1460
+ },
1461
+ "immutable": true,
1462
+ "locationInModule": {
1463
+ "filename": "src/pulumi-esc-setup.ts",
1464
+ "line": 17
1465
+ },
1466
+ "name": "environment",
1467
+ "type": {
1468
+ "primitive": "string"
1469
+ }
1470
+ },
1471
+ {
1472
+ "abstract": true,
1473
+ "docs": {
1474
+ "default": "all keys from the environment will be injected",
1475
+ "stability": "stable",
1476
+ "summary": "list of keys to inject into the current action/workflow environment."
1477
+ },
1478
+ "immutable": true,
1479
+ "locationInModule": {
1480
+ "filename": "src/pulumi-esc-setup.ts",
1481
+ "line": 24
1482
+ },
1483
+ "name": "keys",
1484
+ "optional": true,
1485
+ "type": {
1486
+ "collection": {
1487
+ "elementtype": {
1488
+ "primitive": "string"
1489
+ },
1490
+ "kind": "array"
1491
+ }
1492
+ }
1493
+ }
1494
+ ],
1495
+ "symbolId": "src/pulumi-esc-setup:PulumiEscActionOptions"
1496
+ },
1497
+ "@hallcor/pulumi-projen-project-types.PulumiEscPersonalAccessTokenOptions": {
1498
+ "assembly": "@hallcor/pulumi-projen-project-types",
1499
+ "datatype": true,
1500
+ "docs": {
1501
+ "stability": "stable"
1502
+ },
1503
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscPersonalAccessTokenOptions",
1504
+ "interfaces": [
1505
+ "@hallcor/pulumi-projen-project-types.PulumiEscActionOptions"
1506
+ ],
1507
+ "kind": "interface",
1508
+ "locationInModule": {
1509
+ "filename": "src/pulumi-esc-setup.ts",
1510
+ "line": 84
1511
+ },
1512
+ "name": "PulumiEscPersonalAccessTokenOptions",
1513
+ "properties": [
1514
+ {
1515
+ "abstract": true,
1516
+ "docs": {
1517
+ "stability": "stable",
1518
+ "summary": "The secret name for the access token."
1519
+ },
1520
+ "immutable": true,
1521
+ "locationInModule": {
1522
+ "filename": "src/pulumi-esc-setup.ts",
1523
+ "line": 89
1524
+ },
1525
+ "name": "secret",
1526
+ "optional": true,
1527
+ "type": {
1528
+ "primitive": "string"
1529
+ }
1530
+ }
1531
+ ],
1532
+ "symbolId": "src/pulumi-esc-setup:PulumiEscPersonalAccessTokenOptions"
1533
+ },
1534
+ "@hallcor/pulumi-projen-project-types.PulumiEscSetup": {
1535
+ "assembly": "@hallcor/pulumi-projen-project-types",
1536
+ "docs": {
1537
+ "stability": "stable"
1538
+ },
1539
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscSetup",
1540
+ "kind": "class",
1541
+ "locationInModule": {
1542
+ "filename": "src/pulumi-esc-setup.ts",
1543
+ "line": 92
1544
+ },
1545
+ "methods": [
1546
+ {
1547
+ "docs": {
1548
+ "stability": "stable",
1549
+ "summary": "Provides ESC access using OIDC authentication via the pulumi/auth-actions action."
1550
+ },
1551
+ "locationInModule": {
1552
+ "filename": "src/pulumi-esc-setup.ts",
1553
+ "line": 126
1554
+ },
1555
+ "name": "fromOidcAuth",
1556
+ "parameters": [
1557
+ {
1558
+ "name": "options",
1559
+ "type": {
1560
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiAuthOptions"
1561
+ }
1562
+ }
1563
+ ],
1564
+ "returns": {
1565
+ "type": {
1566
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscSetup"
1567
+ }
1568
+ },
1569
+ "static": true
1570
+ },
1571
+ {
1572
+ "docs": {
1573
+ "default": "- a secret named \"PULUMI_ACCESS_TOKEN\"",
1574
+ "remarks": "The token must be added as a secret to the GitHub repo, and the name of the\nsecret can be specified here.",
1575
+ "stability": "stable",
1576
+ "summary": "Provides ESC access using a personal access token."
1577
+ },
1578
+ "locationInModule": {
1579
+ "filename": "src/pulumi-esc-setup.ts",
1580
+ "line": 101
1581
+ },
1582
+ "name": "fromPersonalAccessToken",
1583
+ "parameters": [
1584
+ {
1585
+ "name": "options",
1586
+ "type": {
1587
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscPersonalAccessTokenOptions"
1588
+ }
1589
+ }
1590
+ ],
1591
+ "returns": {
1592
+ "type": {
1593
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiEscSetup"
1594
+ }
1595
+ },
1596
+ "static": true
1597
+ }
1598
+ ],
1599
+ "name": "PulumiEscSetup",
1600
+ "properties": [
1601
+ {
1602
+ "docs": {
1603
+ "stability": "stable"
1604
+ },
1605
+ "immutable": true,
1606
+ "locationInModule": {
1607
+ "filename": "src/pulumi-esc-setup.ts",
1608
+ "line": 175
1609
+ },
1610
+ "name": "setupSteps",
1611
+ "type": {
1612
+ "collection": {
1613
+ "elementtype": {
1614
+ "fqn": "projen.github.workflows.JobStep"
1615
+ },
1616
+ "kind": "array"
1617
+ }
1618
+ }
1619
+ },
1620
+ {
1621
+ "docs": {
1622
+ "stability": "stable"
1623
+ },
1624
+ "immutable": true,
1625
+ "locationInModule": {
1626
+ "filename": "src/pulumi-esc-setup.ts",
1627
+ "line": 179
1628
+ },
1629
+ "name": "keys",
1630
+ "optional": true,
1631
+ "type": {
1632
+ "collection": {
1633
+ "elementtype": {
1634
+ "primitive": "string"
1635
+ },
1636
+ "kind": "array"
1637
+ }
1638
+ }
1639
+ },
1640
+ {
1641
+ "docs": {
1642
+ "stability": "stable"
1643
+ },
1644
+ "immutable": true,
1645
+ "locationInModule": {
1646
+ "filename": "src/pulumi-esc-setup.ts",
1647
+ "line": 171
1648
+ },
1649
+ "name": "permissions",
1650
+ "optional": true,
1651
+ "type": {
1652
+ "fqn": "projen.github.workflows.JobPermissions"
1653
+ }
1654
+ }
1655
+ ],
1656
+ "symbolId": "src/pulumi-esc-setup:PulumiEscSetup"
1657
+ },
1658
+ "@hallcor/pulumi-projen-project-types.PulumiPythonOptions": {
1659
+ "assembly": "@hallcor/pulumi-projen-project-types",
1660
+ "datatype": true,
1661
+ "docs": {
1662
+ "stability": "stable",
1663
+ "summary": "PulumiPythonOptions."
1664
+ },
1665
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiPythonOptions",
1666
+ "kind": "interface",
1667
+ "locationInModule": {
1668
+ "filename": "src/structs/python-options/pulumi-options.ts",
1669
+ "line": 6
1670
+ },
1671
+ "name": "PulumiPythonOptions",
1672
+ "properties": [
1673
+ {
1674
+ "abstract": true,
1675
+ "docs": {
1676
+ "default": ">=3.153 <4.0",
1677
+ "remarks": "The version range should be valid semver",
1678
+ "stability": "stable",
1679
+ "summary": "The pulumi version to use."
1680
+ },
1681
+ "immutable": true,
1682
+ "locationInModule": {
1683
+ "filename": "src/structs/python-options/pulumi-options.ts",
1684
+ "line": 11
1685
+ },
1686
+ "name": "pulumiVersion",
1687
+ "optional": true,
1688
+ "type": {
1689
+ "primitive": "string"
1690
+ }
1691
+ }
1692
+ ],
1693
+ "symbolId": "src/structs/python-options/pulumi-options:PulumiPythonOptions"
1694
+ },
1695
+ "@hallcor/pulumi-projen-project-types.PulumiToken": {
1696
+ "abstract": true,
1697
+ "assembly": "@hallcor/pulumi-projen-project-types",
1698
+ "docs": {
1699
+ "stability": "stable"
1700
+ },
1701
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiToken",
1702
+ "initializer": {
1703
+ "docs": {
1704
+ "stability": "stable"
1705
+ }
1706
+ },
1707
+ "kind": "class",
1708
+ "locationInModule": {
1709
+ "filename": "src/pulumi-esc-setup.ts",
1710
+ "line": 33
1711
+ },
1712
+ "methods": [
1713
+ {
1714
+ "docs": {
1715
+ "stability": "stable",
1716
+ "summary": "Note: organization tokens are only valid for enterprise organizations."
1717
+ },
1718
+ "locationInModule": {
1719
+ "filename": "src/pulumi-esc-setup.ts",
1720
+ "line": 37
1721
+ },
1722
+ "name": "fromOrgToken",
1723
+ "parameters": [
1724
+ {
1725
+ "name": "scope",
1726
+ "optional": true,
1727
+ "type": {
1728
+ "primitive": "string"
1729
+ }
1730
+ }
1731
+ ],
1732
+ "returns": {
1733
+ "type": {
1734
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiToken"
1735
+ }
1736
+ },
1737
+ "static": true
1008
1738
  },
1009
1739
  {
1010
- "abstract": true,
1011
1740
  "docs": {
1012
- "default": "2",
1013
- "stability": "experimental",
1014
- "summary": "Number of spaces per indentation level."
1741
+ "stability": "stable"
1015
1742
  },
1016
- "immutable": true,
1017
1743
  "locationInModule": {
1018
- "filename": "src/typescript-options/prettier-settings.ts",
1019
- "line": 31
1744
+ "filename": "src/pulumi-esc-setup.ts",
1745
+ "line": 47
1020
1746
  },
1021
- "name": "tabWidth",
1022
- "optional": true,
1023
- "type": {
1024
- "primitive": "number"
1025
- }
1747
+ "name": "fromPersonalToken",
1748
+ "parameters": [
1749
+ {
1750
+ "docs": {
1751
+ "remarks": "Defaults to the organization name",
1752
+ "summary": "the username of the Pulumi user to request the user token."
1753
+ },
1754
+ "name": "userName",
1755
+ "optional": true,
1756
+ "type": {
1757
+ "primitive": "string"
1758
+ }
1759
+ }
1760
+ ],
1761
+ "returns": {
1762
+ "type": {
1763
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiToken"
1764
+ }
1765
+ },
1766
+ "static": true
1026
1767
  },
1027
1768
  {
1028
- "abstract": true,
1029
1769
  "docs": {
1030
- "default": "TrailingComma.ES5",
1031
- "stability": "experimental",
1032
- "summary": "Print trailing commas wherever possible when multi-line."
1770
+ "stability": "stable"
1033
1771
  },
1034
- "immutable": true,
1035
1772
  "locationInModule": {
1036
- "filename": "src/typescript-options/prettier-settings.ts",
1037
- "line": 25
1773
+ "filename": "src/pulumi-esc-setup.ts",
1774
+ "line": 54
1038
1775
  },
1039
- "name": "trailingComma",
1040
- "optional": true,
1041
- "type": {
1042
- "fqn": "projen.javascript.TrailingComma"
1043
- }
1044
- },
1776
+ "name": "fromTeamToken",
1777
+ "parameters": [
1778
+ {
1779
+ "name": "teamName",
1780
+ "type": {
1781
+ "primitive": "string"
1782
+ }
1783
+ }
1784
+ ],
1785
+ "returns": {
1786
+ "type": {
1787
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiToken"
1788
+ }
1789
+ },
1790
+ "static": true
1791
+ }
1792
+ ],
1793
+ "name": "PulumiToken",
1794
+ "properties": [
1045
1795
  {
1046
1796
  "abstract": true,
1047
1797
  "docs": {
1048
- "default": "false",
1049
- "stability": "experimental",
1050
- "summary": "Indent with tabs instead of spaces."
1798
+ "stability": "stable"
1051
1799
  },
1052
- "immutable": true,
1053
1800
  "locationInModule": {
1054
- "filename": "src/typescript-options/prettier-settings.ts",
1055
- "line": 19
1801
+ "filename": "src/pulumi-esc-setup.ts",
1802
+ "line": 66
1056
1803
  },
1057
- "name": "useTabs",
1058
- "optional": true,
1804
+ "name": "tokenType",
1059
1805
  "type": {
1060
- "primitive": "boolean"
1806
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiTokenType"
1061
1807
  }
1062
1808
  },
1063
1809
  {
1064
1810
  "abstract": true,
1065
1811
  "docs": {
1066
- "default": "false",
1067
- "stability": "experimental",
1068
- "summary": "Indent script and style tags in Vue files."
1812
+ "remarks": "Scope is only optional for\norganization tokens",
1813
+ "stability": "stable",
1814
+ "summary": "The token scope."
1069
1815
  },
1070
- "immutable": true,
1071
1816
  "locationInModule": {
1072
- "filename": "src/typescript-options/prettier-settings.ts",
1073
- "line": 13
1817
+ "filename": "src/pulumi-esc-setup.ts",
1818
+ "line": 65
1074
1819
  },
1075
- "name": "vueIndentScriptAndStyle",
1820
+ "name": "scope",
1076
1821
  "optional": true,
1077
1822
  "type": {
1078
- "primitive": "boolean"
1823
+ "primitive": "string"
1079
1824
  }
1080
1825
  }
1081
1826
  ],
1082
- "symbolId": "src/typescript-options/prettier-settings:PrettierSettings"
1827
+ "symbolId": "src/pulumi-esc-setup:PulumiToken"
1083
1828
  },
1084
- "@hallcor/pulumi-projen-project-types.PulumiPythonOptions": {
1829
+ "@hallcor/pulumi-projen-project-types.PulumiTokenType": {
1085
1830
  "assembly": "@hallcor/pulumi-projen-project-types",
1086
- "datatype": true,
1087
1831
  "docs": {
1088
- "stability": "stable",
1089
- "summary": "PulumiPythonOptions."
1832
+ "stability": "stable"
1090
1833
  },
1091
- "fqn": "@hallcor/pulumi-projen-project-types.PulumiPythonOptions",
1092
- "kind": "interface",
1834
+ "fqn": "@hallcor/pulumi-projen-project-types.PulumiTokenType",
1835
+ "kind": "enum",
1093
1836
  "locationInModule": {
1094
- "filename": "src/PulumiPythonOptions.ts",
1095
- "line": 6
1837
+ "filename": "src/pulumi-esc-setup.ts",
1838
+ "line": 27
1096
1839
  },
1097
- "name": "PulumiPythonOptions",
1098
- "properties": [
1840
+ "members": [
1099
1841
  {
1100
- "abstract": true,
1101
1842
  "docs": {
1102
- "default": ">=3.153 <4.0",
1103
- "remarks": "The version range should be valid semver",
1104
- "stability": "stable",
1105
- "summary": "The pulumi version to use."
1843
+ "stability": "stable"
1106
1844
  },
1107
- "immutable": true,
1108
- "locationInModule": {
1109
- "filename": "src/PulumiPythonOptions.ts",
1110
- "line": 11
1845
+ "name": "ORG"
1846
+ },
1847
+ {
1848
+ "docs": {
1849
+ "stability": "stable"
1111
1850
  },
1112
- "name": "pulumiVersion",
1113
- "optional": true,
1114
- "type": {
1115
- "primitive": "string"
1116
- }
1851
+ "name": "TEAM"
1852
+ },
1853
+ {
1854
+ "docs": {
1855
+ "stability": "stable"
1856
+ },
1857
+ "name": "PERSONAL"
1117
1858
  }
1118
1859
  ],
1119
- "symbolId": "src/PulumiPythonOptions:PulumiPythonOptions"
1860
+ "name": "PulumiTokenType",
1861
+ "symbolId": "src/pulumi-esc-setup:PulumiTokenType"
1120
1862
  },
1121
1863
  "@hallcor/pulumi-projen-project-types.PythonComponent": {
1122
1864
  "assembly": "@hallcor/pulumi-projen-project-types",
@@ -1195,7 +1937,7 @@
1195
1937
  "fqn": "@hallcor/pulumi-projen-project-types.PythonComponentOptions",
1196
1938
  "kind": "interface",
1197
1939
  "locationInModule": {
1198
- "filename": "src/PythonComponentOptions.ts",
1940
+ "filename": "src/structs/python-options/component-options.ts",
1199
1941
  "line": 8
1200
1942
  },
1201
1943
  "name": "PythonComponentOptions",
@@ -1209,7 +1951,7 @@
1209
1951
  },
1210
1952
  "immutable": true,
1211
1953
  "locationInModule": {
1212
- "filename": "src/PythonComponentOptions.ts",
1954
+ "filename": "src/structs/python-options/component-options.ts",
1213
1955
  "line": 161
1214
1956
  },
1215
1957
  "name": "authorEmail",
@@ -1226,7 +1968,7 @@
1226
1968
  },
1227
1969
  "immutable": true,
1228
1970
  "locationInModule": {
1229
- "filename": "src/PythonComponentOptions.ts",
1971
+ "filename": "src/structs/python-options/component-options.ts",
1230
1972
  "line": 155
1231
1973
  },
1232
1974
  "name": "authorName",
@@ -1244,7 +1986,7 @@
1244
1986
  },
1245
1987
  "immutable": true,
1246
1988
  "locationInModule": {
1247
- "filename": "src/PythonComponentOptions.ts",
1989
+ "filename": "src/structs/python-options/component-options.ts",
1248
1990
  "line": 110
1249
1991
  },
1250
1992
  "name": "moduleName",
@@ -1264,8 +2006,8 @@
1264
2006
  },
1265
2007
  "immutable": true,
1266
2008
  "locationInModule": {
1267
- "filename": "src/PythonComponentOptions.ts",
1268
- "line": 346
2009
+ "filename": "src/structs/python-options/component-options.ts",
2010
+ "line": 316
1269
2011
  },
1270
2012
  "name": "name",
1271
2013
  "type": {
@@ -1284,7 +2026,7 @@
1284
2026
  },
1285
2027
  "immutable": true,
1286
2028
  "locationInModule": {
1287
- "filename": "src/PythonComponentOptions.ts",
2029
+ "filename": "src/structs/python-options/component-options.ts",
1288
2030
  "line": 149
1289
2031
  },
1290
2032
  "name": "version",
@@ -1301,8 +2043,8 @@
1301
2043
  },
1302
2044
  "immutable": true,
1303
2045
  "locationInModule": {
1304
- "filename": "src/PythonComponentOptions.ts",
1305
- "line": 270
2046
+ "filename": "src/structs/python-options/component-options.ts",
2047
+ "line": 240
1306
2048
  },
1307
2049
  "name": "autoApproveOptions",
1308
2050
  "optional": true,
@@ -1320,8 +2062,8 @@
1320
2062
  },
1321
2063
  "immutable": true,
1322
2064
  "locationInModule": {
1323
- "filename": "src/PythonComponentOptions.ts",
1324
- "line": 264
2065
+ "filename": "src/structs/python-options/component-options.ts",
2066
+ "line": 234
1325
2067
  },
1326
2068
  "name": "autoMerge",
1327
2069
  "optional": true,
@@ -1339,8 +2081,8 @@
1339
2081
  },
1340
2082
  "immutable": true,
1341
2083
  "locationInModule": {
1342
- "filename": "src/PythonComponentOptions.ts",
1343
- "line": 256
2084
+ "filename": "src/structs/python-options/component-options.ts",
2085
+ "line": 226
1344
2086
  },
1345
2087
  "name": "autoMergeOptions",
1346
2088
  "optional": true,
@@ -1356,7 +2098,7 @@
1356
2098
  },
1357
2099
  "immutable": true,
1358
2100
  "locationInModule": {
1359
- "filename": "src/PythonComponentOptions.ts",
2101
+ "filename": "src/structs/python-options/component-options.ts",
1360
2102
  "line": 142
1361
2103
  },
1362
2104
  "name": "classifiers",
@@ -1379,8 +2121,8 @@
1379
2121
  },
1380
2122
  "immutable": true,
1381
2123
  "locationInModule": {
1382
- "filename": "src/PythonComponentOptions.ts",
1383
- "line": 248
2124
+ "filename": "src/structs/python-options/component-options.ts",
2125
+ "line": 218
1384
2126
  },
1385
2127
  "name": "clobber",
1386
2128
  "optional": true,
@@ -1397,8 +2139,8 @@
1397
2139
  },
1398
2140
  "immutable": true,
1399
2141
  "locationInModule": {
1400
- "filename": "src/PythonComponentOptions.ts",
1401
- "line": 339
2142
+ "filename": "src/structs/python-options/component-options.ts",
2143
+ "line": 309
1402
2144
  },
1403
2145
  "name": "commitGenerated",
1404
2146
  "optional": true,
@@ -1415,8 +2157,8 @@
1415
2157
  },
1416
2158
  "immutable": true,
1417
2159
  "locationInModule": {
1418
- "filename": "src/PythonComponentOptions.ts",
1419
- "line": 359
2160
+ "filename": "src/structs/python-options/component-options.ts",
2161
+ "line": 329
1420
2162
  },
1421
2163
  "name": "componentName",
1422
2164
  "optional": true,
@@ -1437,7 +2179,7 @@
1437
2179
  },
1438
2180
  "immutable": true,
1439
2181
  "locationInModule": {
1440
- "filename": "src/PythonComponentOptions.ts",
2182
+ "filename": "src/structs/python-options/component-options.ts",
1441
2183
  "line": 103
1442
2184
  },
1443
2185
  "name": "deps",
@@ -1462,7 +2204,7 @@
1462
2204
  },
1463
2205
  "immutable": true,
1464
2206
  "locationInModule": {
1465
- "filename": "src/PythonComponentOptions.ts",
2207
+ "filename": "src/structs/python-options/component-options.ts",
1466
2208
  "line": 137
1467
2209
  },
1468
2210
  "name": "description",
@@ -1480,8 +2222,8 @@
1480
2222
  },
1481
2223
  "immutable": true,
1482
2224
  "locationInModule": {
1483
- "filename": "src/PythonComponentOptions.ts",
1484
- "line": 242
2225
+ "filename": "src/structs/python-options/component-options.ts",
2226
+ "line": 212
1485
2227
  },
1486
2228
  "name": "devContainer",
1487
2229
  "optional": true,
@@ -1502,7 +2244,7 @@
1502
2244
  },
1503
2245
  "immutable": true,
1504
2246
  "locationInModule": {
1505
- "filename": "src/PythonComponentOptions.ts",
2247
+ "filename": "src/structs/python-options/component-options.ts",
1506
2248
  "line": 93
1507
2249
  },
1508
2250
  "name": "devDeps",
@@ -1525,8 +2267,8 @@
1525
2267
  },
1526
2268
  "immutable": true,
1527
2269
  "locationInModule": {
1528
- "filename": "src/PythonComponentOptions.ts",
1529
- "line": 236
2270
+ "filename": "src/structs/python-options/component-options.ts",
2271
+ "line": 206
1530
2272
  },
1531
2273
  "name": "githubOptions",
1532
2274
  "optional": true,
@@ -1543,8 +2285,8 @@
1543
2285
  },
1544
2286
  "immutable": true,
1545
2287
  "locationInModule": {
1546
- "filename": "src/PythonComponentOptions.ts",
1547
- "line": 353
2288
+ "filename": "src/structs/python-options/component-options.ts",
2289
+ "line": 323
1548
2290
  },
1549
2291
  "name": "gitIdentity",
1550
2292
  "optional": true,
@@ -1560,8 +2302,8 @@
1560
2302
  },
1561
2303
  "immutable": true,
1562
2304
  "locationInModule": {
1563
- "filename": "src/PythonComponentOptions.ts",
1564
- "line": 333
2305
+ "filename": "src/structs/python-options/component-options.ts",
2306
+ "line": 303
1565
2307
  },
1566
2308
  "name": "gitIgnoreOptions",
1567
2309
  "optional": true,
@@ -1577,8 +2319,8 @@
1577
2319
  },
1578
2320
  "immutable": true,
1579
2321
  "locationInModule": {
1580
- "filename": "src/PythonComponentOptions.ts",
1581
- "line": 328
2322
+ "filename": "src/structs/python-options/component-options.ts",
2323
+ "line": 298
1582
2324
  },
1583
2325
  "name": "gitOptions",
1584
2326
  "optional": true,
@@ -1595,8 +2337,8 @@
1595
2337
  },
1596
2338
  "immutable": true,
1597
2339
  "locationInModule": {
1598
- "filename": "src/PythonComponentOptions.ts",
1599
- "line": 230
2340
+ "filename": "src/structs/python-options/component-options.ts",
2341
+ "line": 200
1600
2342
  },
1601
2343
  "name": "gitpod",
1602
2344
  "optional": true,
@@ -1612,7 +2354,7 @@
1612
2354
  },
1613
2355
  "immutable": true,
1614
2356
  "locationInModule": {
1615
- "filename": "src/PythonComponentOptions.ts",
2357
+ "filename": "src/structs/python-options/component-options.ts",
1616
2358
  "line": 131
1617
2359
  },
1618
2360
  "name": "homepage",
@@ -1629,7 +2371,7 @@
1629
2371
  },
1630
2372
  "immutable": true,
1631
2373
  "locationInModule": {
1632
- "filename": "src/PythonComponentOptions.ts",
2374
+ "filename": "src/structs/python-options/component-options.ts",
1633
2375
  "line": 126
1634
2376
  },
1635
2377
  "name": "license",
@@ -1647,8 +2389,8 @@
1647
2389
  },
1648
2390
  "immutable": true,
1649
2391
  "locationInModule": {
1650
- "filename": "src/PythonComponentOptions.ts",
1651
- "line": 323
2392
+ "filename": "src/structs/python-options/component-options.ts",
2393
+ "line": 293
1652
2394
  },
1653
2395
  "name": "logging",
1654
2396
  "optional": true,
@@ -1656,44 +2398,6 @@
1656
2398
  "fqn": "projen.LoggerOptions"
1657
2399
  }
1658
2400
  },
1659
- {
1660
- "abstract": true,
1661
- "docs": {
1662
- "default": "true",
1663
- "deprecated": "use `githubOptions.mergify` instead",
1664
- "stability": "deprecated",
1665
- "summary": "Whether mergify should be enabled on this repository or not."
1666
- },
1667
- "immutable": true,
1668
- "locationInModule": {
1669
- "filename": "src/PythonComponentOptions.ts",
1670
- "line": 224
1671
- },
1672
- "name": "mergify",
1673
- "optional": true,
1674
- "type": {
1675
- "primitive": "boolean"
1676
- }
1677
- },
1678
- {
1679
- "abstract": true,
1680
- "docs": {
1681
- "default": "- default options",
1682
- "deprecated": "use `githubOptions.mergifyOptions` instead",
1683
- "stability": "deprecated",
1684
- "summary": "Options for mergify."
1685
- },
1686
- "immutable": true,
1687
- "locationInModule": {
1688
- "filename": "src/PythonComponentOptions.ts",
1689
- "line": 217
1690
- },
1691
- "name": "mergifyOptions",
1692
- "optional": true,
1693
- "type": {
1694
- "fqn": "projen.github.MergifyOptions"
1695
- }
1696
- },
1697
2401
  {
1698
2402
  "abstract": true,
1699
2403
  "docs": {
@@ -1704,8 +2408,8 @@
1704
2408
  },
1705
2409
  "immutable": true,
1706
2410
  "locationInModule": {
1707
- "filename": "src/PythonComponentOptions.ts",
1708
- "line": 317
2411
+ "filename": "src/structs/python-options/component-options.ts",
2412
+ "line": 287
1709
2413
  },
1710
2414
  "name": "outdir",
1711
2415
  "optional": true,
@@ -1721,7 +2425,7 @@
1721
2425
  },
1722
2426
  "immutable": true,
1723
2427
  "locationInModule": {
1724
- "filename": "src/PythonComponentOptions.ts",
2428
+ "filename": "src/structs/python-options/component-options.ts",
1725
2429
  "line": 121
1726
2430
  },
1727
2431
  "name": "packageName",
@@ -1738,8 +2442,8 @@
1738
2442
  },
1739
2443
  "immutable": true,
1740
2444
  "locationInModule": {
1741
- "filename": "src/PythonComponentOptions.ts",
1742
- "line": 306
2445
+ "filename": "src/structs/python-options/component-options.ts",
2446
+ "line": 276
1743
2447
  },
1744
2448
  "name": "parent",
1745
2449
  "optional": true,
@@ -1747,25 +2451,6 @@
1747
2451
  "fqn": "projen.Project"
1748
2452
  }
1749
2453
  },
1750
- {
1751
- "abstract": true,
1752
- "docs": {
1753
- "default": "ProjectType.UNKNOWN",
1754
- "deprecated": "no longer supported at the base project level",
1755
- "stability": "deprecated",
1756
- "summary": "Which type of project this is (library/app)."
1757
- },
1758
- "immutable": true,
1759
- "locationInModule": {
1760
- "filename": "src/PythonComponentOptions.ts",
1761
- "line": 210
1762
- },
1763
- "name": "projectType",
1764
- "optional": true,
1765
- "type": {
1766
- "fqn": "projen.ProjectType"
1767
- }
1768
- },
1769
2454
  {
1770
2455
  "abstract": true,
1771
2456
  "docs": {
@@ -1776,8 +2461,8 @@
1776
2461
  },
1777
2462
  "immutable": true,
1778
2463
  "locationInModule": {
1779
- "filename": "src/PythonComponentOptions.ts",
1780
- "line": 301
2464
+ "filename": "src/structs/python-options/component-options.ts",
2465
+ "line": 271
1781
2466
  },
1782
2467
  "name": "projenCommand",
1783
2468
  "optional": true,
@@ -1794,13 +2479,13 @@
1794
2479
  },
1795
2480
  "immutable": true,
1796
2481
  "locationInModule": {
1797
- "filename": "src/PythonComponentOptions.ts",
1798
- "line": 203
2482
+ "filename": "src/structs/python-options/component-options.ts",
2483
+ "line": 194
1799
2484
  },
1800
2485
  "name": "projenCredentials",
1801
2486
  "optional": true,
1802
2487
  "type": {
1803
- "fqn": "projen.github.GithubCredentials"
2488
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentials"
1804
2489
  }
1805
2490
  },
1806
2491
  {
@@ -1813,7 +2498,7 @@
1813
2498
  },
1814
2499
  "immutable": true,
1815
2500
  "locationInModule": {
1816
- "filename": "src/PythonComponentOptions.ts",
2501
+ "filename": "src/structs/python-options/component-options.ts",
1817
2502
  "line": 83
1818
2503
  },
1819
2504
  "name": "projenrcJs",
@@ -1831,8 +2516,8 @@
1831
2516
  },
1832
2517
  "immutable": true,
1833
2518
  "locationInModule": {
1834
- "filename": "src/PythonComponentOptions.ts",
1835
- "line": 294
2519
+ "filename": "src/structs/python-options/component-options.ts",
2520
+ "line": 264
1836
2521
  },
1837
2522
  "name": "projenrcJson",
1838
2523
  "optional": true,
@@ -1849,8 +2534,8 @@
1849
2534
  },
1850
2535
  "immutable": true,
1851
2536
  "locationInModule": {
1852
- "filename": "src/PythonComponentOptions.ts",
1853
- "line": 288
2537
+ "filename": "src/structs/python-options/component-options.ts",
2538
+ "line": 258
1854
2539
  },
1855
2540
  "name": "projenrcJsonOptions",
1856
2541
  "optional": true,
@@ -1867,7 +2552,7 @@
1867
2552
  },
1868
2553
  "immutable": true,
1869
2554
  "locationInModule": {
1870
- "filename": "src/PythonComponentOptions.ts",
2555
+ "filename": "src/structs/python-options/component-options.ts",
1871
2556
  "line": 75
1872
2557
  },
1873
2558
  "name": "projenrcJsOptions",
@@ -1886,7 +2571,7 @@
1886
2571
  },
1887
2572
  "immutable": true,
1888
2573
  "locationInModule": {
1889
- "filename": "src/PythonComponentOptions.ts",
2574
+ "filename": "src/structs/python-options/component-options.ts",
1890
2575
  "line": 69
1891
2576
  },
1892
2577
  "name": "projenrcPython",
@@ -1904,7 +2589,7 @@
1904
2589
  },
1905
2590
  "immutable": true,
1906
2591
  "locationInModule": {
1907
- "filename": "src/PythonComponentOptions.ts",
2592
+ "filename": "src/structs/python-options/component-options.ts",
1908
2593
  "line": 61
1909
2594
  },
1910
2595
  "name": "projenrcPythonOptions",
@@ -1923,7 +2608,7 @@
1923
2608
  },
1924
2609
  "immutable": true,
1925
2610
  "locationInModule": {
1926
- "filename": "src/PythonComponentOptions.ts",
2611
+ "filename": "src/structs/python-options/component-options.ts",
1927
2612
  "line": 55
1928
2613
  },
1929
2614
  "name": "projenrcTs",
@@ -1941,7 +2626,7 @@
1941
2626
  },
1942
2627
  "immutable": true,
1943
2628
  "locationInModule": {
1944
- "filename": "src/PythonComponentOptions.ts",
2629
+ "filename": "src/structs/python-options/component-options.ts",
1945
2630
  "line": 47
1946
2631
  },
1947
2632
  "name": "projenrcTsOptions",
@@ -1950,26 +2635,6 @@
1950
2635
  "fqn": "projen.typescript.ProjenrcTsOptions"
1951
2636
  }
1952
2637
  },
1953
- {
1954
- "abstract": true,
1955
- "docs": {
1956
- "default": "\"PROJEN_GITHUB_TOKEN\"",
1957
- "deprecated": "use `projenCredentials`",
1958
- "remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
1959
- "stability": "deprecated",
1960
- "summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
1961
- },
1962
- "immutable": true,
1963
- "locationInModule": {
1964
- "filename": "src/PythonComponentOptions.ts",
1965
- "line": 197
1966
- },
1967
- "name": "projenTokenSecret",
1968
- "optional": true,
1969
- "type": {
1970
- "primitive": "string"
1971
- }
1972
- },
1973
2638
  {
1974
2639
  "abstract": true,
1975
2640
  "docs": {
@@ -1977,8 +2642,8 @@
1977
2642
  },
1978
2643
  "immutable": true,
1979
2644
  "locationInModule": {
1980
- "filename": "src/PythonComponentOptions.ts",
1981
- "line": 354
2645
+ "filename": "src/structs/python-options/component-options.ts",
2646
+ "line": 324
1982
2647
  },
1983
2648
  "name": "pulumiPythonOptions",
1984
2649
  "optional": true,
@@ -1998,7 +2663,7 @@
1998
2663
  },
1999
2664
  "immutable": true,
2000
2665
  "locationInModule": {
2001
- "filename": "src/PythonComponentOptions.ts",
2666
+ "filename": "src/structs/python-options/component-options.ts",
2002
2667
  "line": 41
2003
2668
  },
2004
2669
  "name": "pytest",
@@ -2016,7 +2681,7 @@
2016
2681
  },
2017
2682
  "immutable": true,
2018
2683
  "locationInModule": {
2019
- "filename": "src/PythonComponentOptions.ts",
2684
+ "filename": "src/structs/python-options/component-options.ts",
2020
2685
  "line": 34
2021
2686
  },
2022
2687
  "name": "pytestOptions",
@@ -2034,7 +2699,7 @@
2034
2699
  },
2035
2700
  "immutable": true,
2036
2701
  "locationInModule": {
2037
- "filename": "src/PythonComponentOptions.ts",
2702
+ "filename": "src/structs/python-options/component-options.ts",
2038
2703
  "line": 116
2039
2704
  },
2040
2705
  "name": "pythonExec",
@@ -2052,7 +2717,7 @@
2052
2717
  },
2053
2718
  "immutable": true,
2054
2719
  "locationInModule": {
2055
- "filename": "src/PythonComponentOptions.ts",
2720
+ "filename": "src/structs/python-options/component-options.ts",
2056
2721
  "line": 188
2057
2722
  },
2058
2723
  "name": "readme",
@@ -2070,8 +2735,8 @@
2070
2735
  },
2071
2736
  "immutable": true,
2072
2737
  "locationInModule": {
2073
- "filename": "src/PythonComponentOptions.ts",
2074
- "line": 365
2738
+ "filename": "src/structs/python-options/component-options.ts",
2739
+ "line": 335
2075
2740
  },
2076
2741
  "name": "releaseTrigger",
2077
2742
  "optional": true,
@@ -2088,8 +2753,8 @@
2088
2753
  },
2089
2754
  "immutable": true,
2090
2755
  "locationInModule": {
2091
- "filename": "src/PythonComponentOptions.ts",
2092
- "line": 282
2756
+ "filename": "src/structs/python-options/component-options.ts",
2757
+ "line": 252
2093
2758
  },
2094
2759
  "name": "renovatebot",
2095
2760
  "optional": true,
@@ -2106,8 +2771,8 @@
2106
2771
  },
2107
2772
  "immutable": true,
2108
2773
  "locationInModule": {
2109
- "filename": "src/PythonComponentOptions.ts",
2110
- "line": 276
2774
+ "filename": "src/structs/python-options/component-options.ts",
2775
+ "line": 246
2111
2776
  },
2112
2777
  "name": "renovatebotOptions",
2113
2778
  "optional": true,
@@ -2124,7 +2789,7 @@
2124
2789
  },
2125
2790
  "immutable": true,
2126
2791
  "locationInModule": {
2127
- "filename": "src/PythonComponentOptions.ts",
2792
+ "filename": "src/structs/python-options/component-options.ts",
2128
2793
  "line": 28
2129
2794
  },
2130
2795
  "name": "sample",
@@ -2143,7 +2808,7 @@
2143
2808
  },
2144
2809
  "immutable": true,
2145
2810
  "locationInModule": {
2146
- "filename": "src/PythonComponentOptions.ts",
2811
+ "filename": "src/structs/python-options/component-options.ts",
2147
2812
  "line": 22
2148
2813
  },
2149
2814
  "name": "sampleTestdir",
@@ -2164,7 +2829,7 @@
2164
2829
  },
2165
2830
  "immutable": true,
2166
2831
  "locationInModule": {
2167
- "filename": "src/PythonComponentOptions.ts",
2832
+ "filename": "src/structs/python-options/component-options.ts",
2168
2833
  "line": 15
2169
2834
  },
2170
2835
  "name": "setuptools",
@@ -2183,7 +2848,7 @@
2183
2848
  },
2184
2849
  "immutable": true,
2185
2850
  "locationInModule": {
2186
- "filename": "src/PythonComponentOptions.ts",
2851
+ "filename": "src/structs/python-options/component-options.ts",
2187
2852
  "line": 182
2188
2853
  },
2189
2854
  "name": "stale",
@@ -2202,7 +2867,7 @@
2202
2867
  },
2203
2868
  "immutable": true,
2204
2869
  "locationInModule": {
2205
- "filename": "src/PythonComponentOptions.ts",
2870
+ "filename": "src/structs/python-options/component-options.ts",
2206
2871
  "line": 175
2207
2872
  },
2208
2873
  "name": "staleOptions",
@@ -2221,7 +2886,7 @@
2221
2886
  },
2222
2887
  "immutable": true,
2223
2888
  "locationInModule": {
2224
- "filename": "src/PythonComponentOptions.ts",
2889
+ "filename": "src/structs/python-options/component-options.ts",
2225
2890
  "line": 168
2226
2891
  },
2227
2892
  "name": "vscode",
@@ -2231,7 +2896,7 @@
2231
2896
  }
2232
2897
  }
2233
2898
  ],
2234
- "symbolId": "src/PythonComponentOptions:PythonComponentOptions"
2899
+ "symbolId": "src/structs/python-options/component-options:PythonComponentOptions"
2235
2900
  },
2236
2901
  "@hallcor/pulumi-projen-project-types.ReleaseWorkflow": {
2237
2902
  "assembly": "@hallcor/pulumi-projen-project-types",
@@ -2246,7 +2911,7 @@
2246
2911
  },
2247
2912
  "locationInModule": {
2248
2913
  "filename": "src/release.ts",
2249
- "line": 68
2914
+ "line": 79
2250
2915
  },
2251
2916
  "parameters": [
2252
2917
  {
@@ -2272,7 +2937,7 @@
2272
2937
  "kind": "class",
2273
2938
  "locationInModule": {
2274
2939
  "filename": "src/release.ts",
2275
- "line": 30
2940
+ "line": 41
2276
2941
  },
2277
2942
  "methods": [
2278
2943
  {
@@ -2281,7 +2946,7 @@
2281
2946
  },
2282
2947
  "locationInModule": {
2283
2948
  "filename": "src/release.ts",
2284
- "line": 48
2949
+ "line": 59
2285
2950
  },
2286
2951
  "name": "createRelease",
2287
2952
  "parameters": [
@@ -2305,7 +2970,7 @@
2305
2970
  },
2306
2971
  "locationInModule": {
2307
2972
  "filename": "src/release.ts",
2308
- "line": 31
2973
+ "line": 42
2309
2974
  },
2310
2975
  "name": "releaseExists",
2311
2976
  "returns": {
@@ -2332,7 +2997,7 @@
2332
2997
  },
2333
2998
  "locationInModule": {
2334
2999
  "filename": "src/release.ts",
2335
- "line": 108
3000
+ "line": 119
2336
3001
  },
2337
3002
  "parameters": [
2338
3003
  {
@@ -2352,7 +3017,7 @@
2352
3017
  "kind": "class",
2353
3018
  "locationInModule": {
2354
3019
  "filename": "src/release.ts",
2355
- "line": 105
3020
+ "line": 116
2356
3021
  },
2357
3022
  "name": "TagRelease",
2358
3023
  "properties": [
@@ -2363,7 +3028,7 @@
2363
3028
  "immutable": true,
2364
3029
  "locationInModule": {
2365
3030
  "filename": "src/release.ts",
2366
- "line": 107
3031
+ "line": 118
2367
3032
  },
2368
3033
  "name": "publishTask",
2369
3034
  "type": {
@@ -2377,7 +3042,7 @@
2377
3042
  "immutable": true,
2378
3043
  "locationInModule": {
2379
3044
  "filename": "src/release.ts",
2380
- "line": 106
3045
+ "line": 117
2381
3046
  },
2382
3047
  "name": "trigger",
2383
3048
  "type": {
@@ -2397,8 +3062,8 @@
2397
3062
  "fqn": "@hallcor/pulumi-projen-project-types.TagReleaseOptions",
2398
3063
  "kind": "interface",
2399
3064
  "locationInModule": {
2400
- "filename": "src/TagReleaseOptions.ts",
2401
- "line": 7
3065
+ "filename": "src/structs/release-options/tag-release-options.ts",
3066
+ "line": 8
2402
3067
  },
2403
3068
  "name": "TagReleaseOptions",
2404
3069
  "properties": [
@@ -2411,8 +3076,8 @@
2411
3076
  },
2412
3077
  "immutable": true,
2413
3078
  "locationInModule": {
2414
- "filename": "src/TagReleaseOptions.ts",
2415
- "line": 55
3079
+ "filename": "src/structs/release-options/tag-release-options.ts",
3080
+ "line": 56
2416
3081
  },
2417
3082
  "name": "artifactsDirectory",
2418
3083
  "type": {
@@ -2428,8 +3093,8 @@
2428
3093
  },
2429
3094
  "immutable": true,
2430
3095
  "locationInModule": {
2431
- "filename": "src/TagReleaseOptions.ts",
2432
- "line": 49
3096
+ "filename": "src/structs/release-options/tag-release-options.ts",
3097
+ "line": 50
2433
3098
  },
2434
3099
  "name": "branch",
2435
3100
  "type": {
@@ -2445,8 +3110,8 @@
2445
3110
  },
2446
3111
  "immutable": true,
2447
3112
  "locationInModule": {
2448
- "filename": "src/TagReleaseOptions.ts",
2449
- "line": 40
3113
+ "filename": "src/structs/release-options/tag-release-options.ts",
3114
+ "line": 41
2450
3115
  },
2451
3116
  "name": "task",
2452
3117
  "type": {
@@ -2461,8 +3126,8 @@
2461
3126
  },
2462
3127
  "immutable": true,
2463
3128
  "locationInModule": {
2464
- "filename": "src/TagReleaseOptions.ts",
2465
- "line": 32
3129
+ "filename": "src/structs/release-options/tag-release-options.ts",
3130
+ "line": 33
2466
3131
  },
2467
3132
  "name": "versionFile",
2468
3133
  "type": {
@@ -2479,8 +3144,8 @@
2479
3144
  },
2480
3145
  "immutable": true,
2481
3146
  "locationInModule": {
2482
- "filename": "src/TagReleaseOptions.ts",
2483
- "line": 244
3147
+ "filename": "src/structs/release-options/tag-release-options.ts",
3148
+ "line": 245
2484
3149
  },
2485
3150
  "name": "bumpPackage",
2486
3151
  "optional": true,
@@ -2497,8 +3162,8 @@
2497
3162
  },
2498
3163
  "immutable": true,
2499
3164
  "locationInModule": {
2500
- "filename": "src/TagReleaseOptions.ts",
2501
- "line": 27
3165
+ "filename": "src/structs/release-options/tag-release-options.ts",
3166
+ "line": 28
2502
3167
  },
2503
3168
  "name": "githubRelease",
2504
3169
  "optional": true,
@@ -2515,8 +3180,8 @@
2515
3180
  },
2516
3181
  "immutable": true,
2517
3182
  "locationInModule": {
2518
- "filename": "src/TagReleaseOptions.ts",
2519
- "line": 251
3183
+ "filename": "src/structs/release-options/tag-release-options.ts",
3184
+ "line": 256
2520
3185
  },
2521
3186
  "name": "gitIdentity",
2522
3187
  "optional": true,
@@ -2524,6 +3189,23 @@
2524
3189
  "fqn": "projen.github.GitIdentity"
2525
3190
  }
2526
3191
  },
3192
+ {
3193
+ "abstract": true,
3194
+ "docs": {
3195
+ "stability": "stable",
3196
+ "summary": "Additional workflow options for the git tag job."
3197
+ },
3198
+ "immutable": true,
3199
+ "locationInModule": {
3200
+ "filename": "src/structs/release-options/tag-release-options.ts",
3201
+ "line": 249
3202
+ },
3203
+ "name": "gitTagPublishOptions",
3204
+ "optional": true,
3205
+ "type": {
3206
+ "fqn": "@hallcor/pulumi-projen-project-types.GitTagPublishOptions"
3207
+ }
3208
+ },
2527
3209
  {
2528
3210
  "abstract": true,
2529
3211
  "docs": {
@@ -2533,8 +3215,8 @@
2533
3215
  },
2534
3216
  "immutable": true,
2535
3217
  "locationInModule": {
2536
- "filename": "src/TagReleaseOptions.ts",
2537
- "line": 237
3218
+ "filename": "src/structs/release-options/tag-release-options.ts",
3219
+ "line": 238
2538
3220
  },
2539
3221
  "name": "jsiiReleaseVersion",
2540
3222
  "optional": true,
@@ -2552,8 +3234,8 @@
2552
3234
  },
2553
3235
  "immutable": true,
2554
3236
  "locationInModule": {
2555
- "filename": "src/TagReleaseOptions.ts",
2556
- "line": 231
3237
+ "filename": "src/structs/release-options/tag-release-options.ts",
3238
+ "line": 232
2557
3239
  },
2558
3240
  "name": "majorVersion",
2559
3241
  "optional": true,
@@ -2571,8 +3253,8 @@
2571
3253
  },
2572
3254
  "immutable": true,
2573
3255
  "locationInModule": {
2574
- "filename": "src/TagReleaseOptions.ts",
2575
- "line": 223
3256
+ "filename": "src/structs/release-options/tag-release-options.ts",
3257
+ "line": 224
2576
3258
  },
2577
3259
  "name": "minMajorVersion",
2578
3260
  "optional": true,
@@ -2590,8 +3272,8 @@
2590
3272
  },
2591
3273
  "immutable": true,
2592
3274
  "locationInModule": {
2593
- "filename": "src/TagReleaseOptions.ts",
2594
- "line": 213
3275
+ "filename": "src/structs/release-options/tag-release-options.ts",
3276
+ "line": 214
2595
3277
  },
2596
3278
  "name": "nextVersionCommand",
2597
3279
  "optional": true,
@@ -2609,8 +3291,8 @@
2609
3291
  },
2610
3292
  "immutable": true,
2611
3293
  "locationInModule": {
2612
- "filename": "src/TagReleaseOptions.ts",
2613
- "line": 190
3294
+ "filename": "src/structs/release-options/tag-release-options.ts",
3295
+ "line": 191
2614
3296
  },
2615
3297
  "name": "npmDistTag",
2616
3298
  "optional": true,
@@ -2627,8 +3309,8 @@
2627
3309
  },
2628
3310
  "immutable": true,
2629
3311
  "locationInModule": {
2630
- "filename": "src/TagReleaseOptions.ts",
2631
- "line": 182
3312
+ "filename": "src/structs/release-options/tag-release-options.ts",
3313
+ "line": 183
2632
3314
  },
2633
3315
  "name": "postBuildSteps",
2634
3316
  "optional": true,
@@ -2650,8 +3332,8 @@
2650
3332
  },
2651
3333
  "immutable": true,
2652
3334
  "locationInModule": {
2653
- "filename": "src/TagReleaseOptions.ts",
2654
- "line": 176
3335
+ "filename": "src/structs/release-options/tag-release-options.ts",
3336
+ "line": 177
2655
3337
  },
2656
3338
  "name": "prerelease",
2657
3339
  "optional": true,
@@ -2668,8 +3350,8 @@
2668
3350
  },
2669
3351
  "immutable": true,
2670
3352
  "locationInModule": {
2671
- "filename": "src/TagReleaseOptions.ts",
2672
- "line": 170
3353
+ "filename": "src/structs/release-options/tag-release-options.ts",
3354
+ "line": 171
2673
3355
  },
2674
3356
  "name": "publishDryRun",
2675
3357
  "optional": true,
@@ -2687,8 +3369,8 @@
2687
3369
  },
2688
3370
  "immutable": true,
2689
3371
  "locationInModule": {
2690
- "filename": "src/TagReleaseOptions.ts",
2691
- "line": 164
3372
+ "filename": "src/structs/release-options/tag-release-options.ts",
3373
+ "line": 165
2692
3374
  },
2693
3375
  "name": "publishTasks",
2694
3376
  "optional": true,
@@ -2705,8 +3387,8 @@
2705
3387
  },
2706
3388
  "immutable": true,
2707
3389
  "locationInModule": {
2708
- "filename": "src/TagReleaseOptions.ts",
2709
- "line": 156
3390
+ "filename": "src/structs/release-options/tag-release-options.ts",
3391
+ "line": 157
2710
3392
  },
2711
3393
  "name": "releasableCommits",
2712
3394
  "optional": true,
@@ -2724,8 +3406,8 @@
2724
3406
  },
2725
3407
  "immutable": true,
2726
3408
  "locationInModule": {
2727
- "filename": "src/TagReleaseOptions.ts",
2728
- "line": 150
3409
+ "filename": "src/structs/release-options/tag-release-options.ts",
3410
+ "line": 151
2729
3411
  },
2730
3412
  "name": "releaseBranches",
2731
3413
  "optional": true,
@@ -2748,8 +3430,8 @@
2748
3430
  },
2749
3431
  "immutable": true,
2750
3432
  "locationInModule": {
2751
- "filename": "src/TagReleaseOptions.ts",
2752
- "line": 137
3433
+ "filename": "src/structs/release-options/tag-release-options.ts",
3434
+ "line": 138
2753
3435
  },
2754
3436
  "name": "releaseEveryCommit",
2755
3437
  "optional": true,
@@ -2766,8 +3448,8 @@
2766
3448
  },
2767
3449
  "immutable": true,
2768
3450
  "locationInModule": {
2769
- "filename": "src/TagReleaseOptions.ts",
2770
- "line": 130
3451
+ "filename": "src/structs/release-options/tag-release-options.ts",
3452
+ "line": 131
2771
3453
  },
2772
3454
  "name": "releaseFailureIssue",
2773
3455
  "optional": true,
@@ -2785,8 +3467,8 @@
2785
3467
  },
2786
3468
  "immutable": true,
2787
3469
  "locationInModule": {
2788
- "filename": "src/TagReleaseOptions.ts",
2789
- "line": 124
3470
+ "filename": "src/structs/release-options/tag-release-options.ts",
3471
+ "line": 125
2790
3472
  },
2791
3473
  "name": "releaseFailureIssueLabel",
2792
3474
  "optional": true,
@@ -2804,8 +3486,8 @@
2804
3486
  },
2805
3487
  "immutable": true,
2806
3488
  "locationInModule": {
2807
- "filename": "src/TagReleaseOptions.ts",
2808
- "line": 117
3489
+ "filename": "src/structs/release-options/tag-release-options.ts",
3490
+ "line": 118
2809
3491
  },
2810
3492
  "name": "releaseSchedule",
2811
3493
  "optional": true,
@@ -2823,8 +3505,8 @@
2823
3505
  },
2824
3506
  "immutable": true,
2825
3507
  "locationInModule": {
2826
- "filename": "src/TagReleaseOptions.ts",
2827
- "line": 110
3508
+ "filename": "src/structs/release-options/tag-release-options.ts",
3509
+ "line": 111
2828
3510
  },
2829
3511
  "name": "releaseTagPrefix",
2830
3512
  "optional": true,
@@ -2841,8 +3523,8 @@
2841
3523
  },
2842
3524
  "immutable": true,
2843
3525
  "locationInModule": {
2844
- "filename": "src/TagReleaseOptions.ts",
2845
- "line": 100
3526
+ "filename": "src/structs/release-options/tag-release-options.ts",
3527
+ "line": 101
2846
3528
  },
2847
3529
  "name": "releaseTrigger",
2848
3530
  "optional": true,
@@ -2859,8 +3541,8 @@
2859
3541
  },
2860
3542
  "immutable": true,
2861
3543
  "locationInModule": {
2862
- "filename": "src/TagReleaseOptions.ts",
2863
- "line": 94
3544
+ "filename": "src/structs/release-options/tag-release-options.ts",
3545
+ "line": 95
2864
3546
  },
2865
3547
  "name": "releaseWorkflowName",
2866
3548
  "optional": true,
@@ -2876,8 +3558,8 @@
2876
3558
  },
2877
3559
  "immutable": true,
2878
3560
  "locationInModule": {
2879
- "filename": "src/TagReleaseOptions.ts",
2880
- "line": 88
3561
+ "filename": "src/structs/release-options/tag-release-options.ts",
3562
+ "line": 89
2881
3563
  },
2882
3564
  "name": "releaseWorkflowSetupSteps",
2883
3565
  "optional": true,
@@ -2900,8 +3582,8 @@
2900
3582
  },
2901
3583
  "immutable": true,
2902
3584
  "locationInModule": {
2903
- "filename": "src/TagReleaseOptions.ts",
2904
- "line": 83
3585
+ "filename": "src/structs/release-options/tag-release-options.ts",
3586
+ "line": 84
2905
3587
  },
2906
3588
  "name": "versionrcOptions",
2907
3589
  "optional": true,
@@ -2923,8 +3605,8 @@
2923
3605
  },
2924
3606
  "immutable": true,
2925
3607
  "locationInModule": {
2926
- "filename": "src/TagReleaseOptions.ts",
2927
- "line": 76
3608
+ "filename": "src/structs/release-options/tag-release-options.ts",
3609
+ "line": 77
2928
3610
  },
2929
3611
  "name": "workflowContainerImage",
2930
3612
  "optional": true,
@@ -2942,8 +3624,8 @@
2942
3624
  },
2943
3625
  "immutable": true,
2944
3626
  "locationInModule": {
2945
- "filename": "src/TagReleaseOptions.ts",
2946
- "line": 21
3627
+ "filename": "src/structs/release-options/tag-release-options.ts",
3628
+ "line": 22
2947
3629
  },
2948
3630
  "name": "workflowNodeVersion",
2949
3631
  "optional": true,
@@ -2960,8 +3642,8 @@
2960
3642
  },
2961
3643
  "immutable": true,
2962
3644
  "locationInModule": {
2963
- "filename": "src/TagReleaseOptions.ts",
2964
- "line": 13
3645
+ "filename": "src/structs/release-options/tag-release-options.ts",
3646
+ "line": 14
2965
3647
  },
2966
3648
  "name": "workflowPermissions",
2967
3649
  "optional": true,
@@ -2982,8 +3664,8 @@
2982
3664
  },
2983
3665
  "immutable": true,
2984
3666
  "locationInModule": {
2985
- "filename": "src/TagReleaseOptions.ts",
2986
- "line": 70
3667
+ "filename": "src/structs/release-options/tag-release-options.ts",
3668
+ "line": 71
2987
3669
  },
2988
3670
  "name": "workflowRunsOn",
2989
3671
  "optional": true,
@@ -3008,8 +3690,8 @@
3008
3690
  },
3009
3691
  "immutable": true,
3010
3692
  "locationInModule": {
3011
- "filename": "src/TagReleaseOptions.ts",
3012
- "line": 62
3693
+ "filename": "src/structs/release-options/tag-release-options.ts",
3694
+ "line": 63
3013
3695
  },
3014
3696
  "name": "workflowRunsOnGroup",
3015
3697
  "optional": true,
@@ -3018,7 +3700,7 @@
3018
3700
  }
3019
3701
  }
3020
3702
  ],
3021
- "symbolId": "src/TagReleaseOptions:TagReleaseOptions"
3703
+ "symbolId": "src/structs/release-options/tag-release-options:TagReleaseOptions"
3022
3704
  },
3023
3705
  "@hallcor/pulumi-projen-project-types.TypeScriptComponent": {
3024
3706
  "assembly": "@hallcor/pulumi-projen-project-types",
@@ -3062,7 +3744,7 @@
3062
3744
  "fqn": "@hallcor/pulumi-projen-project-types.TypeScriptComponentOptions",
3063
3745
  "kind": "interface",
3064
3746
  "locationInModule": {
3065
- "filename": "src/typescript-options/component-options.ts",
3747
+ "filename": "src/structs/typescript-options/component-options.ts",
3066
3748
  "line": 8
3067
3749
  },
3068
3750
  "name": "TypeScriptComponentOptions",
@@ -3076,7 +3758,7 @@
3076
3758
  },
3077
3759
  "immutable": true,
3078
3760
  "locationInModule": {
3079
- "filename": "src/typescript-options/component-options.ts",
3761
+ "filename": "src/structs/typescript-options/component-options.ts",
3080
3762
  "line": 595
3081
3763
  },
3082
3764
  "name": "defaultReleaseBranch",
@@ -3096,7 +3778,7 @@
3096
3778
  },
3097
3779
  "immutable": true,
3098
3780
  "locationInModule": {
3099
- "filename": "src/typescript-options/component-options.ts",
3781
+ "filename": "src/structs/typescript-options/component-options.ts",
3100
3782
  "line": 15
3101
3783
  },
3102
3784
  "name": "name",
@@ -3114,7 +3796,7 @@
3114
3796
  },
3115
3797
  "immutable": true,
3116
3798
  "locationInModule": {
3117
- "filename": "src/typescript-options/component-options.ts",
3799
+ "filename": "src/structs/typescript-options/component-options.ts",
3118
3800
  "line": 171
3119
3801
  },
3120
3802
  "name": "allowLibraryDependencies",
@@ -3132,7 +3814,7 @@
3132
3814
  },
3133
3815
  "immutable": true,
3134
3816
  "locationInModule": {
3135
- "filename": "src/typescript-options/component-options.ts",
3817
+ "filename": "src/structs/typescript-options/component-options.ts",
3136
3818
  "line": 601
3137
3819
  },
3138
3820
  "name": "artifactsDirectory",
@@ -3149,7 +3831,7 @@
3149
3831
  },
3150
3832
  "immutable": true,
3151
3833
  "locationInModule": {
3152
- "filename": "src/typescript-options/component-options.ts",
3834
+ "filename": "src/structs/typescript-options/component-options.ts",
3153
3835
  "line": 176
3154
3836
  },
3155
3837
  "name": "authorEmail",
@@ -3166,7 +3848,7 @@
3166
3848
  },
3167
3849
  "immutable": true,
3168
3850
  "locationInModule": {
3169
- "filename": "src/typescript-options/component-options.ts",
3851
+ "filename": "src/structs/typescript-options/component-options.ts",
3170
3852
  "line": 181
3171
3853
  },
3172
3854
  "name": "authorName",
@@ -3183,7 +3865,7 @@
3183
3865
  },
3184
3866
  "immutable": true,
3185
3867
  "locationInModule": {
3186
- "filename": "src/typescript-options/component-options.ts",
3868
+ "filename": "src/structs/typescript-options/component-options.ts",
3187
3869
  "line": 186
3188
3870
  },
3189
3871
  "name": "authorOrganization",
@@ -3200,7 +3882,7 @@
3200
3882
  },
3201
3883
  "immutable": true,
3202
3884
  "locationInModule": {
3203
- "filename": "src/typescript-options/component-options.ts",
3885
+ "filename": "src/structs/typescript-options/component-options.ts",
3204
3886
  "line": 191
3205
3887
  },
3206
3888
  "name": "authorUrl",
@@ -3218,7 +3900,7 @@
3218
3900
  },
3219
3901
  "immutable": true,
3220
3902
  "locationInModule": {
3221
- "filename": "src/typescript-options/component-options.ts",
3903
+ "filename": "src/structs/typescript-options/component-options.ts",
3222
3904
  "line": 90
3223
3905
  },
3224
3906
  "name": "autoApproveOptions",
@@ -3237,7 +3919,7 @@
3237
3919
  },
3238
3920
  "immutable": true,
3239
3921
  "locationInModule": {
3240
- "filename": "src/typescript-options/component-options.ts",
3922
+ "filename": "src/structs/typescript-options/component-options.ts",
3241
3923
  "line": 608
3242
3924
  },
3243
3925
  "name": "autoApproveUpgrades",
@@ -3255,7 +3937,7 @@
3255
3937
  },
3256
3938
  "immutable": true,
3257
3939
  "locationInModule": {
3258
- "filename": "src/typescript-options/component-options.ts",
3940
+ "filename": "src/structs/typescript-options/component-options.ts",
3259
3941
  "line": 197
3260
3942
  },
3261
3943
  "name": "autoDetectBin",
@@ -3274,7 +3956,7 @@
3274
3956
  },
3275
3957
  "immutable": true,
3276
3958
  "locationInModule": {
3277
- "filename": "src/typescript-options/component-options.ts",
3959
+ "filename": "src/structs/typescript-options/component-options.ts",
3278
3960
  "line": 98
3279
3961
  },
3280
3962
  "name": "autoMerge",
@@ -3293,7 +3975,7 @@
3293
3975
  },
3294
3976
  "immutable": true,
3295
3977
  "locationInModule": {
3296
- "filename": "src/typescript-options/component-options.ts",
3978
+ "filename": "src/structs/typescript-options/component-options.ts",
3297
3979
  "line": 106
3298
3980
  },
3299
3981
  "name": "autoMergeOptions",
@@ -3311,7 +3993,7 @@
3311
3993
  },
3312
3994
  "immutable": true,
3313
3995
  "locationInModule": {
3314
- "filename": "src/typescript-options/component-options.ts",
3996
+ "filename": "src/structs/typescript-options/component-options.ts",
3315
3997
  "line": 205
3316
3998
  },
3317
3999
  "name": "bin",
@@ -3333,7 +4015,7 @@
3333
4015
  },
3334
4016
  "immutable": true,
3335
4017
  "locationInModule": {
3336
- "filename": "src/typescript-options/component-options.ts",
4018
+ "filename": "src/structs/typescript-options/component-options.ts",
3337
4019
  "line": 210
3338
4020
  },
3339
4021
  "name": "bugsEmail",
@@ -3350,7 +4032,7 @@
3350
4032
  },
3351
4033
  "immutable": true,
3352
4034
  "locationInModule": {
3353
- "filename": "src/typescript-options/component-options.ts",
4035
+ "filename": "src/structs/typescript-options/component-options.ts",
3354
4036
  "line": 215
3355
4037
  },
3356
4038
  "name": "bugsUrl",
@@ -3368,7 +4050,7 @@
3368
4050
  },
3369
4051
  "immutable": true,
3370
4052
  "locationInModule": {
3371
- "filename": "src/typescript-options/component-options.ts",
4053
+ "filename": "src/structs/typescript-options/component-options.ts",
3372
4054
  "line": 614
3373
4055
  },
3374
4056
  "name": "buildWorkflow",
@@ -3385,7 +4067,7 @@
3385
4067
  },
3386
4068
  "immutable": true,
3387
4069
  "locationInModule": {
3388
- "filename": "src/typescript-options/component-options.ts",
4070
+ "filename": "src/structs/typescript-options/component-options.ts",
3389
4071
  "line": 619
3390
4072
  },
3391
4073
  "name": "buildWorkflowOptions",
@@ -3404,7 +4086,7 @@
3404
4086
  },
3405
4087
  "immutable": true,
3406
4088
  "locationInModule": {
3407
- "filename": "src/typescript-options/component-options.ts",
4089
+ "filename": "src/structs/typescript-options/component-options.ts",
3408
4090
  "line": 448
3409
4091
  },
3410
4092
  "name": "bumpPackage",
@@ -3422,7 +4104,7 @@
3422
4104
  },
3423
4105
  "immutable": true,
3424
4106
  "locationInModule": {
3425
- "filename": "src/typescript-options/component-options.ts",
4107
+ "filename": "src/structs/typescript-options/component-options.ts",
3426
4108
  "line": 230
3427
4109
  },
3428
4110
  "name": "bundledDeps",
@@ -3444,7 +4126,7 @@
3444
4126
  },
3445
4127
  "immutable": true,
3446
4128
  "locationInModule": {
3447
- "filename": "src/typescript-options/component-options.ts",
4129
+ "filename": "src/structs/typescript-options/component-options.ts",
3448
4130
  "line": 624
3449
4131
  },
3450
4132
  "name": "bundlerOptions",
@@ -3462,7 +4144,7 @@
3462
4144
  },
3463
4145
  "immutable": true,
3464
4146
  "locationInModule": {
3465
- "filename": "src/typescript-options/component-options.ts",
4147
+ "filename": "src/structs/typescript-options/component-options.ts",
3466
4148
  "line": 236
3467
4149
  },
3468
4150
  "name": "bunVersion",
@@ -3481,7 +4163,7 @@
3481
4163
  },
3482
4164
  "immutable": true,
3483
4165
  "locationInModule": {
3484
- "filename": "src/typescript-options/component-options.ts",
4166
+ "filename": "src/structs/typescript-options/component-options.ts",
3485
4167
  "line": 631
3486
4168
  },
3487
4169
  "name": "checkLicenses",
@@ -3499,7 +4181,7 @@
3499
4181
  },
3500
4182
  "immutable": true,
3501
4183
  "locationInModule": {
3502
- "filename": "src/typescript-options/component-options.ts",
4184
+ "filename": "src/structs/typescript-options/component-options.ts",
3503
4185
  "line": 112
3504
4186
  },
3505
4187
  "name": "clobber",
@@ -3518,7 +4200,7 @@
3518
4200
  },
3519
4201
  "immutable": true,
3520
4202
  "locationInModule": {
3521
- "filename": "src/typescript-options/component-options.ts",
4203
+ "filename": "src/structs/typescript-options/component-options.ts",
3522
4204
  "line": 243
3523
4205
  },
3524
4206
  "name": "codeArtifactOptions",
@@ -3536,7 +4218,7 @@
3536
4218
  },
3537
4219
  "immutable": true,
3538
4220
  "locationInModule": {
3539
- "filename": "src/typescript-options/component-options.ts",
4221
+ "filename": "src/structs/typescript-options/component-options.ts",
3540
4222
  "line": 637
3541
4223
  },
3542
4224
  "name": "codeCov",
@@ -3554,7 +4236,7 @@
3554
4236
  },
3555
4237
  "immutable": true,
3556
4238
  "locationInModule": {
3557
- "filename": "src/typescript-options/component-options.ts",
4239
+ "filename": "src/structs/typescript-options/component-options.ts",
3558
4240
  "line": 643
3559
4241
  },
3560
4242
  "name": "codeCovTokenSecret",
@@ -3572,7 +4254,7 @@
3572
4254
  },
3573
4255
  "immutable": true,
3574
4256
  "locationInModule": {
3575
- "filename": "src/typescript-options/component-options.ts",
4257
+ "filename": "src/structs/typescript-options/component-options.ts",
3576
4258
  "line": 21
3577
4259
  },
3578
4260
  "name": "commitGenerated",
@@ -3590,7 +4272,7 @@
3590
4272
  },
3591
4273
  "immutable": true,
3592
4274
  "locationInModule": {
3593
- "filename": "src/typescript-options/component-options.ts",
4275
+ "filename": "src/structs/typescript-options/component-options.ts",
3594
4276
  "line": 907
3595
4277
  },
3596
4278
  "name": "componentName",
@@ -3608,7 +4290,7 @@
3608
4290
  },
3609
4291
  "immutable": true,
3610
4292
  "locationInModule": {
3611
- "filename": "src/typescript-options/component-options.ts",
4293
+ "filename": "src/structs/typescript-options/component-options.ts",
3612
4294
  "line": 649
3613
4295
  },
3614
4296
  "name": "copyrightOwner",
@@ -3626,7 +4308,7 @@
3626
4308
  },
3627
4309
  "immutable": true,
3628
4310
  "locationInModule": {
3629
- "filename": "src/typescript-options/component-options.ts",
4311
+ "filename": "src/structs/typescript-options/component-options.ts",
3630
4312
  "line": 655
3631
4313
  },
3632
4314
  "name": "copyrightPeriod",
@@ -3645,7 +4327,7 @@
3645
4327
  },
3646
4328
  "immutable": true,
3647
4329
  "locationInModule": {
3648
- "filename": "src/typescript-options/component-options.ts",
4330
+ "filename": "src/structs/typescript-options/component-options.ts",
3649
4331
  "line": 662
3650
4332
  },
3651
4333
  "name": "dependabot",
@@ -3663,7 +4345,7 @@
3663
4345
  },
3664
4346
  "immutable": true,
3665
4347
  "locationInModule": {
3666
- "filename": "src/typescript-options/component-options.ts",
4348
+ "filename": "src/structs/typescript-options/component-options.ts",
3667
4349
  "line": 668
3668
4350
  },
3669
4351
  "name": "dependabotOptions",
@@ -3685,7 +4367,7 @@
3685
4367
  },
3686
4368
  "immutable": true,
3687
4369
  "locationInModule": {
3688
- "filename": "src/typescript-options/component-options.ts",
4370
+ "filename": "src/structs/typescript-options/component-options.ts",
3689
4371
  "line": 256
3690
4372
  },
3691
4373
  "name": "deps",
@@ -3709,7 +4391,7 @@
3709
4391
  },
3710
4392
  "immutable": true,
3711
4393
  "locationInModule": {
3712
- "filename": "src/typescript-options/component-options.ts",
4394
+ "filename": "src/structs/typescript-options/component-options.ts",
3713
4395
  "line": 675
3714
4396
  },
3715
4397
  "name": "depsUpgrade",
@@ -3727,7 +4409,7 @@
3727
4409
  },
3728
4410
  "immutable": true,
3729
4411
  "locationInModule": {
3730
- "filename": "src/typescript-options/component-options.ts",
4412
+ "filename": "src/structs/typescript-options/component-options.ts",
3731
4413
  "line": 681
3732
4414
  },
3733
4415
  "name": "depsUpgradeOptions",
@@ -3748,7 +4430,7 @@
3748
4430
  },
3749
4431
  "immutable": true,
3750
4432
  "locationInModule": {
3751
- "filename": "src/typescript-options/component-options.ts",
4433
+ "filename": "src/structs/typescript-options/component-options.ts",
3752
4434
  "line": 264
3753
4435
  },
3754
4436
  "name": "description",
@@ -3766,7 +4448,7 @@
3766
4448
  },
3767
4449
  "immutable": true,
3768
4450
  "locationInModule": {
3769
- "filename": "src/typescript-options/component-options.ts",
4451
+ "filename": "src/structs/typescript-options/component-options.ts",
3770
4452
  "line": 118
3771
4453
  },
3772
4454
  "name": "devContainer",
@@ -3788,7 +4470,7 @@
3788
4470
  },
3789
4471
  "immutable": true,
3790
4472
  "locationInModule": {
3791
- "filename": "src/typescript-options/component-options.ts",
4473
+ "filename": "src/structs/typescript-options/component-options.ts",
3792
4474
  "line": 281
3793
4475
  },
3794
4476
  "name": "devDeps",
@@ -3811,7 +4493,7 @@
3811
4493
  },
3812
4494
  "immutable": true,
3813
4495
  "locationInModule": {
3814
- "filename": "src/typescript-options/component-options.ts",
4496
+ "filename": "src/structs/typescript-options/component-options.ts",
3815
4497
  "line": 788
3816
4498
  },
3817
4499
  "name": "disableTsconfig",
@@ -3829,7 +4511,7 @@
3829
4511
  },
3830
4512
  "immutable": true,
3831
4513
  "locationInModule": {
3832
- "filename": "src/typescript-options/component-options.ts",
4514
+ "filename": "src/structs/typescript-options/component-options.ts",
3833
4515
  "line": 794
3834
4516
  },
3835
4517
  "name": "disableTsconfigDev",
@@ -3847,7 +4529,7 @@
3847
4529
  },
3848
4530
  "immutable": true,
3849
4531
  "locationInModule": {
3850
- "filename": "src/typescript-options/component-options.ts",
4532
+ "filename": "src/structs/typescript-options/component-options.ts",
3851
4533
  "line": 800
3852
4534
  },
3853
4535
  "name": "docgen",
@@ -3865,7 +4547,7 @@
3865
4547
  },
3866
4548
  "immutable": true,
3867
4549
  "locationInModule": {
3868
- "filename": "src/typescript-options/component-options.ts",
4550
+ "filename": "src/structs/typescript-options/component-options.ts",
3869
4551
  "line": 806
3870
4552
  },
3871
4553
  "name": "docsDirectory",
@@ -3883,7 +4565,7 @@
3883
4565
  },
3884
4566
  "immutable": true,
3885
4567
  "locationInModule": {
3886
- "filename": "src/typescript-options/component-options.ts",
4568
+ "filename": "src/structs/typescript-options/component-options.ts",
3887
4569
  "line": 288
3888
4570
  },
3889
4571
  "name": "entrypoint",
@@ -3901,7 +4583,7 @@
3901
4583
  },
3902
4584
  "immutable": true,
3903
4585
  "locationInModule": {
3904
- "filename": "src/typescript-options/component-options.ts",
4586
+ "filename": "src/structs/typescript-options/component-options.ts",
3905
4587
  "line": 812
3906
4588
  },
3907
4589
  "name": "entrypointTypes",
@@ -3919,7 +4601,7 @@
3919
4601
  },
3920
4602
  "immutable": true,
3921
4603
  "locationInModule": {
3922
- "filename": "src/typescript-options/component-options.ts",
4604
+ "filename": "src/structs/typescript-options/component-options.ts",
3923
4605
  "line": 818
3924
4606
  },
3925
4607
  "name": "eslint",
@@ -3937,7 +4619,7 @@
3937
4619
  },
3938
4620
  "immutable": true,
3939
4621
  "locationInModule": {
3940
- "filename": "src/typescript-options/component-options.ts",
4622
+ "filename": "src/structs/typescript-options/component-options.ts",
3941
4623
  "line": 824
3942
4624
  },
3943
4625
  "name": "eslintOptions",
@@ -3955,7 +4637,7 @@
3955
4637
  },
3956
4638
  "immutable": true,
3957
4639
  "locationInModule": {
3958
- "filename": "src/typescript-options/component-options.ts",
4640
+ "filename": "src/structs/typescript-options/component-options.ts",
3959
4641
  "line": 124
3960
4642
  },
3961
4643
  "name": "githubOptions",
@@ -3973,7 +4655,7 @@
3973
4655
  },
3974
4656
  "immutable": true,
3975
4657
  "locationInModule": {
3976
- "filename": "src/typescript-options/component-options.ts",
4658
+ "filename": "src/structs/typescript-options/component-options.ts",
3977
4659
  "line": 902
3978
4660
  },
3979
4661
  "name": "gitIdentity",
@@ -3990,7 +4672,7 @@
3990
4672
  },
3991
4673
  "immutable": true,
3992
4674
  "locationInModule": {
3993
- "filename": "src/typescript-options/component-options.ts",
4675
+ "filename": "src/structs/typescript-options/component-options.ts",
3994
4676
  "line": 686
3995
4677
  },
3996
4678
  "name": "gitignore",
@@ -4012,7 +4694,7 @@
4012
4694
  },
4013
4695
  "immutable": true,
4014
4696
  "locationInModule": {
4015
- "filename": "src/typescript-options/component-options.ts",
4697
+ "filename": "src/structs/typescript-options/component-options.ts",
4016
4698
  "line": 26
4017
4699
  },
4018
4700
  "name": "gitIgnoreOptions",
@@ -4029,7 +4711,7 @@
4029
4711
  },
4030
4712
  "immutable": true,
4031
4713
  "locationInModule": {
4032
- "filename": "src/typescript-options/component-options.ts",
4714
+ "filename": "src/structs/typescript-options/component-options.ts",
4033
4715
  "line": 31
4034
4716
  },
4035
4717
  "name": "gitOptions",
@@ -4047,7 +4729,7 @@
4047
4729
  },
4048
4730
  "immutable": true,
4049
4731
  "locationInModule": {
4050
- "filename": "src/typescript-options/component-options.ts",
4732
+ "filename": "src/structs/typescript-options/component-options.ts",
4051
4733
  "line": 130
4052
4734
  },
4053
4735
  "name": "gitpod",
@@ -4064,7 +4746,7 @@
4064
4746
  },
4065
4747
  "immutable": true,
4066
4748
  "locationInModule": {
4067
- "filename": "src/typescript-options/component-options.ts",
4749
+ "filename": "src/structs/typescript-options/component-options.ts",
4068
4750
  "line": 293
4069
4751
  },
4070
4752
  "name": "homepage",
@@ -4082,7 +4764,7 @@
4082
4764
  },
4083
4765
  "immutable": true,
4084
4766
  "locationInModule": {
4085
- "filename": "src/typescript-options/component-options.ts",
4767
+ "filename": "src/structs/typescript-options/component-options.ts",
4086
4768
  "line": 692
4087
4769
  },
4088
4770
  "name": "jest",
@@ -4100,7 +4782,7 @@
4100
4782
  },
4101
4783
  "immutable": true,
4102
4784
  "locationInModule": {
4103
- "filename": "src/typescript-options/component-options.ts",
4785
+ "filename": "src/structs/typescript-options/component-options.ts",
4104
4786
  "line": 698
4105
4787
  },
4106
4788
  "name": "jestOptions",
@@ -4117,7 +4799,7 @@
4117
4799
  },
4118
4800
  "immutable": true,
4119
4801
  "locationInModule": {
4120
- "filename": "src/typescript-options/component-options.ts",
4802
+ "filename": "src/structs/typescript-options/component-options.ts",
4121
4803
  "line": 298
4122
4804
  },
4123
4805
  "name": "keywords",
@@ -4140,7 +4822,7 @@
4140
4822
  },
4141
4823
  "immutable": true,
4142
4824
  "locationInModule": {
4143
- "filename": "src/typescript-options/component-options.ts",
4825
+ "filename": "src/structs/typescript-options/component-options.ts",
4144
4826
  "line": 830
4145
4827
  },
4146
4828
  "name": "libdir",
@@ -4159,7 +4841,7 @@
4159
4841
  },
4160
4842
  "immutable": true,
4161
4843
  "locationInModule": {
4162
- "filename": "src/typescript-options/component-options.ts",
4844
+ "filename": "src/structs/typescript-options/component-options.ts",
4163
4845
  "line": 306
4164
4846
  },
4165
4847
  "name": "license",
@@ -4177,7 +4859,7 @@
4177
4859
  },
4178
4860
  "immutable": true,
4179
4861
  "locationInModule": {
4180
- "filename": "src/typescript-options/component-options.ts",
4862
+ "filename": "src/structs/typescript-options/component-options.ts",
4181
4863
  "line": 312
4182
4864
  },
4183
4865
  "name": "licensed",
@@ -4195,7 +4877,7 @@
4195
4877
  },
4196
4878
  "immutable": true,
4197
4879
  "locationInModule": {
4198
- "filename": "src/typescript-options/component-options.ts",
4880
+ "filename": "src/structs/typescript-options/component-options.ts",
4199
4881
  "line": 37
4200
4882
  },
4201
4883
  "name": "logging",
@@ -4214,7 +4896,7 @@
4214
4896
  },
4215
4897
  "immutable": true,
4216
4898
  "locationInModule": {
4217
- "filename": "src/typescript-options/component-options.ts",
4899
+ "filename": "src/structs/typescript-options/component-options.ts",
4218
4900
  "line": 456
4219
4901
  },
4220
4902
  "name": "majorVersion",
@@ -4233,7 +4915,7 @@
4233
4915
  },
4234
4916
  "immutable": true,
4235
4917
  "locationInModule": {
4236
- "filename": "src/typescript-options/component-options.ts",
4918
+ "filename": "src/structs/typescript-options/component-options.ts",
4237
4919
  "line": 323
4238
4920
  },
4239
4921
  "name": "maxNodeVersion",
@@ -4252,7 +4934,7 @@
4252
4934
  },
4253
4935
  "immutable": true,
4254
4936
  "locationInModule": {
4255
- "filename": "src/typescript-options/component-options.ts",
4937
+ "filename": "src/structs/typescript-options/component-options.ts",
4256
4938
  "line": 466
4257
4939
  },
4258
4940
  "name": "minMajorVersion",
@@ -4271,7 +4953,7 @@
4271
4953
  },
4272
4954
  "immutable": true,
4273
4955
  "locationInModule": {
4274
- "filename": "src/typescript-options/component-options.ts",
4956
+ "filename": "src/structs/typescript-options/component-options.ts",
4275
4957
  "line": 338
4276
4958
  },
4277
4959
  "name": "minNodeVersion",
@@ -4290,7 +4972,7 @@
4290
4972
  },
4291
4973
  "immutable": true,
4292
4974
  "locationInModule": {
4293
- "filename": "src/typescript-options/component-options.ts",
4975
+ "filename": "src/structs/typescript-options/component-options.ts",
4294
4976
  "line": 489
4295
4977
  },
4296
4978
  "name": "nextVersionCommand",
@@ -4308,7 +4990,7 @@
4308
4990
  },
4309
4991
  "immutable": true,
4310
4992
  "locationInModule": {
4311
- "filename": "src/typescript-options/component-options.ts",
4993
+ "filename": "src/structs/typescript-options/component-options.ts",
4312
4994
  "line": 346
4313
4995
  },
4314
4996
  "name": "npmAccess",
@@ -4326,7 +5008,7 @@
4326
5008
  },
4327
5009
  "immutable": true,
4328
5010
  "locationInModule": {
4329
- "filename": "src/typescript-options/component-options.ts",
5011
+ "filename": "src/structs/typescript-options/component-options.ts",
4330
5012
  "line": 704
4331
5013
  },
4332
5014
  "name": "npmignoreEnabled",
@@ -4343,7 +5025,7 @@
4343
5025
  },
4344
5026
  "immutable": true,
4345
5027
  "locationInModule": {
4346
- "filename": "src/typescript-options/component-options.ts",
5028
+ "filename": "src/structs/typescript-options/component-options.ts",
4347
5029
  "line": 709
4348
5030
  },
4349
5031
  "name": "npmIgnoreOptions",
@@ -4362,7 +5044,7 @@
4362
5044
  },
4363
5045
  "immutable": true,
4364
5046
  "locationInModule": {
4365
- "filename": "src/typescript-options/component-options.ts",
5047
+ "filename": "src/structs/typescript-options/component-options.ts",
4366
5048
  "line": 357
4367
5049
  },
4368
5050
  "name": "npmProvenance",
@@ -4381,7 +5063,7 @@
4381
5063
  },
4382
5064
  "immutable": true,
4383
5065
  "locationInModule": {
4384
- "filename": "src/typescript-options/component-options.ts",
5066
+ "filename": "src/structs/typescript-options/component-options.ts",
4385
5067
  "line": 364
4386
5068
  },
4387
5069
  "name": "npmRegistryUrl",
@@ -4399,7 +5081,7 @@
4399
5081
  },
4400
5082
  "immutable": true,
4401
5083
  "locationInModule": {
4402
- "filename": "src/typescript-options/component-options.ts",
5084
+ "filename": "src/structs/typescript-options/component-options.ts",
4403
5085
  "line": 370
4404
5086
  },
4405
5087
  "name": "npmTokenSecret",
@@ -4418,7 +5100,7 @@
4418
5100
  },
4419
5101
  "immutable": true,
4420
5102
  "locationInModule": {
4421
- "filename": "src/typescript-options/component-options.ts",
5103
+ "filename": "src/structs/typescript-options/component-options.ts",
4422
5104
  "line": 48
4423
5105
  },
4424
5106
  "name": "outdir",
@@ -4436,7 +5118,7 @@
4436
5118
  },
4437
5119
  "immutable": true,
4438
5120
  "locationInModule": {
4439
- "filename": "src/typescript-options/component-options.ts",
5121
+ "filename": "src/structs/typescript-options/component-options.ts",
4440
5122
  "line": 376
4441
5123
  },
4442
5124
  "name": "packageManager",
@@ -4457,7 +5139,7 @@
4457
5139
  },
4458
5140
  "immutable": true,
4459
5141
  "locationInModule": {
4460
- "filename": "src/typescript-options/component-options.ts",
5142
+ "filename": "src/structs/typescript-options/component-options.ts",
4461
5143
  "line": 383
4462
5144
  },
4463
5145
  "name": "packageName",
@@ -4474,7 +5156,7 @@
4474
5156
  },
4475
5157
  "immutable": true,
4476
5158
  "locationInModule": {
4477
- "filename": "src/typescript-options/component-options.ts",
5159
+ "filename": "src/structs/typescript-options/component-options.ts",
4478
5160
  "line": 53
4479
5161
  },
4480
5162
  "name": "parent",
@@ -4491,7 +5173,7 @@
4491
5173
  },
4492
5174
  "immutable": true,
4493
5175
  "locationInModule": {
4494
- "filename": "src/typescript-options/component-options.ts",
5176
+ "filename": "src/structs/typescript-options/component-options.ts",
4495
5177
  "line": 388
4496
5178
  },
4497
5179
  "name": "peerDependencyOptions",
@@ -4510,7 +5192,7 @@
4510
5192
  },
4511
5193
  "immutable": true,
4512
5194
  "locationInModule": {
4513
- "filename": "src/typescript-options/component-options.ts",
5195
+ "filename": "src/structs/typescript-options/component-options.ts",
4514
5196
  "line": 407
4515
5197
  },
4516
5198
  "name": "peerDeps",
@@ -4533,7 +5215,7 @@
4533
5215
  },
4534
5216
  "immutable": true,
4535
5217
  "locationInModule": {
4536
- "filename": "src/typescript-options/component-options.ts",
5218
+ "filename": "src/structs/typescript-options/component-options.ts",
4537
5219
  "line": 413
4538
5220
  },
4539
5221
  "name": "pnpmVersion",
@@ -4551,7 +5233,7 @@
4551
5233
  },
4552
5234
  "immutable": true,
4553
5235
  "locationInModule": {
4554
- "filename": "src/typescript-options/component-options.ts",
5236
+ "filename": "src/structs/typescript-options/component-options.ts",
4555
5237
  "line": 495
4556
5238
  },
4557
5239
  "name": "postBuildSteps",
@@ -4574,7 +5256,7 @@
4574
5256
  },
4575
5257
  "immutable": true,
4576
5258
  "locationInModule": {
4577
- "filename": "src/typescript-options/component-options.ts",
5259
+ "filename": "src/structs/typescript-options/component-options.ts",
4578
5260
  "line": 501
4579
5261
  },
4580
5262
  "name": "prerelease",
@@ -4592,7 +5274,7 @@
4592
5274
  },
4593
5275
  "immutable": true,
4594
5276
  "locationInModule": {
4595
- "filename": "src/typescript-options/component-options.ts",
5277
+ "filename": "src/structs/typescript-options/component-options.ts",
4596
5278
  "line": 715
4597
5279
  },
4598
5280
  "name": "prettier",
@@ -4610,7 +5292,7 @@
4610
5292
  },
4611
5293
  "immutable": true,
4612
5294
  "locationInModule": {
4613
- "filename": "src/typescript-options/component-options.ts",
5295
+ "filename": "src/structs/typescript-options/component-options.ts",
4614
5296
  "line": 721
4615
5297
  },
4616
5298
  "name": "prettierOptions",
@@ -4629,7 +5311,7 @@
4629
5311
  },
4630
5312
  "immutable": true,
4631
5313
  "locationInModule": {
4632
- "filename": "src/typescript-options/component-options.ts",
5314
+ "filename": "src/structs/typescript-options/component-options.ts",
4633
5315
  "line": 60
4634
5316
  },
4635
5317
  "name": "projenCommand",
@@ -4647,13 +5329,13 @@
4647
5329
  },
4648
5330
  "immutable": true,
4649
5331
  "locationInModule": {
4650
- "filename": "src/typescript-options/component-options.ts",
5332
+ "filename": "src/structs/typescript-options/component-options.ts",
4651
5333
  "line": 136
4652
5334
  },
4653
5335
  "name": "projenCredentials",
4654
5336
  "optional": true,
4655
5337
  "type": {
4656
- "fqn": "projen.github.GithubCredentials"
5338
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentials"
4657
5339
  }
4658
5340
  },
4659
5341
  {
@@ -4665,7 +5347,7 @@
4665
5347
  },
4666
5348
  "immutable": true,
4667
5349
  "locationInModule": {
4668
- "filename": "src/typescript-options/component-options.ts",
5350
+ "filename": "src/structs/typescript-options/component-options.ts",
4669
5351
  "line": 727
4670
5352
  },
4671
5353
  "name": "projenDevDependency",
@@ -4683,7 +5365,7 @@
4683
5365
  },
4684
5366
  "immutable": true,
4685
5367
  "locationInModule": {
4686
- "filename": "src/typescript-options/component-options.ts",
5368
+ "filename": "src/structs/typescript-options/component-options.ts",
4687
5369
  "line": 733
4688
5370
  },
4689
5371
  "name": "projenrcJs",
@@ -4701,7 +5383,7 @@
4701
5383
  },
4702
5384
  "immutable": true,
4703
5385
  "locationInModule": {
4704
- "filename": "src/typescript-options/component-options.ts",
5386
+ "filename": "src/structs/typescript-options/component-options.ts",
4705
5387
  "line": 66
4706
5388
  },
4707
5389
  "name": "projenrcJson",
@@ -4719,7 +5401,7 @@
4719
5401
  },
4720
5402
  "immutable": true,
4721
5403
  "locationInModule": {
4722
- "filename": "src/typescript-options/component-options.ts",
5404
+ "filename": "src/structs/typescript-options/component-options.ts",
4723
5405
  "line": 72
4724
5406
  },
4725
5407
  "name": "projenrcJsonOptions",
@@ -4737,7 +5419,7 @@
4737
5419
  },
4738
5420
  "immutable": true,
4739
5421
  "locationInModule": {
4740
- "filename": "src/typescript-options/component-options.ts",
5422
+ "filename": "src/structs/typescript-options/component-options.ts",
4741
5423
  "line": 739
4742
5424
  },
4743
5425
  "name": "projenrcJsOptions",
@@ -4758,7 +5440,7 @@
4758
5440
  },
4759
5441
  "immutable": true,
4760
5442
  "locationInModule": {
4761
- "filename": "src/typescript-options/component-options.ts",
5443
+ "filename": "src/structs/typescript-options/component-options.ts",
4762
5444
  "line": 837
4763
5445
  },
4764
5446
  "name": "projenrcTs",
@@ -4775,7 +5457,7 @@
4775
5457
  },
4776
5458
  "immutable": true,
4777
5459
  "locationInModule": {
4778
- "filename": "src/typescript-options/component-options.ts",
5460
+ "filename": "src/structs/typescript-options/component-options.ts",
4779
5461
  "line": 842
4780
5462
  },
4781
5463
  "name": "projenrcTsOptions",
@@ -4793,7 +5475,7 @@
4793
5475
  },
4794
5476
  "immutable": true,
4795
5477
  "locationInModule": {
4796
- "filename": "src/typescript-options/component-options.ts",
5478
+ "filename": "src/structs/typescript-options/component-options.ts",
4797
5479
  "line": 745
4798
5480
  },
4799
5481
  "name": "projenVersion",
@@ -4811,7 +5493,7 @@
4811
5493
  },
4812
5494
  "immutable": true,
4813
5495
  "locationInModule": {
4814
- "filename": "src/typescript-options/component-options.ts",
5496
+ "filename": "src/structs/typescript-options/component-options.ts",
4815
5497
  "line": 507
4816
5498
  },
4817
5499
  "name": "publishDryRun",
@@ -4830,7 +5512,7 @@
4830
5512
  },
4831
5513
  "immutable": true,
4832
5514
  "locationInModule": {
4833
- "filename": "src/typescript-options/component-options.ts",
5515
+ "filename": "src/structs/typescript-options/component-options.ts",
4834
5516
  "line": 515
4835
5517
  },
4836
5518
  "name": "publishTasks",
@@ -4848,7 +5530,7 @@
4848
5530
  },
4849
5531
  "immutable": true,
4850
5532
  "locationInModule": {
4851
- "filename": "src/typescript-options/component-options.ts",
5533
+ "filename": "src/structs/typescript-options/component-options.ts",
4852
5534
  "line": 751
4853
5535
  },
4854
5536
  "name": "pullRequestTemplate",
@@ -4866,7 +5548,7 @@
4866
5548
  },
4867
5549
  "immutable": true,
4868
5550
  "locationInModule": {
4869
- "filename": "src/typescript-options/component-options.ts",
5551
+ "filename": "src/structs/typescript-options/component-options.ts",
4870
5552
  "line": 757
4871
5553
  },
4872
5554
  "name": "pullRequestTemplateContents",
@@ -4889,7 +5571,7 @@
4889
5571
  },
4890
5572
  "immutable": true,
4891
5573
  "locationInModule": {
4892
- "filename": "src/typescript-options/component-options.ts",
5574
+ "filename": "src/structs/typescript-options/component-options.ts",
4893
5575
  "line": 142
4894
5576
  },
4895
5577
  "name": "readme",
@@ -4907,7 +5589,7 @@
4907
5589
  },
4908
5590
  "immutable": true,
4909
5591
  "locationInModule": {
4910
- "filename": "src/typescript-options/component-options.ts",
5592
+ "filename": "src/structs/typescript-options/component-options.ts",
4911
5593
  "line": 521
4912
5594
  },
4913
5595
  "name": "releasableCommits",
@@ -4925,7 +5607,7 @@
4925
5607
  },
4926
5608
  "immutable": true,
4927
5609
  "locationInModule": {
4928
- "filename": "src/typescript-options/component-options.ts",
5610
+ "filename": "src/structs/typescript-options/component-options.ts",
4929
5611
  "line": 527
4930
5612
  },
4931
5613
  "name": "releaseFailureIssue",
@@ -4944,7 +5626,7 @@
4944
5626
  },
4945
5627
  "immutable": true,
4946
5628
  "locationInModule": {
4947
- "filename": "src/typescript-options/component-options.ts",
5629
+ "filename": "src/structs/typescript-options/component-options.ts",
4948
5630
  "line": 534
4949
5631
  },
4950
5632
  "name": "releaseFailureIssueLabel",
@@ -4963,7 +5645,7 @@
4963
5645
  },
4964
5646
  "immutable": true,
4965
5647
  "locationInModule": {
4966
- "filename": "src/typescript-options/component-options.ts",
5648
+ "filename": "src/structs/typescript-options/component-options.ts",
4967
5649
  "line": 544
4968
5650
  },
4969
5651
  "name": "releaseTagPrefix",
@@ -4981,7 +5663,7 @@
4981
5663
  },
4982
5664
  "immutable": true,
4983
5665
  "locationInModule": {
4984
- "filename": "src/typescript-options/component-options.ts",
5666
+ "filename": "src/structs/typescript-options/component-options.ts",
4985
5667
  "line": 550
4986
5668
  },
4987
5669
  "name": "releaseTrigger",
@@ -4999,7 +5681,7 @@
4999
5681
  },
5000
5682
  "immutable": true,
5001
5683
  "locationInModule": {
5002
- "filename": "src/typescript-options/component-options.ts",
5684
+ "filename": "src/structs/typescript-options/component-options.ts",
5003
5685
  "line": 556
5004
5686
  },
5005
5687
  "name": "releaseWorkflowName",
@@ -5016,7 +5698,7 @@
5016
5698
  },
5017
5699
  "immutable": true,
5018
5700
  "locationInModule": {
5019
- "filename": "src/typescript-options/component-options.ts",
5701
+ "filename": "src/structs/typescript-options/component-options.ts",
5020
5702
  "line": 561
5021
5703
  },
5022
5704
  "name": "releaseWorkflowSetupSteps",
@@ -5039,7 +5721,7 @@
5039
5721
  },
5040
5722
  "immutable": true,
5041
5723
  "locationInModule": {
5042
- "filename": "src/typescript-options/component-options.ts",
5724
+ "filename": "src/structs/typescript-options/component-options.ts",
5043
5725
  "line": 78
5044
5726
  },
5045
5727
  "name": "renovatebot",
@@ -5057,7 +5739,7 @@
5057
5739
  },
5058
5740
  "immutable": true,
5059
5741
  "locationInModule": {
5060
- "filename": "src/typescript-options/component-options.ts",
5742
+ "filename": "src/structs/typescript-options/component-options.ts",
5061
5743
  "line": 84
5062
5744
  },
5063
5745
  "name": "renovatebotOptions",
@@ -5075,7 +5757,7 @@
5075
5757
  },
5076
5758
  "immutable": true,
5077
5759
  "locationInModule": {
5078
- "filename": "src/typescript-options/component-options.ts",
5760
+ "filename": "src/structs/typescript-options/component-options.ts",
5079
5761
  "line": 419
5080
5762
  },
5081
5763
  "name": "repository",
@@ -5092,7 +5774,7 @@
5092
5774
  },
5093
5775
  "immutable": true,
5094
5776
  "locationInModule": {
5095
- "filename": "src/typescript-options/component-options.ts",
5777
+ "filename": "src/structs/typescript-options/component-options.ts",
5096
5778
  "line": 424
5097
5779
  },
5098
5780
  "name": "repositoryDirectory",
@@ -5110,7 +5792,7 @@
5110
5792
  },
5111
5793
  "immutable": true,
5112
5794
  "locationInModule": {
5113
- "filename": "src/typescript-options/component-options.ts",
5795
+ "filename": "src/structs/typescript-options/component-options.ts",
5114
5796
  "line": 848
5115
5797
  },
5116
5798
  "name": "sampleCode",
@@ -5128,7 +5810,7 @@
5128
5810
  },
5129
5811
  "immutable": true,
5130
5812
  "locationInModule": {
5131
- "filename": "src/typescript-options/component-options.ts",
5813
+ "filename": "src/structs/typescript-options/component-options.ts",
5132
5814
  "line": 430
5133
5815
  },
5134
5816
  "name": "scopedPackagesOptions",
@@ -5151,7 +5833,7 @@
5151
5833
  },
5152
5834
  "immutable": true,
5153
5835
  "locationInModule": {
5154
- "filename": "src/typescript-options/component-options.ts",
5836
+ "filename": "src/structs/typescript-options/component-options.ts",
5155
5837
  "line": 854
5156
5838
  },
5157
5839
  "name": "srcdir",
@@ -5168,7 +5850,7 @@
5168
5850
  },
5169
5851
  "immutable": true,
5170
5852
  "locationInModule": {
5171
- "filename": "src/typescript-options/component-options.ts",
5853
+ "filename": "src/structs/typescript-options/component-options.ts",
5172
5854
  "line": 435
5173
5855
  },
5174
5856
  "name": "stability",
@@ -5187,7 +5869,7 @@
5187
5869
  },
5188
5870
  "immutable": true,
5189
5871
  "locationInModule": {
5190
- "filename": "src/typescript-options/component-options.ts",
5872
+ "filename": "src/structs/typescript-options/component-options.ts",
5191
5873
  "line": 149
5192
5874
  },
5193
5875
  "name": "stale",
@@ -5206,7 +5888,7 @@
5206
5888
  },
5207
5889
  "immutable": true,
5208
5890
  "locationInModule": {
5209
- "filename": "src/typescript-options/component-options.ts",
5891
+ "filename": "src/structs/typescript-options/component-options.ts",
5210
5892
  "line": 156
5211
5893
  },
5212
5894
  "name": "staleOptions",
@@ -5225,7 +5907,7 @@
5225
5907
  },
5226
5908
  "immutable": true,
5227
5909
  "locationInModule": {
5228
- "filename": "src/typescript-options/component-options.ts",
5910
+ "filename": "src/structs/typescript-options/component-options.ts",
5229
5911
  "line": 864
5230
5912
  },
5231
5913
  "name": "testdir",
@@ -5243,7 +5925,7 @@
5243
5925
  },
5244
5926
  "immutable": true,
5245
5927
  "locationInModule": {
5246
- "filename": "src/typescript-options/component-options.ts",
5928
+ "filename": "src/structs/typescript-options/component-options.ts",
5247
5929
  "line": 870
5248
5930
  },
5249
5931
  "name": "tsconfig",
@@ -5261,7 +5943,7 @@
5261
5943
  },
5262
5944
  "immutable": true,
5263
5945
  "locationInModule": {
5264
- "filename": "src/typescript-options/component-options.ts",
5946
+ "filename": "src/structs/typescript-options/component-options.ts",
5265
5947
  "line": 876
5266
5948
  },
5267
5949
  "name": "tsconfigDev",
@@ -5279,7 +5961,7 @@
5279
5961
  },
5280
5962
  "immutable": true,
5281
5963
  "locationInModule": {
5282
- "filename": "src/typescript-options/component-options.ts",
5964
+ "filename": "src/structs/typescript-options/component-options.ts",
5283
5965
  "line": 882
5284
5966
  },
5285
5967
  "name": "tsconfigDevFile",
@@ -5296,7 +5978,7 @@
5296
5978
  },
5297
5979
  "immutable": true,
5298
5980
  "locationInModule": {
5299
- "filename": "src/typescript-options/component-options.ts",
5981
+ "filename": "src/structs/typescript-options/component-options.ts",
5300
5982
  "line": 887
5301
5983
  },
5302
5984
  "name": "tsJestOptions",
@@ -5315,7 +5997,7 @@
5315
5997
  },
5316
5998
  "immutable": true,
5317
5999
  "locationInModule": {
5318
- "filename": "src/typescript-options/component-options.ts",
6000
+ "filename": "src/structs/typescript-options/component-options.ts",
5319
6001
  "line": 895
5320
6002
  },
5321
6003
  "name": "typescriptVersion",
@@ -5334,7 +6016,7 @@
5334
6016
  },
5335
6017
  "immutable": true,
5336
6018
  "locationInModule": {
5337
- "filename": "src/typescript-options/component-options.ts",
6019
+ "filename": "src/structs/typescript-options/component-options.ts",
5338
6020
  "line": 568
5339
6021
  },
5340
6022
  "name": "versionrcOptions",
@@ -5358,7 +6040,7 @@
5358
6040
  },
5359
6041
  "immutable": true,
5360
6042
  "locationInModule": {
5361
- "filename": "src/typescript-options/component-options.ts",
6043
+ "filename": "src/structs/typescript-options/component-options.ts",
5362
6044
  "line": 163
5363
6045
  },
5364
6046
  "name": "vscode",
@@ -5376,7 +6058,7 @@
5376
6058
  },
5377
6059
  "immutable": true,
5378
6060
  "locationInModule": {
5379
- "filename": "src/typescript-options/component-options.ts",
6061
+ "filename": "src/structs/typescript-options/component-options.ts",
5380
6062
  "line": 763
5381
6063
  },
5382
6064
  "name": "workflowBootstrapSteps",
@@ -5399,7 +6081,7 @@
5399
6081
  },
5400
6082
  "immutable": true,
5401
6083
  "locationInModule": {
5402
- "filename": "src/typescript-options/component-options.ts",
6084
+ "filename": "src/structs/typescript-options/component-options.ts",
5403
6085
  "line": 574
5404
6086
  },
5405
6087
  "name": "workflowContainerImage",
@@ -5417,7 +6099,7 @@
5417
6099
  },
5418
6100
  "immutable": true,
5419
6101
  "locationInModule": {
5420
- "filename": "src/typescript-options/component-options.ts",
6102
+ "filename": "src/structs/typescript-options/component-options.ts",
5421
6103
  "line": 769
5422
6104
  },
5423
6105
  "name": "workflowGitIdentity",
@@ -5436,7 +6118,7 @@
5436
6118
  },
5437
6119
  "immutable": true,
5438
6120
  "locationInModule": {
5439
- "filename": "src/typescript-options/component-options.ts",
6121
+ "filename": "src/structs/typescript-options/component-options.ts",
5440
6122
  "line": 776
5441
6123
  },
5442
6124
  "name": "workflowNodeVersion",
@@ -5454,7 +6136,7 @@
5454
6136
  },
5455
6137
  "immutable": true,
5456
6138
  "locationInModule": {
5457
- "filename": "src/typescript-options/component-options.ts",
6139
+ "filename": "src/structs/typescript-options/component-options.ts",
5458
6140
  "line": 782
5459
6141
  },
5460
6142
  "name": "workflowPackageCache",
@@ -5476,7 +6158,7 @@
5476
6158
  },
5477
6159
  "immutable": true,
5478
6160
  "locationInModule": {
5479
- "filename": "src/typescript-options/component-options.ts",
6161
+ "filename": "src/structs/typescript-options/component-options.ts",
5480
6162
  "line": 582
5481
6163
  },
5482
6164
  "name": "workflowRunsOn",
@@ -5502,7 +6184,7 @@
5502
6184
  },
5503
6185
  "immutable": true,
5504
6186
  "locationInModule": {
5505
- "filename": "src/typescript-options/component-options.ts",
6187
+ "filename": "src/structs/typescript-options/component-options.ts",
5506
6188
  "line": 589
5507
6189
  },
5508
6190
  "name": "workflowRunsOnGroup",
@@ -5520,7 +6202,7 @@
5520
6202
  },
5521
6203
  "immutable": true,
5522
6204
  "locationInModule": {
5523
- "filename": "src/typescript-options/component-options.ts",
6205
+ "filename": "src/structs/typescript-options/component-options.ts",
5524
6206
  "line": 441
5525
6207
  },
5526
6208
  "name": "yarnBerryOptions",
@@ -5530,7 +6212,7 @@
5530
6212
  }
5531
6213
  }
5532
6214
  ],
5533
- "symbolId": "src/typescript-options/component-options:TypeScriptComponentOptions"
6215
+ "symbolId": "src/structs/typescript-options/component-options:TypeScriptComponentOptions"
5534
6216
  },
5535
6217
  "@hallcor/pulumi-projen-project-types.TypeScriptProject": {
5536
6218
  "assembly": "@hallcor/pulumi-projen-project-types",
@@ -5545,7 +6227,7 @@
5545
6227
  },
5546
6228
  "locationInModule": {
5547
6229
  "filename": "src/typescript-base.ts",
5548
- "line": 7
6230
+ "line": 9
5549
6231
  },
5550
6232
  "parameters": [
5551
6233
  {
@@ -5559,7 +6241,7 @@
5559
6241
  "kind": "class",
5560
6242
  "locationInModule": {
5561
6243
  "filename": "src/typescript-base.ts",
5562
- "line": 6
6244
+ "line": 8
5563
6245
  },
5564
6246
  "name": "TypeScriptProject",
5565
6247
  "symbolId": "src/typescript-base:TypeScriptProject"
@@ -5574,7 +6256,7 @@
5574
6256
  "fqn": "@hallcor/pulumi-projen-project-types.TypeScriptProjectProps",
5575
6257
  "kind": "interface",
5576
6258
  "locationInModule": {
5577
- "filename": "src/typescript-options/project-props.ts",
6259
+ "filename": "src/structs/typescript-options/project-props.ts",
5578
6260
  "line": 8
5579
6261
  },
5580
6262
  "name": "TypeScriptProjectProps",
@@ -5588,7 +6270,7 @@
5588
6270
  },
5589
6271
  "immutable": true,
5590
6272
  "locationInModule": {
5591
- "filename": "src/typescript-options/project-props.ts",
6273
+ "filename": "src/structs/typescript-options/project-props.ts",
5592
6274
  "line": 332
5593
6275
  },
5594
6276
  "name": "defaultReleaseBranch",
@@ -5608,7 +6290,7 @@
5608
6290
  },
5609
6291
  "immutable": true,
5610
6292
  "locationInModule": {
5611
- "filename": "src/typescript-options/project-props.ts",
6293
+ "filename": "src/structs/typescript-options/project-props.ts",
5612
6294
  "line": 947
5613
6295
  },
5614
6296
  "name": "name",
@@ -5626,7 +6308,7 @@
5626
6308
  },
5627
6309
  "immutable": true,
5628
6310
  "locationInModule": {
5629
- "filename": "src/typescript-options/project-props.ts",
6311
+ "filename": "src/structs/typescript-options/project-props.ts",
5630
6312
  "line": 785
5631
6313
  },
5632
6314
  "name": "allowLibraryDependencies",
@@ -5644,7 +6326,7 @@
5644
6326
  },
5645
6327
  "immutable": true,
5646
6328
  "locationInModule": {
5647
- "filename": "src/typescript-options/project-props.ts",
6329
+ "filename": "src/structs/typescript-options/project-props.ts",
5648
6330
  "line": 326
5649
6331
  },
5650
6332
  "name": "artifactsDirectory",
@@ -5661,7 +6343,7 @@
5661
6343
  },
5662
6344
  "immutable": true,
5663
6345
  "locationInModule": {
5664
- "filename": "src/typescript-options/project-props.ts",
6346
+ "filename": "src/structs/typescript-options/project-props.ts",
5665
6347
  "line": 777
5666
6348
  },
5667
6349
  "name": "authorEmail",
@@ -5678,7 +6360,7 @@
5678
6360
  },
5679
6361
  "immutable": true,
5680
6362
  "locationInModule": {
5681
- "filename": "src/typescript-options/project-props.ts",
6363
+ "filename": "src/structs/typescript-options/project-props.ts",
5682
6364
  "line": 772
5683
6365
  },
5684
6366
  "name": "authorName",
@@ -5695,7 +6377,7 @@
5695
6377
  },
5696
6378
  "immutable": true,
5697
6379
  "locationInModule": {
5698
- "filename": "src/typescript-options/project-props.ts",
6380
+ "filename": "src/structs/typescript-options/project-props.ts",
5699
6381
  "line": 767
5700
6382
  },
5701
6383
  "name": "authorOrganization",
@@ -5712,7 +6394,7 @@
5712
6394
  },
5713
6395
  "immutable": true,
5714
6396
  "locationInModule": {
5715
- "filename": "src/typescript-options/project-props.ts",
6397
+ "filename": "src/structs/typescript-options/project-props.ts",
5716
6398
  "line": 762
5717
6399
  },
5718
6400
  "name": "authorUrl",
@@ -5730,7 +6412,7 @@
5730
6412
  },
5731
6413
  "immutable": true,
5732
6414
  "locationInModule": {
5733
- "filename": "src/typescript-options/project-props.ts",
6415
+ "filename": "src/structs/typescript-options/project-props.ts",
5734
6416
  "line": 871
5735
6417
  },
5736
6418
  "name": "autoApproveOptions",
@@ -5749,7 +6431,7 @@
5749
6431
  },
5750
6432
  "immutable": true,
5751
6433
  "locationInModule": {
5752
- "filename": "src/typescript-options/project-props.ts",
6434
+ "filename": "src/structs/typescript-options/project-props.ts",
5753
6435
  "line": 320
5754
6436
  },
5755
6437
  "name": "autoApproveUpgrades",
@@ -5767,7 +6449,7 @@
5767
6449
  },
5768
6450
  "immutable": true,
5769
6451
  "locationInModule": {
5770
- "filename": "src/typescript-options/project-props.ts",
6452
+ "filename": "src/structs/typescript-options/project-props.ts",
5771
6453
  "line": 757
5772
6454
  },
5773
6455
  "name": "autoDetectBin",
@@ -5786,7 +6468,7 @@
5786
6468
  },
5787
6469
  "immutable": true,
5788
6470
  "locationInModule": {
5789
- "filename": "src/typescript-options/project-props.ts",
6471
+ "filename": "src/structs/typescript-options/project-props.ts",
5790
6472
  "line": 865
5791
6473
  },
5792
6474
  "name": "autoMerge",
@@ -5805,7 +6487,7 @@
5805
6487
  },
5806
6488
  "immutable": true,
5807
6489
  "locationInModule": {
5808
- "filename": "src/typescript-options/project-props.ts",
6490
+ "filename": "src/structs/typescript-options/project-props.ts",
5809
6491
  "line": 857
5810
6492
  },
5811
6493
  "name": "autoMergeOptions",
@@ -5823,7 +6505,7 @@
5823
6505
  },
5824
6506
  "immutable": true,
5825
6507
  "locationInModule": {
5826
- "filename": "src/typescript-options/project-props.ts",
6508
+ "filename": "src/structs/typescript-options/project-props.ts",
5827
6509
  "line": 751
5828
6510
  },
5829
6511
  "name": "bin",
@@ -5845,7 +6527,7 @@
5845
6527
  },
5846
6528
  "immutable": true,
5847
6529
  "locationInModule": {
5848
- "filename": "src/typescript-options/project-props.ts",
6530
+ "filename": "src/structs/typescript-options/project-props.ts",
5849
6531
  "line": 743
5850
6532
  },
5851
6533
  "name": "bugsEmail",
@@ -5862,7 +6544,7 @@
5862
6544
  },
5863
6545
  "immutable": true,
5864
6546
  "locationInModule": {
5865
- "filename": "src/typescript-options/project-props.ts",
6547
+ "filename": "src/structs/typescript-options/project-props.ts",
5866
6548
  "line": 738
5867
6549
  },
5868
6550
  "name": "bugsUrl",
@@ -5880,7 +6562,7 @@
5880
6562
  },
5881
6563
  "immutable": true,
5882
6564
  "locationInModule": {
5883
- "filename": "src/typescript-options/project-props.ts",
6565
+ "filename": "src/structs/typescript-options/project-props.ts",
5884
6566
  "line": 313
5885
6567
  },
5886
6568
  "name": "buildWorkflow",
@@ -5897,7 +6579,7 @@
5897
6579
  },
5898
6580
  "immutable": true,
5899
6581
  "locationInModule": {
5900
- "filename": "src/typescript-options/project-props.ts",
6582
+ "filename": "src/structs/typescript-options/project-props.ts",
5901
6583
  "line": 307
5902
6584
  },
5903
6585
  "name": "buildWorkflowOptions",
@@ -5916,7 +6598,7 @@
5916
6598
  },
5917
6599
  "immutable": true,
5918
6600
  "locationInModule": {
5919
- "filename": "src/typescript-options/project-props.ts",
6601
+ "filename": "src/structs/typescript-options/project-props.ts",
5920
6602
  "line": 507
5921
6603
  },
5922
6604
  "name": "bumpPackage",
@@ -5934,7 +6616,7 @@
5934
6616
  },
5935
6617
  "immutable": true,
5936
6618
  "locationInModule": {
5937
- "filename": "src/typescript-options/project-props.ts",
6619
+ "filename": "src/structs/typescript-options/project-props.ts",
5938
6620
  "line": 733
5939
6621
  },
5940
6622
  "name": "bundledDeps",
@@ -5956,7 +6638,7 @@
5956
6638
  },
5957
6639
  "immutable": true,
5958
6640
  "locationInModule": {
5959
- "filename": "src/typescript-options/project-props.ts",
6641
+ "filename": "src/structs/typescript-options/project-props.ts",
5960
6642
  "line": 302
5961
6643
  },
5962
6644
  "name": "bundlerOptions",
@@ -5974,7 +6656,7 @@
5974
6656
  },
5975
6657
  "immutable": true,
5976
6658
  "locationInModule": {
5977
- "filename": "src/typescript-options/project-props.ts",
6659
+ "filename": "src/structs/typescript-options/project-props.ts",
5978
6660
  "line": 718
5979
6661
  },
5980
6662
  "name": "bunVersion",
@@ -5993,7 +6675,7 @@
5993
6675
  },
5994
6676
  "immutable": true,
5995
6677
  "locationInModule": {
5996
- "filename": "src/typescript-options/project-props.ts",
6678
+ "filename": "src/structs/typescript-options/project-props.ts",
5997
6679
  "line": 297
5998
6680
  },
5999
6681
  "name": "checkLicenses",
@@ -6011,7 +6693,7 @@
6011
6693
  },
6012
6694
  "immutable": true,
6013
6695
  "locationInModule": {
6014
- "filename": "src/typescript-options/project-props.ts",
6696
+ "filename": "src/structs/typescript-options/project-props.ts",
6015
6697
  "line": 849
6016
6698
  },
6017
6699
  "name": "clobber",
@@ -6030,7 +6712,7 @@
6030
6712
  },
6031
6713
  "immutable": true,
6032
6714
  "locationInModule": {
6033
- "filename": "src/typescript-options/project-props.ts",
6715
+ "filename": "src/structs/typescript-options/project-props.ts",
6034
6716
  "line": 712
6035
6717
  },
6036
6718
  "name": "codeArtifactOptions",
@@ -6048,7 +6730,7 @@
6048
6730
  },
6049
6731
  "immutable": true,
6050
6732
  "locationInModule": {
6051
- "filename": "src/typescript-options/project-props.ts",
6733
+ "filename": "src/structs/typescript-options/project-props.ts",
6052
6734
  "line": 290
6053
6735
  },
6054
6736
  "name": "codeCov",
@@ -6066,7 +6748,7 @@
6066
6748
  },
6067
6749
  "immutable": true,
6068
6750
  "locationInModule": {
6069
- "filename": "src/typescript-options/project-props.ts",
6751
+ "filename": "src/structs/typescript-options/project-props.ts",
6070
6752
  "line": 284
6071
6753
  },
6072
6754
  "name": "codeCovTokenSecret",
@@ -6084,7 +6766,7 @@
6084
6766
  },
6085
6767
  "immutable": true,
6086
6768
  "locationInModule": {
6087
- "filename": "src/typescript-options/project-props.ts",
6769
+ "filename": "src/structs/typescript-options/project-props.ts",
6088
6770
  "line": 940
6089
6771
  },
6090
6772
  "name": "commitGenerated",
@@ -6102,7 +6784,7 @@
6102
6784
  },
6103
6785
  "immutable": true,
6104
6786
  "locationInModule": {
6105
- "filename": "src/typescript-options/project-props.ts",
6787
+ "filename": "src/structs/typescript-options/project-props.ts",
6106
6788
  "line": 278
6107
6789
  },
6108
6790
  "name": "copyrightOwner",
@@ -6120,7 +6802,7 @@
6120
6802
  },
6121
6803
  "immutable": true,
6122
6804
  "locationInModule": {
6123
- "filename": "src/typescript-options/project-props.ts",
6805
+ "filename": "src/structs/typescript-options/project-props.ts",
6124
6806
  "line": 272
6125
6807
  },
6126
6808
  "name": "copyrightPeriod",
@@ -6139,7 +6821,7 @@
6139
6821
  },
6140
6822
  "immutable": true,
6141
6823
  "locationInModule": {
6142
- "filename": "src/typescript-options/project-props.ts",
6824
+ "filename": "src/structs/typescript-options/project-props.ts",
6143
6825
  "line": 266
6144
6826
  },
6145
6827
  "name": "dependabot",
@@ -6157,7 +6839,7 @@
6157
6839
  },
6158
6840
  "immutable": true,
6159
6841
  "locationInModule": {
6160
- "filename": "src/typescript-options/project-props.ts",
6842
+ "filename": "src/structs/typescript-options/project-props.ts",
6161
6843
  "line": 259
6162
6844
  },
6163
6845
  "name": "dependabotOptions",
@@ -6179,7 +6861,7 @@
6179
6861
  },
6180
6862
  "immutable": true,
6181
6863
  "locationInModule": {
6182
- "filename": "src/typescript-options/project-props.ts",
6864
+ "filename": "src/structs/typescript-options/project-props.ts",
6183
6865
  "line": 705
6184
6866
  },
6185
6867
  "name": "deps",
@@ -6203,7 +6885,7 @@
6203
6885
  },
6204
6886
  "immutable": true,
6205
6887
  "locationInModule": {
6206
- "filename": "src/typescript-options/project-props.ts",
6888
+ "filename": "src/structs/typescript-options/project-props.ts",
6207
6889
  "line": 253
6208
6890
  },
6209
6891
  "name": "depsUpgrade",
@@ -6221,7 +6903,7 @@
6221
6903
  },
6222
6904
  "immutable": true,
6223
6905
  "locationInModule": {
6224
- "filename": "src/typescript-options/project-props.ts",
6906
+ "filename": "src/structs/typescript-options/project-props.ts",
6225
6907
  "line": 246
6226
6908
  },
6227
6909
  "name": "depsUpgradeOptions",
@@ -6242,7 +6924,7 @@
6242
6924
  },
6243
6925
  "immutable": true,
6244
6926
  "locationInModule": {
6245
- "filename": "src/typescript-options/project-props.ts",
6927
+ "filename": "src/structs/typescript-options/project-props.ts",
6246
6928
  "line": 692
6247
6929
  },
6248
6930
  "name": "description",
@@ -6260,7 +6942,7 @@
6260
6942
  },
6261
6943
  "immutable": true,
6262
6944
  "locationInModule": {
6263
- "filename": "src/typescript-options/project-props.ts",
6945
+ "filename": "src/structs/typescript-options/project-props.ts",
6264
6946
  "line": 843
6265
6947
  },
6266
6948
  "name": "devContainer",
@@ -6282,7 +6964,7 @@
6282
6964
  },
6283
6965
  "immutable": true,
6284
6966
  "locationInModule": {
6285
- "filename": "src/typescript-options/project-props.ts",
6967
+ "filename": "src/structs/typescript-options/project-props.ts",
6286
6968
  "line": 684
6287
6969
  },
6288
6970
  "name": "devDeps",
@@ -6305,7 +6987,7 @@
6305
6987
  },
6306
6988
  "immutable": true,
6307
6989
  "locationInModule": {
6308
- "filename": "src/typescript-options/project-props.ts",
6990
+ "filename": "src/structs/typescript-options/project-props.ts",
6309
6991
  "line": 121
6310
6992
  },
6311
6993
  "name": "disableTsconfig",
@@ -6323,7 +7005,7 @@
6323
7005
  },
6324
7006
  "immutable": true,
6325
7007
  "locationInModule": {
6326
- "filename": "src/typescript-options/project-props.ts",
7008
+ "filename": "src/structs/typescript-options/project-props.ts",
6327
7009
  "line": 115
6328
7010
  },
6329
7011
  "name": "disableTsconfigDev",
@@ -6341,7 +7023,7 @@
6341
7023
  },
6342
7024
  "immutable": true,
6343
7025
  "locationInModule": {
6344
- "filename": "src/typescript-options/project-props.ts",
7026
+ "filename": "src/structs/typescript-options/project-props.ts",
6345
7027
  "line": 109
6346
7028
  },
6347
7029
  "name": "docgen",
@@ -6359,7 +7041,7 @@
6359
7041
  },
6360
7042
  "immutable": true,
6361
7043
  "locationInModule": {
6362
- "filename": "src/typescript-options/project-props.ts",
7044
+ "filename": "src/structs/typescript-options/project-props.ts",
6363
7045
  "line": 103
6364
7046
  },
6365
7047
  "name": "docsDirectory",
@@ -6377,7 +7059,7 @@
6377
7059
  },
6378
7060
  "immutable": true,
6379
7061
  "locationInModule": {
6380
- "filename": "src/typescript-options/project-props.ts",
7062
+ "filename": "src/structs/typescript-options/project-props.ts",
6381
7063
  "line": 667
6382
7064
  },
6383
7065
  "name": "entrypoint",
@@ -6395,7 +7077,7 @@
6395
7077
  },
6396
7078
  "immutable": true,
6397
7079
  "locationInModule": {
6398
- "filename": "src/typescript-options/project-props.ts",
7080
+ "filename": "src/structs/typescript-options/project-props.ts",
6399
7081
  "line": 97
6400
7082
  },
6401
7083
  "name": "entrypointTypes",
@@ -6413,7 +7095,7 @@
6413
7095
  },
6414
7096
  "immutable": true,
6415
7097
  "locationInModule": {
6416
- "filename": "src/typescript-options/project-props.ts",
7098
+ "filename": "src/structs/typescript-options/project-props.ts",
6417
7099
  "line": 91
6418
7100
  },
6419
7101
  "name": "eslint",
@@ -6431,7 +7113,7 @@
6431
7113
  },
6432
7114
  "immutable": true,
6433
7115
  "locationInModule": {
6434
- "filename": "src/typescript-options/project-props.ts",
7116
+ "filename": "src/structs/typescript-options/project-props.ts",
6435
7117
  "line": 85
6436
7118
  },
6437
7119
  "name": "eslintOptions",
@@ -6450,7 +7132,7 @@
6450
7132
  },
6451
7133
  "immutable": true,
6452
7134
  "locationInModule": {
6453
- "filename": "src/typescript-options/project-props.ts",
7135
+ "filename": "src/structs/typescript-options/project-props.ts",
6454
7136
  "line": 837
6455
7137
  },
6456
7138
  "name": "github",
@@ -6468,7 +7150,7 @@
6468
7150
  },
6469
7151
  "immutable": true,
6470
7152
  "locationInModule": {
6471
- "filename": "src/typescript-options/project-props.ts",
7153
+ "filename": "src/structs/typescript-options/project-props.ts",
6472
7154
  "line": 830
6473
7155
  },
6474
7156
  "name": "githubOptions",
@@ -6485,7 +7167,7 @@
6485
7167
  },
6486
7168
  "immutable": true,
6487
7169
  "locationInModule": {
6488
- "filename": "src/typescript-options/project-props.ts",
7170
+ "filename": "src/structs/typescript-options/project-props.ts",
6489
7171
  "line": 240
6490
7172
  },
6491
7173
  "name": "gitignore",
@@ -6507,7 +7189,7 @@
6507
7189
  },
6508
7190
  "immutable": true,
6509
7191
  "locationInModule": {
6510
- "filename": "src/typescript-options/project-props.ts",
7192
+ "filename": "src/structs/typescript-options/project-props.ts",
6511
7193
  "line": 934
6512
7194
  },
6513
7195
  "name": "gitIgnoreOptions",
@@ -6524,7 +7206,7 @@
6524
7206
  },
6525
7207
  "immutable": true,
6526
7208
  "locationInModule": {
6527
- "filename": "src/typescript-options/project-props.ts",
7209
+ "filename": "src/structs/typescript-options/project-props.ts",
6528
7210
  "line": 929
6529
7211
  },
6530
7212
  "name": "gitOptions",
@@ -6542,7 +7224,7 @@
6542
7224
  },
6543
7225
  "immutable": true,
6544
7226
  "locationInModule": {
6545
- "filename": "src/typescript-options/project-props.ts",
7227
+ "filename": "src/structs/typescript-options/project-props.ts",
6546
7228
  "line": 824
6547
7229
  },
6548
7230
  "name": "gitpod",
@@ -6559,7 +7241,7 @@
6559
7241
  },
6560
7242
  "immutable": true,
6561
7243
  "locationInModule": {
6562
- "filename": "src/typescript-options/project-props.ts",
7244
+ "filename": "src/structs/typescript-options/project-props.ts",
6563
7245
  "line": 660
6564
7246
  },
6565
7247
  "name": "homepage",
@@ -6577,7 +7259,7 @@
6577
7259
  },
6578
7260
  "immutable": true,
6579
7261
  "locationInModule": {
6580
- "filename": "src/typescript-options/project-props.ts",
7262
+ "filename": "src/structs/typescript-options/project-props.ts",
6581
7263
  "line": 235
6582
7264
  },
6583
7265
  "name": "jest",
@@ -6595,7 +7277,7 @@
6595
7277
  },
6596
7278
  "immutable": true,
6597
7279
  "locationInModule": {
6598
- "filename": "src/typescript-options/project-props.ts",
7280
+ "filename": "src/structs/typescript-options/project-props.ts",
6599
7281
  "line": 229
6600
7282
  },
6601
7283
  "name": "jestOptions",
@@ -6613,7 +7295,7 @@
6613
7295
  },
6614
7296
  "immutable": true,
6615
7297
  "locationInModule": {
6616
- "filename": "src/typescript-options/project-props.ts",
7298
+ "filename": "src/structs/typescript-options/project-props.ts",
6617
7299
  "line": 500
6618
7300
  },
6619
7301
  "name": "jsiiReleaseVersion",
@@ -6630,7 +7312,7 @@
6630
7312
  },
6631
7313
  "immutable": true,
6632
7314
  "locationInModule": {
6633
- "filename": "src/typescript-options/project-props.ts",
7315
+ "filename": "src/structs/typescript-options/project-props.ts",
6634
7316
  "line": 655
6635
7317
  },
6636
7318
  "name": "keywords",
@@ -6653,7 +7335,7 @@
6653
7335
  },
6654
7336
  "immutable": true,
6655
7337
  "locationInModule": {
6656
- "filename": "src/typescript-options/project-props.ts",
7338
+ "filename": "src/structs/typescript-options/project-props.ts",
6657
7339
  "line": 79
6658
7340
  },
6659
7341
  "name": "libdir",
@@ -6672,7 +7354,7 @@
6672
7354
  },
6673
7355
  "immutable": true,
6674
7356
  "locationInModule": {
6675
- "filename": "src/typescript-options/project-props.ts",
7357
+ "filename": "src/structs/typescript-options/project-props.ts",
6676
7358
  "line": 650
6677
7359
  },
6678
7360
  "name": "license",
@@ -6690,7 +7372,7 @@
6690
7372
  },
6691
7373
  "immutable": true,
6692
7374
  "locationInModule": {
6693
- "filename": "src/typescript-options/project-props.ts",
7375
+ "filename": "src/structs/typescript-options/project-props.ts",
6694
7376
  "line": 642
6695
7377
  },
6696
7378
  "name": "licensed",
@@ -6708,7 +7390,7 @@
6708
7390
  },
6709
7391
  "immutable": true,
6710
7392
  "locationInModule": {
6711
- "filename": "src/typescript-options/project-props.ts",
7393
+ "filename": "src/structs/typescript-options/project-props.ts",
6712
7394
  "line": 924
6713
7395
  },
6714
7396
  "name": "logging",
@@ -6727,7 +7409,7 @@
6727
7409
  },
6728
7410
  "immutable": true,
6729
7411
  "locationInModule": {
6730
- "filename": "src/typescript-options/project-props.ts",
7412
+ "filename": "src/structs/typescript-options/project-props.ts",
6731
7413
  "line": 494
6732
7414
  },
6733
7415
  "name": "majorVersion",
@@ -6746,7 +7428,7 @@
6746
7428
  },
6747
7429
  "immutable": true,
6748
7430
  "locationInModule": {
6749
- "filename": "src/typescript-options/project-props.ts",
7431
+ "filename": "src/structs/typescript-options/project-props.ts",
6750
7432
  "line": 636
6751
7433
  },
6752
7434
  "name": "maxNodeVersion",
@@ -6765,7 +7447,7 @@
6765
7447
  },
6766
7448
  "immutable": true,
6767
7449
  "locationInModule": {
6768
- "filename": "src/typescript-options/project-props.ts",
7450
+ "filename": "src/structs/typescript-options/project-props.ts",
6769
7451
  "line": 486
6770
7452
  },
6771
7453
  "name": "minMajorVersion",
@@ -6784,7 +7466,7 @@
6784
7466
  },
6785
7467
  "immutable": true,
6786
7468
  "locationInModule": {
6787
- "filename": "src/typescript-options/project-props.ts",
7469
+ "filename": "src/structs/typescript-options/project-props.ts",
6788
7470
  "line": 625
6789
7471
  },
6790
7472
  "name": "minNodeVersion",
@@ -6803,7 +7485,7 @@
6803
7485
  },
6804
7486
  "immutable": true,
6805
7487
  "locationInModule": {
6806
- "filename": "src/typescript-options/project-props.ts",
7488
+ "filename": "src/structs/typescript-options/project-props.ts",
6807
7489
  "line": 476
6808
7490
  },
6809
7491
  "name": "nextVersionCommand",
@@ -6821,7 +7503,7 @@
6821
7503
  },
6822
7504
  "immutable": true,
6823
7505
  "locationInModule": {
6824
- "filename": "src/typescript-options/project-props.ts",
7506
+ "filename": "src/structs/typescript-options/project-props.ts",
6825
7507
  "line": 610
6826
7508
  },
6827
7509
  "name": "npmAccess",
@@ -6840,7 +7522,7 @@
6840
7522
  },
6841
7523
  "immutable": true,
6842
7524
  "locationInModule": {
6843
- "filename": "src/typescript-options/project-props.ts",
7525
+ "filename": "src/structs/typescript-options/project-props.ts",
6844
7526
  "line": 453
6845
7527
  },
6846
7528
  "name": "npmDistTag",
@@ -6858,7 +7540,7 @@
6858
7540
  },
6859
7541
  "immutable": true,
6860
7542
  "locationInModule": {
6861
- "filename": "src/typescript-options/project-props.ts",
7543
+ "filename": "src/structs/typescript-options/project-props.ts",
6862
7544
  "line": 223
6863
7545
  },
6864
7546
  "name": "npmignoreEnabled",
@@ -6875,7 +7557,7 @@
6875
7557
  },
6876
7558
  "immutable": true,
6877
7559
  "locationInModule": {
6878
- "filename": "src/typescript-options/project-props.ts",
7560
+ "filename": "src/structs/typescript-options/project-props.ts",
6879
7561
  "line": 217
6880
7562
  },
6881
7563
  "name": "npmIgnoreOptions",
@@ -6894,7 +7576,7 @@
6894
7576
  },
6895
7577
  "immutable": true,
6896
7578
  "locationInModule": {
6897
- "filename": "src/typescript-options/project-props.ts",
7579
+ "filename": "src/structs/typescript-options/project-props.ts",
6898
7580
  "line": 602
6899
7581
  },
6900
7582
  "name": "npmProvenance",
@@ -6913,7 +7595,7 @@
6913
7595
  },
6914
7596
  "immutable": true,
6915
7597
  "locationInModule": {
6916
- "filename": "src/typescript-options/project-props.ts",
7598
+ "filename": "src/structs/typescript-options/project-props.ts",
6917
7599
  "line": 591
6918
7600
  },
6919
7601
  "name": "npmRegistryUrl",
@@ -6931,7 +7613,7 @@
6931
7613
  },
6932
7614
  "immutable": true,
6933
7615
  "locationInModule": {
6934
- "filename": "src/typescript-options/project-props.ts",
7616
+ "filename": "src/structs/typescript-options/project-props.ts",
6935
7617
  "line": 584
6936
7618
  },
6937
7619
  "name": "npmTokenSecret",
@@ -6950,7 +7632,7 @@
6950
7632
  },
6951
7633
  "immutable": true,
6952
7634
  "locationInModule": {
6953
- "filename": "src/typescript-options/project-props.ts",
7635
+ "filename": "src/structs/typescript-options/project-props.ts",
6954
7636
  "line": 918
6955
7637
  },
6956
7638
  "name": "outdir",
@@ -6968,7 +7650,7 @@
6968
7650
  },
6969
7651
  "immutable": true,
6970
7652
  "locationInModule": {
6971
- "filename": "src/typescript-options/project-props.ts",
7653
+ "filename": "src/structs/typescript-options/project-props.ts",
6972
7654
  "line": 212
6973
7655
  },
6974
7656
  "name": "package",
@@ -6986,7 +7668,7 @@
6986
7668
  },
6987
7669
  "immutable": true,
6988
7670
  "locationInModule": {
6989
- "filename": "src/typescript-options/project-props.ts",
7671
+ "filename": "src/structs/typescript-options/project-props.ts",
6990
7672
  "line": 578
6991
7673
  },
6992
7674
  "name": "packageManager",
@@ -7007,7 +7689,7 @@
7007
7689
  },
7008
7690
  "immutable": true,
7009
7691
  "locationInModule": {
7010
- "filename": "src/typescript-options/project-props.ts",
7692
+ "filename": "src/structs/typescript-options/project-props.ts",
7011
7693
  "line": 572
7012
7694
  },
7013
7695
  "name": "packageName",
@@ -7024,7 +7706,7 @@
7024
7706
  },
7025
7707
  "immutable": true,
7026
7708
  "locationInModule": {
7027
- "filename": "src/typescript-options/project-props.ts",
7709
+ "filename": "src/structs/typescript-options/project-props.ts",
7028
7710
  "line": 907
7029
7711
  },
7030
7712
  "name": "parent",
@@ -7041,7 +7723,7 @@
7041
7723
  },
7042
7724
  "immutable": true,
7043
7725
  "locationInModule": {
7044
- "filename": "src/typescript-options/project-props.ts",
7726
+ "filename": "src/structs/typescript-options/project-props.ts",
7045
7727
  "line": 565
7046
7728
  },
7047
7729
  "name": "peerDependencyOptions",
@@ -7060,7 +7742,7 @@
7060
7742
  },
7061
7743
  "immutable": true,
7062
7744
  "locationInModule": {
7063
- "filename": "src/typescript-options/project-props.ts",
7745
+ "filename": "src/structs/typescript-options/project-props.ts",
7064
7746
  "line": 560
7065
7747
  },
7066
7748
  "name": "peerDeps",
@@ -7083,7 +7765,7 @@
7083
7765
  },
7084
7766
  "immutable": true,
7085
7767
  "locationInModule": {
7086
- "filename": "src/typescript-options/project-props.ts",
7768
+ "filename": "src/structs/typescript-options/project-props.ts",
7087
7769
  "line": 541
7088
7770
  },
7089
7771
  "name": "pnpmVersion",
@@ -7101,7 +7783,7 @@
7101
7783
  },
7102
7784
  "immutable": true,
7103
7785
  "locationInModule": {
7104
- "filename": "src/typescript-options/project-props.ts",
7786
+ "filename": "src/structs/typescript-options/project-props.ts",
7105
7787
  "line": 445
7106
7788
  },
7107
7789
  "name": "postBuildSteps",
@@ -7124,7 +7806,7 @@
7124
7806
  },
7125
7807
  "immutable": true,
7126
7808
  "locationInModule": {
7127
- "filename": "src/typescript-options/project-props.ts",
7809
+ "filename": "src/structs/typescript-options/project-props.ts",
7128
7810
  "line": 439
7129
7811
  },
7130
7812
  "name": "prerelease",
@@ -7142,7 +7824,7 @@
7142
7824
  },
7143
7825
  "immutable": true,
7144
7826
  "locationInModule": {
7145
- "filename": "src/typescript-options/project-props.ts",
7827
+ "filename": "src/structs/typescript-options/project-props.ts",
7146
7828
  "line": 206
7147
7829
  },
7148
7830
  "name": "prettier",
@@ -7160,7 +7842,7 @@
7160
7842
  },
7161
7843
  "immutable": true,
7162
7844
  "locationInModule": {
7163
- "filename": "src/typescript-options/project-props.ts",
7845
+ "filename": "src/structs/typescript-options/project-props.ts",
7164
7846
  "line": 200
7165
7847
  },
7166
7848
  "name": "prettierOptions",
@@ -7179,7 +7861,7 @@
7179
7861
  },
7180
7862
  "immutable": true,
7181
7863
  "locationInModule": {
7182
- "filename": "src/typescript-options/project-props.ts",
7864
+ "filename": "src/structs/typescript-options/project-props.ts",
7183
7865
  "line": 902
7184
7866
  },
7185
7867
  "name": "projenCommand",
@@ -7197,13 +7879,13 @@
7197
7879
  },
7198
7880
  "immutable": true,
7199
7881
  "locationInModule": {
7200
- "filename": "src/typescript-options/project-props.ts",
7882
+ "filename": "src/structs/typescript-options/project-props.ts",
7201
7883
  "line": 818
7202
7884
  },
7203
7885
  "name": "projenCredentials",
7204
7886
  "optional": true,
7205
7887
  "type": {
7206
- "fqn": "projen.github.GithubCredentials"
7888
+ "fqn": "@hallcor/pulumi-projen-project-types.GithubCredentials"
7207
7889
  }
7208
7890
  },
7209
7891
  {
@@ -7215,7 +7897,7 @@
7215
7897
  },
7216
7898
  "immutable": true,
7217
7899
  "locationInModule": {
7218
- "filename": "src/typescript-options/project-props.ts",
7900
+ "filename": "src/structs/typescript-options/project-props.ts",
7219
7901
  "line": 194
7220
7902
  },
7221
7903
  "name": "projenDevDependency",
@@ -7233,7 +7915,7 @@
7233
7915
  },
7234
7916
  "immutable": true,
7235
7917
  "locationInModule": {
7236
- "filename": "src/typescript-options/project-props.ts",
7918
+ "filename": "src/structs/typescript-options/project-props.ts",
7237
7919
  "line": 188
7238
7920
  },
7239
7921
  "name": "projenrcJs",
@@ -7251,7 +7933,7 @@
7251
7933
  },
7252
7934
  "immutable": true,
7253
7935
  "locationInModule": {
7254
- "filename": "src/typescript-options/project-props.ts",
7936
+ "filename": "src/structs/typescript-options/project-props.ts",
7255
7937
  "line": 895
7256
7938
  },
7257
7939
  "name": "projenrcJson",
@@ -7269,7 +7951,7 @@
7269
7951
  },
7270
7952
  "immutable": true,
7271
7953
  "locationInModule": {
7272
- "filename": "src/typescript-options/project-props.ts",
7954
+ "filename": "src/structs/typescript-options/project-props.ts",
7273
7955
  "line": 889
7274
7956
  },
7275
7957
  "name": "projenrcJsonOptions",
@@ -7287,7 +7969,7 @@
7287
7969
  },
7288
7970
  "immutable": true,
7289
7971
  "locationInModule": {
7290
- "filename": "src/typescript-options/project-props.ts",
7972
+ "filename": "src/structs/typescript-options/project-props.ts",
7291
7973
  "line": 182
7292
7974
  },
7293
7975
  "name": "projenrcJsOptions",
@@ -7308,7 +7990,7 @@
7308
7990
  },
7309
7991
  "immutable": true,
7310
7992
  "locationInModule": {
7311
- "filename": "src/typescript-options/project-props.ts",
7993
+ "filename": "src/structs/typescript-options/project-props.ts",
7312
7994
  "line": 73
7313
7995
  },
7314
7996
  "name": "projenrcTs",
@@ -7325,7 +8007,7 @@
7325
8007
  },
7326
8008
  "immutable": true,
7327
8009
  "locationInModule": {
7328
- "filename": "src/typescript-options/project-props.ts",
8010
+ "filename": "src/structs/typescript-options/project-props.ts",
7329
8011
  "line": 66
7330
8012
  },
7331
8013
  "name": "projenrcTsOptions",
@@ -7343,7 +8025,7 @@
7343
8025
  },
7344
8026
  "immutable": true,
7345
8027
  "locationInModule": {
7346
- "filename": "src/typescript-options/project-props.ts",
8028
+ "filename": "src/structs/typescript-options/project-props.ts",
7347
8029
  "line": 176
7348
8030
  },
7349
8031
  "name": "projenVersion",
@@ -7361,7 +8043,7 @@
7361
8043
  },
7362
8044
  "immutable": true,
7363
8045
  "locationInModule": {
7364
- "filename": "src/typescript-options/project-props.ts",
8046
+ "filename": "src/structs/typescript-options/project-props.ts",
7365
8047
  "line": 433
7366
8048
  },
7367
8049
  "name": "publishDryRun",
@@ -7380,7 +8062,7 @@
7380
8062
  },
7381
8063
  "immutable": true,
7382
8064
  "locationInModule": {
7383
- "filename": "src/typescript-options/project-props.ts",
8065
+ "filename": "src/structs/typescript-options/project-props.ts",
7384
8066
  "line": 427
7385
8067
  },
7386
8068
  "name": "publishTasks",
@@ -7398,7 +8080,7 @@
7398
8080
  },
7399
8081
  "immutable": true,
7400
8082
  "locationInModule": {
7401
- "filename": "src/typescript-options/project-props.ts",
8083
+ "filename": "src/structs/typescript-options/project-props.ts",
7402
8084
  "line": 170
7403
8085
  },
7404
8086
  "name": "pullRequestTemplate",
@@ -7416,7 +8098,7 @@
7416
8098
  },
7417
8099
  "immutable": true,
7418
8100
  "locationInModule": {
7419
- "filename": "src/typescript-options/project-props.ts",
8101
+ "filename": "src/structs/typescript-options/project-props.ts",
7420
8102
  "line": 164
7421
8103
  },
7422
8104
  "name": "pullRequestTemplateContents",
@@ -7439,7 +8121,7 @@
7439
8121
  },
7440
8122
  "immutable": true,
7441
8123
  "locationInModule": {
7442
- "filename": "src/typescript-options/project-props.ts",
8124
+ "filename": "src/structs/typescript-options/project-props.ts",
7443
8125
  "line": 812
7444
8126
  },
7445
8127
  "name": "readme",
@@ -7457,7 +8139,7 @@
7457
8139
  },
7458
8140
  "immutable": true,
7459
8141
  "locationInModule": {
7460
- "filename": "src/typescript-options/project-props.ts",
8142
+ "filename": "src/structs/typescript-options/project-props.ts",
7461
8143
  "line": 419
7462
8144
  },
7463
8145
  "name": "releasableCommits",
@@ -7475,7 +8157,7 @@
7475
8157
  },
7476
8158
  "immutable": true,
7477
8159
  "locationInModule": {
7478
- "filename": "src/typescript-options/project-props.ts",
8160
+ "filename": "src/structs/typescript-options/project-props.ts",
7479
8161
  "line": 158
7480
8162
  },
7481
8163
  "name": "release",
@@ -7494,7 +8176,7 @@
7494
8176
  },
7495
8177
  "immutable": true,
7496
8178
  "locationInModule": {
7497
- "filename": "src/typescript-options/project-props.ts",
8179
+ "filename": "src/structs/typescript-options/project-props.ts",
7498
8180
  "line": 413
7499
8181
  },
7500
8182
  "name": "releaseBranches",
@@ -7517,7 +8199,7 @@
7517
8199
  },
7518
8200
  "immutable": true,
7519
8201
  "locationInModule": {
7520
- "filename": "src/typescript-options/project-props.ts",
8202
+ "filename": "src/structs/typescript-options/project-props.ts",
7521
8203
  "line": 400
7522
8204
  },
7523
8205
  "name": "releaseFailureIssue",
@@ -7536,7 +8218,7 @@
7536
8218
  },
7537
8219
  "immutable": true,
7538
8220
  "locationInModule": {
7539
- "filename": "src/typescript-options/project-props.ts",
8221
+ "filename": "src/structs/typescript-options/project-props.ts",
7540
8222
  "line": 394
7541
8223
  },
7542
8224
  "name": "releaseFailureIssueLabel",
@@ -7555,7 +8237,7 @@
7555
8237
  },
7556
8238
  "immutable": true,
7557
8239
  "locationInModule": {
7558
- "filename": "src/typescript-options/project-props.ts",
8240
+ "filename": "src/structs/typescript-options/project-props.ts",
7559
8241
  "line": 387
7560
8242
  },
7561
8243
  "name": "releaseTagPrefix",
@@ -7573,7 +8255,7 @@
7573
8255
  },
7574
8256
  "immutable": true,
7575
8257
  "locationInModule": {
7576
- "filename": "src/typescript-options/project-props.ts",
8258
+ "filename": "src/structs/typescript-options/project-props.ts",
7577
8259
  "line": 152
7578
8260
  },
7579
8261
  "name": "releaseToNpm",
@@ -7591,7 +8273,7 @@
7591
8273
  },
7592
8274
  "immutable": true,
7593
8275
  "locationInModule": {
7594
- "filename": "src/typescript-options/project-props.ts",
8276
+ "filename": "src/structs/typescript-options/project-props.ts",
7595
8277
  "line": 377
7596
8278
  },
7597
8279
  "name": "releaseTrigger",
@@ -7609,7 +8291,7 @@
7609
8291
  },
7610
8292
  "immutable": true,
7611
8293
  "locationInModule": {
7612
- "filename": "src/typescript-options/project-props.ts",
8294
+ "filename": "src/structs/typescript-options/project-props.ts",
7613
8295
  "line": 371
7614
8296
  },
7615
8297
  "name": "releaseWorkflowName",
@@ -7626,7 +8308,7 @@
7626
8308
  },
7627
8309
  "immutable": true,
7628
8310
  "locationInModule": {
7629
- "filename": "src/typescript-options/project-props.ts",
8311
+ "filename": "src/structs/typescript-options/project-props.ts",
7630
8312
  "line": 365
7631
8313
  },
7632
8314
  "name": "releaseWorkflowSetupSteps",
@@ -7649,7 +8331,7 @@
7649
8331
  },
7650
8332
  "immutable": true,
7651
8333
  "locationInModule": {
7652
- "filename": "src/typescript-options/project-props.ts",
8334
+ "filename": "src/structs/typescript-options/project-props.ts",
7653
8335
  "line": 883
7654
8336
  },
7655
8337
  "name": "renovatebot",
@@ -7667,7 +8349,7 @@
7667
8349
  },
7668
8350
  "immutable": true,
7669
8351
  "locationInModule": {
7670
- "filename": "src/typescript-options/project-props.ts",
8352
+ "filename": "src/structs/typescript-options/project-props.ts",
7671
8353
  "line": 877
7672
8354
  },
7673
8355
  "name": "renovatebotOptions",
@@ -7685,7 +8367,7 @@
7685
8367
  },
7686
8368
  "immutable": true,
7687
8369
  "locationInModule": {
7688
- "filename": "src/typescript-options/project-props.ts",
8370
+ "filename": "src/structs/typescript-options/project-props.ts",
7689
8371
  "line": 535
7690
8372
  },
7691
8373
  "name": "repository",
@@ -7702,7 +8384,7 @@
7702
8384
  },
7703
8385
  "immutable": true,
7704
8386
  "locationInModule": {
7705
- "filename": "src/typescript-options/project-props.ts",
8387
+ "filename": "src/structs/typescript-options/project-props.ts",
7706
8388
  "line": 529
7707
8389
  },
7708
8390
  "name": "repositoryDirectory",
@@ -7720,7 +8402,7 @@
7720
8402
  },
7721
8403
  "immutable": true,
7722
8404
  "locationInModule": {
7723
- "filename": "src/typescript-options/project-props.ts",
8405
+ "filename": "src/structs/typescript-options/project-props.ts",
7724
8406
  "line": 61
7725
8407
  },
7726
8408
  "name": "sampleCode",
@@ -7738,7 +8420,7 @@
7738
8420
  },
7739
8421
  "immutable": true,
7740
8422
  "locationInModule": {
7741
- "filename": "src/typescript-options/project-props.ts",
8423
+ "filename": "src/structs/typescript-options/project-props.ts",
7742
8424
  "line": 524
7743
8425
  },
7744
8426
  "name": "scopedPackagesOptions",
@@ -7761,7 +8443,7 @@
7761
8443
  },
7762
8444
  "immutable": true,
7763
8445
  "locationInModule": {
7764
- "filename": "src/typescript-options/project-props.ts",
8446
+ "filename": "src/structs/typescript-options/project-props.ts",
7765
8447
  "line": 55
7766
8448
  },
7767
8449
  "name": "srcdir",
@@ -7778,7 +8460,7 @@
7778
8460
  },
7779
8461
  "immutable": true,
7780
8462
  "locationInModule": {
7781
- "filename": "src/typescript-options/project-props.ts",
8463
+ "filename": "src/structs/typescript-options/project-props.ts",
7782
8464
  "line": 518
7783
8465
  },
7784
8466
  "name": "stability",
@@ -7797,7 +8479,7 @@
7797
8479
  },
7798
8480
  "immutable": true,
7799
8481
  "locationInModule": {
7800
- "filename": "src/typescript-options/project-props.ts",
8482
+ "filename": "src/structs/typescript-options/project-props.ts",
7801
8483
  "line": 806
7802
8484
  },
7803
8485
  "name": "stale",
@@ -7816,7 +8498,7 @@
7816
8498
  },
7817
8499
  "immutable": true,
7818
8500
  "locationInModule": {
7819
- "filename": "src/typescript-options/project-props.ts",
8501
+ "filename": "src/structs/typescript-options/project-props.ts",
7820
8502
  "line": 799
7821
8503
  },
7822
8504
  "name": "staleOptions",
@@ -7835,7 +8517,7 @@
7835
8517
  },
7836
8518
  "immutable": true,
7837
8519
  "locationInModule": {
7838
- "filename": "src/typescript-options/project-props.ts",
8520
+ "filename": "src/structs/typescript-options/project-props.ts",
7839
8521
  "line": 49
7840
8522
  },
7841
8523
  "name": "testdir",
@@ -7853,7 +8535,7 @@
7853
8535
  },
7854
8536
  "immutable": true,
7855
8537
  "locationInModule": {
7856
- "filename": "src/typescript-options/project-props.ts",
8538
+ "filename": "src/structs/typescript-options/project-props.ts",
7857
8539
  "line": 39
7858
8540
  },
7859
8541
  "name": "tsconfig",
@@ -7871,7 +8553,7 @@
7871
8553
  },
7872
8554
  "immutable": true,
7873
8555
  "locationInModule": {
7874
- "filename": "src/typescript-options/project-props.ts",
8556
+ "filename": "src/structs/typescript-options/project-props.ts",
7875
8557
  "line": 33
7876
8558
  },
7877
8559
  "name": "tsconfigDev",
@@ -7889,7 +8571,7 @@
7889
8571
  },
7890
8572
  "immutable": true,
7891
8573
  "locationInModule": {
7892
- "filename": "src/typescript-options/project-props.ts",
8574
+ "filename": "src/structs/typescript-options/project-props.ts",
7893
8575
  "line": 27
7894
8576
  },
7895
8577
  "name": "tsconfigDevFile",
@@ -7906,7 +8588,7 @@
7906
8588
  },
7907
8589
  "immutable": true,
7908
8590
  "locationInModule": {
7909
- "filename": "src/typescript-options/project-props.ts",
8591
+ "filename": "src/structs/typescript-options/project-props.ts",
7910
8592
  "line": 21
7911
8593
  },
7912
8594
  "name": "tsJestOptions",
@@ -7925,7 +8607,7 @@
7925
8607
  },
7926
8608
  "immutable": true,
7927
8609
  "locationInModule": {
7928
- "filename": "src/typescript-options/project-props.ts",
8610
+ "filename": "src/structs/typescript-options/project-props.ts",
7929
8611
  "line": 16
7930
8612
  },
7931
8613
  "name": "typescriptVersion",
@@ -7944,7 +8626,7 @@
7944
8626
  },
7945
8627
  "immutable": true,
7946
8628
  "locationInModule": {
7947
- "filename": "src/typescript-options/project-props.ts",
8629
+ "filename": "src/structs/typescript-options/project-props.ts",
7948
8630
  "line": 360
7949
8631
  },
7950
8632
  "name": "versionrcOptions",
@@ -7968,7 +8650,7 @@
7968
8650
  },
7969
8651
  "immutable": true,
7970
8652
  "locationInModule": {
7971
- "filename": "src/typescript-options/project-props.ts",
8653
+ "filename": "src/structs/typescript-options/project-props.ts",
7972
8654
  "line": 792
7973
8655
  },
7974
8656
  "name": "vscode",
@@ -7986,7 +8668,7 @@
7986
8668
  },
7987
8669
  "immutable": true,
7988
8670
  "locationInModule": {
7989
- "filename": "src/typescript-options/project-props.ts",
8671
+ "filename": "src/structs/typescript-options/project-props.ts",
7990
8672
  "line": 146
7991
8673
  },
7992
8674
  "name": "workflowBootstrapSteps",
@@ -8009,7 +8691,7 @@
8009
8691
  },
8010
8692
  "immutable": true,
8011
8693
  "locationInModule": {
8012
- "filename": "src/typescript-options/project-props.ts",
8694
+ "filename": "src/structs/typescript-options/project-props.ts",
8013
8695
  "line": 353
8014
8696
  },
8015
8697
  "name": "workflowContainerImage",
@@ -8027,7 +8709,7 @@
8027
8709
  },
8028
8710
  "immutable": true,
8029
8711
  "locationInModule": {
8030
- "filename": "src/typescript-options/project-props.ts",
8712
+ "filename": "src/structs/typescript-options/project-props.ts",
8031
8713
  "line": 140
8032
8714
  },
8033
8715
  "name": "workflowGitIdentity",
@@ -8046,7 +8728,7 @@
8046
8728
  },
8047
8729
  "immutable": true,
8048
8730
  "locationInModule": {
8049
- "filename": "src/typescript-options/project-props.ts",
8731
+ "filename": "src/structs/typescript-options/project-props.ts",
8050
8732
  "line": 134
8051
8733
  },
8052
8734
  "name": "workflowNodeVersion",
@@ -8064,7 +8746,7 @@
8064
8746
  },
8065
8747
  "immutable": true,
8066
8748
  "locationInModule": {
8067
- "filename": "src/typescript-options/project-props.ts",
8749
+ "filename": "src/structs/typescript-options/project-props.ts",
8068
8750
  "line": 127
8069
8751
  },
8070
8752
  "name": "workflowPackageCache",
@@ -8086,7 +8768,7 @@
8086
8768
  },
8087
8769
  "immutable": true,
8088
8770
  "locationInModule": {
8089
- "filename": "src/typescript-options/project-props.ts",
8771
+ "filename": "src/structs/typescript-options/project-props.ts",
8090
8772
  "line": 347
8091
8773
  },
8092
8774
  "name": "workflowRunsOn",
@@ -8112,7 +8794,7 @@
8112
8794
  },
8113
8795
  "immutable": true,
8114
8796
  "locationInModule": {
8115
- "filename": "src/typescript-options/project-props.ts",
8797
+ "filename": "src/structs/typescript-options/project-props.ts",
8116
8798
  "line": 339
8117
8799
  },
8118
8800
  "name": "workflowRunsOnGroup",
@@ -8130,7 +8812,7 @@
8130
8812
  },
8131
8813
  "immutable": true,
8132
8814
  "locationInModule": {
8133
- "filename": "src/typescript-options/project-props.ts",
8815
+ "filename": "src/structs/typescript-options/project-props.ts",
8134
8816
  "line": 513
8135
8817
  },
8136
8818
  "name": "yarnBerryOptions",
@@ -8140,9 +8822,9 @@
8140
8822
  }
8141
8823
  }
8142
8824
  ],
8143
- "symbolId": "src/typescript-options/project-props:TypeScriptProjectProps"
8825
+ "symbolId": "src/structs/typescript-options/project-props:TypeScriptProjectProps"
8144
8826
  }
8145
8827
  },
8146
- "version": "0.0.27",
8147
- "fingerprint": "p5aA3Il+dPIT5NdHTfCRY+W2wZDFUGP70pm5S8RiFF8="
8828
+ "version": "0.0.29",
8829
+ "fingerprint": "X64iL7XkEEJvwPddmYW7Dt1orRF74fvffyl7idK8r6A="
8148
8830
  }