@firestartr/cli 1.59.3-snapshot-8 → 1.59.3-snapshot-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +10 -1
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/index.d.ts +14 -0
- package/build/packages/cdk8s_renderer/src/claims/external-secrets/external-secrets.schema.d.ts +5 -0
- package/build/packages/cdk8s_renderer/src/claims/external-secrets/index.d.ts +5 -0
- package/build/packages/cdk8s_renderer/src/claims/github/group.schema.d.ts +2 -0
- package/build/packages/cdk8s_renderer/src/claims/github/index.d.ts +7 -0
- package/build/packages/cdk8s_renderer/src/claims/github/orgwebhook.schema.d.ts +3 -0
- package/build/packages/cdk8s_renderer/src/claims/github/user.schema.d.ts +2 -0
- package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/index.d.ts +2 -0
- package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/terraform.schema.d.ts +2 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -358276,6 +358276,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358276
358276
|
$ref: 'firestartr.dev://common/ClaimName',
|
|
358277
358277
|
},
|
|
358278
358278
|
},
|
|
358279
|
+
additionalProperties: false,
|
|
358279
358280
|
required: ['org', 'privacy'],
|
|
358280
358281
|
},
|
|
358281
358282
|
],
|
|
@@ -358308,6 +358309,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358308
358309
|
$ref: 'firestartr.dev://common/ClaimName',
|
|
358309
358310
|
},
|
|
358310
358311
|
},
|
|
358312
|
+
additionalProperties: false,
|
|
358311
358313
|
required: ['org', 'role'],
|
|
358312
358314
|
},
|
|
358313
358315
|
],
|
|
@@ -358533,9 +358535,11 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358533
358535
|
},
|
|
358534
358536
|
},
|
|
358535
358537
|
},
|
|
358538
|
+
additionalProperties: false,
|
|
358536
358539
|
required: ['url', 'contentType', 'events', 'secretRef'],
|
|
358537
358540
|
},
|
|
358538
358541
|
},
|
|
358542
|
+
additionalProperties: false,
|
|
358539
358543
|
required: ['orgName', 'webhook'],
|
|
358540
358544
|
},
|
|
358541
358545
|
],
|
|
@@ -358830,6 +358834,7 @@ const GithubSchemas = [
|
|
|
358830
358834
|
additionalProperties: false,
|
|
358831
358835
|
},
|
|
358832
358836
|
},
|
|
358837
|
+
additionalProperties: false,
|
|
358833
358838
|
required: ['values', 'context', 'source', 'name'],
|
|
358834
358839
|
},
|
|
358835
358840
|
],
|
|
@@ -358962,6 +358967,7 @@ const ArgoCDSchemas = [argocd_schema];
|
|
|
358962
358967
|
enum: ['SecretStore', 'ClusterSecretStore'],
|
|
358963
358968
|
},
|
|
358964
358969
|
},
|
|
358970
|
+
additionalProperties: false,
|
|
358965
358971
|
required: ['name'],
|
|
358966
358972
|
},
|
|
358967
358973
|
ExternalSecretsSection: {
|
|
@@ -359029,9 +359035,11 @@ const ArgoCDSchemas = [argocd_schema];
|
|
|
359029
359035
|
type: 'string',
|
|
359030
359036
|
},
|
|
359031
359037
|
},
|
|
359038
|
+
additionalProperties: false,
|
|
359032
359039
|
required: ['name'],
|
|
359033
359040
|
},
|
|
359034
359041
|
},
|
|
359042
|
+
additionalProperties: false,
|
|
359035
359043
|
required: ['secretName', 'generator'],
|
|
359036
359044
|
},
|
|
359037
359045
|
},
|
|
@@ -359054,6 +359062,7 @@ const ArgoCDSchemas = [argocd_schema];
|
|
|
359054
359062
|
$ref: 'firestartr.dev://secrets/PushSecretsSection',
|
|
359055
359063
|
},
|
|
359056
359064
|
},
|
|
359065
|
+
additionalProperties: false,
|
|
359057
359066
|
// 1. MANDATORY RULE (ALWAYS): secretStore
|
|
359058
359067
|
required: ['secretStore'],
|
|
359059
359068
|
// 2. CONDITIONAL RULE (AT LEAST ONE): externalSecrets OR pushSecrets
|
|
@@ -377005,7 +377014,7 @@ const crs_analyzerSubcommand = {
|
|
|
377005
377014
|
};
|
|
377006
377015
|
|
|
377007
377016
|
;// CONCATENATED MODULE: ./package.json
|
|
377008
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-
|
|
377017
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-9"}');
|
|
377009
377018
|
;// CONCATENATED MODULE: ../../package.json
|
|
377010
377019
|
const package_namespaceObject_1 = {"i8":"1.59.3"};
|
|
377011
377020
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|
|
@@ -395,6 +395,7 @@ declare const schemas: {
|
|
|
395
395
|
$ref: string;
|
|
396
396
|
type?: undefined;
|
|
397
397
|
properties?: undefined;
|
|
398
|
+
additionalProperties?: undefined;
|
|
398
399
|
required?: undefined;
|
|
399
400
|
} | {
|
|
400
401
|
type: string;
|
|
@@ -410,6 +411,7 @@ declare const schemas: {
|
|
|
410
411
|
$ref: string;
|
|
411
412
|
};
|
|
412
413
|
};
|
|
414
|
+
additionalProperties: boolean;
|
|
413
415
|
required: string[];
|
|
414
416
|
$ref?: undefined;
|
|
415
417
|
})[];
|
|
@@ -427,6 +429,7 @@ declare const schemas: {
|
|
|
427
429
|
$ref: string;
|
|
428
430
|
type?: undefined;
|
|
429
431
|
properties?: undefined;
|
|
432
|
+
additionalProperties?: undefined;
|
|
430
433
|
required?: undefined;
|
|
431
434
|
} | {
|
|
432
435
|
type: string;
|
|
@@ -439,6 +442,7 @@ declare const schemas: {
|
|
|
439
442
|
$ref: string;
|
|
440
443
|
};
|
|
441
444
|
};
|
|
445
|
+
additionalProperties: boolean;
|
|
442
446
|
required: string[];
|
|
443
447
|
$ref?: undefined;
|
|
444
448
|
})[];
|
|
@@ -695,6 +699,7 @@ declare const schemas: {
|
|
|
695
699
|
$ref: string;
|
|
696
700
|
type?: undefined;
|
|
697
701
|
properties?: undefined;
|
|
702
|
+
additionalProperties?: undefined;
|
|
698
703
|
required?: undefined;
|
|
699
704
|
} | {
|
|
700
705
|
type: string;
|
|
@@ -729,9 +734,11 @@ declare const schemas: {
|
|
|
729
734
|
};
|
|
730
735
|
};
|
|
731
736
|
};
|
|
737
|
+
additionalProperties: boolean;
|
|
732
738
|
required: string[];
|
|
733
739
|
};
|
|
734
740
|
};
|
|
741
|
+
additionalProperties: boolean;
|
|
735
742
|
required: string[];
|
|
736
743
|
$ref?: undefined;
|
|
737
744
|
})[];
|
|
@@ -850,6 +857,7 @@ declare const schemas: {
|
|
|
850
857
|
$ref: string;
|
|
851
858
|
type?: undefined;
|
|
852
859
|
properties?: undefined;
|
|
860
|
+
additionalProperties?: undefined;
|
|
853
861
|
required?: undefined;
|
|
854
862
|
} | {
|
|
855
863
|
type: string;
|
|
@@ -943,6 +951,7 @@ declare const schemas: {
|
|
|
943
951
|
additionalProperties: boolean;
|
|
944
952
|
};
|
|
945
953
|
};
|
|
954
|
+
additionalProperties: boolean;
|
|
946
955
|
required: string[];
|
|
947
956
|
$ref?: undefined;
|
|
948
957
|
})[];
|
|
@@ -1064,6 +1073,7 @@ declare const schemas: {
|
|
|
1064
1073
|
enum: string[];
|
|
1065
1074
|
};
|
|
1066
1075
|
};
|
|
1076
|
+
additionalProperties: boolean;
|
|
1067
1077
|
required: string[];
|
|
1068
1078
|
};
|
|
1069
1079
|
ExternalSecretsSection: {
|
|
@@ -1131,9 +1141,11 @@ declare const schemas: {
|
|
|
1131
1141
|
type: string;
|
|
1132
1142
|
};
|
|
1133
1143
|
};
|
|
1144
|
+
additionalProperties: boolean;
|
|
1134
1145
|
required: string[];
|
|
1135
1146
|
};
|
|
1136
1147
|
};
|
|
1148
|
+
additionalProperties: boolean;
|
|
1137
1149
|
required: string[];
|
|
1138
1150
|
};
|
|
1139
1151
|
};
|
|
@@ -1145,6 +1157,7 @@ declare const schemas: {
|
|
|
1145
1157
|
$ref: string;
|
|
1146
1158
|
type?: undefined;
|
|
1147
1159
|
properties?: undefined;
|
|
1160
|
+
additionalProperties?: undefined;
|
|
1148
1161
|
required?: undefined;
|
|
1149
1162
|
anyOf?: undefined;
|
|
1150
1163
|
} | {
|
|
@@ -1160,6 +1173,7 @@ declare const schemas: {
|
|
|
1160
1173
|
$ref: string;
|
|
1161
1174
|
};
|
|
1162
1175
|
};
|
|
1176
|
+
additionalProperties: boolean;
|
|
1163
1177
|
required: string[];
|
|
1164
1178
|
anyOf: {
|
|
1165
1179
|
required: string[];
|
package/build/packages/cdk8s_renderer/src/claims/external-secrets/external-secrets.schema.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
|
14
14
|
enum: string[];
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
+
additionalProperties: boolean;
|
|
17
18
|
required: string[];
|
|
18
19
|
};
|
|
19
20
|
ExternalSecretsSection: {
|
|
@@ -81,9 +82,11 @@ declare const _default: {
|
|
|
81
82
|
type: string;
|
|
82
83
|
};
|
|
83
84
|
};
|
|
85
|
+
additionalProperties: boolean;
|
|
84
86
|
required: string[];
|
|
85
87
|
};
|
|
86
88
|
};
|
|
89
|
+
additionalProperties: boolean;
|
|
87
90
|
required: string[];
|
|
88
91
|
};
|
|
89
92
|
};
|
|
@@ -95,6 +98,7 @@ declare const _default: {
|
|
|
95
98
|
$ref: string;
|
|
96
99
|
type?: undefined;
|
|
97
100
|
properties?: undefined;
|
|
101
|
+
additionalProperties?: undefined;
|
|
98
102
|
required?: undefined;
|
|
99
103
|
anyOf?: undefined;
|
|
100
104
|
} | {
|
|
@@ -110,6 +114,7 @@ declare const _default: {
|
|
|
110
114
|
$ref: string;
|
|
111
115
|
};
|
|
112
116
|
};
|
|
117
|
+
additionalProperties: boolean;
|
|
113
118
|
required: string[];
|
|
114
119
|
anyOf: {
|
|
115
120
|
required: string[];
|
|
@@ -14,6 +14,7 @@ export declare const SecretsSchemas: {
|
|
|
14
14
|
enum: string[];
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
+
additionalProperties: boolean;
|
|
17
18
|
required: string[];
|
|
18
19
|
};
|
|
19
20
|
ExternalSecretsSection: {
|
|
@@ -81,9 +82,11 @@ export declare const SecretsSchemas: {
|
|
|
81
82
|
type: string;
|
|
82
83
|
};
|
|
83
84
|
};
|
|
85
|
+
additionalProperties: boolean;
|
|
84
86
|
required: string[];
|
|
85
87
|
};
|
|
86
88
|
};
|
|
89
|
+
additionalProperties: boolean;
|
|
87
90
|
required: string[];
|
|
88
91
|
};
|
|
89
92
|
};
|
|
@@ -95,6 +98,7 @@ export declare const SecretsSchemas: {
|
|
|
95
98
|
$ref: string;
|
|
96
99
|
type?: undefined;
|
|
97
100
|
properties?: undefined;
|
|
101
|
+
additionalProperties?: undefined;
|
|
98
102
|
required?: undefined;
|
|
99
103
|
anyOf?: undefined;
|
|
100
104
|
} | {
|
|
@@ -110,6 +114,7 @@ export declare const SecretsSchemas: {
|
|
|
110
114
|
$ref: string;
|
|
111
115
|
};
|
|
112
116
|
};
|
|
117
|
+
additionalProperties: boolean;
|
|
113
118
|
required: string[];
|
|
114
119
|
anyOf: {
|
|
115
120
|
required: string[];
|
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
$ref: string;
|
|
11
11
|
type?: undefined;
|
|
12
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
13
14
|
required?: undefined;
|
|
14
15
|
} | {
|
|
15
16
|
type: string;
|
|
@@ -25,6 +26,7 @@ declare const _default: {
|
|
|
25
26
|
$ref: string;
|
|
26
27
|
};
|
|
27
28
|
};
|
|
29
|
+
additionalProperties: boolean;
|
|
28
30
|
required: string[];
|
|
29
31
|
$ref?: undefined;
|
|
30
32
|
})[];
|
|
@@ -10,6 +10,7 @@ export declare const GithubSchemas: ({
|
|
|
10
10
|
$ref: string;
|
|
11
11
|
type?: undefined;
|
|
12
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
13
14
|
required?: undefined;
|
|
14
15
|
} | {
|
|
15
16
|
type: string;
|
|
@@ -25,6 +26,7 @@ export declare const GithubSchemas: ({
|
|
|
25
26
|
$ref: string;
|
|
26
27
|
};
|
|
27
28
|
};
|
|
29
|
+
additionalProperties: boolean;
|
|
28
30
|
required: string[];
|
|
29
31
|
$ref?: undefined;
|
|
30
32
|
})[];
|
|
@@ -42,6 +44,7 @@ export declare const GithubSchemas: ({
|
|
|
42
44
|
$ref: string;
|
|
43
45
|
type?: undefined;
|
|
44
46
|
properties?: undefined;
|
|
47
|
+
additionalProperties?: undefined;
|
|
45
48
|
required?: undefined;
|
|
46
49
|
} | {
|
|
47
50
|
type: string;
|
|
@@ -54,6 +57,7 @@ export declare const GithubSchemas: ({
|
|
|
54
57
|
$ref: string;
|
|
55
58
|
};
|
|
56
59
|
};
|
|
60
|
+
additionalProperties: boolean;
|
|
57
61
|
required: string[];
|
|
58
62
|
$ref?: undefined;
|
|
59
63
|
})[];
|
|
@@ -310,6 +314,7 @@ export declare const GithubSchemas: ({
|
|
|
310
314
|
$ref: string;
|
|
311
315
|
type?: undefined;
|
|
312
316
|
properties?: undefined;
|
|
317
|
+
additionalProperties?: undefined;
|
|
313
318
|
required?: undefined;
|
|
314
319
|
} | {
|
|
315
320
|
type: string;
|
|
@@ -344,9 +349,11 @@ export declare const GithubSchemas: ({
|
|
|
344
349
|
};
|
|
345
350
|
};
|
|
346
351
|
};
|
|
352
|
+
additionalProperties: boolean;
|
|
347
353
|
required: string[];
|
|
348
354
|
};
|
|
349
355
|
};
|
|
356
|
+
additionalProperties: boolean;
|
|
350
357
|
required: string[];
|
|
351
358
|
$ref?: undefined;
|
|
352
359
|
})[];
|
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
$ref: string;
|
|
11
11
|
type?: undefined;
|
|
12
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
13
14
|
required?: undefined;
|
|
14
15
|
} | {
|
|
15
16
|
type: string;
|
|
@@ -44,9 +45,11 @@ declare const _default: {
|
|
|
44
45
|
};
|
|
45
46
|
};
|
|
46
47
|
};
|
|
48
|
+
additionalProperties: boolean;
|
|
47
49
|
required: string[];
|
|
48
50
|
};
|
|
49
51
|
};
|
|
52
|
+
additionalProperties: boolean;
|
|
50
53
|
required: string[];
|
|
51
54
|
$ref?: undefined;
|
|
52
55
|
})[];
|
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
$ref: string;
|
|
11
11
|
type?: undefined;
|
|
12
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
13
14
|
required?: undefined;
|
|
14
15
|
} | {
|
|
15
16
|
type: string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
$ref: string;
|
|
23
24
|
};
|
|
24
25
|
};
|
|
26
|
+
additionalProperties: boolean;
|
|
25
27
|
required: string[];
|
|
26
28
|
$ref?: undefined;
|
|
27
29
|
})[];
|
|
@@ -29,6 +29,7 @@ export declare const TerraformSchemas: {
|
|
|
29
29
|
$ref: string;
|
|
30
30
|
type?: undefined;
|
|
31
31
|
properties?: undefined;
|
|
32
|
+
additionalProperties?: undefined;
|
|
32
33
|
required?: undefined;
|
|
33
34
|
} | {
|
|
34
35
|
type: string;
|
|
@@ -122,6 +123,7 @@ export declare const TerraformSchemas: {
|
|
|
122
123
|
additionalProperties: boolean;
|
|
123
124
|
};
|
|
124
125
|
};
|
|
126
|
+
additionalProperties: boolean;
|
|
125
127
|
required: string[];
|
|
126
128
|
$ref?: undefined;
|
|
127
129
|
})[];
|
|
@@ -29,6 +29,7 @@ declare const _default: {
|
|
|
29
29
|
$ref: string;
|
|
30
30
|
type?: undefined;
|
|
31
31
|
properties?: undefined;
|
|
32
|
+
additionalProperties?: undefined;
|
|
32
33
|
required?: undefined;
|
|
33
34
|
} | {
|
|
34
35
|
type: string;
|
|
@@ -122,6 +123,7 @@ declare const _default: {
|
|
|
122
123
|
additionalProperties: boolean;
|
|
123
124
|
};
|
|
124
125
|
};
|
|
126
|
+
additionalProperties: boolean;
|
|
125
127
|
required: string[];
|
|
126
128
|
$ref?: undefined;
|
|
127
129
|
})[];
|