@hpcc-js/comms 3.14.2 → 3.14.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/LICENSE +43 -43
  2. package/README.md +50 -50
  3. package/dist/browser/index.js +1 -1
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/index.umd.cjs +1 -1
  6. package/dist/browser/index.umd.cjs.map +1 -1
  7. package/dist/node/index.cjs +6 -6
  8. package/dist/node/index.cjs.map +4 -4
  9. package/dist/node/index.js +6 -6
  10. package/dist/node/index.js.map +4 -4
  11. package/package.json +5 -5
  12. package/src/__package__.ts +3 -3
  13. package/src/clienttools/eclMeta.ts +506 -506
  14. package/src/clienttools/eclcc.ts +628 -628
  15. package/src/connection.ts +288 -288
  16. package/src/ecl/activity.ts +82 -82
  17. package/src/ecl/dfuWorkunit.ts +363 -363
  18. package/src/ecl/graph.ts +196 -196
  19. package/src/ecl/logicalFile.ts +196 -196
  20. package/src/ecl/machine.ts +63 -63
  21. package/src/ecl/query.ts +265 -265
  22. package/src/ecl/queryGraph.ts +813 -813
  23. package/src/ecl/resource.ts +39 -39
  24. package/src/ecl/result.ts +245 -245
  25. package/src/ecl/scope.ts +188 -188
  26. package/src/ecl/sourceFile.ts +34 -34
  27. package/src/ecl/store.ts +154 -154
  28. package/src/ecl/targetCluster.ts +149 -149
  29. package/src/ecl/timer.ts +42 -42
  30. package/src/ecl/topology.ts +131 -131
  31. package/src/ecl/workunit.ts +1340 -1340
  32. package/src/ecl/xsdParser.ts +267 -267
  33. package/src/espConnection.ts +164 -164
  34. package/src/index.browser.ts +1 -1
  35. package/src/index.common.ts +40 -40
  36. package/src/index.node.ts +48 -48
  37. package/src/pem/trustwave.ts +909 -909
  38. package/src/services/fileSpray.ts +48 -48
  39. package/src/services/wsAccess.ts +8 -8
  40. package/src/services/wsAccount.ts +27 -27
  41. package/src/services/wsCloud.ts +73 -73
  42. package/src/services/wsCodesign.ts +18 -18
  43. package/src/services/wsDFU.ts +34 -34
  44. package/src/services/wsDFUXRef.ts +121 -121
  45. package/src/services/wsDali.ts +8 -8
  46. package/src/services/wsEcl.ts +123 -123
  47. package/src/services/wsElk.ts +8 -8
  48. package/src/services/wsLogaccess.ts +267 -263
  49. package/src/services/wsMachine.ts +89 -89
  50. package/src/services/wsPackageProcess.ts +8 -8
  51. package/src/services/wsResources.ts +8 -8
  52. package/src/services/wsSMC.ts +80 -80
  53. package/src/services/wsSasha.ts +7 -7
  54. package/src/services/wsStore.ts +32 -32
  55. package/src/services/wsTopology.ts +45 -45
  56. package/src/services/wsWorkunits.ts +151 -151
  57. package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +1008 -1008
  58. package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +1040 -1040
  59. package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +929 -929
  60. package/src/services/wsdl/FileSpray/v1.27/FileSpray.ts +930 -930
  61. package/src/services/wsdl/WsCloud/v1/WsCloud.ts +38 -38
  62. package/src/services/wsdl/WsCloud/v1.02/WsCloud.ts +77 -77
  63. package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +224 -224
  64. package/src/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.ts +227 -227
  65. package/src/services/wsdl/WsDali/v1.04/WsDali.ts +216 -216
  66. package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +1455 -1455
  67. package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +1465 -1465
  68. package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +1244 -1244
  69. package/src/services/wsdl/WsDfu/v1.66/WsDfu.ts +1267 -1267
  70. package/src/services/wsdl/WsDfu/v1.67/WsDfu.ts +1268 -1268
  71. package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +104 -104
  72. package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +519 -519
  73. package/src/services/wsdl/WsPackageProcess/v1.07/WsPackageProcess.ts +500 -500
  74. package/src/services/wsdl/WsResources/v1.01/WsResources.ts +119 -119
  75. package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +665 -665
  76. package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +591 -591
  77. package/src/services/wsdl/WsSMC/v1.28/WsSMC.ts +645 -645
  78. package/src/services/wsdl/WsSMC/v1.29/WsSMC.ts +660 -660
  79. package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +856 -856
  80. package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +786 -786
  81. package/src/services/wsdl/WsTopology/v1.33/WsTopology.ts +835 -835
  82. package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2944 -2944
  83. package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +3072 -3072
  84. package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +3073 -3073
  85. package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +3134 -3134
  86. package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +3182 -3182
  87. package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +3162 -3162
  88. package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +3153 -3153
  89. package/src/services/wsdl/WsWorkunits/v2.02/WsWorkunits.ts +3162 -3162
  90. package/src/services/wsdl/WsWorkunits/v2.03/WsWorkunits.ts +3164 -3164
  91. package/src/services/wsdl/WsWorkunits/v2.04/WsWorkunits.ts +3171 -0
  92. package/src/services/wsdl/ws_access/v1.16/ws_access.ts +1086 -1086
  93. package/src/services/wsdl/ws_access/v1.17/ws_access.ts +1023 -1023
  94. package/src/services/wsdl/ws_account/v1.05/ws_account.ts +111 -111
  95. package/src/services/wsdl/ws_account/v1.06/ws_account.ts +109 -109
  96. package/src/services/wsdl/ws_account/v1.07/ws_account.ts +114 -114
  97. package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +95 -95
  98. package/src/services/wsdl/ws_elk/v1/ws_elk.ts +47 -47
  99. package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +83 -83
  100. package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +161 -161
  101. package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +190 -190
  102. package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +215 -215
  103. package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +219 -219
  104. package/src/services/wsdl/ws_logaccess/v1.08/ws_logaccess.ts +267 -267
  105. package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +567 -567
  106. package/src/services/wsdl/ws_machine/v1.18/ws_machine.ts +497 -497
  107. package/src/services/wsdl/ws_machine/v1.19/ws_machine.ts +497 -497
  108. package/src/services/wsdl/wsstore/v1.02/wsstore.ts +239 -239
  109. package/types/services/wsWorkunits.d.ts +1 -1
  110. package/types/services/wsdl/WsWorkunits/{v2.03 → v2.04}/WsWorkunits.d.ts +9 -3
@@ -1,1244 +1,1244 @@
1
- import { IConnection, IOptions } from "../../../../connection.ts";
2
- import { Service } from "../../../../espConnection.ts";
3
-
4
- export namespace WsDfu {
5
-
6
- export type base64Binary = string;
7
- export type long = number;
8
- export type int = number;
9
- export type double = number;
10
-
11
- export enum DFUArrayActions {
12
- Delete = "Delete",
13
- AddToSuperfile = "Add To Superfile",
14
- ChangeProtection = "Change Protection",
15
- ChangeRestriction = "Change Restriction"
16
- }
17
-
18
- export enum DFUChangeProtection {
19
- NoChange = 0,
20
- Protect = 1,
21
- Unprotect = 2,
22
- UnprotectAll = 3
23
- }
24
-
25
- export enum DFUChangeRestriction {
26
- NoChange = 0,
27
- Restrict = 1,
28
- Unrestricted = 2
29
- }
30
-
31
- export enum DFUDefFileFormat {
32
- xml = "xml",
33
- def = "def"
34
- }
35
-
36
- export enum FileAccessRole {
37
- Token = "Token",
38
- Engine = "Engine",
39
- External = "External"
40
- }
41
-
42
- export enum SecAccessType {
43
- None = "None",
44
- Access = "Access",
45
- Read = "Read",
46
- Write = "Write",
47
- Full = "Full"
48
- }
49
-
50
- export enum DFUFileType {
51
- Flat = "Flat",
52
- Index = "Index",
53
- Xml = "Xml",
54
- Csv = "Csv",
55
- Json = "Json",
56
- IndexLocal = "IndexLocal",
57
- IndexPartitioned = "IndexPartitioned",
58
- Unset = "Unset"
59
- }
60
-
61
- export interface AddRequest {
62
- dstname?: string;
63
- xmlmap?: base64Binary;
64
- dstcluster?: string;
65
- }
66
-
67
- export interface Exception {
68
- Code: string;
69
- Audience: string;
70
- Source: string;
71
- Message: string;
72
- }
73
-
74
- export interface Exceptions {
75
- Source: string;
76
- Exception: Exception[];
77
- }
78
-
79
- export interface AddResponse {
80
- Exceptions: Exceptions;
81
- }
82
-
83
- export interface AddRemoteRequest {
84
- dstname?: string;
85
- srcname?: string;
86
- srcdali?: string;
87
- srcusername?: string;
88
- srcpassword?: string;
89
- }
90
-
91
- export interface AddRemoteResponse {
92
- Exceptions: Exceptions;
93
- }
94
-
95
- export interface names {
96
- Item: string[];
97
- }
98
-
99
- export interface AddtoSuperfileRequest {
100
- Superfile?: string;
101
- Subfiles?: string;
102
- names?: names;
103
- ExistingFile?: boolean;
104
- BackToPage?: string;
105
- }
106
-
107
- export interface SubfileNames {
108
- SubfileName: string[];
109
- }
110
-
111
- export interface AddtoSuperfileResponse {
112
- Exceptions: Exceptions;
113
- Subfiles: string;
114
- BackToPage: string;
115
- SubfileNames: SubfileNames;
116
- }
117
-
118
- export interface LogicalFiles {
119
- Item: string[];
120
- }
121
-
122
- export interface DFUArrayActionRequest {
123
- Type?: DFUArrayActions;
124
- NoDelete?: boolean;
125
- BackToPage?: string;
126
- LogicalFiles?: LogicalFiles;
127
- removeFromSuperfiles?: boolean;
128
- removeRecursively?: boolean;
129
- Protect?: DFUChangeProtection;
130
- Restrict?: DFUChangeRestriction;
131
- }
132
-
133
- export interface DFUActionInfo {
134
- FileName: string;
135
- NodeGroup: string;
136
- ActionResult: string;
137
- Failed: boolean;
138
- }
139
-
140
- export interface ActionResults {
141
- DFUActionInfo: DFUActionInfo[];
142
- }
143
-
144
- export interface DFUArrayActionResponse {
145
- Exceptions: Exceptions;
146
- BackToPage: string;
147
- RedirectTo: string;
148
- ActionResults: ActionResults;
149
- }
150
-
151
- export interface DFUBrowseDataRequest {
152
- LogicalName?: string;
153
- FilterBy?: string;
154
- ShowColumns?: string;
155
- SchemaOnly?: boolean;
156
- StartForGoback?: long;
157
- CountForGoback?: int;
158
- ChooseFile?: int;
159
- Cluster?: string;
160
- ClusterType?: string;
161
- ParentName?: string;
162
- Start?: long;
163
- Count?: int;
164
- DisableUppercaseTranslation?: boolean;
165
- }
166
-
167
- export interface DFUDataColumn {
168
- ColumnID: int;
169
- ColumnLabel: string;
170
- ColumnType: string;
171
- ColumnValue: string;
172
- ColumnSize: int;
173
- MaxSize: int;
174
- ColumnEclType: string;
175
- ColumnRawSize: int;
176
- IsNaturalColumn: boolean;
177
- IsKeyedColumn: boolean;
178
- DataColumns: DataColumns;
179
- }
180
-
181
- export interface DataColumns {
182
- DFUDataColumn: DFUDataColumn[];
183
- }
184
-
185
- export interface ColumnHidden {
186
- ColumnID: int;
187
- ColumnLabel: string;
188
- ColumnType: string;
189
- ColumnValue: string;
190
- ColumnSize: int;
191
- MaxSize: int;
192
- ColumnEclType: string;
193
- ColumnRawSize: int;
194
- IsNaturalColumn: boolean;
195
- IsKeyedColumn: boolean;
196
- DataColumns: DataColumns;
197
- }
198
-
199
- export interface ColumnsHidden {
200
- ColumnHidden: ColumnHidden[];
201
- }
202
-
203
- export interface DFUBrowseDataResponse {
204
- Exceptions: Exceptions;
205
- Name: string;
206
- LogicalName: string;
207
- FilterBy: string;
208
- FilterForGoBack: string;
209
- ColumnsHidden: ColumnsHidden;
210
- ColumnCount: int;
211
- StartForGoback: long;
212
- CountForGoback: int;
213
- ChooseFile: int;
214
- SchemaOnly: boolean;
215
- Cluster: string;
216
- ClusterType: string;
217
- ParentName: string;
218
- Start: long;
219
- Count: long;
220
- PageSize: long;
221
- Total: long;
222
- Result: string;
223
- MsgToDisplay: string;
224
- DisableUppercaseTranslation: boolean;
225
- }
226
-
227
- export interface DFUDefFileRequest {
228
- Name?: string;
229
- Format?: DFUDefFileFormat;
230
- }
231
-
232
- export interface DFUDefFileResponse {
233
- Exceptions: Exceptions;
234
- defFile: base64Binary;
235
- }
236
-
237
- export interface RequestBase {
238
- Name: string;
239
- Cluster: string;
240
- JobId: string;
241
- ExpirySeconds: int;
242
- AccessRole: FileAccessRole;
243
- AccessType: SecAccessType;
244
- ReturnJsonTypeInfo: boolean;
245
- ReturnBinTypeInfo: boolean;
246
- }
247
-
248
- export interface DFUFileAccessRequest {
249
- RequestBase?: RequestBase;
250
- }
251
-
252
- export interface DFUPartLocation {
253
- LocationIndex: int;
254
- Host: string;
255
- }
256
-
257
- export interface FileLocations {
258
- DFUPartLocation: DFUPartLocation[];
259
- }
260
-
261
- export interface DFUFileCopy {
262
- CopyIndex: int;
263
- LocationIndex: int;
264
- Path: string;
265
- }
266
-
267
- export interface Copies {
268
- DFUFileCopy: DFUFileCopy[];
269
- }
270
-
271
- export interface DFUFilePart {
272
- PartIndex: int;
273
- Copies: Copies;
274
- TopLevelKey: boolean;
275
- }
276
-
277
- export interface FileParts {
278
- DFUFilePart: DFUFilePart[];
279
- }
280
-
281
- export interface AccessInfo {
282
- MetaInfoBlob: string;
283
- ExpiryTime: string;
284
- NumParts: int;
285
- FileLocations: FileLocations;
286
- FileParts: FileParts;
287
- RecordTypeInfoJson: string;
288
- fileAccessPort: int;
289
- fileAccessSSL: boolean;
290
- }
291
-
292
- export interface DFUFileAccessResponse {
293
- Exceptions: Exceptions;
294
- AccessInfo: AccessInfo;
295
- Type: DFUFileType;
296
- }
297
-
298
- export interface DFUFileAccessV2Request {
299
- Name?: string;
300
- Cluster?: string;
301
- RequestId?: string;
302
- ExpirySeconds?: int;
303
- ReturnTextResponse?: boolean;
304
- SessionId?: long;
305
- LockTimeoutMs?: int;
306
- }
307
-
308
- export interface PartLocations {
309
- Item: string[];
310
- }
311
-
312
- export interface DFUFileCreateRequest {
313
- ECLRecordDefinition?: string;
314
- PartLocations?: PartLocations;
315
- RequestBase?: RequestBase;
316
- }
317
-
318
- export interface DFUFileCreateResponse {
319
- Exceptions: Exceptions;
320
- FileId: string;
321
- Warning: string;
322
- AccessInfo: AccessInfo;
323
- }
324
-
325
- export interface DFUFileCreateV2Request {
326
- Name?: string;
327
- Cluster?: string;
328
- Type?: DFUFileType;
329
- ECLRecordDefinition?: string;
330
- RequestId?: string;
331
- ExpirySeconds?: int;
332
- ReturnTextResponse?: boolean;
333
- Compressed?: boolean;
334
- SessionId?: long;
335
- LockTimeoutMs?: int;
336
- }
337
-
338
- export interface DFUFilePublishRequest {
339
- FileId?: string;
340
- Overwrite?: boolean;
341
- FileDescriptorBlob?: base64Binary;
342
- SessionId?: long;
343
- LockTimeoutMs?: int;
344
- ECLRecordDefinition?: string;
345
- RecordCount?: long;
346
- FileSize?: long;
347
- }
348
-
349
- export interface DFUFilePublishResponse {
350
- Exceptions: Exceptions;
351
- }
352
-
353
- export interface DFUFileViewRequest {
354
- Scope?: string;
355
- IncludeSuperOwner?: boolean;
356
- }
357
-
358
- export interface DFULogicalFile {
359
- Prefix: string;
360
- NodeGroup: string;
361
- Directory: string;
362
- Description: string;
363
- Parts: string;
364
- Name: string;
365
- Owner: string;
366
- Totalsize: string;
367
- RecordCount: string;
368
- Modified: string;
369
- LongSize: string;
370
- LongRecordCount: string;
371
- isSuperfile: boolean;
372
- isDirectory: boolean;
373
- Replicate: boolean;
374
- IntSize: long;
375
- IntRecordCount: long;
376
- FromRoxieCluster: boolean;
377
- BrowseData: boolean;
378
- IsCompressed: boolean;
379
- ContentType: string;
380
- CompressedFileSize: long;
381
- SuperOwners: string;
382
- Persistent: boolean;
383
- IsProtected: boolean;
384
- KeyType: string;
385
- NumOfSubfiles: int;
386
- Accessed: string;
387
- AtRestCost: double;
388
- AccessCost: double;
389
- MinSkew: long;
390
- MaxSkew: long;
391
- MinSkewPart: long;
392
- MaxSkewPart: long;
393
- }
394
-
395
- export interface DFULogicalFiles {
396
- DFULogicalFile: DFULogicalFile[];
397
- }
398
-
399
- export interface DFUFileViewResponse {
400
- Exceptions: Exceptions;
401
- Scope: string;
402
- NumFiles: int;
403
- DFULogicalFiles: DFULogicalFiles;
404
- }
405
-
406
- export interface DFUGetDataColumnsRequest {
407
- OpenLogicalName?: string;
408
- LogicalName?: string;
409
- FilterBy?: string;
410
- ShowColumns?: string;
411
- ChooseFile?: int;
412
- Cluster?: string;
413
- ClusterType?: string;
414
- StartIndex?: long;
415
- EndIndex?: long;
416
- }
417
-
418
- export interface DFUDataKeyedColumns1 {
419
- DFUDataColumn: DFUDataColumn[];
420
- }
421
-
422
- export interface DFUDataKeyedColumns2 {
423
- DFUDataColumn: DFUDataColumn[];
424
- }
425
-
426
- export interface DFUDataKeyedColumns3 {
427
- DFUDataColumn: DFUDataColumn[];
428
- }
429
-
430
- export interface DFUDataKeyedColumns4 {
431
- DFUDataColumn: DFUDataColumn[];
432
- }
433
-
434
- export interface DFUDataKeyedColumns5 {
435
- DFUDataColumn: DFUDataColumn[];
436
- }
437
-
438
- export interface DFUDataKeyedColumns6 {
439
- DFUDataColumn: DFUDataColumn[];
440
- }
441
-
442
- export interface DFUDataKeyedColumns7 {
443
- DFUDataColumn: DFUDataColumn[];
444
- }
445
-
446
- export interface DFUDataKeyedColumns8 {
447
- DFUDataColumn: DFUDataColumn[];
448
- }
449
-
450
- export interface DFUDataKeyedColumns9 {
451
- DFUDataColumn: DFUDataColumn[];
452
- }
453
-
454
- export interface DFUDataKeyedColumns10 {
455
- DFUDataColumn: DFUDataColumn[];
456
- }
457
-
458
- export interface DFUDataKeyedColumns11 {
459
- DFUDataColumn: DFUDataColumn[];
460
- }
461
-
462
- export interface DFUDataKeyedColumns12 {
463
- DFUDataColumn: DFUDataColumn[];
464
- }
465
-
466
- export interface DFUDataKeyedColumns13 {
467
- DFUDataColumn: DFUDataColumn[];
468
- }
469
-
470
- export interface DFUDataKeyedColumns14 {
471
- DFUDataColumn: DFUDataColumn[];
472
- }
473
-
474
- export interface DFUDataKeyedColumns15 {
475
- DFUDataColumn: DFUDataColumn[];
476
- }
477
-
478
- export interface DFUDataKeyedColumns16 {
479
- DFUDataColumn: DFUDataColumn[];
480
- }
481
-
482
- export interface DFUDataKeyedColumns17 {
483
- DFUDataColumn: DFUDataColumn[];
484
- }
485
-
486
- export interface DFUDataKeyedColumns18 {
487
- DFUDataColumn: DFUDataColumn[];
488
- }
489
-
490
- export interface DFUDataKeyedColumns19 {
491
- DFUDataColumn: DFUDataColumn[];
492
- }
493
-
494
- export interface DFUDataKeyedColumns20 {
495
- DFUDataColumn: DFUDataColumn[];
496
- }
497
-
498
- export interface DFUDataNonKeyedColumns1 {
499
- DFUDataColumn: DFUDataColumn[];
500
- }
501
-
502
- export interface DFUDataNonKeyedColumns2 {
503
- DFUDataColumn: DFUDataColumn[];
504
- }
505
-
506
- export interface DFUDataNonKeyedColumns3 {
507
- DFUDataColumn: DFUDataColumn[];
508
- }
509
-
510
- export interface DFUDataNonKeyedColumns4 {
511
- DFUDataColumn: DFUDataColumn[];
512
- }
513
-
514
- export interface DFUDataNonKeyedColumns5 {
515
- DFUDataColumn: DFUDataColumn[];
516
- }
517
-
518
- export interface DFUDataNonKeyedColumns6 {
519
- DFUDataColumn: DFUDataColumn[];
520
- }
521
-
522
- export interface DFUDataNonKeyedColumns7 {
523
- DFUDataColumn: DFUDataColumn[];
524
- }
525
-
526
- export interface DFUDataNonKeyedColumns8 {
527
- DFUDataColumn: DFUDataColumn[];
528
- }
529
-
530
- export interface DFUDataNonKeyedColumns9 {
531
- DFUDataColumn: DFUDataColumn[];
532
- }
533
-
534
- export interface DFUDataNonKeyedColumns10 {
535
- DFUDataColumn: DFUDataColumn[];
536
- }
537
-
538
- export interface DFUDataNonKeyedColumns11 {
539
- DFUDataColumn: DFUDataColumn[];
540
- }
541
-
542
- export interface DFUDataNonKeyedColumns12 {
543
- DFUDataColumn: DFUDataColumn[];
544
- }
545
-
546
- export interface DFUDataNonKeyedColumns13 {
547
- DFUDataColumn: DFUDataColumn[];
548
- }
549
-
550
- export interface DFUDataNonKeyedColumns14 {
551
- DFUDataColumn: DFUDataColumn[];
552
- }
553
-
554
- export interface DFUDataNonKeyedColumns15 {
555
- DFUDataColumn: DFUDataColumn[];
556
- }
557
-
558
- export interface DFUDataNonKeyedColumns16 {
559
- DFUDataColumn: DFUDataColumn[];
560
- }
561
-
562
- export interface DFUDataNonKeyedColumns17 {
563
- DFUDataColumn: DFUDataColumn[];
564
- }
565
-
566
- export interface DFUDataNonKeyedColumns18 {
567
- DFUDataColumn: DFUDataColumn[];
568
- }
569
-
570
- export interface DFUDataNonKeyedColumns19 {
571
- DFUDataColumn: DFUDataColumn[];
572
- }
573
-
574
- export interface DFUDataNonKeyedColumns20 {
575
- DFUDataColumn: DFUDataColumn[];
576
- }
577
-
578
- export interface DFUGetDataColumnsResponse {
579
- Exceptions: Exceptions;
580
- LogicalName: string;
581
- StartIndex: long;
582
- EndIndex: long;
583
- DFUDataKeyedColumns1: DFUDataKeyedColumns1;
584
- DFUDataKeyedColumns2: DFUDataKeyedColumns2;
585
- DFUDataKeyedColumns3: DFUDataKeyedColumns3;
586
- DFUDataKeyedColumns4: DFUDataKeyedColumns4;
587
- DFUDataKeyedColumns5: DFUDataKeyedColumns5;
588
- DFUDataKeyedColumns6: DFUDataKeyedColumns6;
589
- DFUDataKeyedColumns7: DFUDataKeyedColumns7;
590
- DFUDataKeyedColumns8: DFUDataKeyedColumns8;
591
- DFUDataKeyedColumns9: DFUDataKeyedColumns9;
592
- DFUDataKeyedColumns10: DFUDataKeyedColumns10;
593
- DFUDataKeyedColumns11: DFUDataKeyedColumns11;
594
- DFUDataKeyedColumns12: DFUDataKeyedColumns12;
595
- DFUDataKeyedColumns13: DFUDataKeyedColumns13;
596
- DFUDataKeyedColumns14: DFUDataKeyedColumns14;
597
- DFUDataKeyedColumns15: DFUDataKeyedColumns15;
598
- DFUDataKeyedColumns16: DFUDataKeyedColumns16;
599
- DFUDataKeyedColumns17: DFUDataKeyedColumns17;
600
- DFUDataKeyedColumns18: DFUDataKeyedColumns18;
601
- DFUDataKeyedColumns19: DFUDataKeyedColumns19;
602
- DFUDataKeyedColumns20: DFUDataKeyedColumns20;
603
- DFUDataNonKeyedColumns1: DFUDataNonKeyedColumns1;
604
- DFUDataNonKeyedColumns2: DFUDataNonKeyedColumns2;
605
- DFUDataNonKeyedColumns3: DFUDataNonKeyedColumns3;
606
- DFUDataNonKeyedColumns4: DFUDataNonKeyedColumns4;
607
- DFUDataNonKeyedColumns5: DFUDataNonKeyedColumns5;
608
- DFUDataNonKeyedColumns6: DFUDataNonKeyedColumns6;
609
- DFUDataNonKeyedColumns7: DFUDataNonKeyedColumns7;
610
- DFUDataNonKeyedColumns8: DFUDataNonKeyedColumns8;
611
- DFUDataNonKeyedColumns9: DFUDataNonKeyedColumns9;
612
- DFUDataNonKeyedColumns10: DFUDataNonKeyedColumns10;
613
- DFUDataNonKeyedColumns11: DFUDataNonKeyedColumns11;
614
- DFUDataNonKeyedColumns12: DFUDataNonKeyedColumns12;
615
- DFUDataNonKeyedColumns13: DFUDataNonKeyedColumns13;
616
- DFUDataNonKeyedColumns14: DFUDataNonKeyedColumns14;
617
- DFUDataNonKeyedColumns15: DFUDataNonKeyedColumns15;
618
- DFUDataNonKeyedColumns16: DFUDataNonKeyedColumns16;
619
- DFUDataNonKeyedColumns17: DFUDataNonKeyedColumns17;
620
- DFUDataNonKeyedColumns18: DFUDataNonKeyedColumns18;
621
- DFUDataNonKeyedColumns19: DFUDataNonKeyedColumns19;
622
- DFUDataNonKeyedColumns20: DFUDataNonKeyedColumns20;
623
- RowCount: long;
624
- ShowColumns: string;
625
- ChooseFile: int;
626
- Cluster: string;
627
- ClusterType: string;
628
- }
629
-
630
- export interface DFUGetFileMetaDataRequest {
631
- LogicalFileName?: string;
632
- ClusterName?: string;
633
- IncludeXmlSchema?: boolean;
634
- AddHeaderInXmlSchema?: boolean;
635
- IncludeXmlXPathSchema?: boolean;
636
- AddHeaderInXmlXPathSchema?: boolean;
637
- }
638
-
639
- export interface DFUGetFileMetaDataResponse {
640
- Exceptions: Exceptions;
641
- TotalColumnCount: int;
642
- KeyedColumnCount: int;
643
- DataColumns: DataColumns;
644
- XmlSchema: string;
645
- XmlXPathSchema: string;
646
- TotalResultRows: long;
647
- }
648
-
649
- export interface DFUInfoRequest {
650
- Name?: string;
651
- Cluster?: string;
652
- UpdateDescription?: boolean;
653
- QuerySet?: string;
654
- Query?: string;
655
- FileDesc?: string;
656
- IncludeJsonTypeInfo?: boolean;
657
- IncludeBinTypeInfo?: boolean;
658
- Protect?: DFUChangeProtection;
659
- Restrict?: DFUChangeRestriction;
660
- ForceIndexInfo?: boolean;
661
- }
662
-
663
- export interface Stat {
664
- MinSkew: string;
665
- MaxSkew: string;
666
- MinSkewInt64: long;
667
- MaxSkewInt64: long;
668
- MinSkewPart: long;
669
- MaxSkewPart: long;
670
- }
671
-
672
- export interface DFUPart {
673
- Id: int;
674
- Copy: int;
675
- Ip: string;
676
- Partsize: string;
677
- PartSizeInt64: long;
678
- CompressedSize: long;
679
- }
680
-
681
- export interface DFUFileParts {
682
- DFUPart: DFUPart[];
683
- }
684
-
685
- export interface DFUFilePartsOnCluster {
686
- Cluster: string;
687
- BaseDir: string;
688
- ReplicateDir: string;
689
- Replicate: boolean;
690
- CanReplicate: boolean;
691
- DFUFileParts: DFUFileParts;
692
- }
693
-
694
- export interface DFUFilePartsOnClusters {
695
- DFUFilePartsOnCluster: DFUFilePartsOnCluster[];
696
- }
697
-
698
- export interface subfiles {
699
- Item: string[];
700
- }
701
-
702
- export interface Superfiles {
703
- DFULogicalFile: DFULogicalFile[];
704
- }
705
-
706
- export interface DFUFileProtect {
707
- Owner: string;
708
- Modified: string;
709
- }
710
-
711
- export interface ProtectList {
712
- DFUFileProtect: DFUFileProtect[];
713
- }
714
-
715
- export interface Graphs {
716
- ECLGraph: string[];
717
- }
718
-
719
- export interface FieldNames {
720
- Item: string[];
721
- }
722
-
723
- export interface Partition {
724
- FieldMask: long;
725
- FieldNames: FieldNames;
726
- }
727
-
728
- export interface DFUFileBloom {
729
- FieldMask: long;
730
- FieldNames: FieldNames;
731
- Limit: long;
732
- Probability: string;
733
- }
734
-
735
- export interface Blooms {
736
- DFUFileBloom: DFUFileBloom[];
737
- }
738
-
739
- export interface ExtendedIndexInfo {
740
- IsLeafCountEstimated: boolean;
741
- NumLeafNodes: long;
742
- NumBlobNodes: long;
743
- NumBranchNodes: long;
744
- SizeDiskLeaves: long;
745
- SizeDiskBlobs: long;
746
- SizeDiskBranches: long;
747
- SizeOriginalData: long;
748
- SizeOriginalBranches: long;
749
- SizeMemoryLeaves: long;
750
- SizeMemoryBranches: long;
751
- BranchCompressionPercent: double;
752
- DataCompressionPercent: double;
753
- }
754
-
755
- export interface FileDetail {
756
- Name: string;
757
- Filename: string;
758
- Prefix: string;
759
- NodeGroup: string;
760
- NumParts: int;
761
- Description: string;
762
- Dir: string;
763
- PathMask: string;
764
- Filesize: string;
765
- FileSizeInt64: long;
766
- RecordSize: string;
767
- RecordCount: string;
768
- RecordSizeInt64: long;
769
- RecordCountInt64: long;
770
- Wuid: string;
771
- Owner: string;
772
- JobName: string;
773
- Persistent: string;
774
- Format: string;
775
- MaxRecordSize: string;
776
- CsvSeparate: string;
777
- CsvQuote: string;
778
- CsvTerminate: string;
779
- CsvEscape: string;
780
- Modified: string;
781
- Ecl: string;
782
- Stat: Stat;
783
- DFUFilePartsOnClusters: DFUFilePartsOnClusters;
784
- isSuperfile: boolean;
785
- ShowFileContent: boolean;
786
- subfiles: subfiles;
787
- Superfiles: Superfiles;
788
- ProtectList: ProtectList;
789
- FromRoxieCluster: boolean;
790
- Graphs: Graphs;
791
- UserPermission: string;
792
- ContentType: string;
793
- CompressedFileSize: long;
794
- PercentCompressed: string;
795
- IsCompressed: boolean;
796
- IsRestricted: boolean;
797
- BrowseData: boolean;
798
- jsonInfo: string;
799
- binInfo: base64Binary;
800
- PackageID: string;
801
- Partition: Partition;
802
- Blooms: Blooms;
803
- ExpireDays: int;
804
- KeyType: string;
805
- AtRestCost: double;
806
- AccessCost: double;
807
- ExpirationDate: string;
808
- ExtendedIndexInfo: ExtendedIndexInfo;
809
- }
810
-
811
- export interface DFUInfoResponse {
812
- Exceptions: Exceptions;
813
- FileDetail: FileDetail;
814
- }
815
-
816
- export interface DFUQueryRequest {
817
- Prefix?: string;
818
- NodeGroup?: string;
819
- ContentType?: string;
820
- InvertContent?: boolean;
821
- LogicalName?: string;
822
- Owner?: string;
823
- StartDate?: string;
824
- EndDate?: string;
825
- FileType?: string;
826
- FileSizeFrom?: long;
827
- FileSizeTo?: long;
828
- FirstN?: int;
829
- PageSize?: int;
830
- PageStartFrom?: int;
831
- Sortby?: string;
832
- Descending?: boolean;
833
- OneLevelDirFileReturn?: boolean;
834
- CacheHint?: long;
835
- MaxNumberOfFiles?: int;
836
- IncludeSuperOwner?: boolean;
837
- StartAccessedTime?: string;
838
- EndAccessedTime?: string;
839
- MaxSkewFrom?: long;
840
- MaxSkewTo?: long;
841
- MinSkewFrom?: long;
842
- MinSkewTo?: long;
843
- }
844
-
845
- export interface DFUQueryResponse {
846
- Exceptions: Exceptions;
847
- DFULogicalFiles: DFULogicalFiles;
848
- Prefix: string;
849
- NodeGroup: string;
850
- LogicalName: string;
851
- Description: string;
852
- Owner: string;
853
- StartDate: string;
854
- EndDate: string;
855
- FileType: string;
856
- FileSizeFrom: long;
857
- FileSizeTo: long;
858
- FirstN: int;
859
- PageSize: int;
860
- PageStartFrom: long;
861
- LastPageFrom: long;
862
- PageEndAt: long;
863
- PrevPageFrom: long;
864
- NextPageFrom: long;
865
- NumFiles: long;
866
- Sortby: string;
867
- Descending: boolean;
868
- BasicQuery: string;
869
- ParametersForPaging: string;
870
- Filters: string;
871
- CacheHint: long;
872
- IsSubsetOfFiles: boolean;
873
- Warning: string;
874
- }
875
-
876
- export interface DFURecordTypeInfoRequest {
877
- Name?: string;
878
- IncludeJsonTypeInfo?: boolean;
879
- IncludeBinTypeInfo?: boolean;
880
- }
881
-
882
- export interface DFURecordTypeInfoResponse {
883
- jsonInfo: string;
884
- binInfo: base64Binary;
885
- }
886
-
887
- export interface DFUSearchRequest {
888
- ShowExample?: string;
889
- }
890
-
891
- export interface ClusterNames {
892
- ClusterName: string[];
893
- }
894
-
895
- export interface FileTypes {
896
- FileType: string[];
897
- }
898
-
899
- export interface DFUSearchResponse {
900
- Exceptions: Exceptions;
901
- ShowExample: string;
902
- ClusterNames: ClusterNames;
903
- FileTypes: FileTypes;
904
- }
905
-
906
- export interface DFUSearchDataRequest {
907
- Cluster?: string;
908
- ClusterType?: string;
909
- OpenLogicalName?: string;
910
- FilterBy?: string;
911
- ShowColumns?: string;
912
- ChooseFile?: int;
913
- StartIndex?: long;
914
- EndIndex?: long;
915
- LogicalName?: string;
916
- ParentName?: string;
917
- StartForGoback?: long;
918
- CountForGoback?: int;
919
- Start?: long;
920
- Count?: int;
921
- File?: string;
922
- Key?: string;
923
- SchemaOnly?: boolean;
924
- RoxieSelections?: boolean;
925
- DisableUppercaseTranslation?: boolean;
926
- SelectedKey?: string;
927
- }
928
-
929
- export interface DFUSearchDataResponse {
930
- Exceptions: Exceptions;
931
- OpenLogicalName: string;
932
- LogicalName: string;
933
- ParentName: string;
934
- StartIndex: long;
935
- EndIndex: long;
936
- DFUDataKeyedColumns1: DFUDataKeyedColumns1;
937
- DFUDataKeyedColumns2: DFUDataKeyedColumns2;
938
- DFUDataKeyedColumns3: DFUDataKeyedColumns3;
939
- DFUDataKeyedColumns4: DFUDataKeyedColumns4;
940
- DFUDataKeyedColumns5: DFUDataKeyedColumns5;
941
- DFUDataKeyedColumns6: DFUDataKeyedColumns6;
942
- DFUDataKeyedColumns7: DFUDataKeyedColumns7;
943
- DFUDataKeyedColumns8: DFUDataKeyedColumns8;
944
- DFUDataKeyedColumns9: DFUDataKeyedColumns9;
945
- DFUDataKeyedColumns10: DFUDataKeyedColumns10;
946
- DFUDataKeyedColumns11: DFUDataKeyedColumns11;
947
- DFUDataKeyedColumns12: DFUDataKeyedColumns12;
948
- DFUDataKeyedColumns13: DFUDataKeyedColumns13;
949
- DFUDataKeyedColumns14: DFUDataKeyedColumns14;
950
- DFUDataKeyedColumns15: DFUDataKeyedColumns15;
951
- DFUDataKeyedColumns16: DFUDataKeyedColumns16;
952
- DFUDataKeyedColumns17: DFUDataKeyedColumns17;
953
- DFUDataKeyedColumns18: DFUDataKeyedColumns18;
954
- DFUDataKeyedColumns19: DFUDataKeyedColumns19;
955
- DFUDataKeyedColumns20: DFUDataKeyedColumns20;
956
- DFUDataNonKeyedColumns1: DFUDataNonKeyedColumns1;
957
- DFUDataNonKeyedColumns2: DFUDataNonKeyedColumns2;
958
- DFUDataNonKeyedColumns3: DFUDataNonKeyedColumns3;
959
- DFUDataNonKeyedColumns4: DFUDataNonKeyedColumns4;
960
- DFUDataNonKeyedColumns5: DFUDataNonKeyedColumns5;
961
- DFUDataNonKeyedColumns6: DFUDataNonKeyedColumns6;
962
- DFUDataNonKeyedColumns7: DFUDataNonKeyedColumns7;
963
- DFUDataNonKeyedColumns8: DFUDataNonKeyedColumns8;
964
- DFUDataNonKeyedColumns9: DFUDataNonKeyedColumns9;
965
- DFUDataNonKeyedColumns10: DFUDataNonKeyedColumns10;
966
- DFUDataNonKeyedColumns11: DFUDataNonKeyedColumns11;
967
- DFUDataNonKeyedColumns12: DFUDataNonKeyedColumns12;
968
- DFUDataNonKeyedColumns13: DFUDataNonKeyedColumns13;
969
- DFUDataNonKeyedColumns14: DFUDataNonKeyedColumns14;
970
- DFUDataNonKeyedColumns15: DFUDataNonKeyedColumns15;
971
- DFUDataNonKeyedColumns16: DFUDataNonKeyedColumns16;
972
- DFUDataNonKeyedColumns17: DFUDataNonKeyedColumns17;
973
- DFUDataNonKeyedColumns18: DFUDataNonKeyedColumns18;
974
- DFUDataNonKeyedColumns19: DFUDataNonKeyedColumns19;
975
- DFUDataNonKeyedColumns20: DFUDataNonKeyedColumns20;
976
- RowCount: long;
977
- ShowColumns: string;
978
- ChooseFile: int;
979
- Name: string;
980
- FilterBy: string;
981
- FilterForGoBack: string;
982
- ColumnsHidden: ColumnsHidden;
983
- ColumnCount: int;
984
- StartForGoback: long;
985
- CountForGoback: int;
986
- Start: long;
987
- Count: long;
988
- PageSize: long;
989
- Total: long;
990
- Result: string;
991
- MsgToDisplay: string;
992
- Cluster: string;
993
- ClusterType: string;
994
- File: string;
995
- Key: string;
996
- SchemaOnly: boolean;
997
- RoxieSelections: boolean;
998
- DisableUppercaseTranslation: boolean;
999
- AutoUppercaseTranslation: boolean;
1000
- SelectedKey: string;
1001
- }
1002
-
1003
- export interface DFUSpaceRequest {
1004
- CountBy?: string;
1005
- ScopeUnder?: string;
1006
- OwnerUnder?: string;
1007
- Interval?: string;
1008
- StartDate?: string;
1009
- EndDate?: string;
1010
- }
1011
-
1012
- export interface DFUSpaceItem {
1013
- Name: string;
1014
- NumOfFiles: string;
1015
- NumOfFilesUnknown: string;
1016
- TotalSize: string;
1017
- LargestFile: string;
1018
- LargestSize: string;
1019
- SmallestFile: string;
1020
- SmallestSize: string;
1021
- NumOfFilesInt64: long;
1022
- NumOfFilesUnknownInt64: long;
1023
- TotalSizeInt64: long;
1024
- LargestSizeInt64: long;
1025
- SmallestSizeInt64: long;
1026
- }
1027
-
1028
- export interface DFUSpaceItems {
1029
- DFUSpaceItem: DFUSpaceItem[];
1030
- }
1031
-
1032
- export interface DFUSpaceResponse {
1033
- Exceptions: Exceptions;
1034
- CountBy: string;
1035
- ScopeUnder: string;
1036
- OwnerUnder: string;
1037
- Interval: string;
1038
- StartDate: string;
1039
- EndDate: string;
1040
- DFUSpaceItems: DFUSpaceItems;
1041
- }
1042
-
1043
- export interface EclRecordTypeInfoRequest {
1044
- Ecl?: string;
1045
- IncludeJsonTypeInfo?: boolean;
1046
- IncludeBinTypeInfo?: boolean;
1047
- }
1048
-
1049
- export interface EclRecordTypeInfoResponse {
1050
- jsonInfo: string;
1051
- binInfo: base64Binary;
1052
- }
1053
-
1054
- export interface EraseHistoryRequest {
1055
- Name?: string;
1056
- }
1057
-
1058
- export interface Origin {
1059
- Name: string;
1060
- Operation: string;
1061
- Timestamp: string;
1062
- IP: string;
1063
- Path: string;
1064
- Owner: string;
1065
- Workunit: string;
1066
- }
1067
-
1068
- export interface History {
1069
- Origin: Origin[];
1070
- }
1071
-
1072
- export interface EraseHistoryResponse {
1073
- Exceptions: Exceptions;
1074
- History: History;
1075
- }
1076
-
1077
- export interface ListHistoryRequest {
1078
- Name?: string;
1079
- }
1080
-
1081
- export interface ListHistoryResponse {
1082
- Exceptions: Exceptions;
1083
- History: History;
1084
- }
1085
-
1086
- export interface WsDfuPingRequest {
1087
-
1088
- }
1089
-
1090
- export interface WsDfuPingResponse {
1091
-
1092
- }
1093
-
1094
- export interface SavexmlRequest {
1095
- name?: string;
1096
- }
1097
-
1098
- export interface SavexmlResponse {
1099
- Exceptions: Exceptions;
1100
- xmlmap: base64Binary;
1101
- }
1102
-
1103
- export interface SuperfileActionRequest {
1104
- action?: string;
1105
- superfile?: string;
1106
- subfiles?: subfiles;
1107
- before?: string;
1108
- delete?: boolean;
1109
- removeSuperfile?: boolean;
1110
- }
1111
-
1112
- export interface SuperfileActionResponse {
1113
- Exceptions: Exceptions;
1114
- superfile: string;
1115
- retcode: int;
1116
- }
1117
-
1118
- export interface SuperfileListRequest {
1119
- superfile?: string;
1120
- }
1121
-
1122
- export interface SuperfileListResponse {
1123
- Exceptions: Exceptions;
1124
- superfile: string;
1125
- subfiles: subfiles;
1126
- }
1127
-
1128
- }
1129
-
1130
- export class DfuServiceBase extends Service {
1131
-
1132
- constructor(optsConnection: IOptions | IConnection) {
1133
- super(optsConnection, "WsDfu", "1.65");
1134
- }
1135
-
1136
- Add(request: Partial<WsDfu.AddRequest>): Promise<WsDfu.AddResponse> {
1137
- return this._connection.send("Add", request, "json", false, undefined, "AddResponse");
1138
- }
1139
-
1140
- AddRemote(request: Partial<WsDfu.AddRemoteRequest>): Promise<WsDfu.AddRemoteResponse> {
1141
- return this._connection.send("AddRemote", request, "json", false, undefined, "AddRemoteResponse");
1142
- }
1143
-
1144
- AddtoSuperfile(request: Partial<WsDfu.AddtoSuperfileRequest>): Promise<WsDfu.AddtoSuperfileResponse> {
1145
- return this._connection.send("AddtoSuperfile", request, "json", false, undefined, "AddtoSuperfileResponse");
1146
- }
1147
-
1148
- DFUArrayAction(request: Partial<WsDfu.DFUArrayActionRequest>): Promise<WsDfu.DFUArrayActionResponse> {
1149
- return this._connection.send("DFUArrayAction", request, "json", false, undefined, "DFUArrayActionResponse");
1150
- }
1151
-
1152
- DFUBrowseData(request: Partial<WsDfu.DFUBrowseDataRequest>): Promise<WsDfu.DFUBrowseDataResponse> {
1153
- return this._connection.send("DFUBrowseData", request, "json", false, undefined, "DFUBrowseDataResponse");
1154
- }
1155
-
1156
- DFUDefFile(request: Partial<WsDfu.DFUDefFileRequest>): Promise<WsDfu.DFUDefFileResponse> {
1157
- return this._connection.send("DFUDefFile", request, "json", false, undefined, "DFUDefFileResponse");
1158
- }
1159
-
1160
- DFUFileAccess(request: Partial<WsDfu.DFUFileAccessRequest>): Promise<WsDfu.DFUFileAccessResponse> {
1161
- return this._connection.send("DFUFileAccess", request, "json", false, undefined, "DFUFileAccessResponse");
1162
- }
1163
-
1164
- DFUFileAccessV2(request: Partial<WsDfu.DFUFileAccessV2Request>): Promise<WsDfu.DFUFileAccessResponse> {
1165
- return this._connection.send("DFUFileAccessV2", request, "json", false, undefined, "DFUFileAccessResponse");
1166
- }
1167
-
1168
- DFUFileCreate(request: Partial<WsDfu.DFUFileCreateRequest>): Promise<WsDfu.DFUFileCreateResponse> {
1169
- return this._connection.send("DFUFileCreate", request, "json", false, undefined, "DFUFileCreateResponse");
1170
- }
1171
-
1172
- DFUFileCreateV2(request: Partial<WsDfu.DFUFileCreateV2Request>): Promise<WsDfu.DFUFileCreateResponse> {
1173
- return this._connection.send("DFUFileCreateV2", request, "json", false, undefined, "DFUFileCreateResponse");
1174
- }
1175
-
1176
- DFUFilePublish(request: Partial<WsDfu.DFUFilePublishRequest>): Promise<WsDfu.DFUFilePublishResponse> {
1177
- return this._connection.send("DFUFilePublish", request, "json", false, undefined, "DFUFilePublishResponse");
1178
- }
1179
-
1180
- DFUFileView(request: Partial<WsDfu.DFUFileViewRequest>): Promise<WsDfu.DFUFileViewResponse> {
1181
- return this._connection.send("DFUFileView", request, "json", false, undefined, "DFUFileViewResponse");
1182
- }
1183
-
1184
- DFUGetDataColumns(request: Partial<WsDfu.DFUGetDataColumnsRequest>): Promise<WsDfu.DFUGetDataColumnsResponse> {
1185
- return this._connection.send("DFUGetDataColumns", request, "json", false, undefined, "DFUGetDataColumnsResponse");
1186
- }
1187
-
1188
- DFUGetFileMetaData(request: Partial<WsDfu.DFUGetFileMetaDataRequest>): Promise<WsDfu.DFUGetFileMetaDataResponse> {
1189
- return this._connection.send("DFUGetFileMetaData", request, "json", false, undefined, "DFUGetFileMetaDataResponse");
1190
- }
1191
-
1192
- DFUInfo(request: Partial<WsDfu.DFUInfoRequest>): Promise<WsDfu.DFUInfoResponse> {
1193
- return this._connection.send("DFUInfo", request, "json", false, undefined, "DFUInfoResponse");
1194
- }
1195
-
1196
- DFUQuery(request: Partial<WsDfu.DFUQueryRequest>): Promise<WsDfu.DFUQueryResponse> {
1197
- return this._connection.send("DFUQuery", request, "json", false, undefined, "DFUQueryResponse");
1198
- }
1199
-
1200
- DFURecordTypeInfo(request: Partial<WsDfu.DFURecordTypeInfoRequest>): Promise<WsDfu.DFURecordTypeInfoResponse> {
1201
- return this._connection.send("DFURecordTypeInfo", request, "json", false, undefined, "DFURecordTypeInfoResponse");
1202
- }
1203
-
1204
- DFUSearch(request: Partial<WsDfu.DFUSearchRequest>): Promise<WsDfu.DFUSearchResponse> {
1205
- return this._connection.send("DFUSearch", request, "json", false, undefined, "DFUSearchResponse");
1206
- }
1207
-
1208
- DFUSearchData(request: Partial<WsDfu.DFUSearchDataRequest>): Promise<WsDfu.DFUSearchDataResponse> {
1209
- return this._connection.send("DFUSearchData", request, "json", false, undefined, "DFUSearchDataResponse");
1210
- }
1211
-
1212
- DFUSpace(request: Partial<WsDfu.DFUSpaceRequest>): Promise<WsDfu.DFUSpaceResponse> {
1213
- return this._connection.send("DFUSpace", request, "json", false, undefined, "DFUSpaceResponse");
1214
- }
1215
-
1216
- EclRecordTypeInfo(request: Partial<WsDfu.EclRecordTypeInfoRequest>): Promise<WsDfu.EclRecordTypeInfoResponse> {
1217
- return this._connection.send("EclRecordTypeInfo", request, "json", false, undefined, "EclRecordTypeInfoResponse");
1218
- }
1219
-
1220
- EraseHistory(request: Partial<WsDfu.EraseHistoryRequest>): Promise<WsDfu.EraseHistoryResponse> {
1221
- return this._connection.send("EraseHistory", request, "json", false, undefined, "EraseHistoryResponse");
1222
- }
1223
-
1224
- ListHistory(request: Partial<WsDfu.ListHistoryRequest>): Promise<WsDfu.ListHistoryResponse> {
1225
- return this._connection.send("ListHistory", request, "json", false, undefined, "ListHistoryResponse");
1226
- }
1227
-
1228
- Ping(request: Partial<WsDfu.WsDfuPingRequest>): Promise<WsDfu.WsDfuPingResponse> {
1229
- return this._connection.send("Ping", request, "json", false, undefined, "WsDfuPingResponse");
1230
- }
1231
-
1232
- Savexml(request: Partial<WsDfu.SavexmlRequest>): Promise<WsDfu.SavexmlResponse> {
1233
- return this._connection.send("Savexml", request, "json", false, undefined, "SavexmlResponse");
1234
- }
1235
-
1236
- SuperfileAction(request: Partial<WsDfu.SuperfileActionRequest>): Promise<WsDfu.SuperfileActionResponse> {
1237
- return this._connection.send("SuperfileAction", request, "json", false, undefined, "SuperfileActionResponse");
1238
- }
1239
-
1240
- SuperfileList(request: Partial<WsDfu.SuperfileListRequest>): Promise<WsDfu.SuperfileListResponse> {
1241
- return this._connection.send("SuperfileList", request, "json", false, undefined, "SuperfileListResponse");
1242
- }
1243
-
1244
- }
1
+ import { IConnection, IOptions } from "../../../../connection.ts";
2
+ import { Service } from "../../../../espConnection.ts";
3
+
4
+ export namespace WsDfu {
5
+
6
+ export type base64Binary = string;
7
+ export type long = number;
8
+ export type int = number;
9
+ export type double = number;
10
+
11
+ export enum DFUArrayActions {
12
+ Delete = "Delete",
13
+ AddToSuperfile = "Add To Superfile",
14
+ ChangeProtection = "Change Protection",
15
+ ChangeRestriction = "Change Restriction"
16
+ }
17
+
18
+ export enum DFUChangeProtection {
19
+ NoChange = 0,
20
+ Protect = 1,
21
+ Unprotect = 2,
22
+ UnprotectAll = 3
23
+ }
24
+
25
+ export enum DFUChangeRestriction {
26
+ NoChange = 0,
27
+ Restrict = 1,
28
+ Unrestricted = 2
29
+ }
30
+
31
+ export enum DFUDefFileFormat {
32
+ xml = "xml",
33
+ def = "def"
34
+ }
35
+
36
+ export enum FileAccessRole {
37
+ Token = "Token",
38
+ Engine = "Engine",
39
+ External = "External"
40
+ }
41
+
42
+ export enum SecAccessType {
43
+ None = "None",
44
+ Access = "Access",
45
+ Read = "Read",
46
+ Write = "Write",
47
+ Full = "Full"
48
+ }
49
+
50
+ export enum DFUFileType {
51
+ Flat = "Flat",
52
+ Index = "Index",
53
+ Xml = "Xml",
54
+ Csv = "Csv",
55
+ Json = "Json",
56
+ IndexLocal = "IndexLocal",
57
+ IndexPartitioned = "IndexPartitioned",
58
+ Unset = "Unset"
59
+ }
60
+
61
+ export interface AddRequest {
62
+ dstname?: string;
63
+ xmlmap?: base64Binary;
64
+ dstcluster?: string;
65
+ }
66
+
67
+ export interface Exception {
68
+ Code: string;
69
+ Audience: string;
70
+ Source: string;
71
+ Message: string;
72
+ }
73
+
74
+ export interface Exceptions {
75
+ Source: string;
76
+ Exception: Exception[];
77
+ }
78
+
79
+ export interface AddResponse {
80
+ Exceptions: Exceptions;
81
+ }
82
+
83
+ export interface AddRemoteRequest {
84
+ dstname?: string;
85
+ srcname?: string;
86
+ srcdali?: string;
87
+ srcusername?: string;
88
+ srcpassword?: string;
89
+ }
90
+
91
+ export interface AddRemoteResponse {
92
+ Exceptions: Exceptions;
93
+ }
94
+
95
+ export interface names {
96
+ Item: string[];
97
+ }
98
+
99
+ export interface AddtoSuperfileRequest {
100
+ Superfile?: string;
101
+ Subfiles?: string;
102
+ names?: names;
103
+ ExistingFile?: boolean;
104
+ BackToPage?: string;
105
+ }
106
+
107
+ export interface SubfileNames {
108
+ SubfileName: string[];
109
+ }
110
+
111
+ export interface AddtoSuperfileResponse {
112
+ Exceptions: Exceptions;
113
+ Subfiles: string;
114
+ BackToPage: string;
115
+ SubfileNames: SubfileNames;
116
+ }
117
+
118
+ export interface LogicalFiles {
119
+ Item: string[];
120
+ }
121
+
122
+ export interface DFUArrayActionRequest {
123
+ Type?: DFUArrayActions;
124
+ NoDelete?: boolean;
125
+ BackToPage?: string;
126
+ LogicalFiles?: LogicalFiles;
127
+ removeFromSuperfiles?: boolean;
128
+ removeRecursively?: boolean;
129
+ Protect?: DFUChangeProtection;
130
+ Restrict?: DFUChangeRestriction;
131
+ }
132
+
133
+ export interface DFUActionInfo {
134
+ FileName: string;
135
+ NodeGroup: string;
136
+ ActionResult: string;
137
+ Failed: boolean;
138
+ }
139
+
140
+ export interface ActionResults {
141
+ DFUActionInfo: DFUActionInfo[];
142
+ }
143
+
144
+ export interface DFUArrayActionResponse {
145
+ Exceptions: Exceptions;
146
+ BackToPage: string;
147
+ RedirectTo: string;
148
+ ActionResults: ActionResults;
149
+ }
150
+
151
+ export interface DFUBrowseDataRequest {
152
+ LogicalName?: string;
153
+ FilterBy?: string;
154
+ ShowColumns?: string;
155
+ SchemaOnly?: boolean;
156
+ StartForGoback?: long;
157
+ CountForGoback?: int;
158
+ ChooseFile?: int;
159
+ Cluster?: string;
160
+ ClusterType?: string;
161
+ ParentName?: string;
162
+ Start?: long;
163
+ Count?: int;
164
+ DisableUppercaseTranslation?: boolean;
165
+ }
166
+
167
+ export interface DFUDataColumn {
168
+ ColumnID: int;
169
+ ColumnLabel: string;
170
+ ColumnType: string;
171
+ ColumnValue: string;
172
+ ColumnSize: int;
173
+ MaxSize: int;
174
+ ColumnEclType: string;
175
+ ColumnRawSize: int;
176
+ IsNaturalColumn: boolean;
177
+ IsKeyedColumn: boolean;
178
+ DataColumns: DataColumns;
179
+ }
180
+
181
+ export interface DataColumns {
182
+ DFUDataColumn: DFUDataColumn[];
183
+ }
184
+
185
+ export interface ColumnHidden {
186
+ ColumnID: int;
187
+ ColumnLabel: string;
188
+ ColumnType: string;
189
+ ColumnValue: string;
190
+ ColumnSize: int;
191
+ MaxSize: int;
192
+ ColumnEclType: string;
193
+ ColumnRawSize: int;
194
+ IsNaturalColumn: boolean;
195
+ IsKeyedColumn: boolean;
196
+ DataColumns: DataColumns;
197
+ }
198
+
199
+ export interface ColumnsHidden {
200
+ ColumnHidden: ColumnHidden[];
201
+ }
202
+
203
+ export interface DFUBrowseDataResponse {
204
+ Exceptions: Exceptions;
205
+ Name: string;
206
+ LogicalName: string;
207
+ FilterBy: string;
208
+ FilterForGoBack: string;
209
+ ColumnsHidden: ColumnsHidden;
210
+ ColumnCount: int;
211
+ StartForGoback: long;
212
+ CountForGoback: int;
213
+ ChooseFile: int;
214
+ SchemaOnly: boolean;
215
+ Cluster: string;
216
+ ClusterType: string;
217
+ ParentName: string;
218
+ Start: long;
219
+ Count: long;
220
+ PageSize: long;
221
+ Total: long;
222
+ Result: string;
223
+ MsgToDisplay: string;
224
+ DisableUppercaseTranslation: boolean;
225
+ }
226
+
227
+ export interface DFUDefFileRequest {
228
+ Name?: string;
229
+ Format?: DFUDefFileFormat;
230
+ }
231
+
232
+ export interface DFUDefFileResponse {
233
+ Exceptions: Exceptions;
234
+ defFile: base64Binary;
235
+ }
236
+
237
+ export interface RequestBase {
238
+ Name: string;
239
+ Cluster: string;
240
+ JobId: string;
241
+ ExpirySeconds: int;
242
+ AccessRole: FileAccessRole;
243
+ AccessType: SecAccessType;
244
+ ReturnJsonTypeInfo: boolean;
245
+ ReturnBinTypeInfo: boolean;
246
+ }
247
+
248
+ export interface DFUFileAccessRequest {
249
+ RequestBase?: RequestBase;
250
+ }
251
+
252
+ export interface DFUPartLocation {
253
+ LocationIndex: int;
254
+ Host: string;
255
+ }
256
+
257
+ export interface FileLocations {
258
+ DFUPartLocation: DFUPartLocation[];
259
+ }
260
+
261
+ export interface DFUFileCopy {
262
+ CopyIndex: int;
263
+ LocationIndex: int;
264
+ Path: string;
265
+ }
266
+
267
+ export interface Copies {
268
+ DFUFileCopy: DFUFileCopy[];
269
+ }
270
+
271
+ export interface DFUFilePart {
272
+ PartIndex: int;
273
+ Copies: Copies;
274
+ TopLevelKey: boolean;
275
+ }
276
+
277
+ export interface FileParts {
278
+ DFUFilePart: DFUFilePart[];
279
+ }
280
+
281
+ export interface AccessInfo {
282
+ MetaInfoBlob: string;
283
+ ExpiryTime: string;
284
+ NumParts: int;
285
+ FileLocations: FileLocations;
286
+ FileParts: FileParts;
287
+ RecordTypeInfoJson: string;
288
+ fileAccessPort: int;
289
+ fileAccessSSL: boolean;
290
+ }
291
+
292
+ export interface DFUFileAccessResponse {
293
+ Exceptions: Exceptions;
294
+ AccessInfo: AccessInfo;
295
+ Type: DFUFileType;
296
+ }
297
+
298
+ export interface DFUFileAccessV2Request {
299
+ Name?: string;
300
+ Cluster?: string;
301
+ RequestId?: string;
302
+ ExpirySeconds?: int;
303
+ ReturnTextResponse?: boolean;
304
+ SessionId?: long;
305
+ LockTimeoutMs?: int;
306
+ }
307
+
308
+ export interface PartLocations {
309
+ Item: string[];
310
+ }
311
+
312
+ export interface DFUFileCreateRequest {
313
+ ECLRecordDefinition?: string;
314
+ PartLocations?: PartLocations;
315
+ RequestBase?: RequestBase;
316
+ }
317
+
318
+ export interface DFUFileCreateResponse {
319
+ Exceptions: Exceptions;
320
+ FileId: string;
321
+ Warning: string;
322
+ AccessInfo: AccessInfo;
323
+ }
324
+
325
+ export interface DFUFileCreateV2Request {
326
+ Name?: string;
327
+ Cluster?: string;
328
+ Type?: DFUFileType;
329
+ ECLRecordDefinition?: string;
330
+ RequestId?: string;
331
+ ExpirySeconds?: int;
332
+ ReturnTextResponse?: boolean;
333
+ Compressed?: boolean;
334
+ SessionId?: long;
335
+ LockTimeoutMs?: int;
336
+ }
337
+
338
+ export interface DFUFilePublishRequest {
339
+ FileId?: string;
340
+ Overwrite?: boolean;
341
+ FileDescriptorBlob?: base64Binary;
342
+ SessionId?: long;
343
+ LockTimeoutMs?: int;
344
+ ECLRecordDefinition?: string;
345
+ RecordCount?: long;
346
+ FileSize?: long;
347
+ }
348
+
349
+ export interface DFUFilePublishResponse {
350
+ Exceptions: Exceptions;
351
+ }
352
+
353
+ export interface DFUFileViewRequest {
354
+ Scope?: string;
355
+ IncludeSuperOwner?: boolean;
356
+ }
357
+
358
+ export interface DFULogicalFile {
359
+ Prefix: string;
360
+ NodeGroup: string;
361
+ Directory: string;
362
+ Description: string;
363
+ Parts: string;
364
+ Name: string;
365
+ Owner: string;
366
+ Totalsize: string;
367
+ RecordCount: string;
368
+ Modified: string;
369
+ LongSize: string;
370
+ LongRecordCount: string;
371
+ isSuperfile: boolean;
372
+ isDirectory: boolean;
373
+ Replicate: boolean;
374
+ IntSize: long;
375
+ IntRecordCount: long;
376
+ FromRoxieCluster: boolean;
377
+ BrowseData: boolean;
378
+ IsCompressed: boolean;
379
+ ContentType: string;
380
+ CompressedFileSize: long;
381
+ SuperOwners: string;
382
+ Persistent: boolean;
383
+ IsProtected: boolean;
384
+ KeyType: string;
385
+ NumOfSubfiles: int;
386
+ Accessed: string;
387
+ AtRestCost: double;
388
+ AccessCost: double;
389
+ MinSkew: long;
390
+ MaxSkew: long;
391
+ MinSkewPart: long;
392
+ MaxSkewPart: long;
393
+ }
394
+
395
+ export interface DFULogicalFiles {
396
+ DFULogicalFile: DFULogicalFile[];
397
+ }
398
+
399
+ export interface DFUFileViewResponse {
400
+ Exceptions: Exceptions;
401
+ Scope: string;
402
+ NumFiles: int;
403
+ DFULogicalFiles: DFULogicalFiles;
404
+ }
405
+
406
+ export interface DFUGetDataColumnsRequest {
407
+ OpenLogicalName?: string;
408
+ LogicalName?: string;
409
+ FilterBy?: string;
410
+ ShowColumns?: string;
411
+ ChooseFile?: int;
412
+ Cluster?: string;
413
+ ClusterType?: string;
414
+ StartIndex?: long;
415
+ EndIndex?: long;
416
+ }
417
+
418
+ export interface DFUDataKeyedColumns1 {
419
+ DFUDataColumn: DFUDataColumn[];
420
+ }
421
+
422
+ export interface DFUDataKeyedColumns2 {
423
+ DFUDataColumn: DFUDataColumn[];
424
+ }
425
+
426
+ export interface DFUDataKeyedColumns3 {
427
+ DFUDataColumn: DFUDataColumn[];
428
+ }
429
+
430
+ export interface DFUDataKeyedColumns4 {
431
+ DFUDataColumn: DFUDataColumn[];
432
+ }
433
+
434
+ export interface DFUDataKeyedColumns5 {
435
+ DFUDataColumn: DFUDataColumn[];
436
+ }
437
+
438
+ export interface DFUDataKeyedColumns6 {
439
+ DFUDataColumn: DFUDataColumn[];
440
+ }
441
+
442
+ export interface DFUDataKeyedColumns7 {
443
+ DFUDataColumn: DFUDataColumn[];
444
+ }
445
+
446
+ export interface DFUDataKeyedColumns8 {
447
+ DFUDataColumn: DFUDataColumn[];
448
+ }
449
+
450
+ export interface DFUDataKeyedColumns9 {
451
+ DFUDataColumn: DFUDataColumn[];
452
+ }
453
+
454
+ export interface DFUDataKeyedColumns10 {
455
+ DFUDataColumn: DFUDataColumn[];
456
+ }
457
+
458
+ export interface DFUDataKeyedColumns11 {
459
+ DFUDataColumn: DFUDataColumn[];
460
+ }
461
+
462
+ export interface DFUDataKeyedColumns12 {
463
+ DFUDataColumn: DFUDataColumn[];
464
+ }
465
+
466
+ export interface DFUDataKeyedColumns13 {
467
+ DFUDataColumn: DFUDataColumn[];
468
+ }
469
+
470
+ export interface DFUDataKeyedColumns14 {
471
+ DFUDataColumn: DFUDataColumn[];
472
+ }
473
+
474
+ export interface DFUDataKeyedColumns15 {
475
+ DFUDataColumn: DFUDataColumn[];
476
+ }
477
+
478
+ export interface DFUDataKeyedColumns16 {
479
+ DFUDataColumn: DFUDataColumn[];
480
+ }
481
+
482
+ export interface DFUDataKeyedColumns17 {
483
+ DFUDataColumn: DFUDataColumn[];
484
+ }
485
+
486
+ export interface DFUDataKeyedColumns18 {
487
+ DFUDataColumn: DFUDataColumn[];
488
+ }
489
+
490
+ export interface DFUDataKeyedColumns19 {
491
+ DFUDataColumn: DFUDataColumn[];
492
+ }
493
+
494
+ export interface DFUDataKeyedColumns20 {
495
+ DFUDataColumn: DFUDataColumn[];
496
+ }
497
+
498
+ export interface DFUDataNonKeyedColumns1 {
499
+ DFUDataColumn: DFUDataColumn[];
500
+ }
501
+
502
+ export interface DFUDataNonKeyedColumns2 {
503
+ DFUDataColumn: DFUDataColumn[];
504
+ }
505
+
506
+ export interface DFUDataNonKeyedColumns3 {
507
+ DFUDataColumn: DFUDataColumn[];
508
+ }
509
+
510
+ export interface DFUDataNonKeyedColumns4 {
511
+ DFUDataColumn: DFUDataColumn[];
512
+ }
513
+
514
+ export interface DFUDataNonKeyedColumns5 {
515
+ DFUDataColumn: DFUDataColumn[];
516
+ }
517
+
518
+ export interface DFUDataNonKeyedColumns6 {
519
+ DFUDataColumn: DFUDataColumn[];
520
+ }
521
+
522
+ export interface DFUDataNonKeyedColumns7 {
523
+ DFUDataColumn: DFUDataColumn[];
524
+ }
525
+
526
+ export interface DFUDataNonKeyedColumns8 {
527
+ DFUDataColumn: DFUDataColumn[];
528
+ }
529
+
530
+ export interface DFUDataNonKeyedColumns9 {
531
+ DFUDataColumn: DFUDataColumn[];
532
+ }
533
+
534
+ export interface DFUDataNonKeyedColumns10 {
535
+ DFUDataColumn: DFUDataColumn[];
536
+ }
537
+
538
+ export interface DFUDataNonKeyedColumns11 {
539
+ DFUDataColumn: DFUDataColumn[];
540
+ }
541
+
542
+ export interface DFUDataNonKeyedColumns12 {
543
+ DFUDataColumn: DFUDataColumn[];
544
+ }
545
+
546
+ export interface DFUDataNonKeyedColumns13 {
547
+ DFUDataColumn: DFUDataColumn[];
548
+ }
549
+
550
+ export interface DFUDataNonKeyedColumns14 {
551
+ DFUDataColumn: DFUDataColumn[];
552
+ }
553
+
554
+ export interface DFUDataNonKeyedColumns15 {
555
+ DFUDataColumn: DFUDataColumn[];
556
+ }
557
+
558
+ export interface DFUDataNonKeyedColumns16 {
559
+ DFUDataColumn: DFUDataColumn[];
560
+ }
561
+
562
+ export interface DFUDataNonKeyedColumns17 {
563
+ DFUDataColumn: DFUDataColumn[];
564
+ }
565
+
566
+ export interface DFUDataNonKeyedColumns18 {
567
+ DFUDataColumn: DFUDataColumn[];
568
+ }
569
+
570
+ export interface DFUDataNonKeyedColumns19 {
571
+ DFUDataColumn: DFUDataColumn[];
572
+ }
573
+
574
+ export interface DFUDataNonKeyedColumns20 {
575
+ DFUDataColumn: DFUDataColumn[];
576
+ }
577
+
578
+ export interface DFUGetDataColumnsResponse {
579
+ Exceptions: Exceptions;
580
+ LogicalName: string;
581
+ StartIndex: long;
582
+ EndIndex: long;
583
+ DFUDataKeyedColumns1: DFUDataKeyedColumns1;
584
+ DFUDataKeyedColumns2: DFUDataKeyedColumns2;
585
+ DFUDataKeyedColumns3: DFUDataKeyedColumns3;
586
+ DFUDataKeyedColumns4: DFUDataKeyedColumns4;
587
+ DFUDataKeyedColumns5: DFUDataKeyedColumns5;
588
+ DFUDataKeyedColumns6: DFUDataKeyedColumns6;
589
+ DFUDataKeyedColumns7: DFUDataKeyedColumns7;
590
+ DFUDataKeyedColumns8: DFUDataKeyedColumns8;
591
+ DFUDataKeyedColumns9: DFUDataKeyedColumns9;
592
+ DFUDataKeyedColumns10: DFUDataKeyedColumns10;
593
+ DFUDataKeyedColumns11: DFUDataKeyedColumns11;
594
+ DFUDataKeyedColumns12: DFUDataKeyedColumns12;
595
+ DFUDataKeyedColumns13: DFUDataKeyedColumns13;
596
+ DFUDataKeyedColumns14: DFUDataKeyedColumns14;
597
+ DFUDataKeyedColumns15: DFUDataKeyedColumns15;
598
+ DFUDataKeyedColumns16: DFUDataKeyedColumns16;
599
+ DFUDataKeyedColumns17: DFUDataKeyedColumns17;
600
+ DFUDataKeyedColumns18: DFUDataKeyedColumns18;
601
+ DFUDataKeyedColumns19: DFUDataKeyedColumns19;
602
+ DFUDataKeyedColumns20: DFUDataKeyedColumns20;
603
+ DFUDataNonKeyedColumns1: DFUDataNonKeyedColumns1;
604
+ DFUDataNonKeyedColumns2: DFUDataNonKeyedColumns2;
605
+ DFUDataNonKeyedColumns3: DFUDataNonKeyedColumns3;
606
+ DFUDataNonKeyedColumns4: DFUDataNonKeyedColumns4;
607
+ DFUDataNonKeyedColumns5: DFUDataNonKeyedColumns5;
608
+ DFUDataNonKeyedColumns6: DFUDataNonKeyedColumns6;
609
+ DFUDataNonKeyedColumns7: DFUDataNonKeyedColumns7;
610
+ DFUDataNonKeyedColumns8: DFUDataNonKeyedColumns8;
611
+ DFUDataNonKeyedColumns9: DFUDataNonKeyedColumns9;
612
+ DFUDataNonKeyedColumns10: DFUDataNonKeyedColumns10;
613
+ DFUDataNonKeyedColumns11: DFUDataNonKeyedColumns11;
614
+ DFUDataNonKeyedColumns12: DFUDataNonKeyedColumns12;
615
+ DFUDataNonKeyedColumns13: DFUDataNonKeyedColumns13;
616
+ DFUDataNonKeyedColumns14: DFUDataNonKeyedColumns14;
617
+ DFUDataNonKeyedColumns15: DFUDataNonKeyedColumns15;
618
+ DFUDataNonKeyedColumns16: DFUDataNonKeyedColumns16;
619
+ DFUDataNonKeyedColumns17: DFUDataNonKeyedColumns17;
620
+ DFUDataNonKeyedColumns18: DFUDataNonKeyedColumns18;
621
+ DFUDataNonKeyedColumns19: DFUDataNonKeyedColumns19;
622
+ DFUDataNonKeyedColumns20: DFUDataNonKeyedColumns20;
623
+ RowCount: long;
624
+ ShowColumns: string;
625
+ ChooseFile: int;
626
+ Cluster: string;
627
+ ClusterType: string;
628
+ }
629
+
630
+ export interface DFUGetFileMetaDataRequest {
631
+ LogicalFileName?: string;
632
+ ClusterName?: string;
633
+ IncludeXmlSchema?: boolean;
634
+ AddHeaderInXmlSchema?: boolean;
635
+ IncludeXmlXPathSchema?: boolean;
636
+ AddHeaderInXmlXPathSchema?: boolean;
637
+ }
638
+
639
+ export interface DFUGetFileMetaDataResponse {
640
+ Exceptions: Exceptions;
641
+ TotalColumnCount: int;
642
+ KeyedColumnCount: int;
643
+ DataColumns: DataColumns;
644
+ XmlSchema: string;
645
+ XmlXPathSchema: string;
646
+ TotalResultRows: long;
647
+ }
648
+
649
+ export interface DFUInfoRequest {
650
+ Name?: string;
651
+ Cluster?: string;
652
+ UpdateDescription?: boolean;
653
+ QuerySet?: string;
654
+ Query?: string;
655
+ FileDesc?: string;
656
+ IncludeJsonTypeInfo?: boolean;
657
+ IncludeBinTypeInfo?: boolean;
658
+ Protect?: DFUChangeProtection;
659
+ Restrict?: DFUChangeRestriction;
660
+ ForceIndexInfo?: boolean;
661
+ }
662
+
663
+ export interface Stat {
664
+ MinSkew: string;
665
+ MaxSkew: string;
666
+ MinSkewInt64: long;
667
+ MaxSkewInt64: long;
668
+ MinSkewPart: long;
669
+ MaxSkewPart: long;
670
+ }
671
+
672
+ export interface DFUPart {
673
+ Id: int;
674
+ Copy: int;
675
+ Ip: string;
676
+ Partsize: string;
677
+ PartSizeInt64: long;
678
+ CompressedSize: long;
679
+ }
680
+
681
+ export interface DFUFileParts {
682
+ DFUPart: DFUPart[];
683
+ }
684
+
685
+ export interface DFUFilePartsOnCluster {
686
+ Cluster: string;
687
+ BaseDir: string;
688
+ ReplicateDir: string;
689
+ Replicate: boolean;
690
+ CanReplicate: boolean;
691
+ DFUFileParts: DFUFileParts;
692
+ }
693
+
694
+ export interface DFUFilePartsOnClusters {
695
+ DFUFilePartsOnCluster: DFUFilePartsOnCluster[];
696
+ }
697
+
698
+ export interface subfiles {
699
+ Item: string[];
700
+ }
701
+
702
+ export interface Superfiles {
703
+ DFULogicalFile: DFULogicalFile[];
704
+ }
705
+
706
+ export interface DFUFileProtect {
707
+ Owner: string;
708
+ Modified: string;
709
+ }
710
+
711
+ export interface ProtectList {
712
+ DFUFileProtect: DFUFileProtect[];
713
+ }
714
+
715
+ export interface Graphs {
716
+ ECLGraph: string[];
717
+ }
718
+
719
+ export interface FieldNames {
720
+ Item: string[];
721
+ }
722
+
723
+ export interface Partition {
724
+ FieldMask: long;
725
+ FieldNames: FieldNames;
726
+ }
727
+
728
+ export interface DFUFileBloom {
729
+ FieldMask: long;
730
+ FieldNames: FieldNames;
731
+ Limit: long;
732
+ Probability: string;
733
+ }
734
+
735
+ export interface Blooms {
736
+ DFUFileBloom: DFUFileBloom[];
737
+ }
738
+
739
+ export interface ExtendedIndexInfo {
740
+ IsLeafCountEstimated: boolean;
741
+ NumLeafNodes: long;
742
+ NumBlobNodes: long;
743
+ NumBranchNodes: long;
744
+ SizeDiskLeaves: long;
745
+ SizeDiskBlobs: long;
746
+ SizeDiskBranches: long;
747
+ SizeOriginalData: long;
748
+ SizeOriginalBranches: long;
749
+ SizeMemoryLeaves: long;
750
+ SizeMemoryBranches: long;
751
+ BranchCompressionPercent: double;
752
+ DataCompressionPercent: double;
753
+ }
754
+
755
+ export interface FileDetail {
756
+ Name: string;
757
+ Filename: string;
758
+ Prefix: string;
759
+ NodeGroup: string;
760
+ NumParts: int;
761
+ Description: string;
762
+ Dir: string;
763
+ PathMask: string;
764
+ Filesize: string;
765
+ FileSizeInt64: long;
766
+ RecordSize: string;
767
+ RecordCount: string;
768
+ RecordSizeInt64: long;
769
+ RecordCountInt64: long;
770
+ Wuid: string;
771
+ Owner: string;
772
+ JobName: string;
773
+ Persistent: string;
774
+ Format: string;
775
+ MaxRecordSize: string;
776
+ CsvSeparate: string;
777
+ CsvQuote: string;
778
+ CsvTerminate: string;
779
+ CsvEscape: string;
780
+ Modified: string;
781
+ Ecl: string;
782
+ Stat: Stat;
783
+ DFUFilePartsOnClusters: DFUFilePartsOnClusters;
784
+ isSuperfile: boolean;
785
+ ShowFileContent: boolean;
786
+ subfiles: subfiles;
787
+ Superfiles: Superfiles;
788
+ ProtectList: ProtectList;
789
+ FromRoxieCluster: boolean;
790
+ Graphs: Graphs;
791
+ UserPermission: string;
792
+ ContentType: string;
793
+ CompressedFileSize: long;
794
+ PercentCompressed: string;
795
+ IsCompressed: boolean;
796
+ IsRestricted: boolean;
797
+ BrowseData: boolean;
798
+ jsonInfo: string;
799
+ binInfo: base64Binary;
800
+ PackageID: string;
801
+ Partition: Partition;
802
+ Blooms: Blooms;
803
+ ExpireDays: int;
804
+ KeyType: string;
805
+ AtRestCost: double;
806
+ AccessCost: double;
807
+ ExpirationDate: string;
808
+ ExtendedIndexInfo: ExtendedIndexInfo;
809
+ }
810
+
811
+ export interface DFUInfoResponse {
812
+ Exceptions: Exceptions;
813
+ FileDetail: FileDetail;
814
+ }
815
+
816
+ export interface DFUQueryRequest {
817
+ Prefix?: string;
818
+ NodeGroup?: string;
819
+ ContentType?: string;
820
+ InvertContent?: boolean;
821
+ LogicalName?: string;
822
+ Owner?: string;
823
+ StartDate?: string;
824
+ EndDate?: string;
825
+ FileType?: string;
826
+ FileSizeFrom?: long;
827
+ FileSizeTo?: long;
828
+ FirstN?: int;
829
+ PageSize?: int;
830
+ PageStartFrom?: int;
831
+ Sortby?: string;
832
+ Descending?: boolean;
833
+ OneLevelDirFileReturn?: boolean;
834
+ CacheHint?: long;
835
+ MaxNumberOfFiles?: int;
836
+ IncludeSuperOwner?: boolean;
837
+ StartAccessedTime?: string;
838
+ EndAccessedTime?: string;
839
+ MaxSkewFrom?: long;
840
+ MaxSkewTo?: long;
841
+ MinSkewFrom?: long;
842
+ MinSkewTo?: long;
843
+ }
844
+
845
+ export interface DFUQueryResponse {
846
+ Exceptions: Exceptions;
847
+ DFULogicalFiles: DFULogicalFiles;
848
+ Prefix: string;
849
+ NodeGroup: string;
850
+ LogicalName: string;
851
+ Description: string;
852
+ Owner: string;
853
+ StartDate: string;
854
+ EndDate: string;
855
+ FileType: string;
856
+ FileSizeFrom: long;
857
+ FileSizeTo: long;
858
+ FirstN: int;
859
+ PageSize: int;
860
+ PageStartFrom: long;
861
+ LastPageFrom: long;
862
+ PageEndAt: long;
863
+ PrevPageFrom: long;
864
+ NextPageFrom: long;
865
+ NumFiles: long;
866
+ Sortby: string;
867
+ Descending: boolean;
868
+ BasicQuery: string;
869
+ ParametersForPaging: string;
870
+ Filters: string;
871
+ CacheHint: long;
872
+ IsSubsetOfFiles: boolean;
873
+ Warning: string;
874
+ }
875
+
876
+ export interface DFURecordTypeInfoRequest {
877
+ Name?: string;
878
+ IncludeJsonTypeInfo?: boolean;
879
+ IncludeBinTypeInfo?: boolean;
880
+ }
881
+
882
+ export interface DFURecordTypeInfoResponse {
883
+ jsonInfo: string;
884
+ binInfo: base64Binary;
885
+ }
886
+
887
+ export interface DFUSearchRequest {
888
+ ShowExample?: string;
889
+ }
890
+
891
+ export interface ClusterNames {
892
+ ClusterName: string[];
893
+ }
894
+
895
+ export interface FileTypes {
896
+ FileType: string[];
897
+ }
898
+
899
+ export interface DFUSearchResponse {
900
+ Exceptions: Exceptions;
901
+ ShowExample: string;
902
+ ClusterNames: ClusterNames;
903
+ FileTypes: FileTypes;
904
+ }
905
+
906
+ export interface DFUSearchDataRequest {
907
+ Cluster?: string;
908
+ ClusterType?: string;
909
+ OpenLogicalName?: string;
910
+ FilterBy?: string;
911
+ ShowColumns?: string;
912
+ ChooseFile?: int;
913
+ StartIndex?: long;
914
+ EndIndex?: long;
915
+ LogicalName?: string;
916
+ ParentName?: string;
917
+ StartForGoback?: long;
918
+ CountForGoback?: int;
919
+ Start?: long;
920
+ Count?: int;
921
+ File?: string;
922
+ Key?: string;
923
+ SchemaOnly?: boolean;
924
+ RoxieSelections?: boolean;
925
+ DisableUppercaseTranslation?: boolean;
926
+ SelectedKey?: string;
927
+ }
928
+
929
+ export interface DFUSearchDataResponse {
930
+ Exceptions: Exceptions;
931
+ OpenLogicalName: string;
932
+ LogicalName: string;
933
+ ParentName: string;
934
+ StartIndex: long;
935
+ EndIndex: long;
936
+ DFUDataKeyedColumns1: DFUDataKeyedColumns1;
937
+ DFUDataKeyedColumns2: DFUDataKeyedColumns2;
938
+ DFUDataKeyedColumns3: DFUDataKeyedColumns3;
939
+ DFUDataKeyedColumns4: DFUDataKeyedColumns4;
940
+ DFUDataKeyedColumns5: DFUDataKeyedColumns5;
941
+ DFUDataKeyedColumns6: DFUDataKeyedColumns6;
942
+ DFUDataKeyedColumns7: DFUDataKeyedColumns7;
943
+ DFUDataKeyedColumns8: DFUDataKeyedColumns8;
944
+ DFUDataKeyedColumns9: DFUDataKeyedColumns9;
945
+ DFUDataKeyedColumns10: DFUDataKeyedColumns10;
946
+ DFUDataKeyedColumns11: DFUDataKeyedColumns11;
947
+ DFUDataKeyedColumns12: DFUDataKeyedColumns12;
948
+ DFUDataKeyedColumns13: DFUDataKeyedColumns13;
949
+ DFUDataKeyedColumns14: DFUDataKeyedColumns14;
950
+ DFUDataKeyedColumns15: DFUDataKeyedColumns15;
951
+ DFUDataKeyedColumns16: DFUDataKeyedColumns16;
952
+ DFUDataKeyedColumns17: DFUDataKeyedColumns17;
953
+ DFUDataKeyedColumns18: DFUDataKeyedColumns18;
954
+ DFUDataKeyedColumns19: DFUDataKeyedColumns19;
955
+ DFUDataKeyedColumns20: DFUDataKeyedColumns20;
956
+ DFUDataNonKeyedColumns1: DFUDataNonKeyedColumns1;
957
+ DFUDataNonKeyedColumns2: DFUDataNonKeyedColumns2;
958
+ DFUDataNonKeyedColumns3: DFUDataNonKeyedColumns3;
959
+ DFUDataNonKeyedColumns4: DFUDataNonKeyedColumns4;
960
+ DFUDataNonKeyedColumns5: DFUDataNonKeyedColumns5;
961
+ DFUDataNonKeyedColumns6: DFUDataNonKeyedColumns6;
962
+ DFUDataNonKeyedColumns7: DFUDataNonKeyedColumns7;
963
+ DFUDataNonKeyedColumns8: DFUDataNonKeyedColumns8;
964
+ DFUDataNonKeyedColumns9: DFUDataNonKeyedColumns9;
965
+ DFUDataNonKeyedColumns10: DFUDataNonKeyedColumns10;
966
+ DFUDataNonKeyedColumns11: DFUDataNonKeyedColumns11;
967
+ DFUDataNonKeyedColumns12: DFUDataNonKeyedColumns12;
968
+ DFUDataNonKeyedColumns13: DFUDataNonKeyedColumns13;
969
+ DFUDataNonKeyedColumns14: DFUDataNonKeyedColumns14;
970
+ DFUDataNonKeyedColumns15: DFUDataNonKeyedColumns15;
971
+ DFUDataNonKeyedColumns16: DFUDataNonKeyedColumns16;
972
+ DFUDataNonKeyedColumns17: DFUDataNonKeyedColumns17;
973
+ DFUDataNonKeyedColumns18: DFUDataNonKeyedColumns18;
974
+ DFUDataNonKeyedColumns19: DFUDataNonKeyedColumns19;
975
+ DFUDataNonKeyedColumns20: DFUDataNonKeyedColumns20;
976
+ RowCount: long;
977
+ ShowColumns: string;
978
+ ChooseFile: int;
979
+ Name: string;
980
+ FilterBy: string;
981
+ FilterForGoBack: string;
982
+ ColumnsHidden: ColumnsHidden;
983
+ ColumnCount: int;
984
+ StartForGoback: long;
985
+ CountForGoback: int;
986
+ Start: long;
987
+ Count: long;
988
+ PageSize: long;
989
+ Total: long;
990
+ Result: string;
991
+ MsgToDisplay: string;
992
+ Cluster: string;
993
+ ClusterType: string;
994
+ File: string;
995
+ Key: string;
996
+ SchemaOnly: boolean;
997
+ RoxieSelections: boolean;
998
+ DisableUppercaseTranslation: boolean;
999
+ AutoUppercaseTranslation: boolean;
1000
+ SelectedKey: string;
1001
+ }
1002
+
1003
+ export interface DFUSpaceRequest {
1004
+ CountBy?: string;
1005
+ ScopeUnder?: string;
1006
+ OwnerUnder?: string;
1007
+ Interval?: string;
1008
+ StartDate?: string;
1009
+ EndDate?: string;
1010
+ }
1011
+
1012
+ export interface DFUSpaceItem {
1013
+ Name: string;
1014
+ NumOfFiles: string;
1015
+ NumOfFilesUnknown: string;
1016
+ TotalSize: string;
1017
+ LargestFile: string;
1018
+ LargestSize: string;
1019
+ SmallestFile: string;
1020
+ SmallestSize: string;
1021
+ NumOfFilesInt64: long;
1022
+ NumOfFilesUnknownInt64: long;
1023
+ TotalSizeInt64: long;
1024
+ LargestSizeInt64: long;
1025
+ SmallestSizeInt64: long;
1026
+ }
1027
+
1028
+ export interface DFUSpaceItems {
1029
+ DFUSpaceItem: DFUSpaceItem[];
1030
+ }
1031
+
1032
+ export interface DFUSpaceResponse {
1033
+ Exceptions: Exceptions;
1034
+ CountBy: string;
1035
+ ScopeUnder: string;
1036
+ OwnerUnder: string;
1037
+ Interval: string;
1038
+ StartDate: string;
1039
+ EndDate: string;
1040
+ DFUSpaceItems: DFUSpaceItems;
1041
+ }
1042
+
1043
+ export interface EclRecordTypeInfoRequest {
1044
+ Ecl?: string;
1045
+ IncludeJsonTypeInfo?: boolean;
1046
+ IncludeBinTypeInfo?: boolean;
1047
+ }
1048
+
1049
+ export interface EclRecordTypeInfoResponse {
1050
+ jsonInfo: string;
1051
+ binInfo: base64Binary;
1052
+ }
1053
+
1054
+ export interface EraseHistoryRequest {
1055
+ Name?: string;
1056
+ }
1057
+
1058
+ export interface Origin {
1059
+ Name: string;
1060
+ Operation: string;
1061
+ Timestamp: string;
1062
+ IP: string;
1063
+ Path: string;
1064
+ Owner: string;
1065
+ Workunit: string;
1066
+ }
1067
+
1068
+ export interface History {
1069
+ Origin: Origin[];
1070
+ }
1071
+
1072
+ export interface EraseHistoryResponse {
1073
+ Exceptions: Exceptions;
1074
+ History: History;
1075
+ }
1076
+
1077
+ export interface ListHistoryRequest {
1078
+ Name?: string;
1079
+ }
1080
+
1081
+ export interface ListHistoryResponse {
1082
+ Exceptions: Exceptions;
1083
+ History: History;
1084
+ }
1085
+
1086
+ export interface WsDfuPingRequest {
1087
+
1088
+ }
1089
+
1090
+ export interface WsDfuPingResponse {
1091
+
1092
+ }
1093
+
1094
+ export interface SavexmlRequest {
1095
+ name?: string;
1096
+ }
1097
+
1098
+ export interface SavexmlResponse {
1099
+ Exceptions: Exceptions;
1100
+ xmlmap: base64Binary;
1101
+ }
1102
+
1103
+ export interface SuperfileActionRequest {
1104
+ action?: string;
1105
+ superfile?: string;
1106
+ subfiles?: subfiles;
1107
+ before?: string;
1108
+ delete?: boolean;
1109
+ removeSuperfile?: boolean;
1110
+ }
1111
+
1112
+ export interface SuperfileActionResponse {
1113
+ Exceptions: Exceptions;
1114
+ superfile: string;
1115
+ retcode: int;
1116
+ }
1117
+
1118
+ export interface SuperfileListRequest {
1119
+ superfile?: string;
1120
+ }
1121
+
1122
+ export interface SuperfileListResponse {
1123
+ Exceptions: Exceptions;
1124
+ superfile: string;
1125
+ subfiles: subfiles;
1126
+ }
1127
+
1128
+ }
1129
+
1130
+ export class DfuServiceBase extends Service {
1131
+
1132
+ constructor(optsConnection: IOptions | IConnection) {
1133
+ super(optsConnection, "WsDfu", "1.65");
1134
+ }
1135
+
1136
+ Add(request: Partial<WsDfu.AddRequest>): Promise<WsDfu.AddResponse> {
1137
+ return this._connection.send("Add", request, "json", false, undefined, "AddResponse");
1138
+ }
1139
+
1140
+ AddRemote(request: Partial<WsDfu.AddRemoteRequest>): Promise<WsDfu.AddRemoteResponse> {
1141
+ return this._connection.send("AddRemote", request, "json", false, undefined, "AddRemoteResponse");
1142
+ }
1143
+
1144
+ AddtoSuperfile(request: Partial<WsDfu.AddtoSuperfileRequest>): Promise<WsDfu.AddtoSuperfileResponse> {
1145
+ return this._connection.send("AddtoSuperfile", request, "json", false, undefined, "AddtoSuperfileResponse");
1146
+ }
1147
+
1148
+ DFUArrayAction(request: Partial<WsDfu.DFUArrayActionRequest>): Promise<WsDfu.DFUArrayActionResponse> {
1149
+ return this._connection.send("DFUArrayAction", request, "json", false, undefined, "DFUArrayActionResponse");
1150
+ }
1151
+
1152
+ DFUBrowseData(request: Partial<WsDfu.DFUBrowseDataRequest>): Promise<WsDfu.DFUBrowseDataResponse> {
1153
+ return this._connection.send("DFUBrowseData", request, "json", false, undefined, "DFUBrowseDataResponse");
1154
+ }
1155
+
1156
+ DFUDefFile(request: Partial<WsDfu.DFUDefFileRequest>): Promise<WsDfu.DFUDefFileResponse> {
1157
+ return this._connection.send("DFUDefFile", request, "json", false, undefined, "DFUDefFileResponse");
1158
+ }
1159
+
1160
+ DFUFileAccess(request: Partial<WsDfu.DFUFileAccessRequest>): Promise<WsDfu.DFUFileAccessResponse> {
1161
+ return this._connection.send("DFUFileAccess", request, "json", false, undefined, "DFUFileAccessResponse");
1162
+ }
1163
+
1164
+ DFUFileAccessV2(request: Partial<WsDfu.DFUFileAccessV2Request>): Promise<WsDfu.DFUFileAccessResponse> {
1165
+ return this._connection.send("DFUFileAccessV2", request, "json", false, undefined, "DFUFileAccessResponse");
1166
+ }
1167
+
1168
+ DFUFileCreate(request: Partial<WsDfu.DFUFileCreateRequest>): Promise<WsDfu.DFUFileCreateResponse> {
1169
+ return this._connection.send("DFUFileCreate", request, "json", false, undefined, "DFUFileCreateResponse");
1170
+ }
1171
+
1172
+ DFUFileCreateV2(request: Partial<WsDfu.DFUFileCreateV2Request>): Promise<WsDfu.DFUFileCreateResponse> {
1173
+ return this._connection.send("DFUFileCreateV2", request, "json", false, undefined, "DFUFileCreateResponse");
1174
+ }
1175
+
1176
+ DFUFilePublish(request: Partial<WsDfu.DFUFilePublishRequest>): Promise<WsDfu.DFUFilePublishResponse> {
1177
+ return this._connection.send("DFUFilePublish", request, "json", false, undefined, "DFUFilePublishResponse");
1178
+ }
1179
+
1180
+ DFUFileView(request: Partial<WsDfu.DFUFileViewRequest>): Promise<WsDfu.DFUFileViewResponse> {
1181
+ return this._connection.send("DFUFileView", request, "json", false, undefined, "DFUFileViewResponse");
1182
+ }
1183
+
1184
+ DFUGetDataColumns(request: Partial<WsDfu.DFUGetDataColumnsRequest>): Promise<WsDfu.DFUGetDataColumnsResponse> {
1185
+ return this._connection.send("DFUGetDataColumns", request, "json", false, undefined, "DFUGetDataColumnsResponse");
1186
+ }
1187
+
1188
+ DFUGetFileMetaData(request: Partial<WsDfu.DFUGetFileMetaDataRequest>): Promise<WsDfu.DFUGetFileMetaDataResponse> {
1189
+ return this._connection.send("DFUGetFileMetaData", request, "json", false, undefined, "DFUGetFileMetaDataResponse");
1190
+ }
1191
+
1192
+ DFUInfo(request: Partial<WsDfu.DFUInfoRequest>): Promise<WsDfu.DFUInfoResponse> {
1193
+ return this._connection.send("DFUInfo", request, "json", false, undefined, "DFUInfoResponse");
1194
+ }
1195
+
1196
+ DFUQuery(request: Partial<WsDfu.DFUQueryRequest>): Promise<WsDfu.DFUQueryResponse> {
1197
+ return this._connection.send("DFUQuery", request, "json", false, undefined, "DFUQueryResponse");
1198
+ }
1199
+
1200
+ DFURecordTypeInfo(request: Partial<WsDfu.DFURecordTypeInfoRequest>): Promise<WsDfu.DFURecordTypeInfoResponse> {
1201
+ return this._connection.send("DFURecordTypeInfo", request, "json", false, undefined, "DFURecordTypeInfoResponse");
1202
+ }
1203
+
1204
+ DFUSearch(request: Partial<WsDfu.DFUSearchRequest>): Promise<WsDfu.DFUSearchResponse> {
1205
+ return this._connection.send("DFUSearch", request, "json", false, undefined, "DFUSearchResponse");
1206
+ }
1207
+
1208
+ DFUSearchData(request: Partial<WsDfu.DFUSearchDataRequest>): Promise<WsDfu.DFUSearchDataResponse> {
1209
+ return this._connection.send("DFUSearchData", request, "json", false, undefined, "DFUSearchDataResponse");
1210
+ }
1211
+
1212
+ DFUSpace(request: Partial<WsDfu.DFUSpaceRequest>): Promise<WsDfu.DFUSpaceResponse> {
1213
+ return this._connection.send("DFUSpace", request, "json", false, undefined, "DFUSpaceResponse");
1214
+ }
1215
+
1216
+ EclRecordTypeInfo(request: Partial<WsDfu.EclRecordTypeInfoRequest>): Promise<WsDfu.EclRecordTypeInfoResponse> {
1217
+ return this._connection.send("EclRecordTypeInfo", request, "json", false, undefined, "EclRecordTypeInfoResponse");
1218
+ }
1219
+
1220
+ EraseHistory(request: Partial<WsDfu.EraseHistoryRequest>): Promise<WsDfu.EraseHistoryResponse> {
1221
+ return this._connection.send("EraseHistory", request, "json", false, undefined, "EraseHistoryResponse");
1222
+ }
1223
+
1224
+ ListHistory(request: Partial<WsDfu.ListHistoryRequest>): Promise<WsDfu.ListHistoryResponse> {
1225
+ return this._connection.send("ListHistory", request, "json", false, undefined, "ListHistoryResponse");
1226
+ }
1227
+
1228
+ Ping(request: Partial<WsDfu.WsDfuPingRequest>): Promise<WsDfu.WsDfuPingResponse> {
1229
+ return this._connection.send("Ping", request, "json", false, undefined, "WsDfuPingResponse");
1230
+ }
1231
+
1232
+ Savexml(request: Partial<WsDfu.SavexmlRequest>): Promise<WsDfu.SavexmlResponse> {
1233
+ return this._connection.send("Savexml", request, "json", false, undefined, "SavexmlResponse");
1234
+ }
1235
+
1236
+ SuperfileAction(request: Partial<WsDfu.SuperfileActionRequest>): Promise<WsDfu.SuperfileActionResponse> {
1237
+ return this._connection.send("SuperfileAction", request, "json", false, undefined, "SuperfileActionResponse");
1238
+ }
1239
+
1240
+ SuperfileList(request: Partial<WsDfu.SuperfileListRequest>): Promise<WsDfu.SuperfileListResponse> {
1241
+ return this._connection.send("SuperfileList", request, "json", false, undefined, "SuperfileListResponse");
1242
+ }
1243
+
1244
+ }