@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,693 @@
|
|
|
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
|
+
'/spx-gcinstance': {
|
|
44
|
+
/** List all running spx-gc instances */
|
|
45
|
+
get: {
|
|
46
|
+
responses: {
|
|
47
|
+
/** Default Response */
|
|
48
|
+
200: {
|
|
49
|
+
schema: ({
|
|
50
|
+
/** @description Name of the spx-gc 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
|
+
Username?: string;
|
|
69
|
+
Password?: string;
|
|
70
|
+
S3TemplatesUrl?: string;
|
|
71
|
+
S3ProjectsUrl?: string;
|
|
72
|
+
S3PluginsUrl?: string;
|
|
73
|
+
S3MediaUrl?: string;
|
|
74
|
+
S3EndpointUrl?: string;
|
|
75
|
+
S3AccessKeyId?: string;
|
|
76
|
+
S3SecretAccessKey?: string;
|
|
77
|
+
S3Region?: string;
|
|
78
|
+
} & {
|
|
79
|
+
_links: {
|
|
80
|
+
self: {
|
|
81
|
+
/** @description Instance resource */
|
|
82
|
+
href: string;
|
|
83
|
+
};
|
|
84
|
+
logs?: {
|
|
85
|
+
/** @description Get logs for this instance */
|
|
86
|
+
href: string;
|
|
87
|
+
};
|
|
88
|
+
health?: {
|
|
89
|
+
/** @description Get health status for this instance */
|
|
90
|
+
href: string;
|
|
91
|
+
};
|
|
92
|
+
ports?: {
|
|
93
|
+
/** @description Get exposed ports for this instance */
|
|
94
|
+
href: string;
|
|
95
|
+
};
|
|
96
|
+
nodePorts?: {
|
|
97
|
+
/** @description Get assigned NodePorts for this instance */
|
|
98
|
+
href: string;
|
|
99
|
+
};
|
|
100
|
+
restart?: {
|
|
101
|
+
/** @description Restart this instance */
|
|
102
|
+
href: string;
|
|
103
|
+
};
|
|
104
|
+
update?: {
|
|
105
|
+
/** @description Update this instance */
|
|
106
|
+
href: string;
|
|
107
|
+
};
|
|
108
|
+
scale?: {
|
|
109
|
+
/** @description Scale this instance */
|
|
110
|
+
href: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
})[];
|
|
114
|
+
};
|
|
115
|
+
/** Default Response */
|
|
116
|
+
500: {
|
|
117
|
+
schema: {
|
|
118
|
+
/** @description Reason why something failed */
|
|
119
|
+
reason: string;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
/** Launch a new spx-gc instance */
|
|
125
|
+
post: {
|
|
126
|
+
parameters: {
|
|
127
|
+
query: {
|
|
128
|
+
beta?: boolean;
|
|
129
|
+
};
|
|
130
|
+
body: {
|
|
131
|
+
body?: {
|
|
132
|
+
/** @description Name of the spx-gc instance */
|
|
133
|
+
name: string;
|
|
134
|
+
Username?: string;
|
|
135
|
+
Password?: string;
|
|
136
|
+
S3TemplatesUrl?: string;
|
|
137
|
+
S3ProjectsUrl?: string;
|
|
138
|
+
S3PluginsUrl?: string;
|
|
139
|
+
S3MediaUrl?: string;
|
|
140
|
+
S3EndpointUrl?: string;
|
|
141
|
+
S3AccessKeyId?: string;
|
|
142
|
+
S3SecretAccessKey?: string;
|
|
143
|
+
S3Region?: string;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
responses: {
|
|
148
|
+
/** Default Response */
|
|
149
|
+
200: {
|
|
150
|
+
schema: {
|
|
151
|
+
/** @description Name of the spx-gc instance */
|
|
152
|
+
name: string;
|
|
153
|
+
/** @description URL to instance API */
|
|
154
|
+
url: string;
|
|
155
|
+
resources: {
|
|
156
|
+
license: {
|
|
157
|
+
/** @description URL to license information */
|
|
158
|
+
url: string;
|
|
159
|
+
};
|
|
160
|
+
apiDocs?: {
|
|
161
|
+
/** @description URL to instance API documentation */
|
|
162
|
+
url: string;
|
|
163
|
+
};
|
|
164
|
+
app?: {
|
|
165
|
+
/** @description URL to instance application (GUI) */
|
|
166
|
+
url: string;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
Username?: string;
|
|
170
|
+
Password?: string;
|
|
171
|
+
S3TemplatesUrl?: string;
|
|
172
|
+
S3ProjectsUrl?: string;
|
|
173
|
+
S3PluginsUrl?: string;
|
|
174
|
+
S3MediaUrl?: string;
|
|
175
|
+
S3EndpointUrl?: string;
|
|
176
|
+
S3AccessKeyId?: string;
|
|
177
|
+
S3SecretAccessKey?: string;
|
|
178
|
+
S3Region?: string;
|
|
179
|
+
} & {
|
|
180
|
+
_links: {
|
|
181
|
+
self: {
|
|
182
|
+
/** @description Instance resource */
|
|
183
|
+
href: string;
|
|
184
|
+
};
|
|
185
|
+
logs?: {
|
|
186
|
+
/** @description Get logs for this instance */
|
|
187
|
+
href: string;
|
|
188
|
+
};
|
|
189
|
+
health?: {
|
|
190
|
+
/** @description Get health status for this instance */
|
|
191
|
+
href: string;
|
|
192
|
+
};
|
|
193
|
+
ports?: {
|
|
194
|
+
/** @description Get exposed ports for this instance */
|
|
195
|
+
href: string;
|
|
196
|
+
};
|
|
197
|
+
nodePorts?: {
|
|
198
|
+
/** @description Get assigned NodePorts for this instance */
|
|
199
|
+
href: string;
|
|
200
|
+
};
|
|
201
|
+
restart?: {
|
|
202
|
+
/** @description Restart this instance */
|
|
203
|
+
href: string;
|
|
204
|
+
};
|
|
205
|
+
update?: {
|
|
206
|
+
/** @description Update this instance */
|
|
207
|
+
href: string;
|
|
208
|
+
};
|
|
209
|
+
scale?: {
|
|
210
|
+
/** @description Scale this instance */
|
|
211
|
+
href: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
/** Default Response */
|
|
217
|
+
403: {
|
|
218
|
+
schema: {
|
|
219
|
+
/** @description Reason why something failed */
|
|
220
|
+
reason: string;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
/** Default Response */
|
|
224
|
+
409: {
|
|
225
|
+
schema: {
|
|
226
|
+
/** @description Reason why something failed */
|
|
227
|
+
reason: string;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
/** Default Response */
|
|
231
|
+
500: {
|
|
232
|
+
schema: {
|
|
233
|
+
/** @description Reason why something failed */
|
|
234
|
+
reason: string;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
'/restart/{id}': {
|
|
241
|
+
/** Restart spx-gc */
|
|
242
|
+
post: {
|
|
243
|
+
parameters: {
|
|
244
|
+
path: {
|
|
245
|
+
/** Name of the spx-gc instance */
|
|
246
|
+
id: string;
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
responses: {
|
|
250
|
+
/** Default Response */
|
|
251
|
+
204: {
|
|
252
|
+
schema: string;
|
|
253
|
+
};
|
|
254
|
+
/** Default Response */
|
|
255
|
+
500: {
|
|
256
|
+
schema: {
|
|
257
|
+
/** @description Reason why something failed */
|
|
258
|
+
reason: string;
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
'/spx-gcinstance/{id}': {
|
|
265
|
+
/** Obtain status and resource URLs for an spx-gc instance */
|
|
266
|
+
get: {
|
|
267
|
+
parameters: {
|
|
268
|
+
path: {
|
|
269
|
+
/** Name of the spx-gc instance */
|
|
270
|
+
id: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
responses: {
|
|
274
|
+
/** Default Response */
|
|
275
|
+
200: {
|
|
276
|
+
schema: {
|
|
277
|
+
/** @description Name of the spx-gc instance */
|
|
278
|
+
name: string;
|
|
279
|
+
/** @description URL to instance API */
|
|
280
|
+
url: string;
|
|
281
|
+
resources: {
|
|
282
|
+
license: {
|
|
283
|
+
/** @description URL to license information */
|
|
284
|
+
url: string;
|
|
285
|
+
};
|
|
286
|
+
apiDocs?: {
|
|
287
|
+
/** @description URL to instance API documentation */
|
|
288
|
+
url: string;
|
|
289
|
+
};
|
|
290
|
+
app?: {
|
|
291
|
+
/** @description URL to instance application (GUI) */
|
|
292
|
+
url: string;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
Username?: string;
|
|
296
|
+
Password?: string;
|
|
297
|
+
S3TemplatesUrl?: string;
|
|
298
|
+
S3ProjectsUrl?: string;
|
|
299
|
+
S3PluginsUrl?: string;
|
|
300
|
+
S3MediaUrl?: string;
|
|
301
|
+
S3EndpointUrl?: string;
|
|
302
|
+
S3AccessKeyId?: string;
|
|
303
|
+
S3SecretAccessKey?: string;
|
|
304
|
+
S3Region?: string;
|
|
305
|
+
} & {
|
|
306
|
+
_links: {
|
|
307
|
+
self: {
|
|
308
|
+
/** @description Instance resource */
|
|
309
|
+
href: string;
|
|
310
|
+
};
|
|
311
|
+
logs?: {
|
|
312
|
+
/** @description Get logs for this instance */
|
|
313
|
+
href: string;
|
|
314
|
+
};
|
|
315
|
+
health?: {
|
|
316
|
+
/** @description Get health status for this instance */
|
|
317
|
+
href: string;
|
|
318
|
+
};
|
|
319
|
+
ports?: {
|
|
320
|
+
/** @description Get exposed ports for this instance */
|
|
321
|
+
href: string;
|
|
322
|
+
};
|
|
323
|
+
nodePorts?: {
|
|
324
|
+
/** @description Get assigned NodePorts for this instance */
|
|
325
|
+
href: string;
|
|
326
|
+
};
|
|
327
|
+
restart?: {
|
|
328
|
+
/** @description Restart this instance */
|
|
329
|
+
href: string;
|
|
330
|
+
};
|
|
331
|
+
update?: {
|
|
332
|
+
/** @description Update this instance */
|
|
333
|
+
href: string;
|
|
334
|
+
};
|
|
335
|
+
scale?: {
|
|
336
|
+
/** @description Scale this instance */
|
|
337
|
+
href: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
/** Default Response */
|
|
343
|
+
404: {
|
|
344
|
+
schema: {
|
|
345
|
+
/** @description Reason why something failed */
|
|
346
|
+
reason: string;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
/** Default Response */
|
|
350
|
+
500: {
|
|
351
|
+
schema: {
|
|
352
|
+
/** @description Reason why something failed */
|
|
353
|
+
reason: string;
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
/** Stop and remove an spx-gc instance */
|
|
359
|
+
delete: {
|
|
360
|
+
parameters: {
|
|
361
|
+
path: {
|
|
362
|
+
/** Name of the spx-gc instance */
|
|
363
|
+
id: string;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
responses: {
|
|
367
|
+
/** Default Response */
|
|
368
|
+
204: {
|
|
369
|
+
schema: string;
|
|
370
|
+
};
|
|
371
|
+
/** Default Response */
|
|
372
|
+
500: {
|
|
373
|
+
schema: {
|
|
374
|
+
/** @description Reason why something failed */
|
|
375
|
+
reason: string;
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
/** Patch spx-gc instance with new parameters and restart */
|
|
381
|
+
patch: {
|
|
382
|
+
parameters: {
|
|
383
|
+
body: {
|
|
384
|
+
body?: {
|
|
385
|
+
/** @description Name of the spx-gc instance */
|
|
386
|
+
name?: string;
|
|
387
|
+
Username?: string;
|
|
388
|
+
Password?: string;
|
|
389
|
+
S3TemplatesUrl?: string;
|
|
390
|
+
S3ProjectsUrl?: string;
|
|
391
|
+
S3PluginsUrl?: string;
|
|
392
|
+
S3MediaUrl?: string;
|
|
393
|
+
S3EndpointUrl?: string;
|
|
394
|
+
S3AccessKeyId?: string;
|
|
395
|
+
S3SecretAccessKey?: string;
|
|
396
|
+
S3Region?: string;
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
path: {
|
|
400
|
+
/** Name of the spx-gc instance */
|
|
401
|
+
id: string;
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
responses: {
|
|
405
|
+
/** Default Response */
|
|
406
|
+
200: {
|
|
407
|
+
schema: {
|
|
408
|
+
/** @description Name of the spx-gc instance */
|
|
409
|
+
name: string;
|
|
410
|
+
/** @description URL to instance API */
|
|
411
|
+
url: string;
|
|
412
|
+
resources: {
|
|
413
|
+
license: {
|
|
414
|
+
/** @description URL to license information */
|
|
415
|
+
url: string;
|
|
416
|
+
};
|
|
417
|
+
apiDocs?: {
|
|
418
|
+
/** @description URL to instance API documentation */
|
|
419
|
+
url: string;
|
|
420
|
+
};
|
|
421
|
+
app?: {
|
|
422
|
+
/** @description URL to instance application (GUI) */
|
|
423
|
+
url: string;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
Username?: string;
|
|
427
|
+
Password?: string;
|
|
428
|
+
S3TemplatesUrl?: string;
|
|
429
|
+
S3ProjectsUrl?: string;
|
|
430
|
+
S3PluginsUrl?: string;
|
|
431
|
+
S3MediaUrl?: string;
|
|
432
|
+
S3EndpointUrl?: string;
|
|
433
|
+
S3AccessKeyId?: string;
|
|
434
|
+
S3SecretAccessKey?: string;
|
|
435
|
+
S3Region?: string;
|
|
436
|
+
} & {
|
|
437
|
+
_links: {
|
|
438
|
+
self: {
|
|
439
|
+
/** @description Instance resource */
|
|
440
|
+
href: string;
|
|
441
|
+
};
|
|
442
|
+
logs?: {
|
|
443
|
+
/** @description Get logs for this instance */
|
|
444
|
+
href: string;
|
|
445
|
+
};
|
|
446
|
+
health?: {
|
|
447
|
+
/** @description Get health status for this instance */
|
|
448
|
+
href: string;
|
|
449
|
+
};
|
|
450
|
+
ports?: {
|
|
451
|
+
/** @description Get exposed ports for this instance */
|
|
452
|
+
href: string;
|
|
453
|
+
};
|
|
454
|
+
nodePorts?: {
|
|
455
|
+
/** @description Get assigned NodePorts for this instance */
|
|
456
|
+
href: string;
|
|
457
|
+
};
|
|
458
|
+
restart?: {
|
|
459
|
+
/** @description Restart this instance */
|
|
460
|
+
href: string;
|
|
461
|
+
};
|
|
462
|
+
update?: {
|
|
463
|
+
/** @description Update this instance */
|
|
464
|
+
href: string;
|
|
465
|
+
};
|
|
466
|
+
scale?: {
|
|
467
|
+
/** @description Scale this instance */
|
|
468
|
+
href: string;
|
|
469
|
+
};
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
/** Default Response */
|
|
474
|
+
400: {
|
|
475
|
+
schema: {
|
|
476
|
+
/** @description Reason why something failed */
|
|
477
|
+
reason: string;
|
|
478
|
+
};
|
|
479
|
+
};
|
|
480
|
+
/** Default Response */
|
|
481
|
+
404: {
|
|
482
|
+
schema: {
|
|
483
|
+
/** @description Reason why something failed */
|
|
484
|
+
reason: string;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
/** Default Response */
|
|
488
|
+
500: {
|
|
489
|
+
schema: {
|
|
490
|
+
/** @description Reason why something failed */
|
|
491
|
+
reason: string;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
'/health/{id}': {
|
|
498
|
+
/** Return status of spx-gc instance */
|
|
499
|
+
get: {
|
|
500
|
+
parameters: {
|
|
501
|
+
path: {
|
|
502
|
+
/** Name of the spx-gc instance */
|
|
503
|
+
id: string;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
responses: {
|
|
507
|
+
/** Default Response */
|
|
508
|
+
200: {
|
|
509
|
+
schema: {
|
|
510
|
+
/** @enum {string} */
|
|
511
|
+
status: 'starting' | 'running' | 'stopped' | 'failed' | 'unknown';
|
|
512
|
+
images?: string[];
|
|
513
|
+
};
|
|
514
|
+
};
|
|
515
|
+
/** Default Response */
|
|
516
|
+
500: {
|
|
517
|
+
schema: {
|
|
518
|
+
/** @description Reason why something failed */
|
|
519
|
+
reason: string;
|
|
520
|
+
};
|
|
521
|
+
};
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
'/logs/{id}': {
|
|
526
|
+
/** Return the latest logs from the spx-gc instance */
|
|
527
|
+
get: {
|
|
528
|
+
parameters: {
|
|
529
|
+
query: {
|
|
530
|
+
timestamps?: boolean;
|
|
531
|
+
sinceSeconds?: number;
|
|
532
|
+
};
|
|
533
|
+
path: {
|
|
534
|
+
/** Name of the spx-gc instance */
|
|
535
|
+
id: string;
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
responses: {
|
|
539
|
+
/** Default Response */
|
|
540
|
+
200: {
|
|
541
|
+
schema: string;
|
|
542
|
+
};
|
|
543
|
+
/** Default Response */
|
|
544
|
+
500: {
|
|
545
|
+
schema: {
|
|
546
|
+
/** @description Reason why something failed */
|
|
547
|
+
reason: string;
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
'/ports/{id}': {
|
|
554
|
+
/** Return the exposed extra ports for spx-gc instance */
|
|
555
|
+
get: {
|
|
556
|
+
parameters: {
|
|
557
|
+
path: {
|
|
558
|
+
/** Name of the spx-gc instance */
|
|
559
|
+
id: string;
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
responses: {
|
|
563
|
+
/** Default Response */
|
|
564
|
+
200: {
|
|
565
|
+
schema: {
|
|
566
|
+
externalIp: string;
|
|
567
|
+
externalPort: number;
|
|
568
|
+
internalPort: number;
|
|
569
|
+
}[];
|
|
570
|
+
};
|
|
571
|
+
/** Default Response */
|
|
572
|
+
500: {
|
|
573
|
+
schema: {
|
|
574
|
+
/** @description Reason why something failed */
|
|
575
|
+
reason: string;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
'/nodeports/{id}': {
|
|
582
|
+
/** Return the assigned NodePorts for spx-gc instance */
|
|
583
|
+
get: {
|
|
584
|
+
parameters: {
|
|
585
|
+
path: {
|
|
586
|
+
/** Name of the spx-gc instance */
|
|
587
|
+
id: string;
|
|
588
|
+
};
|
|
589
|
+
};
|
|
590
|
+
responses: {
|
|
591
|
+
/** Default Response */
|
|
592
|
+
200: {
|
|
593
|
+
schema: {
|
|
594
|
+
name: string;
|
|
595
|
+
protocol: Partial<'TCP'> & Partial<'UDP'>;
|
|
596
|
+
port: number;
|
|
597
|
+
ip?: string;
|
|
598
|
+
}[];
|
|
599
|
+
};
|
|
600
|
+
/** Default Response */
|
|
601
|
+
500: {
|
|
602
|
+
schema: {
|
|
603
|
+
/** @description Reason why something failed */
|
|
604
|
+
reason: string;
|
|
605
|
+
};
|
|
606
|
+
};
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
}
|
|
611
|
+
export interface definitions {
|
|
612
|
+
}
|
|
613
|
+
export interface operations {
|
|
614
|
+
}
|
|
615
|
+
export interface external {
|
|
616
|
+
}
|
|
617
|
+
export type TuomokuSpxGc = paths['/spx-gcinstance/{id}']['get']['responses']['200']['schema'];
|
|
618
|
+
export type TuomokuSpxGcConfig = paths['/spx-gcinstance']['post']['parameters']['body']['body'];
|
|
619
|
+
import { Context } from '@osaas/client-core';
|
|
620
|
+
/**
|
|
621
|
+
* @namespace tuomoku-spx-gc
|
|
622
|
+
* @description Elevate your live productions with SPX Graphics Controller! Seamlessly manage HTML graphics across platforms like OBS, vMix, and more. Ideal for stunning live streams and broadcasts with powerful customization.
|
|
623
|
+
* @author Eyevinn Technology AB <osc@eyevinn.se>
|
|
624
|
+
* @copyright 2026 Eyevinn Technology AB
|
|
625
|
+
*
|
|
626
|
+
*/
|
|
627
|
+
/**
|
|
628
|
+
* @typedef {Object} TuomokuSpxGcConfig
|
|
629
|
+
* @property {string} name - Name of spx-gc
|
|
630
|
+
* @property {string} [Username] - Username for SPX authentication. If provided along with password, users will be required to login to access the application.
|
|
631
|
+
* @property {string} [Password] - Password for SPX authentication. Works in conjunction with username to enable login protection for the application.
|
|
632
|
+
* @property {string} [S3TemplatesUrl] - S3 bucket URL or path for storing and retrieving HTML graphics templates used by SPX for live production graphics.
|
|
633
|
+
* @property {string} [S3ProjectsUrl] - S3 bucket URL or path for storing SPX projects and rundowns data that would normally be stored in the DATAROOT folder.
|
|
634
|
+
* @property {string} [S3PluginsUrl] - Configures the S3 bucket URL for storing SPX plugins and extensions. Plugins provide additional functionality like custom controls and user interface panels.
|
|
635
|
+
* @property {string} [S3MediaUrl] - Configures the S3 bucket URL for storing media assets like images, videos, and other files used by graphics templates.
|
|
636
|
+
* @property {string} [S3EndpointUrl] - Custom S3-compatible endpoint URL for accessing object storage services other than AWS S3, such as MinIO, DigitalOcean Spaces, or other S3-compatible storage providers.
|
|
637
|
+
* @property {string} [S3AccessKeyId] - AWS access key ID for authenticating with S3 services to access templates, projects, and media assets stored in cloud storage.
|
|
638
|
+
* @property {string} [S3SecretAccessKey] - AWS secret access key for authenticating with S3 services, paired with the access key ID for secure cloud storage access.
|
|
639
|
+
* @property {string} [S3Region] - AWS region identifier specifying the geographical region where the S3 buckets are located for optimal performance and compliance.
|
|
640
|
+
|
|
641
|
+
*
|
|
642
|
+
*/
|
|
643
|
+
/**
|
|
644
|
+
* @typedef {Object} TuomokuSpxGc
|
|
645
|
+
* @property {string} name - Name of the SPX Graphics Controller instance
|
|
646
|
+
* @property {string} url - URL of the SPX Graphics Controller instance
|
|
647
|
+
*
|
|
648
|
+
*/
|
|
649
|
+
/**
|
|
650
|
+
* Create a new SPX Graphics Controller instance
|
|
651
|
+
*
|
|
652
|
+
* @memberOf tuomoku-spx-gc
|
|
653
|
+
* @async
|
|
654
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
655
|
+
* @param {TuomokuSpxGcConfig} body - Service instance configuration
|
|
656
|
+
* @returns {TuomokuSpxGc} - Service instance
|
|
657
|
+
* @example
|
|
658
|
+
* import { Context } from '@osaas/client-core';
|
|
659
|
+
* import { createTuomokuSpxGcInstance } from '@osaas/client-services';
|
|
660
|
+
*
|
|
661
|
+
* const ctx = new Context();
|
|
662
|
+
* const body: TuomokuSpxGcConfig = { name: 'myinstance', ... };
|
|
663
|
+
* const instance = await createTuomokuSpxGcInstance(ctx, body);
|
|
664
|
+
* console.log(instance.url);
|
|
665
|
+
*/
|
|
666
|
+
export declare function createTuomokuSpxGcInstance(ctx: Context, body: TuomokuSpxGcConfig): Promise<TuomokuSpxGc>;
|
|
667
|
+
/**
|
|
668
|
+
* Remove a SPX Graphics Controller instance
|
|
669
|
+
*
|
|
670
|
+
* @memberOf tuomoku-spx-gc
|
|
671
|
+
* @async
|
|
672
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
673
|
+
* @param {string} name - Name of the controller to be removed
|
|
674
|
+
*/
|
|
675
|
+
export declare function removeTuomokuSpxGcInstance(ctx: Context, name: string): Promise<void>;
|
|
676
|
+
/**
|
|
677
|
+
* Get a SPX Graphics Controller instance
|
|
678
|
+
*
|
|
679
|
+
* @memberOf tuomoku-spx-gc
|
|
680
|
+
* @async
|
|
681
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
682
|
+
* @param {string} name - Name of the controller to be retrieved
|
|
683
|
+
* @returns {TuomokuSpxGc} - Service instance
|
|
684
|
+
* @example
|
|
685
|
+
* import { Context } from '@osaas/client-core';
|
|
686
|
+
* import { getTuomokuSpxGcInstance } from '@osaas/client-services';
|
|
687
|
+
*
|
|
688
|
+
* const ctx = new Context();
|
|
689
|
+
* const instance = await getTuomokuSpxGcInstance(ctx, 'myinstance');
|
|
690
|
+
* console.log(instance.url);
|
|
691
|
+
*/
|
|
692
|
+
export declare function getTuomokuSpxGcInstance(ctx: Context, name: string): Promise<TuomokuSpxGc>;
|
|
693
|
+
//# sourceMappingURL=tuomoku-spx-gc.d.ts.map
|