@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
@@ -10,20 +10,10 @@ declare const _default: {
10
10
  $ref: string;
11
11
  type?: undefined;
12
12
  properties?: undefined;
13
- additionalProperties?: undefined;
14
13
  required?: undefined;
15
14
  } | {
16
15
  type: string;
17
16
  properties: {
18
- name: {
19
- type: string;
20
- };
21
- tfStateKey: {
22
- $ref: string;
23
- };
24
- sync: {
25
- $ref: string;
26
- };
27
17
  privacy: {
28
18
  type: string;
29
19
  enum: string[];
@@ -35,7 +25,6 @@ declare const _default: {
35
25
  $ref: string;
36
26
  };
37
27
  };
38
- additionalProperties: boolean;
39
28
  required: string[];
40
29
  $ref?: undefined;
41
30
  })[];
@@ -10,20 +10,10 @@ export declare const GithubSchemas: ({
10
10
  $ref: string;
11
11
  type?: undefined;
12
12
  properties?: undefined;
13
- additionalProperties?: undefined;
14
13
  required?: undefined;
15
14
  } | {
16
15
  type: string;
17
16
  properties: {
18
- name: {
19
- type: string;
20
- };
21
- tfStateKey: {
22
- $ref: string;
23
- };
24
- sync: {
25
- $ref: string;
26
- };
27
17
  privacy: {
28
18
  type: string;
29
19
  enum: string[];
@@ -35,7 +25,6 @@ export declare const GithubSchemas: ({
35
25
  $ref: string;
36
26
  };
37
27
  };
38
- additionalProperties: boolean;
39
28
  required: string[];
40
29
  $ref?: undefined;
41
30
  })[];
@@ -53,20 +42,10 @@ export declare const GithubSchemas: ({
53
42
  $ref: string;
54
43
  type?: undefined;
55
44
  properties?: undefined;
56
- additionalProperties?: undefined;
57
45
  required?: undefined;
58
46
  } | {
59
47
  type: string;
60
48
  properties: {
61
- name: {
62
- type: string;
63
- };
64
- tfStateKey: {
65
- $ref: string;
66
- };
67
- sync: {
68
- $ref: string;
69
- };
70
49
  role: {
71
50
  type: string;
72
51
  enum: string[];
@@ -75,7 +54,6 @@ export declare const GithubSchemas: ({
75
54
  $ref: string;
76
55
  };
77
56
  };
78
- additionalProperties: boolean;
79
57
  required: string[];
80
58
  $ref?: undefined;
81
59
  })[];
@@ -138,7 +116,6 @@ export declare const GithubSchemas: ({
138
116
  $ref: string;
139
117
  type?: undefined;
140
118
  properties?: undefined;
141
- additionalProperties?: undefined;
142
119
  required?: undefined;
143
120
  } | {
144
121
  type: string;
@@ -150,143 +127,14 @@ export declare const GithubSchemas: ({
150
127
  type: string;
151
128
  description: string;
152
129
  };
153
- tfStateKey: {
154
- $ref: string;
155
- };
156
130
  orgPermissions: {
157
131
  type: string;
158
132
  description: string;
159
133
  };
160
- sync: {
161
- $ref: string;
162
- };
163
- technology: {
164
- type: string;
165
- properties: {
166
- stack: {
167
- type: string;
168
- };
169
- version: {
170
- type: string;
171
- };
172
- };
173
- additionalProperties: boolean;
174
- required: string[];
175
- };
176
- defaultBranch: {
177
- type: string;
178
- };
179
- branchStrategy: {
180
- type: string;
181
- description: string;
182
- properties: {
183
- name: {
184
- type: string;
185
- };
186
- defaultBranch: {
187
- type: string;
188
- };
189
- };
190
- additionalProperties: boolean;
191
- required: string[];
192
- };
193
- additionalBranches: {
194
- type: string;
195
- items: {
196
- type: string;
197
- properties: {
198
- name: {
199
- type: string;
200
- };
201
- orphan: {
202
- type: string;
203
- };
204
- };
205
- additionalProperties: boolean;
206
- required: string[];
207
- };
208
- };
209
- actions: {
210
- type: string;
211
- description: string;
212
- properties: {
213
- oidc: {
214
- type: string;
215
- properties: {
216
- useDefault: {
217
- type: string;
218
- };
219
- includeClaimKeys: {
220
- type: string;
221
- items: {
222
- type: string;
223
- };
224
- };
225
- };
226
- additionalProperties: boolean;
227
- };
228
- };
229
- additionalProperties: boolean;
230
- required: string[];
231
- };
232
134
  archiveOnDestroy: {
233
135
  type: string;
234
136
  description: string;
235
137
  };
236
- allowMergeCommit: {
237
- type: string;
238
- };
239
- allowSquashMerge: {
240
- type: string;
241
- };
242
- allowRebaseMerge: {
243
- type: string;
244
- };
245
- allowAutoMerge: {
246
- type: string;
247
- };
248
- deleteBranchOnMerge: {
249
- type: string;
250
- };
251
- autoInit: {
252
- type: string;
253
- };
254
- allowUpdateBranch: {
255
- type: string;
256
- };
257
- hasIssues: {
258
- type: string;
259
- };
260
- hasWiki: {
261
- type: string;
262
- };
263
- pages: {
264
- type: string;
265
- properties: {
266
- cname: {
267
- type: string;
268
- };
269
- source: {
270
- type: string;
271
- properties: {
272
- branch: {
273
- type: string;
274
- };
275
- path: {
276
- type: string;
277
- };
278
- };
279
- additionalProperties: boolean;
280
- };
281
- };
282
- additionalProperties: boolean;
283
- };
284
- additionalRules: {
285
- type: string;
286
- items: {
287
- $ref: string;
288
- };
289
- };
290
138
  visibility: {
291
139
  type: string;
292
140
  enum: string[];
@@ -315,13 +163,7 @@ export declare const GithubSchemas: ({
315
163
  pattern: string;
316
164
  };
317
165
  };
318
- overrides: {
319
- type: string;
320
- properties: {};
321
- additionalProperties: boolean;
322
- };
323
166
  };
324
- additionalProperties: boolean;
325
167
  required: string[];
326
168
  $ref?: undefined;
327
169
  })[];
@@ -339,17 +181,10 @@ export declare const GithubSchemas: ({
339
181
  $ref: string;
340
182
  type?: undefined;
341
183
  properties?: undefined;
342
- additionalProperties?: undefined;
343
184
  required?: undefined;
344
185
  } | {
345
186
  type: string;
346
187
  properties: {
347
- name: {
348
- type: string;
349
- };
350
- tfStateKey: {
351
- $ref: string;
352
- };
353
188
  orgName: {
354
189
  $ref: string;
355
190
  };
@@ -380,11 +215,9 @@ export declare const GithubSchemas: ({
380
215
  };
381
216
  };
382
217
  };
383
- additionalProperties: boolean;
384
218
  required: string[];
385
219
  };
386
220
  };
387
- additionalProperties: boolean;
388
221
  required: string[];
389
222
  $ref?: undefined;
390
223
  })[];
@@ -10,17 +10,10 @@ declare const _default: {
10
10
  $ref: string;
11
11
  type?: undefined;
12
12
  properties?: undefined;
13
- additionalProperties?: undefined;
14
13
  required?: undefined;
15
14
  } | {
16
15
  type: string;
17
16
  properties: {
18
- name: {
19
- type: string;
20
- };
21
- tfStateKey: {
22
- $ref: string;
23
- };
24
17
  orgName: {
25
18
  $ref: string;
26
19
  };
@@ -51,11 +44,9 @@ declare const _default: {
51
44
  };
52
45
  };
53
46
  };
54
- additionalProperties: boolean;
55
47
  required: string[];
56
48
  };
57
49
  };
58
- additionalProperties: boolean;
59
50
  required: string[];
60
51
  $ref?: undefined;
61
52
  })[];
@@ -10,20 +10,10 @@ declare const _default: {
10
10
  $ref: string;
11
11
  type?: undefined;
12
12
  properties?: undefined;
13
- additionalProperties?: undefined;
14
13
  required?: undefined;
15
14
  } | {
16
15
  type: string;
17
16
  properties: {
18
- name: {
19
- type: string;
20
- };
21
- tfStateKey: {
22
- $ref: string;
23
- };
24
- sync: {
25
- $ref: string;
26
- };
27
17
  role: {
28
18
  type: string;
29
19
  enum: string[];
@@ -32,7 +22,6 @@ declare const _default: {
32
22
  $ref: string;
33
23
  };
34
24
  };
35
- additionalProperties: boolean;
36
25
  required: string[];
37
26
  $ref?: undefined;
38
27
  })[];
@@ -29,7 +29,6 @@ export declare const TerraformSchemas: {
29
29
  $ref: string;
30
30
  type?: undefined;
31
31
  properties?: undefined;
32
- additionalProperties?: undefined;
33
32
  required?: undefined;
34
33
  } | {
35
34
  type: string;
@@ -41,9 +40,6 @@ export declare const TerraformSchemas: {
41
40
  name: {
42
41
  type: string;
43
42
  };
44
- tfStateKey: {
45
- $ref: string;
46
- };
47
43
  source: {
48
44
  type: string;
49
45
  enum: string[];
@@ -126,7 +122,6 @@ export declare const TerraformSchemas: {
126
122
  additionalProperties: boolean;
127
123
  };
128
124
  };
129
- additionalProperties: boolean;
130
125
  required: string[];
131
126
  $ref?: undefined;
132
127
  })[];
@@ -29,7 +29,6 @@ declare const _default: {
29
29
  $ref: string;
30
30
  type?: undefined;
31
31
  properties?: undefined;
32
- additionalProperties?: undefined;
33
32
  required?: undefined;
34
33
  } | {
35
34
  type: string;
@@ -41,9 +40,6 @@ declare const _default: {
41
40
  name: {
42
41
  type: string;
43
42
  };
44
- tfStateKey: {
45
- $ref: string;
46
- };
47
43
  source: {
48
44
  type: string;
49
45
  enum: string[];
@@ -126,7 +122,6 @@ declare const _default: {
126
122
  additionalProperties: boolean;
127
123
  };
128
124
  };
129
- additionalProperties: boolean;
130
125
  required: string[];
131
126
  $ref?: undefined;
132
127
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.59.3-snapshot-13",
3
+ "version": "1.59.3-snapshot-14",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",