@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,623 @@
|
|
|
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
|
+
'/memosinstance': {
|
|
44
|
+
/** List all running memos instances */
|
|
45
|
+
get: {
|
|
46
|
+
responses: {
|
|
47
|
+
/** Default Response */
|
|
48
|
+
200: {
|
|
49
|
+
schema: ({
|
|
50
|
+
/** @description Name of the memos 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
|
+
} & {
|
|
69
|
+
_links: {
|
|
70
|
+
self: {
|
|
71
|
+
/** @description Instance resource */
|
|
72
|
+
href: string;
|
|
73
|
+
};
|
|
74
|
+
logs?: {
|
|
75
|
+
/** @description Get logs for this instance */
|
|
76
|
+
href: string;
|
|
77
|
+
};
|
|
78
|
+
health?: {
|
|
79
|
+
/** @description Get health status for this instance */
|
|
80
|
+
href: string;
|
|
81
|
+
};
|
|
82
|
+
ports?: {
|
|
83
|
+
/** @description Get exposed ports for this instance */
|
|
84
|
+
href: string;
|
|
85
|
+
};
|
|
86
|
+
nodePorts?: {
|
|
87
|
+
/** @description Get assigned NodePorts for this instance */
|
|
88
|
+
href: string;
|
|
89
|
+
};
|
|
90
|
+
restart?: {
|
|
91
|
+
/** @description Restart this instance */
|
|
92
|
+
href: string;
|
|
93
|
+
};
|
|
94
|
+
update?: {
|
|
95
|
+
/** @description Update this instance */
|
|
96
|
+
href: string;
|
|
97
|
+
};
|
|
98
|
+
scale?: {
|
|
99
|
+
/** @description Scale this instance */
|
|
100
|
+
href: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
})[];
|
|
104
|
+
};
|
|
105
|
+
/** Default Response */
|
|
106
|
+
500: {
|
|
107
|
+
schema: {
|
|
108
|
+
/** @description Reason why something failed */
|
|
109
|
+
reason: string;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
/** Launch a new memos instance */
|
|
115
|
+
post: {
|
|
116
|
+
parameters: {
|
|
117
|
+
query: {
|
|
118
|
+
beta?: boolean;
|
|
119
|
+
};
|
|
120
|
+
body: {
|
|
121
|
+
body?: {
|
|
122
|
+
/** @description Name of the memos instance */
|
|
123
|
+
name: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
responses: {
|
|
128
|
+
/** Default Response */
|
|
129
|
+
200: {
|
|
130
|
+
schema: {
|
|
131
|
+
/** @description Name of the memos instance */
|
|
132
|
+
name: string;
|
|
133
|
+
/** @description URL to instance API */
|
|
134
|
+
url: string;
|
|
135
|
+
resources: {
|
|
136
|
+
license: {
|
|
137
|
+
/** @description URL to license information */
|
|
138
|
+
url: string;
|
|
139
|
+
};
|
|
140
|
+
apiDocs?: {
|
|
141
|
+
/** @description URL to instance API documentation */
|
|
142
|
+
url: string;
|
|
143
|
+
};
|
|
144
|
+
app?: {
|
|
145
|
+
/** @description URL to instance application (GUI) */
|
|
146
|
+
url: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
} & {
|
|
150
|
+
_links: {
|
|
151
|
+
self: {
|
|
152
|
+
/** @description Instance resource */
|
|
153
|
+
href: string;
|
|
154
|
+
};
|
|
155
|
+
logs?: {
|
|
156
|
+
/** @description Get logs for this instance */
|
|
157
|
+
href: string;
|
|
158
|
+
};
|
|
159
|
+
health?: {
|
|
160
|
+
/** @description Get health status for this instance */
|
|
161
|
+
href: string;
|
|
162
|
+
};
|
|
163
|
+
ports?: {
|
|
164
|
+
/** @description Get exposed ports for this instance */
|
|
165
|
+
href: string;
|
|
166
|
+
};
|
|
167
|
+
nodePorts?: {
|
|
168
|
+
/** @description Get assigned NodePorts for this instance */
|
|
169
|
+
href: string;
|
|
170
|
+
};
|
|
171
|
+
restart?: {
|
|
172
|
+
/** @description Restart this instance */
|
|
173
|
+
href: string;
|
|
174
|
+
};
|
|
175
|
+
update?: {
|
|
176
|
+
/** @description Update this instance */
|
|
177
|
+
href: string;
|
|
178
|
+
};
|
|
179
|
+
scale?: {
|
|
180
|
+
/** @description Scale this instance */
|
|
181
|
+
href: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
/** Default Response */
|
|
187
|
+
403: {
|
|
188
|
+
schema: {
|
|
189
|
+
/** @description Reason why something failed */
|
|
190
|
+
reason: string;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
/** Default Response */
|
|
194
|
+
409: {
|
|
195
|
+
schema: {
|
|
196
|
+
/** @description Reason why something failed */
|
|
197
|
+
reason: string;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
/** Default Response */
|
|
201
|
+
500: {
|
|
202
|
+
schema: {
|
|
203
|
+
/** @description Reason why something failed */
|
|
204
|
+
reason: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
'/restart/{id}': {
|
|
211
|
+
/** Restart memos */
|
|
212
|
+
post: {
|
|
213
|
+
parameters: {
|
|
214
|
+
path: {
|
|
215
|
+
/** Name of the memos instance */
|
|
216
|
+
id: string;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
responses: {
|
|
220
|
+
/** Default Response */
|
|
221
|
+
204: {
|
|
222
|
+
schema: string;
|
|
223
|
+
};
|
|
224
|
+
/** Default Response */
|
|
225
|
+
500: {
|
|
226
|
+
schema: {
|
|
227
|
+
/** @description Reason why something failed */
|
|
228
|
+
reason: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
'/memosinstance/{id}': {
|
|
235
|
+
/** Obtain status and resource URLs for an memos instance */
|
|
236
|
+
get: {
|
|
237
|
+
parameters: {
|
|
238
|
+
path: {
|
|
239
|
+
/** Name of the memos instance */
|
|
240
|
+
id: string;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
responses: {
|
|
244
|
+
/** Default Response */
|
|
245
|
+
200: {
|
|
246
|
+
schema: {
|
|
247
|
+
/** @description Name of the memos instance */
|
|
248
|
+
name: string;
|
|
249
|
+
/** @description URL to instance API */
|
|
250
|
+
url: string;
|
|
251
|
+
resources: {
|
|
252
|
+
license: {
|
|
253
|
+
/** @description URL to license information */
|
|
254
|
+
url: string;
|
|
255
|
+
};
|
|
256
|
+
apiDocs?: {
|
|
257
|
+
/** @description URL to instance API documentation */
|
|
258
|
+
url: string;
|
|
259
|
+
};
|
|
260
|
+
app?: {
|
|
261
|
+
/** @description URL to instance application (GUI) */
|
|
262
|
+
url: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
} & {
|
|
266
|
+
_links: {
|
|
267
|
+
self: {
|
|
268
|
+
/** @description Instance resource */
|
|
269
|
+
href: string;
|
|
270
|
+
};
|
|
271
|
+
logs?: {
|
|
272
|
+
/** @description Get logs for this instance */
|
|
273
|
+
href: string;
|
|
274
|
+
};
|
|
275
|
+
health?: {
|
|
276
|
+
/** @description Get health status for this instance */
|
|
277
|
+
href: string;
|
|
278
|
+
};
|
|
279
|
+
ports?: {
|
|
280
|
+
/** @description Get exposed ports for this instance */
|
|
281
|
+
href: string;
|
|
282
|
+
};
|
|
283
|
+
nodePorts?: {
|
|
284
|
+
/** @description Get assigned NodePorts for this instance */
|
|
285
|
+
href: string;
|
|
286
|
+
};
|
|
287
|
+
restart?: {
|
|
288
|
+
/** @description Restart this instance */
|
|
289
|
+
href: string;
|
|
290
|
+
};
|
|
291
|
+
update?: {
|
|
292
|
+
/** @description Update this instance */
|
|
293
|
+
href: string;
|
|
294
|
+
};
|
|
295
|
+
scale?: {
|
|
296
|
+
/** @description Scale this instance */
|
|
297
|
+
href: string;
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
/** Default Response */
|
|
303
|
+
404: {
|
|
304
|
+
schema: {
|
|
305
|
+
/** @description Reason why something failed */
|
|
306
|
+
reason: string;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
/** Default Response */
|
|
310
|
+
500: {
|
|
311
|
+
schema: {
|
|
312
|
+
/** @description Reason why something failed */
|
|
313
|
+
reason: string;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
/** Stop and remove an memos instance */
|
|
319
|
+
delete: {
|
|
320
|
+
parameters: {
|
|
321
|
+
path: {
|
|
322
|
+
/** Name of the memos instance */
|
|
323
|
+
id: string;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
326
|
+
responses: {
|
|
327
|
+
/** Default Response */
|
|
328
|
+
204: {
|
|
329
|
+
schema: string;
|
|
330
|
+
};
|
|
331
|
+
/** Default Response */
|
|
332
|
+
500: {
|
|
333
|
+
schema: {
|
|
334
|
+
/** @description Reason why something failed */
|
|
335
|
+
reason: string;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
/** Patch memos instance with new parameters and restart */
|
|
341
|
+
patch: {
|
|
342
|
+
parameters: {
|
|
343
|
+
body: {
|
|
344
|
+
body?: {
|
|
345
|
+
/** @description Name of the memos instance */
|
|
346
|
+
name?: string;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
path: {
|
|
350
|
+
/** Name of the memos instance */
|
|
351
|
+
id: string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
responses: {
|
|
355
|
+
/** Default Response */
|
|
356
|
+
200: {
|
|
357
|
+
schema: {
|
|
358
|
+
/** @description Name of the memos instance */
|
|
359
|
+
name: string;
|
|
360
|
+
/** @description URL to instance API */
|
|
361
|
+
url: string;
|
|
362
|
+
resources: {
|
|
363
|
+
license: {
|
|
364
|
+
/** @description URL to license information */
|
|
365
|
+
url: string;
|
|
366
|
+
};
|
|
367
|
+
apiDocs?: {
|
|
368
|
+
/** @description URL to instance API documentation */
|
|
369
|
+
url: string;
|
|
370
|
+
};
|
|
371
|
+
app?: {
|
|
372
|
+
/** @description URL to instance application (GUI) */
|
|
373
|
+
url: string;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
} & {
|
|
377
|
+
_links: {
|
|
378
|
+
self: {
|
|
379
|
+
/** @description Instance resource */
|
|
380
|
+
href: string;
|
|
381
|
+
};
|
|
382
|
+
logs?: {
|
|
383
|
+
/** @description Get logs for this instance */
|
|
384
|
+
href: string;
|
|
385
|
+
};
|
|
386
|
+
health?: {
|
|
387
|
+
/** @description Get health status for this instance */
|
|
388
|
+
href: string;
|
|
389
|
+
};
|
|
390
|
+
ports?: {
|
|
391
|
+
/** @description Get exposed ports for this instance */
|
|
392
|
+
href: string;
|
|
393
|
+
};
|
|
394
|
+
nodePorts?: {
|
|
395
|
+
/** @description Get assigned NodePorts for this instance */
|
|
396
|
+
href: string;
|
|
397
|
+
};
|
|
398
|
+
restart?: {
|
|
399
|
+
/** @description Restart this instance */
|
|
400
|
+
href: string;
|
|
401
|
+
};
|
|
402
|
+
update?: {
|
|
403
|
+
/** @description Update this instance */
|
|
404
|
+
href: string;
|
|
405
|
+
};
|
|
406
|
+
scale?: {
|
|
407
|
+
/** @description Scale this instance */
|
|
408
|
+
href: string;
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
/** Default Response */
|
|
414
|
+
400: {
|
|
415
|
+
schema: {
|
|
416
|
+
/** @description Reason why something failed */
|
|
417
|
+
reason: string;
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
/** Default Response */
|
|
421
|
+
404: {
|
|
422
|
+
schema: {
|
|
423
|
+
/** @description Reason why something failed */
|
|
424
|
+
reason: string;
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
/** Default Response */
|
|
428
|
+
500: {
|
|
429
|
+
schema: {
|
|
430
|
+
/** @description Reason why something failed */
|
|
431
|
+
reason: string;
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
};
|
|
437
|
+
'/health/{id}': {
|
|
438
|
+
/** Return status of memos instance */
|
|
439
|
+
get: {
|
|
440
|
+
parameters: {
|
|
441
|
+
path: {
|
|
442
|
+
/** Name of the memos instance */
|
|
443
|
+
id: string;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
responses: {
|
|
447
|
+
/** Default Response */
|
|
448
|
+
200: {
|
|
449
|
+
schema: {
|
|
450
|
+
/** @enum {string} */
|
|
451
|
+
status: 'starting' | 'running' | 'stopped' | 'failed' | 'unknown';
|
|
452
|
+
images?: string[];
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
/** Default Response */
|
|
456
|
+
500: {
|
|
457
|
+
schema: {
|
|
458
|
+
/** @description Reason why something failed */
|
|
459
|
+
reason: string;
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
};
|
|
465
|
+
'/logs/{id}': {
|
|
466
|
+
/** Return the latest logs from the memos instance */
|
|
467
|
+
get: {
|
|
468
|
+
parameters: {
|
|
469
|
+
query: {
|
|
470
|
+
timestamps?: boolean;
|
|
471
|
+
sinceSeconds?: number;
|
|
472
|
+
};
|
|
473
|
+
path: {
|
|
474
|
+
/** Name of the memos instance */
|
|
475
|
+
id: string;
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
responses: {
|
|
479
|
+
/** Default Response */
|
|
480
|
+
200: {
|
|
481
|
+
schema: string;
|
|
482
|
+
};
|
|
483
|
+
/** Default Response */
|
|
484
|
+
500: {
|
|
485
|
+
schema: {
|
|
486
|
+
/** @description Reason why something failed */
|
|
487
|
+
reason: string;
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
};
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
'/ports/{id}': {
|
|
494
|
+
/** Return the exposed extra ports for memos instance */
|
|
495
|
+
get: {
|
|
496
|
+
parameters: {
|
|
497
|
+
path: {
|
|
498
|
+
/** Name of the memos instance */
|
|
499
|
+
id: string;
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
responses: {
|
|
503
|
+
/** Default Response */
|
|
504
|
+
200: {
|
|
505
|
+
schema: {
|
|
506
|
+
externalIp: string;
|
|
507
|
+
externalPort: number;
|
|
508
|
+
internalPort: number;
|
|
509
|
+
}[];
|
|
510
|
+
};
|
|
511
|
+
/** Default Response */
|
|
512
|
+
500: {
|
|
513
|
+
schema: {
|
|
514
|
+
/** @description Reason why something failed */
|
|
515
|
+
reason: string;
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
'/nodeports/{id}': {
|
|
522
|
+
/** Return the assigned NodePorts for memos instance */
|
|
523
|
+
get: {
|
|
524
|
+
parameters: {
|
|
525
|
+
path: {
|
|
526
|
+
/** Name of the memos instance */
|
|
527
|
+
id: string;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
responses: {
|
|
531
|
+
/** Default Response */
|
|
532
|
+
200: {
|
|
533
|
+
schema: {
|
|
534
|
+
name: string;
|
|
535
|
+
protocol: Partial<'TCP'> & Partial<'UDP'>;
|
|
536
|
+
port: number;
|
|
537
|
+
ip?: string;
|
|
538
|
+
}[];
|
|
539
|
+
};
|
|
540
|
+
/** Default Response */
|
|
541
|
+
500: {
|
|
542
|
+
schema: {
|
|
543
|
+
/** @description Reason why something failed */
|
|
544
|
+
reason: string;
|
|
545
|
+
};
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
}
|
|
551
|
+
export interface definitions {
|
|
552
|
+
}
|
|
553
|
+
export interface operations {
|
|
554
|
+
}
|
|
555
|
+
export interface external {
|
|
556
|
+
}
|
|
557
|
+
export type UsememosMemos = paths['/memosinstance/{id}']['get']['responses']['200']['schema'];
|
|
558
|
+
export type UsememosMemosConfig = paths['/memosinstance']['post']['parameters']['body']['body'];
|
|
559
|
+
import { Context } from '@osaas/client-core';
|
|
560
|
+
/**
|
|
561
|
+
* @namespace usememos-memos
|
|
562
|
+
* @description Memos: Take control of your notes with Memos' open-source, self-hosted platform! Enjoy complete privacy, zero cost, and blazing speed. Perfect for personal and team use without compromises!
|
|
563
|
+
* @author Eyevinn Technology AB <osc@eyevinn.se>
|
|
564
|
+
* @copyright 2026 Eyevinn Technology AB
|
|
565
|
+
*
|
|
566
|
+
*/
|
|
567
|
+
/**
|
|
568
|
+
* @typedef {Object} UsememosMemosConfig
|
|
569
|
+
* @property {string} name - Name of memos
|
|
570
|
+
|
|
571
|
+
*
|
|
572
|
+
*/
|
|
573
|
+
/**
|
|
574
|
+
* @typedef {Object} UsememosMemos
|
|
575
|
+
* @property {string} name - Name of the Memos instance
|
|
576
|
+
* @property {string} url - URL of the Memos instance
|
|
577
|
+
*
|
|
578
|
+
*/
|
|
579
|
+
/**
|
|
580
|
+
* Create a new Memos instance
|
|
581
|
+
*
|
|
582
|
+
* @memberOf usememos-memos
|
|
583
|
+
* @async
|
|
584
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
585
|
+
* @param {UsememosMemosConfig} body - Service instance configuration
|
|
586
|
+
* @returns {UsememosMemos} - Service instance
|
|
587
|
+
* @example
|
|
588
|
+
* import { Context } from '@osaas/client-core';
|
|
589
|
+
* import { createUsememosMemosInstance } from '@osaas/client-services';
|
|
590
|
+
*
|
|
591
|
+
* const ctx = new Context();
|
|
592
|
+
* const body: UsememosMemosConfig = { name: 'myinstance', ... };
|
|
593
|
+
* const instance = await createUsememosMemosInstance(ctx, body);
|
|
594
|
+
* console.log(instance.url);
|
|
595
|
+
*/
|
|
596
|
+
export declare function createUsememosMemosInstance(ctx: Context, body: UsememosMemosConfig): Promise<UsememosMemos>;
|
|
597
|
+
/**
|
|
598
|
+
* Remove a Memos instance
|
|
599
|
+
*
|
|
600
|
+
* @memberOf usememos-memos
|
|
601
|
+
* @async
|
|
602
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
603
|
+
* @param {string} name - Name of the memos to be removed
|
|
604
|
+
*/
|
|
605
|
+
export declare function removeUsememosMemosInstance(ctx: Context, name: string): Promise<void>;
|
|
606
|
+
/**
|
|
607
|
+
* Get a Memos instance
|
|
608
|
+
*
|
|
609
|
+
* @memberOf usememos-memos
|
|
610
|
+
* @async
|
|
611
|
+
* @param {Context} context - Open Source Cloud configuration context
|
|
612
|
+
* @param {string} name - Name of the memos to be retrieved
|
|
613
|
+
* @returns {UsememosMemos} - Service instance
|
|
614
|
+
* @example
|
|
615
|
+
* import { Context } from '@osaas/client-core';
|
|
616
|
+
* import { getUsememosMemosInstance } from '@osaas/client-services';
|
|
617
|
+
*
|
|
618
|
+
* const ctx = new Context();
|
|
619
|
+
* const instance = await getUsememosMemosInstance(ctx, 'myinstance');
|
|
620
|
+
* console.log(instance.url);
|
|
621
|
+
*/
|
|
622
|
+
export declare function getUsememosMemosInstance(ctx: Context, name: string): Promise<UsememosMemos>;
|
|
623
|
+
//# sourceMappingURL=usememos-memos.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usememos-memos.d.ts","sourceRoot":"","sources":["../../src/generated/usememos-memos.ts"],"names":[],"mappings":"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"}
|