@firestartr/cli 1.59.3-snapshot-13 → 1.59.3-snapshot-14

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 (20) hide show
  1. package/build/index.js +33 -214
  2. package/build/packages/cdk8s_renderer/src/claims/base/schemas/argodeploy.schema.d.ts +0 -1
  3. package/build/packages/cdk8s_renderer/src/claims/base/schemas/common-meta.schema.d.ts +0 -46
  4. package/build/packages/cdk8s_renderer/src/claims/base/schemas/component.schema.d.ts +0 -1
  5. package/build/packages/cdk8s_renderer/src/claims/base/schemas/group.schema.d.ts +0 -1
  6. package/build/packages/cdk8s_renderer/src/claims/base/schemas/index.d.ts +0 -237
  7. package/build/packages/cdk8s_renderer/src/claims/base/schemas/orgwebhook.schema.d.ts +0 -1
  8. package/build/packages/cdk8s_renderer/src/claims/base/schemas/secrets.schema.d.ts +0 -1
  9. package/build/packages/cdk8s_renderer/src/claims/base/schemas/tfworkspace.schema.d.ts +0 -1
  10. package/build/packages/cdk8s_renderer/src/claims/base/schemas/user.schema.d.ts +0 -1
  11. package/build/packages/cdk8s_renderer/src/claims/external-secrets/external-secrets.schema.d.ts +0 -12
  12. package/build/packages/cdk8s_renderer/src/claims/external-secrets/index.d.ts +0 -12
  13. package/build/packages/cdk8s_renderer/src/claims/github/component.schema.d.ts +0 -136
  14. package/build/packages/cdk8s_renderer/src/claims/github/group.schema.d.ts +0 -11
  15. package/build/packages/cdk8s_renderer/src/claims/github/index.d.ts +0 -167
  16. package/build/packages/cdk8s_renderer/src/claims/github/orgwebhook.schema.d.ts +0 -9
  17. package/build/packages/cdk8s_renderer/src/claims/github/user.schema.d.ts +0 -11
  18. package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/index.d.ts +0 -5
  19. package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/terraform.schema.d.ts +0 -5
  20. package/package.json +1 -1
@@ -121,52 +121,6 @@ declare const schemas: {
121
121
  };
122
122
  additionalProperties: boolean;
123
123
  };
124
- GithubRules: {
125
- $id: string;
126
- type: string;
127
- properties: {
128
- path: {
129
- type: string;
130
- };
131
- owners: {
132
- type: string;
133
- items: {
134
- $ref: string;
135
- };
136
- };
137
- };
138
- required: string[];
139
- additionalProperties: boolean;
140
- };
141
- GithubSync: {
142
- $id: string;
143
- type: string;
144
- properties: {
145
- enabled: {
146
- type: string;
147
- };
148
- period: {
149
- type: string;
150
- pattern: string;
151
- };
152
- policy: {
153
- type: string;
154
- };
155
- schedule: {
156
- type: string;
157
- };
158
- schedule_timezone: {
159
- type: string;
160
- };
161
- };
162
- additionalProperties: boolean;
163
- required: string[];
164
- };
165
- TfStateKey: {
166
- $id: string;
167
- type: string;
168
- pattern: string;
169
- };
170
124
  };
171
125
  } | {
172
126
  $schema: string;
@@ -206,7 +160,6 @@ declare const schemas: {
206
160
  $ref: string;
207
161
  };
208
162
  };
209
- additionalProperties: boolean;
210
163
  };
211
164
  };
212
165
  $ref?: undefined;
@@ -236,7 +189,6 @@ declare const schemas: {
236
189
  $ref: string;
237
190
  };
238
191
  };
239
- additionalProperties: boolean;
240
192
  };
241
193
  };
242
194
  $ref?: undefined;
@@ -285,7 +237,6 @@ declare const schemas: {
285
237
  $ref: string;
286
238
  };
287
239
  };
288
- additionalProperties: boolean;
289
240
  };
290
241
  };
291
242
  required: string[];
@@ -383,7 +334,6 @@ declare const schemas: {
383
334
  $ref: string;
384
335
  };
385
336
  };
386
- additionalProperties: boolean;
387
337
  required: string[];
388
338
  };
389
339
  };
@@ -421,7 +371,6 @@ declare const schemas: {
421
371
  $ref: string;
422
372
  };
423
373
  };
424
- additionalProperties: boolean;
425
374
  required: string[];
426
375
  };
427
376
  };
@@ -441,20 +390,10 @@ declare const schemas: {
441
390
  $ref: string;
442
391
  type?: undefined;
443
392
  properties?: undefined;
444
- additionalProperties?: undefined;
445
393
  required?: undefined;
446
394
  } | {
447
395
  type: string;
448
396
  properties: {
449
- name: {
450
- type: string;
451
- };
452
- tfStateKey: {
453
- $ref: string;
454
- };
455
- sync: {
456
- $ref: string;
457
- };
458
397
  privacy: {
459
398
  type: string;
460
399
  enum: string[];
@@ -466,7 +405,6 @@ declare const schemas: {
466
405
  $ref: string;
467
406
  };
468
407
  };
469
- additionalProperties: boolean;
470
408
  required: string[];
471
409
  $ref?: undefined;
472
410
  })[];
@@ -484,20 +422,10 @@ declare const schemas: {
484
422
  $ref: string;
485
423
  type?: undefined;
486
424
  properties?: undefined;
487
- additionalProperties?: undefined;
488
425
  required?: undefined;
489
426
  } | {
490
427
  type: string;
491
428
  properties: {
492
- name: {
493
- type: string;
494
- };
495
- tfStateKey: {
496
- $ref: string;
497
- };
498
- sync: {
499
- $ref: string;
500
- };
501
429
  role: {
502
430
  type: string;
503
431
  enum: string[];
@@ -506,7 +434,6 @@ declare const schemas: {
506
434
  $ref: string;
507
435
  };
508
436
  };
509
- additionalProperties: boolean;
510
437
  required: string[];
511
438
  $ref?: undefined;
512
439
  })[];
@@ -569,7 +496,6 @@ declare const schemas: {
569
496
  $ref: string;
570
497
  type?: undefined;
571
498
  properties?: undefined;
572
- additionalProperties?: undefined;
573
499
  required?: undefined;
574
500
  } | {
575
501
  type: string;
@@ -581,143 +507,14 @@ declare const schemas: {
581
507
  type: string;
582
508
  description: string;
583
509
  };
584
- tfStateKey: {
585
- $ref: string;
586
- };
587
510
  orgPermissions: {
588
511
  type: string;
589
512
  description: string;
590
513
  };
591
- sync: {
592
- $ref: string;
593
- };
594
- technology: {
595
- type: string;
596
- properties: {
597
- stack: {
598
- type: string;
599
- };
600
- version: {
601
- type: string;
602
- };
603
- };
604
- additionalProperties: boolean;
605
- required: string[];
606
- };
607
- defaultBranch: {
608
- type: string;
609
- };
610
- branchStrategy: {
611
- type: string;
612
- description: string;
613
- properties: {
614
- name: {
615
- type: string;
616
- };
617
- defaultBranch: {
618
- type: string;
619
- };
620
- };
621
- additionalProperties: boolean;
622
- required: string[];
623
- };
624
- additionalBranches: {
625
- type: string;
626
- items: {
627
- type: string;
628
- properties: {
629
- name: {
630
- type: string;
631
- };
632
- orphan: {
633
- type: string;
634
- };
635
- };
636
- additionalProperties: boolean;
637
- required: string[];
638
- };
639
- };
640
- actions: {
641
- type: string;
642
- description: string;
643
- properties: {
644
- oidc: {
645
- type: string;
646
- properties: {
647
- useDefault: {
648
- type: string;
649
- };
650
- includeClaimKeys: {
651
- type: string;
652
- items: {
653
- type: string;
654
- };
655
- };
656
- };
657
- additionalProperties: boolean;
658
- };
659
- };
660
- additionalProperties: boolean;
661
- required: string[];
662
- };
663
514
  archiveOnDestroy: {
664
515
  type: string;
665
516
  description: string;
666
517
  };
667
- allowMergeCommit: {
668
- type: string;
669
- };
670
- allowSquashMerge: {
671
- type: string;
672
- };
673
- allowRebaseMerge: {
674
- type: string;
675
- };
676
- allowAutoMerge: {
677
- type: string;
678
- };
679
- deleteBranchOnMerge: {
680
- type: string;
681
- };
682
- autoInit: {
683
- type: string;
684
- };
685
- allowUpdateBranch: {
686
- type: string;
687
- };
688
- hasIssues: {
689
- type: string;
690
- };
691
- hasWiki: {
692
- type: string;
693
- };
694
- pages: {
695
- type: string;
696
- properties: {
697
- cname: {
698
- type: string;
699
- };
700
- source: {
701
- type: string;
702
- properties: {
703
- branch: {
704
- type: string;
705
- };
706
- path: {
707
- type: string;
708
- };
709
- };
710
- additionalProperties: boolean;
711
- };
712
- };
713
- additionalProperties: boolean;
714
- };
715
- additionalRules: {
716
- type: string;
717
- items: {
718
- $ref: string;
719
- };
720
- };
721
518
  visibility: {
722
519
  type: string;
723
520
  enum: string[];
@@ -746,13 +543,7 @@ declare const schemas: {
746
543
  pattern: string;
747
544
  };
748
545
  };
749
- overrides: {
750
- type: string;
751
- properties: {};
752
- additionalProperties: boolean;
753
- };
754
546
  };
755
- additionalProperties: boolean;
756
547
  required: string[];
757
548
  $ref?: undefined;
758
549
  })[];
@@ -770,17 +561,10 @@ declare const schemas: {
770
561
  $ref: string;
771
562
  type?: undefined;
772
563
  properties?: undefined;
773
- additionalProperties?: undefined;
774
564
  required?: undefined;
775
565
  } | {
776
566
  type: string;
777
567
  properties: {
778
- name: {
779
- type: string;
780
- };
781
- tfStateKey: {
782
- $ref: string;
783
- };
784
568
  orgName: {
785
569
  $ref: string;
786
570
  };
@@ -811,11 +595,9 @@ declare const schemas: {
811
595
  };
812
596
  };
813
597
  };
814
- additionalProperties: boolean;
815
598
  required: string[];
816
599
  };
817
600
  };
818
- additionalProperties: boolean;
819
601
  required: string[];
820
602
  $ref?: undefined;
821
603
  })[];
@@ -934,7 +716,6 @@ declare const schemas: {
934
716
  $ref: string;
935
717
  type?: undefined;
936
718
  properties?: undefined;
937
- additionalProperties?: undefined;
938
719
  required?: undefined;
939
720
  } | {
940
721
  type: string;
@@ -946,9 +727,6 @@ declare const schemas: {
946
727
  name: {
947
728
  type: string;
948
729
  };
949
- tfStateKey: {
950
- $ref: string;
951
- };
952
730
  source: {
953
731
  type: string;
954
732
  enum: string[];
@@ -1031,7 +809,6 @@ declare const schemas: {
1031
809
  additionalProperties: boolean;
1032
810
  };
1033
811
  };
1034
- additionalProperties: boolean;
1035
812
  required: string[];
1036
813
  $ref?: undefined;
1037
814
  })[];
@@ -1153,7 +930,6 @@ declare const schemas: {
1153
930
  enum: string[];
1154
931
  };
1155
932
  };
1156
- additionalProperties: boolean;
1157
933
  required: string[];
1158
934
  };
1159
935
  ExternalSecretsSection: {
@@ -1201,15 +977,6 @@ declare const schemas: {
1201
977
  refreshInterval: {
1202
978
  type: string;
1203
979
  };
1204
- updatePolicy: {
1205
- type: string;
1206
- };
1207
- deletionPolicy: {
1208
- type: string;
1209
- };
1210
- conversionStrategy: {
1211
- type: string;
1212
- };
1213
980
  generator: {
1214
981
  type: string;
1215
982
  properties: {
@@ -1230,11 +997,9 @@ declare const schemas: {
1230
997
  type: string;
1231
998
  };
1232
999
  };
1233
- additionalProperties: boolean;
1234
1000
  required: string[];
1235
1001
  };
1236
1002
  };
1237
- additionalProperties: boolean;
1238
1003
  required: string[];
1239
1004
  };
1240
1005
  };
@@ -1299,7 +1064,6 @@ declare const schemas: {
1299
1064
  $ref: string;
1300
1065
  };
1301
1066
  };
1302
- additionalProperties: boolean;
1303
1067
  required: string[];
1304
1068
  };
1305
1069
  };
@@ -1338,7 +1102,6 @@ declare const schemas: {
1338
1102
  $ref: string;
1339
1103
  };
1340
1104
  };
1341
- additionalProperties: boolean;
1342
1105
  };
1343
1106
  };
1344
1107
  required: string[];
@@ -28,7 +28,6 @@ declare const _default: {
28
28
  $ref: string;
29
29
  };
30
30
  };
31
- additionalProperties: boolean;
32
31
  };
33
32
  };
34
33
  required: string[];
@@ -28,7 +28,6 @@ declare const _default: {
28
28
  $ref: string;
29
29
  };
30
30
  };
31
- additionalProperties: boolean;
32
31
  required: string[];
33
32
  };
34
33
  };
@@ -30,7 +30,6 @@ declare const _default: {
30
30
  $ref: string;
31
31
  };
32
32
  };
33
- additionalProperties: boolean;
34
33
  required: string[];
35
34
  };
36
35
  };
@@ -21,7 +21,6 @@ declare const _default: {
21
21
  $ref: string;
22
22
  };
23
23
  };
24
- additionalProperties: boolean;
25
24
  };
26
25
  };
27
26
  $ref?: undefined;
@@ -14,7 +14,6 @@ declare const _default: {
14
14
  enum: string[];
15
15
  };
16
16
  };
17
- additionalProperties: boolean;
18
17
  required: string[];
19
18
  };
20
19
  ExternalSecretsSection: {
@@ -62,15 +61,6 @@ declare const _default: {
62
61
  refreshInterval: {
63
62
  type: string;
64
63
  };
65
- updatePolicy: {
66
- type: string;
67
- };
68
- deletionPolicy: {
69
- type: string;
70
- };
71
- conversionStrategy: {
72
- type: string;
73
- };
74
64
  generator: {
75
65
  type: string;
76
66
  properties: {
@@ -91,11 +81,9 @@ declare const _default: {
91
81
  type: string;
92
82
  };
93
83
  };
94
- additionalProperties: boolean;
95
84
  required: string[];
96
85
  };
97
86
  };
98
- additionalProperties: boolean;
99
87
  required: string[];
100
88
  };
101
89
  };
@@ -14,7 +14,6 @@ export declare const SecretsSchemas: {
14
14
  enum: string[];
15
15
  };
16
16
  };
17
- additionalProperties: boolean;
18
17
  required: string[];
19
18
  };
20
19
  ExternalSecretsSection: {
@@ -62,15 +61,6 @@ export declare const SecretsSchemas: {
62
61
  refreshInterval: {
63
62
  type: string;
64
63
  };
65
- updatePolicy: {
66
- type: string;
67
- };
68
- deletionPolicy: {
69
- type: string;
70
- };
71
- conversionStrategy: {
72
- type: string;
73
- };
74
64
  generator: {
75
65
  type: string;
76
66
  properties: {
@@ -91,11 +81,9 @@ export declare const SecretsSchemas: {
91
81
  type: string;
92
82
  };
93
83
  };
94
- additionalProperties: boolean;
95
84
  required: string[];
96
85
  };
97
86
  };
98
- additionalProperties: boolean;
99
87
  required: string[];
100
88
  };
101
89
  };
@@ -11,7 +11,6 @@ declare const _default: {
11
11
  $ref: string;
12
12
  type?: undefined;
13
13
  properties?: undefined;
14
- additionalProperties?: undefined;
15
14
  required?: undefined;
16
15
  } | {
17
16
  type: string;
@@ -23,143 +22,14 @@ declare const _default: {
23
22
  type: string;
24
23
  description: string;
25
24
  };
26
- tfStateKey: {
27
- $ref: string;
28
- };
29
25
  orgPermissions: {
30
26
  type: string;
31
27
  description: string;
32
28
  };
33
- sync: {
34
- $ref: string;
35
- };
36
- technology: {
37
- type: string;
38
- properties: {
39
- stack: {
40
- type: string;
41
- };
42
- version: {
43
- type: string;
44
- };
45
- };
46
- additionalProperties: boolean;
47
- required: string[];
48
- };
49
- defaultBranch: {
50
- type: string;
51
- };
52
- branchStrategy: {
53
- type: string;
54
- description: string;
55
- properties: {
56
- name: {
57
- type: string;
58
- };
59
- defaultBranch: {
60
- type: string;
61
- };
62
- };
63
- additionalProperties: boolean;
64
- required: string[];
65
- };
66
- additionalBranches: {
67
- type: string;
68
- items: {
69
- type: string;
70
- properties: {
71
- name: {
72
- type: string;
73
- };
74
- orphan: {
75
- type: string;
76
- };
77
- };
78
- additionalProperties: boolean;
79
- required: string[];
80
- };
81
- };
82
- actions: {
83
- type: string;
84
- description: string;
85
- properties: {
86
- oidc: {
87
- type: string;
88
- properties: {
89
- useDefault: {
90
- type: string;
91
- };
92
- includeClaimKeys: {
93
- type: string;
94
- items: {
95
- type: string;
96
- };
97
- };
98
- };
99
- additionalProperties: boolean;
100
- };
101
- };
102
- additionalProperties: boolean;
103
- required: string[];
104
- };
105
29
  archiveOnDestroy: {
106
30
  type: string;
107
31
  description: string;
108
32
  };
109
- allowMergeCommit: {
110
- type: string;
111
- };
112
- allowSquashMerge: {
113
- type: string;
114
- };
115
- allowRebaseMerge: {
116
- type: string;
117
- };
118
- allowAutoMerge: {
119
- type: string;
120
- };
121
- deleteBranchOnMerge: {
122
- type: string;
123
- };
124
- autoInit: {
125
- type: string;
126
- };
127
- allowUpdateBranch: {
128
- type: string;
129
- };
130
- hasIssues: {
131
- type: string;
132
- };
133
- hasWiki: {
134
- type: string;
135
- };
136
- pages: {
137
- type: string;
138
- properties: {
139
- cname: {
140
- type: string;
141
- };
142
- source: {
143
- type: string;
144
- properties: {
145
- branch: {
146
- type: string;
147
- };
148
- path: {
149
- type: string;
150
- };
151
- };
152
- additionalProperties: boolean;
153
- };
154
- };
155
- additionalProperties: boolean;
156
- };
157
- additionalRules: {
158
- type: string;
159
- items: {
160
- $ref: string;
161
- };
162
- };
163
33
  visibility: {
164
34
  type: string;
165
35
  enum: string[];
@@ -188,13 +58,7 @@ declare const _default: {
188
58
  pattern: string;
189
59
  };
190
60
  };
191
- overrides: {
192
- type: string;
193
- properties: {};
194
- additionalProperties: boolean;
195
- };
196
61
  };
197
- additionalProperties: boolean;
198
62
  required: string[];
199
63
  $ref?: undefined;
200
64
  })[];