@scaleway/sdk-dedibox 2.3.1 → 2.4.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/dist/_virtual/_rolldown/runtime.js +2 -0
- package/dist/v1/api.gen.js +11 -9
- package/dist/v1/content.gen.js +11 -9
- package/dist/v1/index.gen.js +3 -1
- package/dist/v1/marshalling.gen.js +83 -81
- package/dist/v1/metadata.gen.d.ts +489 -0
- package/dist/v1/metadata.gen.js +549 -0
- package/dist/v1/types.gen.js +0 -0
- package/dist/v1/validation-rules.gen.js +88 -86
- package/package.json +5 -5
|
@@ -0,0 +1,549 @@
|
|
|
1
|
+
//#region src/v1/metadata.gen.ts
|
|
2
|
+
var queriesMetadata = {
|
|
3
|
+
namespace: "dedibox",
|
|
4
|
+
version: "v1",
|
|
5
|
+
folderName: "dediboxv1",
|
|
6
|
+
services: [
|
|
7
|
+
{
|
|
8
|
+
apiClass: "API",
|
|
9
|
+
methods: [
|
|
10
|
+
{
|
|
11
|
+
methodName: "listServers",
|
|
12
|
+
protoName: "ListServers",
|
|
13
|
+
paramsType: "ListServersRequest",
|
|
14
|
+
returnType: "ListServersResponse",
|
|
15
|
+
isList: true,
|
|
16
|
+
paginationType: "offset",
|
|
17
|
+
pageParamKey: "page",
|
|
18
|
+
listItemType: "ServerSummary",
|
|
19
|
+
isPrivate: false,
|
|
20
|
+
description: "\""
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
methodName: "getServer",
|
|
24
|
+
protoName: "GetServer",
|
|
25
|
+
paramsType: "GetServerRequest",
|
|
26
|
+
returnType: "Server",
|
|
27
|
+
isList: false,
|
|
28
|
+
paginationType: "none",
|
|
29
|
+
isPrivate: false,
|
|
30
|
+
description: "\"",
|
|
31
|
+
hasWaiter: true
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
methodName: "getServerBackup",
|
|
35
|
+
protoName: "GetServerBackup",
|
|
36
|
+
paramsType: "GetServerBackupRequest",
|
|
37
|
+
returnType: "Backup",
|
|
38
|
+
isList: false,
|
|
39
|
+
paginationType: "none",
|
|
40
|
+
isPrivate: false,
|
|
41
|
+
description: "\""
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
methodName: "listSubscribableServerOptions",
|
|
45
|
+
protoName: "ListSubscribableServerOptions",
|
|
46
|
+
paramsType: "ListSubscribableServerOptionsRequest",
|
|
47
|
+
returnType: "ListSubscribableServerOptionsResponse",
|
|
48
|
+
isList: true,
|
|
49
|
+
paginationType: "offset",
|
|
50
|
+
pageParamKey: "page",
|
|
51
|
+
listItemType: "Offer",
|
|
52
|
+
isPrivate: false,
|
|
53
|
+
description: "\""
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
methodName: "listServerEvents",
|
|
57
|
+
protoName: "ListServerEvents",
|
|
58
|
+
paramsType: "ListServerEventsRequest",
|
|
59
|
+
returnType: "ListServerEventsResponse",
|
|
60
|
+
isList: true,
|
|
61
|
+
paginationType: "offset",
|
|
62
|
+
pageParamKey: "page",
|
|
63
|
+
listItemType: "ServerEvent",
|
|
64
|
+
isPrivate: false,
|
|
65
|
+
description: "\""
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
methodName: "listServerDisks",
|
|
69
|
+
protoName: "ListServerDisks",
|
|
70
|
+
paramsType: "ListServerDisksRequest",
|
|
71
|
+
returnType: "ListServerDisksResponse",
|
|
72
|
+
isList: true,
|
|
73
|
+
paginationType: "offset",
|
|
74
|
+
pageParamKey: "page",
|
|
75
|
+
listItemType: "ServerDisk",
|
|
76
|
+
isPrivate: false,
|
|
77
|
+
description: "\""
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
methodName: "getOrderedService",
|
|
81
|
+
protoName: "GetOrderedService",
|
|
82
|
+
paramsType: "GetOrderedServiceRequest",
|
|
83
|
+
returnType: "Service",
|
|
84
|
+
isList: false,
|
|
85
|
+
paginationType: "none",
|
|
86
|
+
isPrivate: false,
|
|
87
|
+
description: "\""
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
methodName: "getService",
|
|
91
|
+
protoName: "GetService",
|
|
92
|
+
paramsType: "GetServiceRequest",
|
|
93
|
+
returnType: "Service",
|
|
94
|
+
isList: false,
|
|
95
|
+
paginationType: "none",
|
|
96
|
+
isPrivate: false,
|
|
97
|
+
description: "\""
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
methodName: "listServices",
|
|
101
|
+
protoName: "ListServices",
|
|
102
|
+
paramsType: "ListServicesRequest",
|
|
103
|
+
returnType: "ListServicesResponse",
|
|
104
|
+
isList: true,
|
|
105
|
+
paginationType: "offset",
|
|
106
|
+
pageParamKey: "page",
|
|
107
|
+
listItemType: "Service",
|
|
108
|
+
isPrivate: false,
|
|
109
|
+
description: "\""
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
methodName: "getServerInstall",
|
|
113
|
+
protoName: "GetServerInstall",
|
|
114
|
+
paramsType: "GetServerInstallRequest",
|
|
115
|
+
returnType: "ServerInstall",
|
|
116
|
+
isList: false,
|
|
117
|
+
paginationType: "none",
|
|
118
|
+
isPrivate: false,
|
|
119
|
+
description: "\"",
|
|
120
|
+
hasWaiter: true
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
methodName: "getServerDefaultPartitioning",
|
|
124
|
+
protoName: "GetServerDefaultPartitioning",
|
|
125
|
+
paramsType: "GetServerDefaultPartitioningRequest",
|
|
126
|
+
returnType: "ServerDefaultPartitioning",
|
|
127
|
+
isList: false,
|
|
128
|
+
paginationType: "none",
|
|
129
|
+
isPrivate: false,
|
|
130
|
+
description: "\""
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
methodName: "getBMCAccess",
|
|
134
|
+
protoName: "GetBMCAccess",
|
|
135
|
+
paramsType: "GetBMCAccessRequest",
|
|
136
|
+
returnType: "BMCAccess",
|
|
137
|
+
isList: false,
|
|
138
|
+
paginationType: "none",
|
|
139
|
+
isPrivate: false,
|
|
140
|
+
description: "\"",
|
|
141
|
+
hasWaiter: true
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
methodName: "listOffers",
|
|
145
|
+
protoName: "ListOffers",
|
|
146
|
+
paramsType: "ListOffersRequest",
|
|
147
|
+
returnType: "ListOffersResponse",
|
|
148
|
+
isList: true,
|
|
149
|
+
paginationType: "offset",
|
|
150
|
+
pageParamKey: "page",
|
|
151
|
+
listItemType: "Offer",
|
|
152
|
+
isPrivate: false,
|
|
153
|
+
description: "\""
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
methodName: "getOffer",
|
|
157
|
+
protoName: "GetOffer",
|
|
158
|
+
paramsType: "GetOfferRequest",
|
|
159
|
+
returnType: "Offer",
|
|
160
|
+
isList: false,
|
|
161
|
+
paginationType: "none",
|
|
162
|
+
isPrivate: false,
|
|
163
|
+
description: "\""
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
methodName: "listOS",
|
|
167
|
+
protoName: "ListOS",
|
|
168
|
+
paramsType: "ListOSRequest",
|
|
169
|
+
returnType: "ListOSResponse",
|
|
170
|
+
isList: true,
|
|
171
|
+
paginationType: "offset",
|
|
172
|
+
pageParamKey: "page",
|
|
173
|
+
listItemType: "OS",
|
|
174
|
+
isPrivate: false,
|
|
175
|
+
description: "\""
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
methodName: "getOS",
|
|
179
|
+
protoName: "GetOS",
|
|
180
|
+
paramsType: "GetOSRequest",
|
|
181
|
+
returnType: "OS",
|
|
182
|
+
isList: false,
|
|
183
|
+
paginationType: "none",
|
|
184
|
+
isPrivate: false,
|
|
185
|
+
description: "\""
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
methodName: "listFailoverIPs",
|
|
189
|
+
protoName: "ListFailoverIPs",
|
|
190
|
+
paramsType: "ListFailoverIPsRequest",
|
|
191
|
+
returnType: "ListFailoverIPsResponse",
|
|
192
|
+
isList: true,
|
|
193
|
+
paginationType: "offset",
|
|
194
|
+
pageParamKey: "page",
|
|
195
|
+
listItemType: "FailoverIP",
|
|
196
|
+
isPrivate: false,
|
|
197
|
+
description: "\""
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
methodName: "getFailoverIP",
|
|
201
|
+
protoName: "GetFailoverIP",
|
|
202
|
+
paramsType: "GetFailoverIPRequest",
|
|
203
|
+
returnType: "FailoverIP",
|
|
204
|
+
isList: false,
|
|
205
|
+
paginationType: "none",
|
|
206
|
+
isPrivate: false,
|
|
207
|
+
description: "\""
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
methodName: "getRemainingQuota",
|
|
211
|
+
protoName: "GetRemainingQuota",
|
|
212
|
+
paramsType: "GetRemainingQuotaRequest",
|
|
213
|
+
returnType: "GetRemainingQuotaResponse",
|
|
214
|
+
isList: false,
|
|
215
|
+
paginationType: "none",
|
|
216
|
+
isPrivate: false,
|
|
217
|
+
description: "\""
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
methodName: "getRaid",
|
|
221
|
+
protoName: "GetRaid",
|
|
222
|
+
paramsType: "GetRaidRequest",
|
|
223
|
+
returnType: "Raid",
|
|
224
|
+
isList: false,
|
|
225
|
+
paginationType: "none",
|
|
226
|
+
isPrivate: false,
|
|
227
|
+
description: "\""
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
methodName: "getRescue",
|
|
231
|
+
protoName: "GetRescue",
|
|
232
|
+
paramsType: "GetRescueRequest",
|
|
233
|
+
returnType: "Rescue",
|
|
234
|
+
isList: false,
|
|
235
|
+
paginationType: "none",
|
|
236
|
+
isPrivate: false,
|
|
237
|
+
description: "\""
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
apiClass: "BillingAPI",
|
|
243
|
+
methods: [
|
|
244
|
+
{
|
|
245
|
+
methodName: "listInvoices",
|
|
246
|
+
protoName: "ListInvoices",
|
|
247
|
+
paramsType: "BillingApiListInvoicesRequest",
|
|
248
|
+
returnType: "ListInvoicesResponse",
|
|
249
|
+
isList: true,
|
|
250
|
+
paginationType: "offset",
|
|
251
|
+
pageParamKey: "page",
|
|
252
|
+
listItemType: "InvoiceSummary",
|
|
253
|
+
isPrivate: false,
|
|
254
|
+
description: "\""
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
methodName: "getInvoice",
|
|
258
|
+
protoName: "GetInvoice",
|
|
259
|
+
paramsType: "BillingApiGetInvoiceRequest",
|
|
260
|
+
returnType: "Invoice",
|
|
261
|
+
isList: false,
|
|
262
|
+
paginationType: "none",
|
|
263
|
+
isPrivate: false,
|
|
264
|
+
description: "\""
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
methodName: "listRefunds",
|
|
268
|
+
protoName: "ListRefunds",
|
|
269
|
+
paramsType: "BillingApiListRefundsRequest",
|
|
270
|
+
returnType: "ListRefundsResponse",
|
|
271
|
+
isList: true,
|
|
272
|
+
paginationType: "offset",
|
|
273
|
+
pageParamKey: "page",
|
|
274
|
+
listItemType: "RefundSummary",
|
|
275
|
+
isPrivate: false,
|
|
276
|
+
description: "\""
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
methodName: "getRefund",
|
|
280
|
+
protoName: "GetRefund",
|
|
281
|
+
paramsType: "BillingApiGetRefundRequest",
|
|
282
|
+
returnType: "Refund",
|
|
283
|
+
isList: false,
|
|
284
|
+
paginationType: "none",
|
|
285
|
+
isPrivate: false,
|
|
286
|
+
description: "\""
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
apiClass: "IPv6BlockAPI",
|
|
292
|
+
methods: [
|
|
293
|
+
{
|
|
294
|
+
methodName: "getIPv6BlockQuotas",
|
|
295
|
+
protoName: "GetIPv6BlockQuotas",
|
|
296
|
+
paramsType: "IPv6BlockApiGetIPv6BlockQuotasRequest",
|
|
297
|
+
returnType: "GetIPv6BlockQuotasResponse",
|
|
298
|
+
isList: false,
|
|
299
|
+
paginationType: "none",
|
|
300
|
+
isPrivate: false,
|
|
301
|
+
description: "\""
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
methodName: "listIPv6Blocks",
|
|
305
|
+
protoName: "ListIPv6Blocks",
|
|
306
|
+
paramsType: "IPv6BlockApiListIPv6BlocksRequest",
|
|
307
|
+
returnType: "ListIPv6BlocksResponse",
|
|
308
|
+
isList: false,
|
|
309
|
+
paginationType: "none",
|
|
310
|
+
isPrivate: false,
|
|
311
|
+
description: "\""
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
methodName: "getIPv6Block",
|
|
315
|
+
protoName: "GetIPv6Block",
|
|
316
|
+
paramsType: "IPv6BlockApiGetIPv6BlockRequest",
|
|
317
|
+
returnType: "IPv6Block",
|
|
318
|
+
isList: false,
|
|
319
|
+
paginationType: "none",
|
|
320
|
+
isPrivate: false,
|
|
321
|
+
description: "\""
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
methodName: "listIPv6BlockSubnetsAvailable",
|
|
325
|
+
protoName: "ListIPv6BlockSubnetsAvailable",
|
|
326
|
+
paramsType: "IPv6BlockApiListIPv6BlockSubnetsAvailableRequest",
|
|
327
|
+
returnType: "ListIPv6BlockSubnetsAvailableResponse",
|
|
328
|
+
isList: false,
|
|
329
|
+
paginationType: "none",
|
|
330
|
+
isPrivate: false,
|
|
331
|
+
description: "\""
|
|
332
|
+
}
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
apiClass: "RpnAPI",
|
|
337
|
+
methods: [{
|
|
338
|
+
methodName: "listRpnServerCapabilities",
|
|
339
|
+
protoName: "ListRpnServerCapabilities",
|
|
340
|
+
paramsType: "RpnApiListRpnServerCapabilitiesRequest",
|
|
341
|
+
returnType: "ListRpnServerCapabilitiesResponse",
|
|
342
|
+
isList: true,
|
|
343
|
+
paginationType: "offset",
|
|
344
|
+
pageParamKey: "page",
|
|
345
|
+
listItemType: "RpnServerCapability",
|
|
346
|
+
isPrivate: false,
|
|
347
|
+
description: "\""
|
|
348
|
+
}, {
|
|
349
|
+
methodName: "getRpnStatus",
|
|
350
|
+
protoName: "GetRpnStatus",
|
|
351
|
+
paramsType: "RpnApiGetRpnStatusRequest",
|
|
352
|
+
returnType: "GetRpnStatusResponse",
|
|
353
|
+
isList: false,
|
|
354
|
+
paginationType: "none",
|
|
355
|
+
isPrivate: false,
|
|
356
|
+
description: "\""
|
|
357
|
+
}]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
apiClass: "RpnSanAPI",
|
|
361
|
+
methods: [
|
|
362
|
+
{
|
|
363
|
+
methodName: "listRpnSans",
|
|
364
|
+
protoName: "ListRpnSans",
|
|
365
|
+
paramsType: "RpnSanApiListRpnSansRequest",
|
|
366
|
+
returnType: "ListRpnSansResponse",
|
|
367
|
+
isList: true,
|
|
368
|
+
paginationType: "offset",
|
|
369
|
+
pageParamKey: "page",
|
|
370
|
+
listItemType: "RpnSanSummary",
|
|
371
|
+
isPrivate: false,
|
|
372
|
+
description: "\""
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
methodName: "getRpnSan",
|
|
376
|
+
protoName: "GetRpnSan",
|
|
377
|
+
paramsType: "RpnSanApiGetRpnSanRequest",
|
|
378
|
+
returnType: "RpnSan",
|
|
379
|
+
isList: false,
|
|
380
|
+
paginationType: "none",
|
|
381
|
+
isPrivate: false,
|
|
382
|
+
description: "\"",
|
|
383
|
+
hasWaiter: true
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
methodName: "listIps",
|
|
387
|
+
protoName: "ListIps",
|
|
388
|
+
paramsType: "RpnSanApiListIpsRequest",
|
|
389
|
+
returnType: "ListIpsResponse",
|
|
390
|
+
isList: false,
|
|
391
|
+
paginationType: "none",
|
|
392
|
+
isPrivate: false,
|
|
393
|
+
description: "\""
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
methodName: "listAvailableIps",
|
|
397
|
+
protoName: "ListAvailableIps",
|
|
398
|
+
paramsType: "RpnSanApiListAvailableIpsRequest",
|
|
399
|
+
returnType: "ListIpsResponse",
|
|
400
|
+
isList: false,
|
|
401
|
+
paginationType: "none",
|
|
402
|
+
isPrivate: false,
|
|
403
|
+
description: "\""
|
|
404
|
+
}
|
|
405
|
+
]
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
apiClass: "RpnV1API",
|
|
409
|
+
methods: [
|
|
410
|
+
{
|
|
411
|
+
methodName: "listRpnGroups",
|
|
412
|
+
protoName: "ListRpnGroups",
|
|
413
|
+
paramsType: "RpnV1ApiListRpnGroupsRequest",
|
|
414
|
+
returnType: "ListRpnGroupsResponse",
|
|
415
|
+
isList: true,
|
|
416
|
+
paginationType: "offset",
|
|
417
|
+
pageParamKey: "page",
|
|
418
|
+
listItemType: "RpnGroup",
|
|
419
|
+
isPrivate: false,
|
|
420
|
+
description: "\""
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
methodName: "getRpnGroup",
|
|
424
|
+
protoName: "GetRpnGroup",
|
|
425
|
+
paramsType: "RpnV1ApiGetRpnGroupRequest",
|
|
426
|
+
returnType: "RpnGroup",
|
|
427
|
+
isList: false,
|
|
428
|
+
paginationType: "none",
|
|
429
|
+
isPrivate: false,
|
|
430
|
+
description: "\""
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
methodName: "listRpnGroupMembers",
|
|
434
|
+
protoName: "ListRpnGroupMembers",
|
|
435
|
+
paramsType: "RpnV1ApiListRpnGroupMembersRequest",
|
|
436
|
+
returnType: "ListRpnGroupMembersResponse",
|
|
437
|
+
isList: true,
|
|
438
|
+
paginationType: "offset",
|
|
439
|
+
pageParamKey: "page",
|
|
440
|
+
listItemType: "RpnGroupMember",
|
|
441
|
+
isPrivate: false,
|
|
442
|
+
description: "\""
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
methodName: "listRpnCapableServers",
|
|
446
|
+
protoName: "ListRpnCapableServers",
|
|
447
|
+
paramsType: "RpnV1ApiListRpnCapableServersRequest",
|
|
448
|
+
returnType: "ListRpnCapableServersResponse",
|
|
449
|
+
isList: true,
|
|
450
|
+
paginationType: "offset",
|
|
451
|
+
pageParamKey: "page",
|
|
452
|
+
listItemType: "Server",
|
|
453
|
+
isPrivate: false,
|
|
454
|
+
description: "\""
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
methodName: "listRpnCapableSanServers",
|
|
458
|
+
protoName: "ListRpnCapableSanServers",
|
|
459
|
+
paramsType: "RpnV1ApiListRpnCapableSanServersRequest",
|
|
460
|
+
returnType: "ListRpnCapableSanServersResponse",
|
|
461
|
+
isList: true,
|
|
462
|
+
paginationType: "offset",
|
|
463
|
+
pageParamKey: "page",
|
|
464
|
+
listItemType: "RpnSanServer",
|
|
465
|
+
isPrivate: false,
|
|
466
|
+
description: "\""
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
methodName: "listRpnInvites",
|
|
470
|
+
protoName: "ListRpnInvites",
|
|
471
|
+
paramsType: "RpnV1ApiListRpnInvitesRequest",
|
|
472
|
+
returnType: "ListRpnInvitesResponse",
|
|
473
|
+
isList: true,
|
|
474
|
+
paginationType: "offset",
|
|
475
|
+
pageParamKey: "page",
|
|
476
|
+
listItemType: "RpnGroupMember",
|
|
477
|
+
isPrivate: false,
|
|
478
|
+
description: "\""
|
|
479
|
+
}
|
|
480
|
+
]
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
apiClass: "RpnV2API",
|
|
484
|
+
methods: [
|
|
485
|
+
{
|
|
486
|
+
methodName: "listRpnV2Groups",
|
|
487
|
+
protoName: "ListRpnV2Groups",
|
|
488
|
+
paramsType: "RpnV2ApiListRpnV2GroupsRequest",
|
|
489
|
+
returnType: "ListRpnV2GroupsResponse",
|
|
490
|
+
isList: true,
|
|
491
|
+
paginationType: "offset",
|
|
492
|
+
pageParamKey: "page",
|
|
493
|
+
listItemType: "RpnV2Group",
|
|
494
|
+
isPrivate: false,
|
|
495
|
+
description: "\""
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
methodName: "listRpnV2Members",
|
|
499
|
+
protoName: "ListRpnV2Members",
|
|
500
|
+
paramsType: "RpnV2ApiListRpnV2MembersRequest",
|
|
501
|
+
returnType: "ListRpnV2MembersResponse",
|
|
502
|
+
isList: true,
|
|
503
|
+
paginationType: "offset",
|
|
504
|
+
pageParamKey: "page",
|
|
505
|
+
listItemType: "RpnV2Member",
|
|
506
|
+
isPrivate: false,
|
|
507
|
+
description: "\""
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
methodName: "getRpnV2Group",
|
|
511
|
+
protoName: "GetRpnV2Group",
|
|
512
|
+
paramsType: "RpnV2ApiGetRpnV2GroupRequest",
|
|
513
|
+
returnType: "RpnV2Group",
|
|
514
|
+
isList: false,
|
|
515
|
+
paginationType: "none",
|
|
516
|
+
isPrivate: false,
|
|
517
|
+
description: "\"",
|
|
518
|
+
hasWaiter: true
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
methodName: "listRpnV2CapableResources",
|
|
522
|
+
protoName: "ListRpnV2CapableResources",
|
|
523
|
+
paramsType: "RpnV2ApiListRpnV2CapableResourcesRequest",
|
|
524
|
+
returnType: "ListRpnV2CapableResourcesResponse",
|
|
525
|
+
isList: true,
|
|
526
|
+
paginationType: "offset",
|
|
527
|
+
pageParamKey: "page",
|
|
528
|
+
listItemType: "Server",
|
|
529
|
+
isPrivate: false,
|
|
530
|
+
description: "\""
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
methodName: "listRpnV2GroupLogs",
|
|
534
|
+
protoName: "ListRpnV2GroupLogs",
|
|
535
|
+
paramsType: "RpnV2ApiListRpnV2GroupLogsRequest",
|
|
536
|
+
returnType: "ListRpnV2GroupLogsResponse",
|
|
537
|
+
isList: true,
|
|
538
|
+
paginationType: "offset",
|
|
539
|
+
pageParamKey: "page",
|
|
540
|
+
listItemType: "Log",
|
|
541
|
+
isPrivate: false,
|
|
542
|
+
description: "\""
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
}
|
|
546
|
+
]
|
|
547
|
+
};
|
|
548
|
+
//#endregion
|
|
549
|
+
export { queriesMetadata };
|
|
File without changes
|