@firestartr/cli 1.47.0 → 1.48.0-hotfix-1
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 +83820 -111790
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/argodeploy.schema.d.ts +2 -8
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/common-meta.schema.d.ts +2 -34
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/component.schema.d.ts +2 -19
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/domain.schema.d.ts +2 -1
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/group.schema.d.ts +2 -10
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/index.d.ts +22 -92
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/orgwebhook.schema.d.ts +2 -1
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/secrets.schema.d.ts +2 -4
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/system.schema.d.ts +2 -4
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/tfworkspace.schema.d.ts +3 -7
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/user.schema.d.ts +2 -1
- package/build/packages/cdk8s_renderer/src/claims/github/component.schema.d.ts +0 -1
- package/build/packages/cdk8s_renderer/src/claims/github/feature.schema.d.ts +0 -2
- package/build/packages/cdk8s_renderer/src/claims/github/index.d.ts +0 -3
- package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/index.d.ts +1 -0
- package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/terraform.schema.d.ts +1 -0
- package/build/packages/cdk8s_renderer/src/config.d.ts +0 -1
- package/build/packages/cdk8s_renderer/src/defaults/base.d.ts +1 -1
- package/build/packages/cdk8s_renderer/src/initializers/branchStrategies.d.ts +1 -1
- package/build/packages/cdk8s_renderer/src/loader/lazy_loader.d.ts +0 -1
- package/build/packages/cdk8s_renderer/src/loader/loader.d.ts +9 -1
- package/build/packages/cdk8s_renderer/src/renderer/renderer.d.ts +1 -1
- package/build/packages/cdk8s_renderer/src/utils/claimUtils.d.ts +0 -4
- package/build/packages/cdk8s_renderer/src/validations/references.d.ts +5 -0
- package/build/packages/cdk8s_renderer/src/validations/wellKnownStructures.d.ts +1 -0
- package/build/packages/github/src/auth.d.ts +2 -2
- package/build/packages/operator/src/metricsServer.d.ts +1 -1
- package/build/packages/scaffolder/src/scaffolder.d.ts +1 -1
- package/package.json +1 -1
- package/build/351.index.js +0 -36
- package/build/540.index.js +0 -80
- package/build/594.index.js +0 -46
- package/build/647.index.js +0 -80
- package/build/857.index.js +0 -79
- package/build/packages/cdk8s_renderer/src/claims/base/schema.d.ts +0 -1
- package/build/packages/operator/src/logger.d.ts +0 -9
- package/build/packages/operator/src/metrics/CRStates.d.ts +0 -20
|
@@ -6,21 +6,14 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
14
14
|
} | {
|
|
15
15
|
type: string;
|
|
16
16
|
properties: {
|
|
17
|
-
system: {
|
|
18
|
-
type: string;
|
|
19
|
-
pattern: string;
|
|
20
|
-
};
|
|
21
|
-
project: {
|
|
22
|
-
type: string;
|
|
23
|
-
};
|
|
24
17
|
providers: {
|
|
25
18
|
type: string;
|
|
26
19
|
properties: {
|
|
@@ -31,6 +24,7 @@ declare const _default: {
|
|
|
31
24
|
required: string[];
|
|
32
25
|
};
|
|
33
26
|
};
|
|
27
|
+
additionalProperties: boolean;
|
|
34
28
|
$ref?: undefined;
|
|
35
29
|
})[];
|
|
36
30
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
$schema: string;
|
|
2
3
|
$id: string;
|
|
3
4
|
definitions: {
|
|
4
5
|
Envelope: {
|
|
@@ -18,12 +19,6 @@ declare const _default: {
|
|
|
18
19
|
type: {
|
|
19
20
|
type: string;
|
|
20
21
|
};
|
|
21
|
-
lifecycle: {
|
|
22
|
-
type: string;
|
|
23
|
-
};
|
|
24
|
-
version: {
|
|
25
|
-
type: string;
|
|
26
|
-
};
|
|
27
22
|
providers: {
|
|
28
23
|
type: string;
|
|
29
24
|
description: string;
|
|
@@ -31,10 +26,8 @@ declare const _default: {
|
|
|
31
26
|
profile: {
|
|
32
27
|
$ref: string;
|
|
33
28
|
};
|
|
34
|
-
annotations: {
|
|
35
|
-
$ref: string;
|
|
36
|
-
};
|
|
37
29
|
};
|
|
30
|
+
additionalProperties: boolean;
|
|
38
31
|
required: string[];
|
|
39
32
|
};
|
|
40
33
|
Provider: {
|
|
@@ -66,31 +59,6 @@ declare const _default: {
|
|
|
66
59
|
};
|
|
67
60
|
additionalProperties: boolean;
|
|
68
61
|
};
|
|
69
|
-
Reference: {
|
|
70
|
-
$id: string;
|
|
71
|
-
type: string;
|
|
72
|
-
pattern: string;
|
|
73
|
-
};
|
|
74
|
-
SystemReference: {
|
|
75
|
-
$id: string;
|
|
76
|
-
type: string;
|
|
77
|
-
pattern: string;
|
|
78
|
-
};
|
|
79
|
-
ComponentReference: {
|
|
80
|
-
$id: string;
|
|
81
|
-
type: string;
|
|
82
|
-
pattern: string;
|
|
83
|
-
};
|
|
84
|
-
Annotations: {
|
|
85
|
-
$id: string;
|
|
86
|
-
type: string;
|
|
87
|
-
patternProperties: {
|
|
88
|
-
'^[a-zA-Z0-9/.-]+$': {
|
|
89
|
-
type: string;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
additionalProperties: boolean;
|
|
93
|
-
};
|
|
94
62
|
};
|
|
95
63
|
};
|
|
96
64
|
export default _default;
|
|
@@ -6,12 +6,11 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
14
|
-
|
|
13
|
+
additionalProperties?: undefined;
|
|
15
14
|
} | {
|
|
16
15
|
type: string;
|
|
17
16
|
properties: {
|
|
@@ -19,22 +18,6 @@ declare const _default: {
|
|
|
19
18
|
type: string;
|
|
20
19
|
pattern: string;
|
|
21
20
|
};
|
|
22
|
-
owner: {
|
|
23
|
-
type: string;
|
|
24
|
-
pattern: string;
|
|
25
|
-
};
|
|
26
|
-
maintainedBy: {
|
|
27
|
-
type: string;
|
|
28
|
-
items: {
|
|
29
|
-
$ref: string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
platformOwner: {
|
|
33
|
-
$ref: string;
|
|
34
|
-
};
|
|
35
|
-
subComponentOf: {
|
|
36
|
-
$ref: string;
|
|
37
|
-
};
|
|
38
21
|
providers: {
|
|
39
22
|
type: string;
|
|
40
23
|
properties: {
|
|
@@ -44,7 +27,7 @@ declare const _default: {
|
|
|
44
27
|
};
|
|
45
28
|
};
|
|
46
29
|
};
|
|
47
|
-
|
|
30
|
+
additionalProperties: boolean;
|
|
48
31
|
$ref?: undefined;
|
|
49
32
|
})[];
|
|
50
33
|
};
|
|
@@ -6,12 +6,12 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
14
13
|
required?: undefined;
|
|
14
|
+
additionalProperties?: undefined;
|
|
15
15
|
} | {
|
|
16
16
|
type: string;
|
|
17
17
|
properties: {
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
required: string[];
|
|
26
|
+
additionalProperties: boolean;
|
|
26
27
|
$ref?: undefined;
|
|
27
28
|
})[];
|
|
28
29
|
};
|
|
@@ -6,23 +6,14 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
14
14
|
} | {
|
|
15
15
|
type: string;
|
|
16
16
|
properties: {
|
|
17
|
-
children: {
|
|
18
|
-
type: string;
|
|
19
|
-
items: {
|
|
20
|
-
type: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
parent: {
|
|
24
|
-
$ref: string;
|
|
25
|
-
};
|
|
26
17
|
members: {
|
|
27
18
|
type: string;
|
|
28
19
|
items: {
|
|
@@ -38,6 +29,7 @@ declare const _default: {
|
|
|
38
29
|
};
|
|
39
30
|
};
|
|
40
31
|
};
|
|
32
|
+
additionalProperties: boolean;
|
|
41
33
|
$ref?: undefined;
|
|
42
34
|
})[];
|
|
43
35
|
};
|
|
@@ -3,6 +3,7 @@ declare const schemas: {
|
|
|
3
3
|
$schema: string;
|
|
4
4
|
};
|
|
5
5
|
schemas: ({
|
|
6
|
+
$schema: string;
|
|
6
7
|
$id: string;
|
|
7
8
|
definitions: {
|
|
8
9
|
Envelope: {
|
|
@@ -22,12 +23,6 @@ declare const schemas: {
|
|
|
22
23
|
type: {
|
|
23
24
|
type: string;
|
|
24
25
|
};
|
|
25
|
-
lifecycle: {
|
|
26
|
-
type: string;
|
|
27
|
-
};
|
|
28
|
-
version: {
|
|
29
|
-
type: string;
|
|
30
|
-
};
|
|
31
26
|
providers: {
|
|
32
27
|
type: string;
|
|
33
28
|
description: string;
|
|
@@ -35,10 +30,8 @@ declare const schemas: {
|
|
|
35
30
|
profile: {
|
|
36
31
|
$ref: string;
|
|
37
32
|
};
|
|
38
|
-
annotations: {
|
|
39
|
-
$ref: string;
|
|
40
|
-
};
|
|
41
33
|
};
|
|
34
|
+
additionalProperties: boolean;
|
|
42
35
|
required: string[];
|
|
43
36
|
};
|
|
44
37
|
Provider: {
|
|
@@ -70,31 +63,6 @@ declare const schemas: {
|
|
|
70
63
|
};
|
|
71
64
|
additionalProperties: boolean;
|
|
72
65
|
};
|
|
73
|
-
Reference: {
|
|
74
|
-
$id: string;
|
|
75
|
-
type: string;
|
|
76
|
-
pattern: string;
|
|
77
|
-
};
|
|
78
|
-
SystemReference: {
|
|
79
|
-
$id: string;
|
|
80
|
-
type: string;
|
|
81
|
-
pattern: string;
|
|
82
|
-
};
|
|
83
|
-
ComponentReference: {
|
|
84
|
-
$id: string;
|
|
85
|
-
type: string;
|
|
86
|
-
pattern: string;
|
|
87
|
-
};
|
|
88
|
-
Annotations: {
|
|
89
|
-
$id: string;
|
|
90
|
-
type: string;
|
|
91
|
-
patternProperties: {
|
|
92
|
-
'^[a-zA-Z0-9/.-]+$': {
|
|
93
|
-
type: string;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
additionalProperties: boolean;
|
|
97
|
-
};
|
|
98
66
|
};
|
|
99
67
|
} | {
|
|
100
68
|
$schema: string;
|
|
@@ -104,23 +72,14 @@ declare const schemas: {
|
|
|
104
72
|
$id: string;
|
|
105
73
|
type: string;
|
|
106
74
|
description: string;
|
|
107
|
-
unevaluatedProperties: boolean;
|
|
108
75
|
allOf: ({
|
|
109
76
|
$ref: string;
|
|
110
77
|
type?: undefined;
|
|
111
78
|
properties?: undefined;
|
|
79
|
+
additionalProperties?: undefined;
|
|
112
80
|
} | {
|
|
113
81
|
type: string;
|
|
114
82
|
properties: {
|
|
115
|
-
children: {
|
|
116
|
-
type: string;
|
|
117
|
-
items: {
|
|
118
|
-
type: string;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
parent: {
|
|
122
|
-
$ref: string;
|
|
123
|
-
};
|
|
124
83
|
members: {
|
|
125
84
|
type: string;
|
|
126
85
|
items: {
|
|
@@ -136,6 +95,7 @@ declare const schemas: {
|
|
|
136
95
|
};
|
|
137
96
|
};
|
|
138
97
|
};
|
|
98
|
+
additionalProperties: boolean;
|
|
139
99
|
$ref?: undefined;
|
|
140
100
|
})[];
|
|
141
101
|
};
|
|
@@ -148,11 +108,11 @@ declare const schemas: {
|
|
|
148
108
|
$id: string;
|
|
149
109
|
type: string;
|
|
150
110
|
description: string;
|
|
151
|
-
unevaluatedProperties: boolean;
|
|
152
111
|
allOf: ({
|
|
153
112
|
$ref: string;
|
|
154
113
|
type?: undefined;
|
|
155
114
|
properties?: undefined;
|
|
115
|
+
additionalProperties?: undefined;
|
|
156
116
|
} | {
|
|
157
117
|
type: string;
|
|
158
118
|
properties: {
|
|
@@ -165,6 +125,7 @@ declare const schemas: {
|
|
|
165
125
|
};
|
|
166
126
|
};
|
|
167
127
|
};
|
|
128
|
+
additionalProperties: boolean;
|
|
168
129
|
$ref?: undefined;
|
|
169
130
|
})[];
|
|
170
131
|
};
|
|
@@ -177,12 +138,11 @@ declare const schemas: {
|
|
|
177
138
|
$id: string;
|
|
178
139
|
type: string;
|
|
179
140
|
description: string;
|
|
180
|
-
unevaluatedProperties: boolean;
|
|
181
141
|
allOf: ({
|
|
182
142
|
$ref: string;
|
|
183
143
|
type?: undefined;
|
|
184
144
|
properties?: undefined;
|
|
185
|
-
|
|
145
|
+
additionalProperties?: undefined;
|
|
186
146
|
} | {
|
|
187
147
|
type: string;
|
|
188
148
|
properties: {
|
|
@@ -190,22 +150,6 @@ declare const schemas: {
|
|
|
190
150
|
type: string;
|
|
191
151
|
pattern: string;
|
|
192
152
|
};
|
|
193
|
-
owner: {
|
|
194
|
-
type: string;
|
|
195
|
-
pattern: string;
|
|
196
|
-
};
|
|
197
|
-
maintainedBy: {
|
|
198
|
-
type: string;
|
|
199
|
-
items: {
|
|
200
|
-
$ref: string;
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
platformOwner: {
|
|
204
|
-
$ref: string;
|
|
205
|
-
};
|
|
206
|
-
subComponentOf: {
|
|
207
|
-
$ref: string;
|
|
208
|
-
};
|
|
209
153
|
providers: {
|
|
210
154
|
type: string;
|
|
211
155
|
properties: {
|
|
@@ -215,7 +159,7 @@ declare const schemas: {
|
|
|
215
159
|
};
|
|
216
160
|
};
|
|
217
161
|
};
|
|
218
|
-
|
|
162
|
+
additionalProperties: boolean;
|
|
219
163
|
$ref?: undefined;
|
|
220
164
|
})[];
|
|
221
165
|
};
|
|
@@ -228,12 +172,12 @@ declare const schemas: {
|
|
|
228
172
|
$id: string;
|
|
229
173
|
type: string;
|
|
230
174
|
description: string;
|
|
231
|
-
unevaluatedProperties: boolean;
|
|
232
175
|
allOf: ({
|
|
233
176
|
$ref: string;
|
|
234
177
|
type?: undefined;
|
|
235
178
|
properties?: undefined;
|
|
236
179
|
required?: undefined;
|
|
180
|
+
additionalProperties?: undefined;
|
|
237
181
|
} | {
|
|
238
182
|
type: string;
|
|
239
183
|
properties: {
|
|
@@ -244,11 +188,9 @@ declare const schemas: {
|
|
|
244
188
|
type: string;
|
|
245
189
|
pattern: string;
|
|
246
190
|
};
|
|
247
|
-
owner: {
|
|
248
|
-
$ref: string;
|
|
249
|
-
};
|
|
250
191
|
};
|
|
251
192
|
required: string[];
|
|
193
|
+
additionalProperties: boolean;
|
|
252
194
|
$ref?: undefined;
|
|
253
195
|
})[];
|
|
254
196
|
};
|
|
@@ -261,12 +203,12 @@ declare const schemas: {
|
|
|
261
203
|
$id: string;
|
|
262
204
|
type: string;
|
|
263
205
|
description: string;
|
|
264
|
-
unevaluatedProperties: boolean;
|
|
265
206
|
allOf: ({
|
|
266
207
|
$ref: string;
|
|
267
208
|
type?: undefined;
|
|
268
209
|
properties?: undefined;
|
|
269
210
|
required?: undefined;
|
|
211
|
+
additionalProperties?: undefined;
|
|
270
212
|
} | {
|
|
271
213
|
type: string;
|
|
272
214
|
properties: {
|
|
@@ -278,23 +220,24 @@ declare const schemas: {
|
|
|
278
220
|
};
|
|
279
221
|
};
|
|
280
222
|
required: string[];
|
|
223
|
+
additionalProperties: boolean;
|
|
281
224
|
$ref?: undefined;
|
|
282
225
|
})[];
|
|
283
226
|
};
|
|
284
227
|
};
|
|
285
228
|
} | {
|
|
229
|
+
$schema: string;
|
|
286
230
|
$id: string;
|
|
287
231
|
definitions: {
|
|
288
232
|
TFWorkspaceClaim: {
|
|
289
233
|
$id: string;
|
|
290
234
|
type: string;
|
|
291
235
|
description: string;
|
|
292
|
-
unevaluatedProperties: boolean;
|
|
293
236
|
allOf: ({
|
|
294
237
|
$ref: string;
|
|
295
238
|
type?: undefined;
|
|
296
239
|
properties?: undefined;
|
|
297
|
-
|
|
240
|
+
additionalProperties?: undefined;
|
|
298
241
|
} | {
|
|
299
242
|
type: string;
|
|
300
243
|
properties: {
|
|
@@ -305,10 +248,6 @@ declare const schemas: {
|
|
|
305
248
|
type: string;
|
|
306
249
|
pattern: string;
|
|
307
250
|
};
|
|
308
|
-
owner: {
|
|
309
|
-
type: string;
|
|
310
|
-
pattern: string;
|
|
311
|
-
};
|
|
312
251
|
providers: {
|
|
313
252
|
type: string;
|
|
314
253
|
properties: {
|
|
@@ -319,7 +258,7 @@ declare const schemas: {
|
|
|
319
258
|
required: string[];
|
|
320
259
|
};
|
|
321
260
|
};
|
|
322
|
-
|
|
261
|
+
additionalProperties: boolean;
|
|
323
262
|
$ref?: undefined;
|
|
324
263
|
})[];
|
|
325
264
|
};
|
|
@@ -332,21 +271,14 @@ declare const schemas: {
|
|
|
332
271
|
$id: string;
|
|
333
272
|
type: string;
|
|
334
273
|
description: string;
|
|
335
|
-
unevaluatedProperties: boolean;
|
|
336
274
|
allOf: ({
|
|
337
275
|
$ref: string;
|
|
338
276
|
type?: undefined;
|
|
339
277
|
properties?: undefined;
|
|
278
|
+
additionalProperties?: undefined;
|
|
340
279
|
} | {
|
|
341
280
|
type: string;
|
|
342
281
|
properties: {
|
|
343
|
-
system: {
|
|
344
|
-
type: string;
|
|
345
|
-
pattern: string;
|
|
346
|
-
};
|
|
347
|
-
project: {
|
|
348
|
-
type: string;
|
|
349
|
-
};
|
|
350
282
|
providers: {
|
|
351
283
|
type: string;
|
|
352
284
|
properties: {
|
|
@@ -357,6 +289,7 @@ declare const schemas: {
|
|
|
357
289
|
required: string[];
|
|
358
290
|
};
|
|
359
291
|
};
|
|
292
|
+
additionalProperties: boolean;
|
|
360
293
|
$ref?: undefined;
|
|
361
294
|
})[];
|
|
362
295
|
};
|
|
@@ -429,7 +362,6 @@ declare const schemas: {
|
|
|
429
362
|
GithubComponentFeatureClaim: {
|
|
430
363
|
$id: string;
|
|
431
364
|
description: string;
|
|
432
|
-
type: string;
|
|
433
365
|
properties: {
|
|
434
366
|
name: {
|
|
435
367
|
type: string;
|
|
@@ -457,7 +389,6 @@ declare const schemas: {
|
|
|
457
389
|
};
|
|
458
390
|
required: string[];
|
|
459
391
|
oneOf: {
|
|
460
|
-
type: string;
|
|
461
392
|
required: string[];
|
|
462
393
|
not: {
|
|
463
394
|
required: string[];
|
|
@@ -474,7 +405,6 @@ declare const schemas: {
|
|
|
474
405
|
$id: string;
|
|
475
406
|
type: string;
|
|
476
407
|
description: string;
|
|
477
|
-
unevaluatedProperties: boolean;
|
|
478
408
|
allOf: ({
|
|
479
409
|
$ref: string;
|
|
480
410
|
type?: undefined;
|
|
@@ -556,6 +486,7 @@ declare const schemas: {
|
|
|
556
486
|
};
|
|
557
487
|
};
|
|
558
488
|
})[] | {
|
|
489
|
+
$schema: string;
|
|
559
490
|
$id: string;
|
|
560
491
|
definitions: {
|
|
561
492
|
TerraformProvider: {
|
|
@@ -852,17 +783,14 @@ declare const schemas: {
|
|
|
852
783
|
$id: string;
|
|
853
784
|
type: string;
|
|
854
785
|
description: string;
|
|
855
|
-
unevaluatedProperties: boolean;
|
|
856
786
|
allOf: ({
|
|
857
787
|
$ref: string;
|
|
858
788
|
type?: undefined;
|
|
859
789
|
properties?: undefined;
|
|
790
|
+
additionalProperties?: undefined;
|
|
860
791
|
} | {
|
|
861
792
|
type: string;
|
|
862
793
|
properties: {
|
|
863
|
-
system: {
|
|
864
|
-
$ref: string;
|
|
865
|
-
};
|
|
866
794
|
providers: {
|
|
867
795
|
type: string;
|
|
868
796
|
properties: {
|
|
@@ -873,6 +801,7 @@ declare const schemas: {
|
|
|
873
801
|
required: string[];
|
|
874
802
|
};
|
|
875
803
|
};
|
|
804
|
+
additionalProperties: boolean;
|
|
876
805
|
$ref?: undefined;
|
|
877
806
|
})[];
|
|
878
807
|
};
|
|
@@ -885,11 +814,11 @@ declare const schemas: {
|
|
|
885
814
|
$id: string;
|
|
886
815
|
type: string;
|
|
887
816
|
description: string;
|
|
888
|
-
unevaluatedProperties: boolean;
|
|
889
817
|
allOf: ({
|
|
890
818
|
$ref: string;
|
|
891
819
|
type?: undefined;
|
|
892
820
|
properties?: undefined;
|
|
821
|
+
additionalProperties?: undefined;
|
|
893
822
|
} | {
|
|
894
823
|
type: string;
|
|
895
824
|
properties: {
|
|
@@ -902,6 +831,7 @@ declare const schemas: {
|
|
|
902
831
|
};
|
|
903
832
|
};
|
|
904
833
|
};
|
|
834
|
+
additionalProperties: boolean;
|
|
905
835
|
$ref?: undefined;
|
|
906
836
|
})[];
|
|
907
837
|
};
|
|
@@ -6,11 +6,11 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
14
14
|
} | {
|
|
15
15
|
type: string;
|
|
16
16
|
properties: {
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
+
additionalProperties: boolean;
|
|
26
27
|
$ref?: undefined;
|
|
27
28
|
})[];
|
|
28
29
|
};
|
|
@@ -6,17 +6,14 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
14
14
|
} | {
|
|
15
15
|
type: string;
|
|
16
16
|
properties: {
|
|
17
|
-
system: {
|
|
18
|
-
$ref: string;
|
|
19
|
-
};
|
|
20
17
|
providers: {
|
|
21
18
|
type: string;
|
|
22
19
|
properties: {
|
|
@@ -27,6 +24,7 @@ declare const _default: {
|
|
|
27
24
|
required: string[];
|
|
28
25
|
};
|
|
29
26
|
};
|
|
27
|
+
additionalProperties: boolean;
|
|
30
28
|
$ref?: undefined;
|
|
31
29
|
})[];
|
|
32
30
|
};
|
|
@@ -6,12 +6,12 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
14
13
|
required?: undefined;
|
|
14
|
+
additionalProperties?: undefined;
|
|
15
15
|
} | {
|
|
16
16
|
type: string;
|
|
17
17
|
properties: {
|
|
@@ -22,11 +22,9 @@ declare const _default: {
|
|
|
22
22
|
type: string;
|
|
23
23
|
pattern: string;
|
|
24
24
|
};
|
|
25
|
-
owner: {
|
|
26
|
-
$ref: string;
|
|
27
|
-
};
|
|
28
25
|
};
|
|
29
26
|
required: string[];
|
|
27
|
+
additionalProperties: boolean;
|
|
30
28
|
$ref?: undefined;
|
|
31
29
|
})[];
|
|
32
30
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
$schema: string;
|
|
2
3
|
$id: string;
|
|
3
4
|
definitions: {
|
|
4
5
|
TFWorkspaceClaim: {
|
|
5
6
|
$id: string;
|
|
6
7
|
type: string;
|
|
7
8
|
description: string;
|
|
8
|
-
unevaluatedProperties: boolean;
|
|
9
9
|
allOf: ({
|
|
10
10
|
$ref: string;
|
|
11
11
|
type?: undefined;
|
|
12
12
|
properties?: undefined;
|
|
13
|
-
|
|
13
|
+
additionalProperties?: undefined;
|
|
14
14
|
} | {
|
|
15
15
|
type: string;
|
|
16
16
|
properties: {
|
|
@@ -21,10 +21,6 @@ declare const _default: {
|
|
|
21
21
|
type: string;
|
|
22
22
|
pattern: string;
|
|
23
23
|
};
|
|
24
|
-
owner: {
|
|
25
|
-
type: string;
|
|
26
|
-
pattern: string;
|
|
27
|
-
};
|
|
28
24
|
providers: {
|
|
29
25
|
type: string;
|
|
30
26
|
properties: {
|
|
@@ -35,7 +31,7 @@ declare const _default: {
|
|
|
35
31
|
required: string[];
|
|
36
32
|
};
|
|
37
33
|
};
|
|
38
|
-
|
|
34
|
+
additionalProperties: boolean;
|
|
39
35
|
$ref?: undefined;
|
|
40
36
|
})[];
|
|
41
37
|
};
|
|
@@ -6,11 +6,11 @@ declare const _default: {
|
|
|
6
6
|
$id: string;
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
|
-
unevaluatedProperties: boolean;
|
|
10
9
|
allOf: ({
|
|
11
10
|
$ref: string;
|
|
12
11
|
type?: undefined;
|
|
13
12
|
properties?: undefined;
|
|
13
|
+
additionalProperties?: undefined;
|
|
14
14
|
} | {
|
|
15
15
|
type: string;
|
|
16
16
|
properties: {
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
+
additionalProperties: boolean;
|
|
26
27
|
$ref?: undefined;
|
|
27
28
|
})[];
|
|
28
29
|
};
|