@osaas/client-services 0.14.0 → 0.15.0
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/lib/generated/apache-couchdb.d.ts +45 -0
- package/lib/generated/apache-couchdb.d.ts.map +1 -1
- package/lib/generated/apache-couchdb.js.map +1 -1
- package/lib/generated/clickhouse-clickhouse.d.ts +101 -3
- package/lib/generated/clickhouse-clickhouse.d.ts.map +1 -1
- package/lib/generated/clickhouse-clickhouse.js.map +1 -1
- package/lib/generated/ether-etherpad-lite.d.ts +630 -0
- package/lib/generated/ether-etherpad-lite.d.ts.map +1 -0
- package/lib/generated/ether-etherpad-lite.js +87 -0
- package/lib/generated/ether-etherpad-lite.js.map +1 -0
- package/lib/generated/eyevinn-ad-normalizer.d.ts +1 -1
- package/lib/generated/eyevinn-ad-normalizer.js +1 -1
- package/lib/generated/eyevinn-python-runner.d.ts +8 -8
- package/lib/generated/eyevinn-python-runner.js +8 -8
- package/lib/generated/eyevinn-wasm-runner.d.ts +221 -10
- package/lib/generated/eyevinn-wasm-runner.d.ts.map +1 -1
- package/lib/generated/eyevinn-wasm-runner.js +5 -3
- package/lib/generated/eyevinn-wasm-runner.js.map +1 -1
- package/lib/generated/eyevinn-web-runner.d.ts +8 -8
- package/lib/generated/eyevinn-web-runner.js +8 -8
- package/lib/generated/go-gitea-gitea.d.ts +630 -0
- package/lib/generated/go-gitea-gitea.d.ts.map +1 -0
- package/lib/generated/go-gitea-gitea.js +87 -0
- package/lib/generated/go-gitea-gitea.js.map +1 -0
- package/lib/generated/grusell-encore-profile-server.d.ts +8 -8
- package/lib/generated/grusell-encore-profile-server.js +8 -8
- package/lib/generated/juiceandthejoe-todo-list-vibe.d.ts +630 -0
- package/lib/generated/juiceandthejoe-todo-list-vibe.d.ts.map +1 -0
- package/lib/generated/juiceandthejoe-todo-list-vibe.js +87 -0
- package/lib/generated/juiceandthejoe-todo-list-vibe.js.map +1 -0
- package/lib/generated/meilisearch-meilisearch.d.ts +630 -0
- package/lib/generated/meilisearch-meilisearch.d.ts.map +1 -0
- package/lib/generated/meilisearch-meilisearch.js +87 -0
- package/lib/generated/meilisearch-meilisearch.js.map +1 -0
- package/lib/generated/neo4j-docker-neo4j.d.ts +630 -0
- package/lib/generated/neo4j-docker-neo4j.d.ts.map +1 -0
- package/lib/generated/neo4j-docker-neo4j.js +87 -0
- package/lib/generated/neo4j-docker-neo4j.js.map +1 -0
- package/lib/generated/oss-apps-dynamic-og.d.ts +637 -0
- package/lib/generated/oss-apps-dynamic-og.d.ts.map +1 -0
- package/lib/generated/oss-apps-dynamic-og.js +88 -0
- package/lib/generated/oss-apps-dynamic-og.js.map +1 -0
- package/lib/generated/reconurge-flowsint.d.ts +672 -0
- package/lib/generated/reconurge-flowsint.d.ts.map +1 -0
- package/lib/generated/reconurge-flowsint.js +93 -0
- package/lib/generated/reconurge-flowsint.js.map +1 -0
- package/lib/generated/seanzhang414-openadserver.d.ts +637 -0
- package/lib/generated/seanzhang414-openadserver.d.ts.map +1 -0
- package/lib/generated/seanzhang414-openadserver.js +88 -0
- package/lib/generated/seanzhang414-openadserver.js.map +1 -0
- package/lib/generated/srperens-uturn.d.ts +637 -0
- package/lib/generated/srperens-uturn.d.ts.map +1 -0
- package/lib/generated/srperens-uturn.js +88 -0
- package/lib/generated/srperens-uturn.js.map +1 -0
- package/lib/generated/tuomoku-spx-gc.d.ts +693 -0
- package/lib/generated/tuomoku-spx-gc.d.ts.map +1 -0
- package/lib/generated/tuomoku-spx-gc.js +96 -0
- package/lib/generated/tuomoku-spx-gc.js.map +1 -0
- package/lib/generated/usememos-memos.d.ts +623 -0
- package/lib/generated/usememos-memos.d.ts.map +1 -0
- package/lib/generated/usememos-memos.js +86 -0
- package/lib/generated/usememos-memos.js.map +1 -0
- package/lib/index.d.ts +11 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +46 -1
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,630 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
export interface paths {
|
|
6
|
+
'/': {
|
|
7
|
+
/** Health check endpoint */
|
|
8
|
+
get: {
|
|
9
|
+
parameters: {
|
|
10
|
+
query: {
|
|
11
|
+
verbose?: boolean;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
responses: {
|
|
15
|
+
/** Default Response */
|
|
16
|
+
200: {
|
|
17
|
+
schema: Partial<string> & Partial<{
|
|
18
|
+
status: string;
|
|
19
|
+
versions: {
|
|
20
|
+
'@osaas/orchestrator': string;
|
|
21
|
+
};
|
|
22
|
+
environment: string;
|
|
23
|
+
_links: {
|
|
24
|
+
self: {
|
|
25
|
+
href: string;
|
|
26
|
+
};
|
|
27
|
+
api: {
|
|
28
|
+
href: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
}>;
|
|
32
|
+
};
|
|
33
|
+
/** Default Response */
|
|
34
|
+
500: {
|
|
35
|
+
schema: {
|
|
36
|
+
status: string;
|
|
37
|
+
reason: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
'/todo-list-vibeinstance': {
|
|
44
|
+
/** List all running todo-list-vibe instances */
|
|
45
|
+
get: {
|
|
46
|
+
responses: {
|
|
47
|
+
/** Default Response */
|
|
48
|
+
200: {
|
|
49
|
+
schema: ({
|
|
50
|
+
/** @description Name of the todo-list-vibe instance */
|
|
51
|
+
name: string;
|
|
52
|
+
/** @description URL to instance API */
|
|
53
|
+
url: string;
|
|
54
|
+
resources: {
|
|
55
|
+
license: {
|
|
56
|
+
/** @description URL to license information */
|
|
57
|
+
url: string;
|
|
58
|
+
};
|
|
59
|
+
apiDocs?: {
|
|
60
|
+
/** @description URL to instance API documentation */
|
|
61
|
+
url: string;
|
|
62
|
+
};
|
|
63
|
+
app?: {
|
|
64
|
+
/** @description URL to instance application (GUI) */
|
|
65
|
+
url: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
databaseUrl: string;
|
|
69
|
+
} & {
|
|
70
|
+
_links: {
|
|
71
|
+
self: {
|
|
72
|
+
/** @description Instance resource */
|
|
73
|
+
href: string;
|
|
74
|
+
};
|
|
75
|
+
logs?: {
|
|
76
|
+
/** @description Get logs for this instance */
|
|
77
|
+
href: string;
|
|
78
|
+
};
|
|
79
|
+
health?: {
|
|
80
|
+
/** @description Get health status for this instance */
|
|
81
|
+
href: string;
|
|
82
|
+
};
|
|
83
|
+
ports?: {
|
|
84
|
+
/** @description Get exposed ports for this instance */
|
|
85
|
+
href: string;
|
|
86
|
+
};
|
|
87
|
+
nodePorts?: {
|
|
88
|
+
/** @description Get assigned NodePorts for this instance */
|
|
89
|
+
href: string;
|
|
90
|
+
};
|
|
91
|
+
restart?: {
|
|
92
|
+
/** @description Restart this instance */
|
|
93
|
+
href: string;
|
|
94
|
+
};
|
|
95
|
+
update?: {
|
|
96
|
+
/** @description Update this instance */
|
|
97
|
+
href: string;
|
|
98
|
+
};
|
|
99
|
+
scale?: {
|
|
100
|
+
/** @description Scale this instance */
|
|
101
|
+
href: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
})[];
|
|
105
|
+
};
|
|
106
|
+
/** Default Response */
|
|
107
|
+
500: {
|
|
108
|
+
schema: {
|
|
109
|
+
/** @description Reason why something failed */
|
|
110
|
+
reason: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
/** Launch a new todo-list-vibe instance */
|
|
116
|
+
post: {
|
|
117
|
+
parameters: {
|
|
118
|
+
query: {
|
|
119
|
+
beta?: boolean;
|
|
120
|
+
};
|
|
121
|
+
body: {
|
|
122
|
+
body?: {
|
|
123
|
+
/** @description Name of the todo-list-vibe instance */
|
|
124
|
+
name: string;
|
|
125
|
+
databaseUrl: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
responses: {
|
|
130
|
+
/** Default Response */
|
|
131
|
+
200: {
|
|
132
|
+
schema: {
|
|
133
|
+
/** @description Name of the todo-list-vibe instance */
|
|
134
|
+
name: string;
|
|
135
|
+
/** @description URL to instance API */
|
|
136
|
+
url: string;
|
|
137
|
+
resources: {
|
|
138
|
+
license: {
|
|
139
|
+
/** @description URL to license information */
|
|
140
|
+
url: string;
|
|
141
|
+
};
|
|
142
|
+
apiDocs?: {
|
|
143
|
+
/** @description URL to instance API documentation */
|
|
144
|
+
url: string;
|
|
145
|
+
};
|
|
146
|
+
app?: {
|
|
147
|
+
/** @description URL to instance application (GUI) */
|
|
148
|
+
url: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
databaseUrl: string;
|
|
152
|
+
} & {
|
|
153
|
+
_links: {
|
|
154
|
+
self: {
|
|
155
|
+
/** @description Instance resource */
|
|
156
|
+
href: string;
|
|
157
|
+
};
|
|
158
|
+
logs?: {
|
|
159
|
+
/** @description Get logs for this instance */
|
|
160
|
+
href: string;
|
|
161
|
+
};
|
|
162
|
+
health?: {
|
|
163
|
+
/** @description Get health status for this instance */
|
|
164
|
+
href: string;
|
|
165
|
+
};
|
|
166
|
+
ports?: {
|
|
167
|
+
/** @description Get exposed ports for this instance */
|
|
168
|
+
href: string;
|
|
169
|
+
};
|
|
170
|
+
nodePorts?: {
|
|
171
|
+
/** @description Get assigned NodePorts for this instance */
|
|
172
|
+
href: string;
|
|
173
|
+
};
|
|
174
|
+
restart?: {
|
|
175
|
+
/** @description Restart this instance */
|
|
176
|
+
href: string;
|
|
177
|
+
};
|
|
178
|
+
update?: {
|
|
179
|
+
/** @description Update this instance */
|
|
180
|
+
href: string;
|
|
181
|
+
};
|
|
182
|
+
scale?: {
|
|
183
|
+
/** @description Scale this instance */
|
|
184
|
+
href: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
/** Default Response */
|
|
190
|
+
403: {
|
|
191
|
+
schema: {
|
|
192
|
+
/** @description Reason why something failed */
|
|
193
|
+
reason: string;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
/** Default Response */
|
|
197
|
+
409: {
|
|
198
|
+
schema: {
|
|
199
|
+
/** @description Reason why something failed */
|
|
200
|
+
reason: string;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
/** Default Response */
|
|
204
|
+
500: {
|
|
205
|
+
schema: {
|
|
206
|
+
/** @description Reason why something failed */
|
|
207
|
+
reason: string;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
'/restart/{id}': {
|
|
214
|
+
/** Restart todo-list-vibe */
|
|
215
|
+
post: {
|
|
216
|
+
parameters: {
|
|
217
|
+
path: {
|
|
218
|
+
/** Name of the todo-list-vibe instance */
|
|
219
|
+
id: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
responses: {
|
|
223
|
+
/** Default Response */
|
|
224
|
+
204: {
|
|
225
|
+
schema: string;
|
|
226
|
+
};
|
|
227
|
+
/** Default Response */
|
|
228
|
+
500: {
|
|
229
|
+
schema: {
|
|
230
|
+
/** @description Reason why something failed */
|
|
231
|
+
reason: string;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
'/todo-list-vibeinstance/{id}': {
|
|
238
|
+
/** Obtain status and resource URLs for an todo-list-vibe instance */
|
|
239
|
+
get: {
|
|
240
|
+
parameters: {
|
|
241
|
+
path: {
|
|
242
|
+
/** Name of the todo-list-vibe instance */
|
|
243
|
+
id: string;
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
responses: {
|
|
247
|
+
/** Default Response */
|
|
248
|
+
200: {
|
|
249
|
+
schema: {
|
|
250
|
+
/** @description Name of the todo-list-vibe instance */
|
|
251
|
+
name: string;
|
|
252
|
+
/** @description URL to instance API */
|
|
253
|
+
url: string;
|
|
254
|
+
resources: {
|
|
255
|
+
license: {
|
|
256
|
+
/** @description URL to license information */
|
|
257
|
+
url: string;
|
|
258
|
+
};
|
|
259
|
+
apiDocs?: {
|
|
260
|
+
/** @description URL to instance API documentation */
|
|
261
|
+
url: string;
|
|
262
|
+
};
|
|
263
|
+
app?: {
|
|
264
|
+
/** @description URL to instance application (GUI) */
|
|
265
|
+
url: string;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
databaseUrl: string;
|
|
269
|
+
} & {
|
|
270
|
+
_links: {
|
|
271
|
+
self: {
|
|
272
|
+
/** @description Instance resource */
|
|
273
|
+
href: string;
|
|
274
|
+
};
|
|
275
|
+
logs?: {
|
|
276
|
+
/** @description Get logs for this instance */
|
|
277
|
+
href: string;
|
|
278
|
+
};
|
|
279
|
+
health?: {
|
|
280
|
+
/** @description Get health status for this instance */
|
|
281
|
+
href: string;
|
|
282
|
+
};
|
|
283
|
+
ports?: {
|
|
284
|
+
/** @description Get exposed ports for this instance */
|
|
285
|
+
href: string;
|
|
286
|
+
};
|
|
287
|
+
nodePorts?: {
|
|
288
|
+
/** @description Get assigned NodePorts for this instance */
|
|
289
|
+
href: string;
|
|
290
|
+
};
|
|
291
|
+
restart?: {
|
|
292
|
+
/** @description Restart this instance */
|
|
293
|
+
href: string;
|
|
294
|
+
};
|
|
295
|
+
update?: {
|
|
296
|
+
/** @description Update this instance */
|
|
297
|
+
href: string;
|
|
298
|
+
};
|
|
299
|
+
scale?: {
|
|
300
|
+
/** @description Scale this instance */
|
|
301
|
+
href: string;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
/** Default Response */
|
|
307
|
+
404: {
|
|
308
|
+
schema: {
|
|
309
|
+
/** @description Reason why something failed */
|
|
310
|
+
reason: string;
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
/** Default Response */
|
|
314
|
+
500: {
|
|
315
|
+
schema: {
|
|
316
|
+
/** @description Reason why something failed */
|
|
317
|
+
reason: string;
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
/** Stop and remove an todo-list-vibe instance */
|
|
323
|
+
delete: {
|
|
324
|
+
parameters: {
|
|
325
|
+
path: {
|
|
326
|
+
/** Name of the todo-list-vibe instance */
|
|
327
|
+
id: string;
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
responses: {
|
|
331
|
+
/** Default Response */
|
|
332
|
+
204: {
|
|
333
|
+
schema: string;
|
|
334
|
+
};
|
|
335
|
+
/** Default Response */
|
|
336
|
+
500: {
|
|
337
|
+
schema: {
|
|
338
|
+
/** @description Reason why something failed */
|
|
339
|
+
reason: string;
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
/** Patch todo-list-vibe instance with new parameters and restart */
|
|
345
|
+
patch: {
|
|
346
|
+
parameters: {
|
|
347
|
+
body: {
|
|
348
|
+
body?: {
|
|
349
|
+
/** @description Name of the todo-list-vibe instance */
|
|
350
|
+
name?: string;
|
|
351
|
+
databaseUrl?: string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
path: {
|
|
355
|
+
/** Name of the todo-list-vibe instance */
|
|
356
|
+
id: string;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
responses: {
|
|
360
|
+
/** Default Response */
|
|
361
|
+
200: {
|
|
362
|
+
schema: {
|
|
363
|
+
/** @description Name of the todo-list-vibe instance */
|
|
364
|
+
name: string;
|
|
365
|
+
/** @description URL to instance API */
|
|
366
|
+
url: string;
|
|
367
|
+
resources: {
|
|
368
|
+
license: {
|
|
369
|
+
/** @description URL to license information */
|
|
370
|
+
url: string;
|
|
371
|
+
};
|
|
372
|
+
apiDocs?: {
|
|
373
|
+
/** @description URL to instance API documentation */
|
|
374
|
+
url: string;
|
|
375
|
+
};
|
|
376
|
+
app?: {
|
|
377
|
+
/** @description URL to instance application (GUI) */
|
|
378
|
+
url: string;
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
databaseUrl: string;
|
|
382
|
+
} & {
|
|
383
|
+
_links: {
|
|
384
|
+
self: {
|
|
385
|
+
/** @description Instance resource */
|
|
386
|
+
href: string;
|
|
387
|
+
};
|
|
388
|
+
logs?: {
|
|
389
|
+
/** @description Get logs for this instance */
|
|
390
|
+
href: string;
|
|
391
|
+
};
|
|
392
|
+
health?: {
|
|
393
|
+
/** @description Get health status for this instance */
|
|
394
|
+
href: string;
|
|
395
|
+
};
|
|
396
|
+
ports?: {
|
|
397
|
+
/** @description Get exposed ports for this instance */
|
|
398
|
+
href: string;
|
|
399
|
+
};
|
|
400
|
+
nodePorts?: {
|
|
401
|
+
/** @description Get assigned NodePorts for this instance */
|
|
402
|
+
href: string;
|
|
403
|
+
};
|
|
404
|
+
restart?: {
|
|
405
|
+
/** @description Restart this instance */
|
|
406
|
+
href: string;
|
|
407
|
+
};
|
|
408
|
+
update?: {
|
|
409
|
+
/** @description Update this instance */
|
|
410
|
+
href: string;
|
|
411
|
+
};
|
|
412
|
+
scale?: {
|
|
413
|
+
/** @description Scale this instance */
|
|
414
|
+
href: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
/** Default Response */
|
|
420
|
+
400: {
|
|
421
|
+
schema: {
|
|
422
|
+
/** @description Reason why something failed */
|
|
423
|
+
reason: string;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
/** Default Response */
|
|
427
|
+
404: {
|
|
428
|
+
schema: {
|
|
429
|
+
/** @description Reason why something failed */
|
|
430
|
+
reason: string;
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
/** Default Response */
|
|
434
|
+
500: {
|
|
435
|
+
schema: {
|
|
436
|
+
/** @description Reason why something failed */
|
|
437
|
+
reason: string;
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
};
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
'/health/{id}': {
|
|
444
|
+
/** Return status of todo-list-vibe instance */
|
|
445
|
+
get: {
|
|
446
|
+
parameters: {
|
|
447
|
+
path: {
|
|
448
|
+
/** Name of the todo-list-vibe instance */
|
|
449
|
+
id: string;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
responses: {
|
|
453
|
+
/** Default Response */
|
|
454
|
+
200: {
|
|
455
|
+
schema: {
|
|
456
|
+
/** @enum {string} */
|
|
457
|
+
status: 'starting' | 'running' | 'stopped' | 'failed' | 'unknown';
|
|
458
|
+
images?: string[];
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
/** Default Response */
|
|
462
|
+
500: {
|
|
463
|
+
schema: {
|
|
464
|
+
/** @description Reason why something failed */
|
|
465
|
+
reason: string;
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
};
|
|
471
|
+
'/logs/{id}': {
|
|
472
|
+
/** Return the latest logs from the todo-list-vibe instance */
|
|
473
|
+
get: {
|
|
474
|
+
parameters: {
|
|
475
|
+
query: {
|
|
476
|
+
timestamps?: boolean;
|
|
477
|
+
sinceSeconds?: number;
|
|
478
|
+
};
|
|
479
|
+
path: {
|
|
480
|
+
/** Name of the todo-list-vibe instance */
|
|
481
|
+
id: string;
|
|
482
|
+
};
|
|
483
|
+
};
|
|
484
|
+
responses: {
|
|
485
|
+
/** Default Response */
|
|
486
|
+
200: {
|
|
487
|
+
schema: string;
|
|
488
|
+
};
|
|
489
|
+
/** Default Response */
|
|
490
|
+
500: {
|
|
491
|
+
schema: {
|
|
492
|
+
/** @description Reason why something failed */
|
|
493
|
+
reason: string;
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
'/ports/{id}': {
|
|
500
|
+
/** Return the exposed extra ports for todo-list-vibe instance */
|
|
501
|
+
get: {
|
|
502
|
+
parameters: {
|
|
503
|
+
path: {
|
|
504
|
+
/** Name of the todo-list-vibe instance */
|
|
505
|
+
id: string;
|
|
506
|
+
};
|
|
507
|
+
};
|
|
508
|
+
responses: {
|
|
509
|
+
/** Default Response */
|
|
510
|
+
200: {
|
|
511
|
+
schema: {
|
|
512
|
+
externalIp: string;
|
|
513
|
+
externalPort: number;
|
|
514
|
+
internalPort: number;
|
|
515
|
+
}[];
|
|
516
|
+
};
|
|
517
|
+
/** Default Response */
|
|
518
|
+
500: {
|
|
519
|
+
schema: {
|
|
520
|
+
/** @description Reason why something failed */
|
|
521
|
+
reason: string;
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
};
|
|
526
|
+
};
|
|
527
|
+
'/nodeports/{id}': {
|
|
528
|
+
/** Return the assigned NodePorts for todo-list-vibe instance */
|
|
529
|
+
get: {
|
|
530
|
+
parameters: {
|
|
531
|
+
path: {
|
|
532
|
+
/** Name of the todo-list-vibe instance */
|
|
533
|
+
id: string;
|
|
534
|
+
};
|
|
535
|
+
};
|
|
536
|
+
responses: {
|
|
537
|
+
/** Default Response */
|
|
538
|
+
200: {
|
|
539
|
+
schema: {
|
|
540
|
+
name: string;
|
|
541
|
+
protocol: Partial<'TCP'> & Partial<'UDP'>;
|
|
542
|
+
port: number;
|
|
543
|
+
ip?: string;
|
|
544
|
+
}[];
|
|
545
|
+
};
|
|
546
|
+
/** Default Response */
|
|
547
|
+
500: {
|
|
548
|
+
schema: {
|
|
549
|
+
/** @description Reason why something failed */
|
|
550
|
+
reason: string;
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
}
|
|
557
|
+
export interface definitions {
|
|
558
|
+
}
|
|
559
|
+
export interface operations {
|
|
560
|
+
}
|
|
561
|
+
export interface external {
|
|
562
|
+
}
|
|
563
|
+
export type JuiceandthejoeTodoListVibe = paths['/todo-list-vibeinstance/{id}']['get']['responses']['200']['schema'];
|
|
564
|
+
export type JuiceandthejoeTodoListVibeConfig = paths['/todo-list-vibeinstance']['post']['parameters']['body']['body'];
|
|
565
|
+
import { Context } from '@osaas/client-core';
|
|
566
|
+
/**
|
|
567
|
+
* @namespace juiceandthejoe-todo-list-vibe
|
|
568
|
+
* @description Experience seamless task management with Todo List Vibe. This modern, responsive app features full CRUD capabilities, intuitive filtering, and a sleek UI. Perfect for both mobile and desktop use!
|
|
569
|
+
* @author Eyevinn Technology AB <osc@eyevinn.se>
|
|
570
|
+
* @copyright 2026 Eyevinn Technology AB
|
|
571
|
+
*
|
|
572
|
+
*/
|
|
573
|
+
/**
|
|
574
|
+
* @typedef {Object} JuiceandthejoeTodoListVibeConfig
|
|
575
|
+
* @property {string} name - Name of todo-list-vibe
|
|
576
|
+
* @property {string} databaseUrl - DatabaseUrl
|
|
577
|
+
|
|
578
|
+
*
|
|
579
|
+
*/
|
|
580
|
+
/**
|
|
581
|
+
* @typedef {Object} JuiceandthejoeTodoListVibe
|
|
582
|
+
* @property {string} name - Name of the Todo List Vibe instance
|
|
583
|
+
* @property {string} url - URL of the Todo List Vibe instance
|
|
584
|
+
*
|
|
585
|
+
*/
|
|
586
|
+
/**
|
|
587
|
+
* Create a new Todo List Vibe instance
|
|
588
|
+
*
|
|
589
|
+
* @memberOf juiceandthejoe-todo-list-vibe
|
|
590
|
+
* @async
|
|
591
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
592
|
+
* @param {JuiceandthejoeTodoListVibeConfig} body - Service instance configuration
|
|
593
|
+
* @returns {JuiceandthejoeTodoListVibe} - Service instance
|
|
594
|
+
* @example
|
|
595
|
+
* import { Context } from '@osaas/client-core';
|
|
596
|
+
* import { createJuiceandthejoeTodoListVibeInstance } from '@osaas/client-services';
|
|
597
|
+
*
|
|
598
|
+
* const ctx = new Context();
|
|
599
|
+
* const body: JuiceandthejoeTodoListVibeConfig = { name: 'myinstance', ... };
|
|
600
|
+
* const instance = await createJuiceandthejoeTodoListVibeInstance(ctx, body);
|
|
601
|
+
* console.log(instance.url);
|
|
602
|
+
*/
|
|
603
|
+
export declare function createJuiceandthejoeTodoListVibeInstance(ctx: Context, body: JuiceandthejoeTodoListVibeConfig): Promise<JuiceandthejoeTodoListVibe>;
|
|
604
|
+
/**
|
|
605
|
+
* Remove a Todo List Vibe instance
|
|
606
|
+
*
|
|
607
|
+
* @memberOf juiceandthejoe-todo-list-vibe
|
|
608
|
+
* @async
|
|
609
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
610
|
+
* @param {string} name - Name of the todo-list-vibe to be removed
|
|
611
|
+
*/
|
|
612
|
+
export declare function removeJuiceandthejoeTodoListVibeInstance(ctx: Context, name: string): Promise<void>;
|
|
613
|
+
/**
|
|
614
|
+
* Get a Todo List Vibe instance
|
|
615
|
+
*
|
|
616
|
+
* @memberOf juiceandthejoe-todo-list-vibe
|
|
617
|
+
* @async
|
|
618
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
619
|
+
* @param {string} name - Name of the todo-list-vibe to be retrieved
|
|
620
|
+
* @returns {JuiceandthejoeTodoListVibe} - Service instance
|
|
621
|
+
* @example
|
|
622
|
+
* import { Context } from '@osaas/client-core';
|
|
623
|
+
* import { getJuiceandthejoeTodoListVibeInstance } from '@osaas/client-services';
|
|
624
|
+
*
|
|
625
|
+
* const ctx = new Context();
|
|
626
|
+
* const instance = await getJuiceandthejoeTodoListVibeInstance(ctx, 'myinstance');
|
|
627
|
+
* console.log(instance.url);
|
|
628
|
+
*/
|
|
629
|
+
export declare function getJuiceandthejoeTodoListVibeInstance(ctx: Context, name: string): Promise<JuiceandthejoeTodoListVibe>;
|
|
630
|
+
//# sourceMappingURL=juiceandthejoe-todo-list-vibe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"juiceandthejoe-todo-list-vibe.d.ts","sourceRoot":"","sources":["../../src/generated/juiceandthejoe-todo-list-vibe.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,KAAK;IACpB,GAAG,EAAE;QACH,4BAA4B;QAC5B,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,OAAO,CAAC,EAAE,OAAO,CAAC;iBACnB,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,GACrB,OAAO,CAAC;wBACN,MAAM,EAAE,MAAM,CAAC;wBACf,QAAQ,EAAE;4BACR,qBAAqB,EAAE,MAAM,CAAC;yBAC/B,CAAC;wBACF,WAAW,EAAE,MAAM,CAAC;wBACpB,MAAM,EAAE;4BACN,IAAI,EAAE;gCACJ,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,GAAG,EAAE;gCACH,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;yBACH,CAAC;qBACH,CAAC,CAAC;iBACN,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,MAAM,EAAE,MAAM,CAAC;wBACf,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;IACF,yBAAyB,EAAE;QACzB,gDAAgD;QAChD,GAAG,EAAE;YACH,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE,CAAC;wBACP,uDAAuD;wBACvD,IAAI,EAAE,MAAM,CAAC;wBACb,uCAAuC;wBACvC,GAAG,EAAE,MAAM,CAAC;wBACZ,SAAS,EAAE;4BACT,OAAO,EAAE;gCACP,8CAA8C;gCAC9C,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,GAAG,CAAC,EAAE;gCACJ,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;yBACH,CAAC;wBACF,WAAW,EAAE,MAAM,CAAC;qBACrB,GAAG;wBACF,MAAM,EAAE;4BACN,IAAI,EAAE;gCACJ,qCAAqC;gCACrC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,IAAI,CAAC,EAAE;gCACL,8CAA8C;gCAC9C,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,SAAS,CAAC,EAAE;gCACV,4DAA4D;gCAC5D,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,yCAAyC;gCACzC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,wCAAwC;gCACxC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uCAAuC;gCACvC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;yBACH,CAAC;qBACH,CAAC,EAAE,CAAC;iBACN,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;QACF,2CAA2C;QAC3C,IAAI,EAAE;YACJ,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,IAAI,CAAC,EAAE,OAAO,CAAC;iBAChB,CAAC;gBACF,IAAI,EAAE;oBACJ,IAAI,CAAC,EAAE;wBACL,uDAAuD;wBACvD,IAAI,EAAE,MAAM,CAAC;wBACb,WAAW,EAAE,MAAM,CAAC;qBACrB,CAAC;iBACH,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,uDAAuD;wBACvD,IAAI,EAAE,MAAM,CAAC;wBACb,uCAAuC;wBACvC,GAAG,EAAE,MAAM,CAAC;wBACZ,SAAS,EAAE;4BACT,OAAO,EAAE;gCACP,8CAA8C;gCAC9C,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,GAAG,CAAC,EAAE;gCACJ,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;yBACH,CAAC;wBACF,WAAW,EAAE,MAAM,CAAC;qBACrB,GAAG;wBACF,MAAM,EAAE;4BACN,IAAI,EAAE;gCACJ,qCAAqC;gCACrC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,IAAI,CAAC,EAAE;gCACL,8CAA8C;gCAC9C,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,SAAS,CAAC,EAAE;gCACV,4DAA4D;gCAC5D,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,yCAAyC;gCACzC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,wCAAwC;gCACxC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uCAAuC;gCACvC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;yBACH,CAAC;qBACH,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;IACF,eAAe,EAAE;QACf,6BAA6B;QAC7B,IAAI,EAAE;YACJ,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE,MAAM,CAAC;iBAChB,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;IACF,8BAA8B,EAAE;QAC9B,qEAAqE;QACrE,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,uDAAuD;wBACvD,IAAI,EAAE,MAAM,CAAC;wBACb,uCAAuC;wBACvC,GAAG,EAAE,MAAM,CAAC;wBACZ,SAAS,EAAE;4BACT,OAAO,EAAE;gCACP,8CAA8C;gCAC9C,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,GAAG,CAAC,EAAE;gCACJ,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;yBACH,CAAC;wBACF,WAAW,EAAE,MAAM,CAAC;qBACrB,GAAG;wBACF,MAAM,EAAE;4BACN,IAAI,EAAE;gCACJ,qCAAqC;gCACrC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,IAAI,CAAC,EAAE;gCACL,8CAA8C;gCAC9C,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,SAAS,CAAC,EAAE;gCACV,4DAA4D;gCAC5D,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,yCAAyC;gCACzC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,wCAAwC;gCACxC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uCAAuC;gCACvC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;yBACH,CAAC;qBACH,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;QACF,iDAAiD;QACjD,MAAM,EAAE;YACN,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE,MAAM,CAAC;iBAChB,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;QACF,oEAAoE;QACpE,KAAK,EAAE;YACL,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,IAAI,CAAC,EAAE;wBACL,uDAAuD;wBACvD,IAAI,CAAC,EAAE,MAAM,CAAC;wBACd,WAAW,CAAC,EAAE,MAAM,CAAC;qBACtB,CAAC;iBACH,CAAC;gBACF,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,uDAAuD;wBACvD,IAAI,EAAE,MAAM,CAAC;wBACb,uCAAuC;wBACvC,GAAG,EAAE,MAAM,CAAC;wBACZ,SAAS,EAAE;4BACT,OAAO,EAAE;gCACP,8CAA8C;gCAC9C,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;4BACF,GAAG,CAAC,EAAE;gCACJ,qDAAqD;gCACrD,GAAG,EAAE,MAAM,CAAC;6BACb,CAAC;yBACH,CAAC;wBACF,WAAW,EAAE,MAAM,CAAC;qBACrB,GAAG;wBACF,MAAM,EAAE;4BACN,IAAI,EAAE;gCACJ,qCAAqC;gCACrC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,IAAI,CAAC,EAAE;gCACL,8CAA8C;gCAC9C,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uDAAuD;gCACvD,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,SAAS,CAAC,EAAE;gCACV,4DAA4D;gCAC5D,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,OAAO,CAAC,EAAE;gCACR,yCAAyC;gCACzC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,MAAM,CAAC,EAAE;gCACP,wCAAwC;gCACxC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;4BACF,KAAK,CAAC,EAAE;gCACN,uCAAuC;gCACvC,IAAI,EAAE,MAAM,CAAC;6BACd,CAAC;yBACH,CAAC;qBACH,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;IACF,cAAc,EAAE;QACd,+CAA+C;QAC/C,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,qBAAqB;wBACrB,MAAM,EAAE,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;wBAClE,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;qBACnB,CAAC;iBACH,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;IACF,YAAY,EAAE;QACZ,8DAA8D;QAC9D,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,UAAU,CAAC,EAAE,OAAO,CAAC;oBACrB,YAAY,CAAC,EAAE,MAAM,CAAC;iBACvB,CAAC;gBACF,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE,MAAM,CAAC;iBAChB,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;IACF,aAAa,EAAE;QACb,iEAAiE;QACjE,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,UAAU,EAAE,MAAM,CAAC;wBACnB,YAAY,EAAE,MAAM,CAAC;wBACrB,YAAY,EAAE,MAAM,CAAC;qBACtB,EAAE,CAAC;iBACL,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;IACF,iBAAiB,EAAE;QACjB,gEAAgE;QAChE,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,0CAA0C;oBAC1C,EAAE,EAAE,MAAM,CAAC;iBACZ,CAAC;aACH,CAAC;YACF,SAAS,EAAE;gBACT,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,IAAI,EAAE,MAAM,CAAC;wBACb,QAAQ,EAAE,OAAO,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;wBAC1C,IAAI,EAAE,MAAM,CAAC;wBACb,EAAE,CAAC,EAAE,MAAM,CAAC;qBACb,EAAE,CAAC;iBACL,CAAC;gBACF,uBAAuB;gBACvB,GAAG,EAAE;oBACH,MAAM,EAAE;wBACN,+CAA+C;wBAC/C,MAAM,EAAE,MAAM,CAAC;qBAChB,CAAC;iBACH,CAAC;aACH,CAAC;SACH,CAAC;KACH,CAAC;CACH;AAED,MAAM,WAAW,WAAW;CAAG;AAE/B,MAAM,WAAW,UAAU;CAAG;AAE9B,MAAM,WAAW,QAAQ;CAAG;AAE5B,MAAM,MAAM,0BAA0B,GACpC,KAAK,CAAC,8BAA8B,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,CAAC;AAE7E,MAAM,MAAM,gCAAgC,GAC1C,KAAK,CAAC,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;AACzE,OAAO,EACL,OAAO,EAKR,MAAM,oBAAoB,CAAC;AAC5B;;;;;;GAMG;AAEH;;;;;;GAMG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAsB,wCAAwC,CAC5D,GAAG,EAAE,OAAO,EACZ,IAAI,EAAE,gCAAgC,GACrC,OAAO,CAAC,0BAA0B,CAAC,CAgBrC;AAED;;;;;;;GAOG;AACH,wBAAsB,wCAAwC,CAC5D,GAAG,EAAE,OAAO,EACZ,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC,CAUf;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAsB,qCAAqC,CACzD,GAAG,EAAE,OAAO,EACZ,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,0BAA0B,CAAC,CAUrC"}
|