@kaoto/camel-catalog 0.4.2 → 0.4.4
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/README.md +4 -6
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-agent-configuration.json +31 -0
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-endpoints.json +70 -35
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-functions.json +86 -43
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-actions.json +246 -146
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-containers.json +13 -12
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-validation-matcher.json +50 -25
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.json +8 -3
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/index.json +9 -9
- package/dist/camel-catalog/index.json +3 -3
- package/dist/index.js +1 -1
- package/dist/types/catalog-index.d.ts +1 -1
- package/package.json +2 -2
- /package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.xsd +0 -0
package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-containers.json
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"assert": {
|
|
3
3
|
"kind": "testContainer",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.10.0",
|
|
5
5
|
"name": "assert",
|
|
6
6
|
"title": "Assert",
|
|
7
7
|
"description": "Assert exception test action.",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"async": {
|
|
45
45
|
"kind": "testContainer",
|
|
46
|
-
"version": "4.
|
|
46
|
+
"version": "4.10.0",
|
|
47
47
|
"name": "async",
|
|
48
48
|
"title": "Async",
|
|
49
49
|
"description": "Async test action.",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
"catch": {
|
|
101
101
|
"kind": "testContainer",
|
|
102
|
-
"version": "4.
|
|
102
|
+
"version": "4.10.0",
|
|
103
103
|
"name": "catch",
|
|
104
104
|
"title": "Catch",
|
|
105
105
|
"description": "Catch exception test action.",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
},
|
|
137
137
|
"conditional": {
|
|
138
138
|
"kind": "testContainer",
|
|
139
|
-
"version": "4.
|
|
139
|
+
"version": "4.10.0",
|
|
140
140
|
"name": "conditional",
|
|
141
141
|
"title": "Conditional",
|
|
142
142
|
"description": "Conditional test action.",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
},
|
|
175
175
|
"doFinally": {
|
|
176
176
|
"kind": "testContainer",
|
|
177
|
-
"version": "4.
|
|
177
|
+
"version": "4.10.0",
|
|
178
178
|
"name": "doFinally",
|
|
179
179
|
"title": "DoFinally",
|
|
180
180
|
"description": "Runs test actions after the test.",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
},
|
|
207
207
|
"iterate": {
|
|
208
208
|
"kind": "testContainer",
|
|
209
|
-
"version": "4.
|
|
209
|
+
"version": "4.10.0",
|
|
210
210
|
"name": "iterate",
|
|
211
211
|
"title": "Iterate",
|
|
212
212
|
"description": "Iterate test action.",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
},
|
|
265
265
|
"parallel": {
|
|
266
266
|
"kind": "testContainer",
|
|
267
|
-
"version": "4.
|
|
267
|
+
"version": "4.10.0",
|
|
268
268
|
"name": "parallel",
|
|
269
269
|
"title": "Parallel",
|
|
270
270
|
"description": "Parallel test action.",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
},
|
|
297
297
|
"repeat": {
|
|
298
298
|
"kind": "testContainer",
|
|
299
|
-
"version": "4.
|
|
299
|
+
"version": "4.10.0",
|
|
300
300
|
"name": "repeat",
|
|
301
301
|
"title": "Repeat",
|
|
302
302
|
"description": "Repeat test action.",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
},
|
|
347
347
|
"repeatOnError": {
|
|
348
348
|
"kind": "testContainer",
|
|
349
|
-
"version": "4.
|
|
349
|
+
"version": "4.10.0",
|
|
350
350
|
"name": "repeatOnError",
|
|
351
351
|
"title": "RepeatOnError",
|
|
352
352
|
"description": "Repeat on error test action.",
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
},
|
|
402
402
|
"sequential": {
|
|
403
403
|
"kind": "testContainer",
|
|
404
|
-
"version": "4.
|
|
404
|
+
"version": "4.10.0",
|
|
405
405
|
"name": "sequential",
|
|
406
406
|
"title": "Sequential",
|
|
407
407
|
"description": "Sequential test action.",
|
|
@@ -433,9 +433,10 @@
|
|
|
433
433
|
},
|
|
434
434
|
"soap-assertFault": {
|
|
435
435
|
"kind": "testContainer",
|
|
436
|
-
"version": "4.
|
|
436
|
+
"version": "4.10.0",
|
|
437
437
|
"name": "soap-assertFault",
|
|
438
438
|
"group": "soap",
|
|
439
|
+
"module": "citrus-ws",
|
|
439
440
|
"title": "AssertFault",
|
|
440
441
|
"description": "Expects a SOAP fault response as a client.",
|
|
441
442
|
"propertiesSchema": {
|
|
@@ -502,7 +503,7 @@
|
|
|
502
503
|
},
|
|
503
504
|
"timer": {
|
|
504
505
|
"kind": "testContainer",
|
|
505
|
-
"version": "4.
|
|
506
|
+
"version": "4.10.0",
|
|
506
507
|
"name": "timer",
|
|
507
508
|
"title": "Timer",
|
|
508
509
|
"description": "Timer test action.",
|
package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-validation-matcher.json
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isUUIDv4": {
|
|
3
3
|
"kind": "testValidationMatcher",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.10.0",
|
|
5
5
|
"name": "isUUIDv4",
|
|
6
6
|
"group": "citrus",
|
|
7
|
+
"module": "citrus-base",
|
|
7
8
|
"title": "IsUUIDv4",
|
|
8
9
|
"propertiesSchema": {
|
|
9
10
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12,9 +13,10 @@
|
|
|
12
13
|
},
|
|
13
14
|
"dateRange": {
|
|
14
15
|
"kind": "testValidationMatcher",
|
|
15
|
-
"version": "4.
|
|
16
|
+
"version": "4.10.0",
|
|
16
17
|
"name": "dateRange",
|
|
17
18
|
"group": "citrus",
|
|
19
|
+
"module": "citrus-base",
|
|
18
20
|
"title": "DateRange",
|
|
19
21
|
"propertiesSchema": {
|
|
20
22
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -45,9 +47,10 @@
|
|
|
45
47
|
},
|
|
46
48
|
"lowerThan": {
|
|
47
49
|
"kind": "testValidationMatcher",
|
|
48
|
-
"version": "4.
|
|
50
|
+
"version": "4.10.0",
|
|
49
51
|
"name": "lowerThan",
|
|
50
52
|
"group": "citrus",
|
|
53
|
+
"module": "citrus-base",
|
|
51
54
|
"title": "LowerThan",
|
|
52
55
|
"propertiesSchema": {
|
|
53
56
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -66,9 +69,10 @@
|
|
|
66
69
|
},
|
|
67
70
|
"matchesDatePattern": {
|
|
68
71
|
"kind": "testValidationMatcher",
|
|
69
|
-
"version": "4.
|
|
72
|
+
"version": "4.10.0",
|
|
70
73
|
"name": "matchesDatePattern",
|
|
71
74
|
"group": "citrus",
|
|
75
|
+
"module": "citrus-base",
|
|
72
76
|
"title": "MatchesDatePattern",
|
|
73
77
|
"propertiesSchema": {
|
|
74
78
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -87,9 +91,10 @@
|
|
|
87
91
|
},
|
|
88
92
|
"isWeekday": {
|
|
89
93
|
"kind": "testValidationMatcher",
|
|
90
|
-
"version": "4.
|
|
94
|
+
"version": "4.10.0",
|
|
91
95
|
"name": "isWeekday",
|
|
92
96
|
"group": "citrus",
|
|
97
|
+
"module": "citrus-base",
|
|
93
98
|
"title": "IsWeekday",
|
|
94
99
|
"propertiesSchema": {
|
|
95
100
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -123,9 +128,10 @@
|
|
|
123
128
|
},
|
|
124
129
|
"empty": {
|
|
125
130
|
"kind": "testValidationMatcher",
|
|
126
|
-
"version": "4.
|
|
131
|
+
"version": "4.10.0",
|
|
127
132
|
"name": "empty",
|
|
128
133
|
"group": "citrus",
|
|
134
|
+
"module": "citrus-base",
|
|
129
135
|
"title": "Empty",
|
|
130
136
|
"propertiesSchema": {
|
|
131
137
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -134,9 +140,10 @@
|
|
|
134
140
|
},
|
|
135
141
|
"trim": {
|
|
136
142
|
"kind": "testValidationMatcher",
|
|
137
|
-
"version": "4.
|
|
143
|
+
"version": "4.10.0",
|
|
138
144
|
"name": "trim",
|
|
139
145
|
"group": "citrus",
|
|
146
|
+
"module": "citrus-base",
|
|
140
147
|
"title": "Trim",
|
|
141
148
|
"propertiesSchema": {
|
|
142
149
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -155,9 +162,10 @@
|
|
|
155
162
|
},
|
|
156
163
|
"ignoreNewLine": {
|
|
157
164
|
"kind": "testValidationMatcher",
|
|
158
|
-
"version": "4.
|
|
165
|
+
"version": "4.10.0",
|
|
159
166
|
"name": "ignoreNewLine",
|
|
160
167
|
"group": "citrus",
|
|
168
|
+
"module": "citrus-base",
|
|
161
169
|
"title": "IgnoreNewLine",
|
|
162
170
|
"propertiesSchema": {
|
|
163
171
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -176,9 +184,10 @@
|
|
|
176
184
|
},
|
|
177
185
|
"isNumber": {
|
|
178
186
|
"kind": "testValidationMatcher",
|
|
179
|
-
"version": "4.
|
|
187
|
+
"version": "4.10.0",
|
|
180
188
|
"name": "isNumber",
|
|
181
189
|
"group": "citrus",
|
|
190
|
+
"module": "citrus-base",
|
|
182
191
|
"title": "IsNumber",
|
|
183
192
|
"propertiesSchema": {
|
|
184
193
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -187,9 +196,10 @@
|
|
|
187
196
|
},
|
|
188
197
|
"ignore": {
|
|
189
198
|
"kind": "testValidationMatcher",
|
|
190
|
-
"version": "4.
|
|
199
|
+
"version": "4.10.0",
|
|
191
200
|
"name": "ignore",
|
|
192
201
|
"group": "citrus",
|
|
202
|
+
"module": "citrus-base",
|
|
193
203
|
"title": "Ignore",
|
|
194
204
|
"propertiesSchema": {
|
|
195
205
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -198,9 +208,10 @@
|
|
|
198
208
|
},
|
|
199
209
|
"equalsIgnoreCase": {
|
|
200
210
|
"kind": "testValidationMatcher",
|
|
201
|
-
"version": "4.
|
|
211
|
+
"version": "4.10.0",
|
|
202
212
|
"name": "equalsIgnoreCase",
|
|
203
213
|
"group": "citrus",
|
|
214
|
+
"module": "citrus-base",
|
|
204
215
|
"title": "EqualsIgnoreCase",
|
|
205
216
|
"propertiesSchema": {
|
|
206
217
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -219,9 +230,10 @@
|
|
|
219
230
|
},
|
|
220
231
|
"hasLength": {
|
|
221
232
|
"kind": "testValidationMatcher",
|
|
222
|
-
"version": "4.
|
|
233
|
+
"version": "4.10.0",
|
|
223
234
|
"name": "hasLength",
|
|
224
235
|
"group": "citrus",
|
|
236
|
+
"module": "citrus-base",
|
|
225
237
|
"title": "HasLength",
|
|
226
238
|
"propertiesSchema": {
|
|
227
239
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -240,9 +252,10 @@
|
|
|
240
252
|
},
|
|
241
253
|
"greaterThan": {
|
|
242
254
|
"kind": "testValidationMatcher",
|
|
243
|
-
"version": "4.
|
|
255
|
+
"version": "4.10.0",
|
|
244
256
|
"name": "greaterThan",
|
|
245
257
|
"group": "citrus",
|
|
258
|
+
"module": "citrus-base",
|
|
246
259
|
"title": "GreaterThan",
|
|
247
260
|
"propertiesSchema": {
|
|
248
261
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -261,9 +274,10 @@
|
|
|
261
274
|
},
|
|
262
275
|
"notNull": {
|
|
263
276
|
"kind": "testValidationMatcher",
|
|
264
|
-
"version": "4.
|
|
277
|
+
"version": "4.10.0",
|
|
265
278
|
"name": "notNull",
|
|
266
279
|
"group": "citrus",
|
|
280
|
+
"module": "citrus-base",
|
|
267
281
|
"title": "NotNull",
|
|
268
282
|
"propertiesSchema": {
|
|
269
283
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -272,9 +286,10 @@
|
|
|
272
286
|
},
|
|
273
287
|
"matchesXml": {
|
|
274
288
|
"kind": "testValidationMatcher",
|
|
275
|
-
"version": "4.
|
|
289
|
+
"version": "4.10.0",
|
|
276
290
|
"name": "matchesXml",
|
|
277
291
|
"group": "citrus",
|
|
292
|
+
"module": "citrus-validation-xml",
|
|
278
293
|
"title": "MatchesXml",
|
|
279
294
|
"propertiesSchema": {
|
|
280
295
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -293,9 +308,10 @@
|
|
|
293
308
|
},
|
|
294
309
|
"containsIgnoreCase": {
|
|
295
310
|
"kind": "testValidationMatcher",
|
|
296
|
-
"version": "4.
|
|
311
|
+
"version": "4.10.0",
|
|
297
312
|
"name": "containsIgnoreCase",
|
|
298
313
|
"group": "citrus",
|
|
314
|
+
"module": "citrus-base",
|
|
299
315
|
"title": "ContainsIgnoreCase",
|
|
300
316
|
"propertiesSchema": {
|
|
301
317
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -314,9 +330,10 @@
|
|
|
314
330
|
},
|
|
315
331
|
"trimAllWhitespaces": {
|
|
316
332
|
"kind": "testValidationMatcher",
|
|
317
|
-
"version": "4.
|
|
333
|
+
"version": "4.10.0",
|
|
318
334
|
"name": "trimAllWhitespaces",
|
|
319
335
|
"group": "citrus",
|
|
336
|
+
"module": "citrus-base",
|
|
320
337
|
"title": "TrimAllWhitespaces",
|
|
321
338
|
"propertiesSchema": {
|
|
322
339
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -335,9 +352,10 @@
|
|
|
335
352
|
},
|
|
336
353
|
"assertThat": {
|
|
337
354
|
"kind": "testValidationMatcher",
|
|
338
|
-
"version": "4.
|
|
355
|
+
"version": "4.10.0",
|
|
339
356
|
"name": "assertThat",
|
|
340
357
|
"group": "citrus",
|
|
358
|
+
"module": "citrus-validation-hamcrest",
|
|
341
359
|
"title": "AssertThat",
|
|
342
360
|
"propertiesSchema": {
|
|
343
361
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -361,9 +379,10 @@
|
|
|
361
379
|
},
|
|
362
380
|
"matches": {
|
|
363
381
|
"kind": "testValidationMatcher",
|
|
364
|
-
"version": "4.
|
|
382
|
+
"version": "4.10.0",
|
|
365
383
|
"name": "matches",
|
|
366
384
|
"group": "citrus",
|
|
385
|
+
"module": "citrus-base",
|
|
367
386
|
"title": "Matches",
|
|
368
387
|
"propertiesSchema": {
|
|
369
388
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -382,9 +401,10 @@
|
|
|
382
401
|
},
|
|
383
402
|
"contains": {
|
|
384
403
|
"kind": "testValidationMatcher",
|
|
385
|
-
"version": "4.
|
|
404
|
+
"version": "4.10.0",
|
|
386
405
|
"name": "contains",
|
|
387
406
|
"group": "citrus",
|
|
407
|
+
"module": "citrus-base",
|
|
388
408
|
"title": "Contains",
|
|
389
409
|
"propertiesSchema": {
|
|
390
410
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -403,9 +423,10 @@
|
|
|
403
423
|
},
|
|
404
424
|
"null": {
|
|
405
425
|
"kind": "testValidationMatcher",
|
|
406
|
-
"version": "4.
|
|
426
|
+
"version": "4.10.0",
|
|
407
427
|
"name": "null",
|
|
408
428
|
"group": "citrus",
|
|
429
|
+
"module": "citrus-base",
|
|
409
430
|
"title": "Null",
|
|
410
431
|
"propertiesSchema": {
|
|
411
432
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -414,9 +435,10 @@
|
|
|
414
435
|
},
|
|
415
436
|
"endsWith": {
|
|
416
437
|
"kind": "testValidationMatcher",
|
|
417
|
-
"version": "4.
|
|
438
|
+
"version": "4.10.0",
|
|
418
439
|
"name": "endsWith",
|
|
419
440
|
"group": "citrus",
|
|
441
|
+
"module": "citrus-base",
|
|
420
442
|
"title": "EndsWith",
|
|
421
443
|
"propertiesSchema": {
|
|
422
444
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -435,9 +457,10 @@
|
|
|
435
457
|
},
|
|
436
458
|
"variable": {
|
|
437
459
|
"kind": "testValidationMatcher",
|
|
438
|
-
"version": "4.
|
|
460
|
+
"version": "4.10.0",
|
|
439
461
|
"name": "variable",
|
|
440
462
|
"group": "citrus",
|
|
463
|
+
"module": "citrus-base",
|
|
441
464
|
"title": "Variable",
|
|
442
465
|
"propertiesSchema": {
|
|
443
466
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -456,9 +479,10 @@
|
|
|
456
479
|
},
|
|
457
480
|
"notEmpty": {
|
|
458
481
|
"kind": "testValidationMatcher",
|
|
459
|
-
"version": "4.
|
|
482
|
+
"version": "4.10.0",
|
|
460
483
|
"name": "notEmpty",
|
|
461
484
|
"group": "citrus",
|
|
485
|
+
"module": "citrus-base",
|
|
462
486
|
"title": "NotEmpty",
|
|
463
487
|
"propertiesSchema": {
|
|
464
488
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -467,9 +491,10 @@
|
|
|
467
491
|
},
|
|
468
492
|
"startsWith": {
|
|
469
493
|
"kind": "testValidationMatcher",
|
|
470
|
-
"version": "4.
|
|
494
|
+
"version": "4.10.0",
|
|
471
495
|
"name": "startsWith",
|
|
472
496
|
"group": "citrus",
|
|
497
|
+
"module": "citrus-base",
|
|
473
498
|
"title": "StartsWith",
|
|
474
499
|
"propertiesSchema": {
|
|
475
500
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -1655,6 +1655,12 @@
|
|
|
1655
1655
|
"description" : "The message headers."
|
|
1656
1656
|
}
|
|
1657
1657
|
},
|
|
1658
|
+
"infra" : {
|
|
1659
|
+
"type" : "string",
|
|
1660
|
+
"title" : "Infra",
|
|
1661
|
+
"description" : "Optional Camel infrastructure service to connect to.",
|
|
1662
|
+
"$comment" : "group:advanced"
|
|
1663
|
+
},
|
|
1658
1664
|
"integration" : {
|
|
1659
1665
|
"type" : "string",
|
|
1660
1666
|
"title" : "Integration",
|
|
@@ -4906,7 +4912,7 @@
|
|
|
4906
4912
|
} ]
|
|
4907
4913
|
} ],
|
|
4908
4914
|
"title" : "JMS",
|
|
4909
|
-
"description" : "JMS endpoint
|
|
4915
|
+
"description" : "JMS endpoint"
|
|
4910
4916
|
}
|
|
4911
4917
|
},
|
|
4912
4918
|
"required" : [ "jms" ]
|
|
@@ -6006,7 +6012,6 @@
|
|
|
6006
6012
|
} ]
|
|
6007
6013
|
}
|
|
6008
6014
|
},
|
|
6009
|
-
"required" : [ "script" ],
|
|
6010
6015
|
"additionalProperties" : false,
|
|
6011
6016
|
"title" : "Groovy",
|
|
6012
6017
|
"description" : "Groovy test action."
|
|
@@ -13260,7 +13265,7 @@
|
|
|
13260
13265
|
} ]
|
|
13261
13266
|
} ],
|
|
13262
13267
|
"title" : "JMS",
|
|
13263
|
-
"description" : "JMS endpoint
|
|
13268
|
+
"description" : "JMS endpoint"
|
|
13264
13269
|
}
|
|
13265
13270
|
},
|
|
13266
13271
|
"required" : [ "jms" ]
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name" : "Citrus 4.
|
|
3
|
-
"version" : "4.
|
|
2
|
+
"name" : "Citrus 4.10.0",
|
|
3
|
+
"version" : "4.10.0",
|
|
4
4
|
"runtime" : "Citrus",
|
|
5
5
|
"catalogs" : {
|
|
6
6
|
"actions" : {
|
|
7
7
|
"name" : "actions",
|
|
8
8
|
"description" : "Aggregated Citrus catalog for test actions",
|
|
9
|
-
"version" : "4.
|
|
9
|
+
"version" : "4.10.0",
|
|
10
10
|
"file" : "citrus-catalog-aggregate-test-actions.json"
|
|
11
11
|
},
|
|
12
12
|
"containers" : {
|
|
13
13
|
"name" : "containers",
|
|
14
14
|
"description" : "Aggregated Citrus catalog for test action containers",
|
|
15
|
-
"version" : "4.
|
|
15
|
+
"version" : "4.10.0",
|
|
16
16
|
"file" : "citrus-catalog-aggregate-test-containers.json"
|
|
17
17
|
},
|
|
18
18
|
"endpoints" : {
|
|
19
19
|
"name" : "endpoints",
|
|
20
20
|
"description" : "Aggregated Citrus catalog for endpoints",
|
|
21
|
-
"version" : "4.
|
|
21
|
+
"version" : "4.10.0",
|
|
22
22
|
"file" : "citrus-catalog-aggregate-endpoints.json"
|
|
23
23
|
},
|
|
24
24
|
"functions" : {
|
|
25
25
|
"name" : "functions",
|
|
26
26
|
"description" : "Aggregated Citrus catalog for functions",
|
|
27
|
-
"version" : "4.
|
|
27
|
+
"version" : "4.10.0",
|
|
28
28
|
"file" : "citrus-catalog-aggregate-functions.json"
|
|
29
29
|
},
|
|
30
30
|
"validationMatcher" : {
|
|
31
31
|
"name" : "validationMatcher",
|
|
32
32
|
"description" : "Aggregated Citrus catalog for validation matcher",
|
|
33
|
-
"version" : "4.
|
|
33
|
+
"version" : "4.10.0",
|
|
34
34
|
"file" : "citrus-catalog-aggregate-validation-matcher.json"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"citrus-yaml" : {
|
|
39
39
|
"name" : "citrus-yaml",
|
|
40
40
|
"description" : "Citrus Json schema for tests",
|
|
41
|
-
"version" : "4.
|
|
41
|
+
"version" : "4.10.0",
|
|
42
42
|
"file" : "citrus-testcase.json"
|
|
43
43
|
},
|
|
44
44
|
"citrus-xml-io" : {
|
|
45
45
|
"name" : "citrus-xml",
|
|
46
46
|
"description" : "Citrus XSD schema for tests",
|
|
47
|
-
"version" : "4.
|
|
47
|
+
"version" : "4.10.0",
|
|
48
48
|
"file" : "citrus-testcase.xsd"
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -109,10 +109,10 @@
|
|
|
109
109
|
"fileName" : "camel-springboot/4.4.0.redhat-00039/index-11c4b576996c50e25c50e352312ec6f2.json"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"name" : "Citrus 4.
|
|
113
|
-
"version" : "4.
|
|
112
|
+
"name" : "Citrus 4.10.0",
|
|
113
|
+
"version" : "4.10.0",
|
|
114
114
|
"runtime" : "Citrus",
|
|
115
|
-
"fileName" : "citrus/4.
|
|
115
|
+
"fileName" : "citrus/4.10.0/index.json"
|
|
116
116
|
}
|
|
117
117
|
],
|
|
118
118
|
"version" : 3,
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
// Generated using typescript-generator version 3.2.1263 on 2026-03-
|
|
3
|
+
// Generated using typescript-generator version 3.2.1263 on 2026-03-26 10:34:25.
|
|
4
4
|
|
|
5
5
|
export interface CatalogCliArgument {
|
|
6
6
|
runtime: CatalogRuntime;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaoto/camel-catalog",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Camel Catalog and schemas for Kaoto",
|
|
6
6
|
"repository": "https://github.com/KaotoIO/camel-catalog",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"typescript": "^5.4.2",
|
|
53
53
|
"typescript-eslint": "^8.5.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "f53eb993effaf7b3285d516caa29f6405540317e",
|
|
56
56
|
"packageManager": "yarn@4.12.0"
|
|
57
57
|
}
|
|
File without changes
|