d2aura 26.0.17 → 26.0.19

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 (84) hide show
  1. package/api/abstractApi.d.ts +1 -1
  2. package/api/abstractApi.js +2 -2
  3. package/api/abstractApi.js.map +1 -1
  4. package/api/eda/edaManagerApi.d.ts +15 -10
  5. package/api/eda/edaManagerApi.js +78 -11
  6. package/api/eda/edaManagerApi.js.map +1 -1
  7. package/api/eda/generated/events.d.ts +108 -73
  8. package/api/eda/generated/events.js +202 -140
  9. package/api/eda/generated/events.js.map +1 -1
  10. package/api/eda/generated/structures.d.ts +118 -89
  11. package/api/eda/generated/structures.js.map +1 -1
  12. package/api/webAuthn/webAuthnManageApi.js +2 -2
  13. package/api/webAuthn/webAuthnManageApi.js.map +1 -1
  14. package/core/i18n/d2aura.sk.json +6 -0
  15. package/coreui/components/edaManagerComponent/components/edaChartViewer.js +11 -11
  16. package/coreui/components/edaManagerComponent/components/edaChartViewer.js.map +1 -1
  17. package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js +2 -2
  18. package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js.map +1 -1
  19. package/coreui/components/edaManagerComponent/components/edaDetailPanel.js +1 -1
  20. package/coreui/components/edaManagerComponent/components/edaDetailPanel.js.map +1 -1
  21. package/coreui/components/edaManagerComponent/components/edaGraphPanel.js +1 -1
  22. package/coreui/components/edaManagerComponent/components/edaGraphPanel.js.map +1 -1
  23. package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js +3 -2
  24. package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js.map +1 -1
  25. package/coreui/components/edaManagerComponent/components/edaTablePanel.js +5 -5
  26. package/coreui/components/edaManagerComponent/components/edaTablePanel.js.map +1 -1
  27. package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js +3 -0
  28. package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js.map +1 -1
  29. package/coreui/components/edaManagerComponent/components/edaTreeView.d.ts +1 -0
  30. package/coreui/components/edaManagerComponent/components/edaTreeView.js +82 -33
  31. package/coreui/components/edaManagerComponent/components/edaTreeView.js.map +1 -1
  32. package/coreui/components/edaManagerComponent/constants/edaTypes.d.ts +11 -1
  33. package/coreui/components/edaManagerComponent/constants/edaTypes.js +6 -0
  34. package/coreui/components/edaManagerComponent/constants/edaTypes.js.map +1 -1
  35. package/coreui/components/edaManagerComponent/context/edaConfigContext.d.ts +5 -4
  36. package/coreui/components/edaManagerComponent/context/edaConfigContext.js +4 -1
  37. package/coreui/components/edaManagerComponent/context/edaConfigContext.js.map +1 -1
  38. package/coreui/components/edaManagerComponent/context/edaVectorDataContext.d.ts +4 -1
  39. package/coreui/components/edaManagerComponent/context/edaVectorDataContext.js.map +1 -1
  40. package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js +81 -57
  41. package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js.map +1 -1
  42. package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/graphPanel.js +1 -1
  43. package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/graphPanel.js.map +1 -1
  44. package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/tablePanel.js +5 -5
  45. package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/tablePanel.js.map +1 -1
  46. package/coreui/components/edaManagerComponent/dialogs/edaTableEditorDialog.js +4 -2
  47. package/coreui/components/edaManagerComponent/dialogs/edaTableEditorDialog.js.map +1 -1
  48. package/coreui/components/edaManagerComponent/dialogs/exportDialog.js +2 -2
  49. package/coreui/components/edaManagerComponent/dialogs/exportDialog.js.map +1 -1
  50. package/coreui/components/edaManagerComponent/dialogs/importDialog.js +111 -12
  51. package/coreui/components/edaManagerComponent/dialogs/importDialog.js.map +1 -1
  52. package/coreui/components/edaManagerComponent/dialogs/importExport/export.js +48 -28
  53. package/coreui/components/edaManagerComponent/dialogs/importExport/export.js.map +1 -1
  54. package/coreui/components/edaManagerComponent/dialogs/importExport/import.d.ts +11 -2
  55. package/coreui/components/edaManagerComponent/dialogs/importExport/import.js +26 -2
  56. package/coreui/components/edaManagerComponent/dialogs/importExport/import.js.map +1 -1
  57. package/coreui/components/edaManagerComponent/dialogs/importExport/vectorTypeSelection.d.ts +8 -1
  58. package/coreui/components/edaManagerComponent/dialogs/importExport/vectorTypeSelection.js +9 -4
  59. package/coreui/components/edaManagerComponent/dialogs/importExport/vectorTypeSelection.js.map +1 -1
  60. package/coreui/components/edaManagerComponent/dialogs/vectorSelectionDialog.js +4 -5
  61. package/coreui/components/edaManagerComponent/dialogs/vectorSelectionDialog.js.map +1 -1
  62. package/coreui/components/edaManagerComponent/edaDetail.d.ts +2 -3
  63. package/coreui/components/edaManagerComponent/edaDetail.js +3 -1
  64. package/coreui/components/edaManagerComponent/edaDetail.js.map +1 -1
  65. package/coreui/components/edaManagerComponent/edaManager.d.ts +1 -1
  66. package/coreui/components/edaManagerComponent/edaManager.js +1 -1
  67. package/coreui/components/edaManagerComponent/edaManager.js.map +1 -1
  68. package/coreui/components/edaManagerComponent/edaNavigator.d.ts +1 -0
  69. package/coreui/components/edaManagerComponent/edaNavigator.js +4 -4
  70. package/coreui/components/edaManagerComponent/edaNavigator.js.map +1 -1
  71. package/coreui/components/edaManagerComponent/utils/utils.d.ts +2 -3
  72. package/coreui/components/edaManagerComponent/utils/utils.js +4 -5
  73. package/coreui/components/edaManagerComponent/utils/utils.js.map +1 -1
  74. package/d2configuration/edaManager/E.EM_DETAIL_IMPL.xml +22 -0
  75. package/d2configuration/edaManager/E.EM_DETAIL_UNIT.xml +34 -0
  76. package/d2configuration/edaManager/E.EM_NAVIGATOR_IMPL.xml +8 -8
  77. package/d2configuration/edaManager/E.EM_NAVIGATOR_SQL.xml +8 -42
  78. package/d2configuration/edaManager/E.EM_NAVIGATOR_UNIT.xml +224 -79
  79. package/d2configuration/edaManager/E.EM_VECTOR_IMPL.xml +18 -2
  80. package/d2configuration/edaManager/E.EM_VECTOR_UNIT.xml +380 -19
  81. package/d2configuration/edaManager/SD.EM_EDA_CalcFunction_Params_V2.xml +245 -0
  82. package/d2configuration/edaManager/SD.EM_EDA_ReadValuesFromVector_Params_V2.xml +159 -0
  83. package/d2configuration/edaManager/SD.EM_Tree_Item.xml +22 -0
  84. package/package.json +3 -3
@@ -1,6 +1,46 @@
1
1
  import { UnixTime } from "d2core/types/unixTime";
2
2
  import * as SD from "./structures";
3
3
  import { D2WebApi } from "d2jsapi";
4
+ export interface EM_DETAIL_IMPLImportGroupDataParameters {
5
+ defaultIdValue: boolean;
6
+ data: Partial<SD.SD_EM_EDA_GroupVector>[];
7
+ }
8
+ export interface EM_DETAIL_IMPLImportScenarioDataParameters {
9
+ defaultIdValue: boolean;
10
+ data: Partial<SD.SD_EM_EDA_Scenario>[];
11
+ }
12
+ export interface EM_DETAIL_IMPLImportVectorDataParameters {
13
+ defaultIdValue: boolean;
14
+ ignoreTimeZones: boolean;
15
+ replaceCodesInPrescription: boolean;
16
+ prescription: string;
17
+ vectorData: Partial<SD.SD_EM_EDA_Vector>[];
18
+ pairData: Partial<SD.SD_EM_EDA_PairVector>[];
19
+ descData: Partial<SD.SD_EDA_DescriptiveData>[];
20
+ values: Partial<SD.SD_EDA_VectorData>[];
21
+ }
22
+ export interface EM_DETAIL_IMPLLoadCalcVectorDataParameters {
23
+ id: number;
24
+ }
25
+ export interface EM_DETAIL_IMPLLoadDescriptiveVectorDataParameters {
26
+ id: number;
27
+ }
28
+ export interface EM_DETAIL_IMPLLoadGroupDataParameters {
29
+ id: number;
30
+ }
31
+ export interface EM_DETAIL_IMPLLoadPairVectorDataParameters {
32
+ id: number;
33
+ }
34
+ export interface EM_DETAIL_IMPLLoadScenarioDataParameters {
35
+ id: number;
36
+ }
37
+ export interface EM_DETAIL_IMPLLoadVectorDataParameters {
38
+ id: number;
39
+ }
40
+ export interface EM_DETAIL_IMPLSetDescriptiveVectorDataParameters {
41
+ id: number;
42
+ data: Partial<SD.SD_EDA_DescriptiveData>[];
43
+ }
4
44
  export interface EM_NAVIGATOR_IMPLFindGroupsParameters {
5
45
  conditions: Partial<SD.SD_EM_Filter_Condition>[];
6
46
  count: number;
@@ -19,14 +59,14 @@ export interface EM_NAVIGATOR_IMPLGetGroupParameters {
19
59
  export interface EM_NAVIGATOR_IMPLGetGroupChildrenParameters {
20
60
  id: number;
21
61
  showOmitted: boolean;
22
- count: number;
23
- offset: number;
62
+ pageSize: number;
63
+ pageNr: number;
24
64
  }
25
65
  export interface EM_NAVIGATOR_IMPLGetGroupVectorsParameters {
26
66
  id: number;
27
67
  showOmitted: boolean;
28
- count: number;
29
- offset: number;
68
+ pageSize: number;
69
+ pageNr: number;
30
70
  }
31
71
  export interface EM_NAVIGATOR_IMPLGetScenarioParameters {
32
72
  id: number;
@@ -34,15 +74,15 @@ export interface EM_NAVIGATOR_IMPLGetScenarioParameters {
34
74
  export interface EM_NAVIGATOR_IMPLGetScenarioChildrenParameters {
35
75
  id: number;
36
76
  showOmitted: boolean;
37
- count: number;
38
- offset: number;
77
+ pageSize: number;
78
+ pageNr: number;
39
79
  }
40
80
  export interface EM_NAVIGATOR_IMPLGetScenarioVectorsParameters {
41
81
  id: number;
42
82
  showOmitted: boolean;
43
83
  showDynamic: boolean;
44
- count: number;
45
- offset: number;
84
+ pageSize: number;
85
+ pageNr: number;
46
86
  }
47
87
  export interface EM_NAVIGATOR_IMPLGetVectorParameters {
48
88
  id: number;
@@ -84,6 +124,7 @@ export interface EM_VECTOR_IMPLReadValuesFromVectorParameters {
84
124
  from: UnixTime;
85
125
  to: UnixTime;
86
126
  step: number;
127
+ readParams: Partial<SD.SD_EM_EDA_ReadValuesFromVector_Params_V2>[];
87
128
  }
88
129
  export interface EM_VECTOR_MANAGERInsertSessionParameters {
89
130
  processId: number;
@@ -93,27 +134,54 @@ export interface EM_VECTOR_MANAGERKillEdaSessionParameters {
93
134
  export interface EM_VECTOR_MANAGERRemoveSessionParameters {
94
135
  processId: number;
95
136
  }
96
- export interface EM_DETAIL_IMPLLoadCalcVectorDataParameters {
97
- id: number;
137
+ export interface EM_DETAIL_IMPLImportGroupDataResult {
138
+ isOk: boolean;
139
+ errorMsg: string;
98
140
  }
99
- export interface EM_DETAIL_IMPLLoadDescriptiveVectorDataParameters {
100
- id: number;
141
+ export interface EM_DETAIL_IMPLImportScenarioDataResult {
142
+ isOk: boolean;
143
+ errorMsg: string;
101
144
  }
102
- export interface EM_DETAIL_IMPLLoadGroupDataParameters {
103
- id: number;
145
+ export interface EM_DETAIL_IMPLImportVectorDataResult {
146
+ isOk: boolean;
147
+ errorMsg: string;
104
148
  }
105
- export interface EM_DETAIL_IMPLLoadPairVectorDataParameters {
106
- id: number;
149
+ export interface EM_DETAIL_IMPLLoadCalcVectorDataResult {
150
+ data: Partial<SD.SD_EM_EDA_FunctionPrescription>[];
151
+ prescription: string;
152
+ isOk: boolean;
153
+ errorMsg: string;
107
154
  }
108
- export interface EM_DETAIL_IMPLLoadScenarioDataParameters {
109
- id: number;
155
+ export interface EM_DETAIL_IMPLLoadDescriptiveVectorDataResult {
156
+ data: Partial<SD.SD_EDA_DescriptiveData>[];
157
+ isOk: boolean;
158
+ errorMsg: string;
110
159
  }
111
- export interface EM_DETAIL_IMPLLoadVectorDataParameters {
112
- id: number;
160
+ export interface EM_DETAIL_IMPLLoadGroupDataResult {
161
+ data: Partial<SD.SD_EM_EDA_GroupVector>[];
162
+ isOk: boolean;
163
+ errorMsg: string;
113
164
  }
114
- export interface EM_DETAIL_IMPLSetDescriptiveVectorDataParameters {
115
- id: number;
116
- data: Partial<SD.SD_EDA_DescriptiveData>[];
165
+ export interface EM_DETAIL_IMPLLoadPairVectorDataResult {
166
+ data: Partial<SD.SD_EM_EDA_PairVector>[];
167
+ isOk: boolean;
168
+ errorMsg: string;
169
+ }
170
+ export interface EM_DETAIL_IMPLLoadScenarioDataResult {
171
+ data: Partial<SD.SD_EM_EDA_Scenario>[];
172
+ isOk: boolean;
173
+ errorMsg: string;
174
+ }
175
+ export interface EM_DETAIL_IMPLLoadVectorDataResult {
176
+ data: Partial<SD.SD_EM_EDA_Vector>[];
177
+ dataEx: Partial<SD.SD_EM_EDA_VectorEx>[];
178
+ dataFunction: Partial<SD.SD_EM_EDA_Function>[];
179
+ isOk: boolean;
180
+ errorMsg: string;
181
+ }
182
+ export interface EM_DETAIL_IMPLSetDescriptiveVectorDataResult {
183
+ isOk: boolean;
184
+ errorMsg: string;
117
185
  }
118
186
  export interface EM_NAVIGATOR_IMPLFindGroupsResult {
119
187
  items: Partial<SD.SD_EM_Tree_Item>[];
@@ -137,13 +205,13 @@ export interface EM_NAVIGATOR_IMPLGetGroupResult {
137
205
  }
138
206
  export interface EM_NAVIGATOR_IMPLGetGroupChildrenResult {
139
207
  items: Partial<SD.SD_EM_Tree_Item>[];
140
- leftCount: number;
208
+ totalCount: number;
141
209
  isOk: boolean;
142
210
  errorMsg: string;
143
211
  }
144
212
  export interface EM_NAVIGATOR_IMPLGetGroupVectorsResult {
145
213
  items: Partial<SD.SD_EM_Tree_Item>[];
146
- leftCount: number;
214
+ totalCount: number;
147
215
  isOk: boolean;
148
216
  errorMsg: string;
149
217
  }
@@ -154,13 +222,13 @@ export interface EM_NAVIGATOR_IMPLGetScenarioResult {
154
222
  }
155
223
  export interface EM_NAVIGATOR_IMPLGetScenarioChildrenResult {
156
224
  items: Partial<SD.SD_EM_Tree_Item>[];
157
- leftCount: number;
225
+ totalCount: number;
158
226
  isOk: boolean;
159
227
  errorMsg: string;
160
228
  }
161
229
  export interface EM_NAVIGATOR_IMPLGetScenarioVectorsResult {
162
230
  items: Partial<SD.SD_EM_Tree_Item>[];
163
- leftCount: number;
231
+ totalCount: number;
164
232
  isOk: boolean;
165
233
  errorMsg: string;
166
234
  }
@@ -178,6 +246,7 @@ export interface EM_NAVIGATOR_IMPLIncludeVectorToScenarioResult {
178
246
  errorMsg: string;
179
247
  }
180
248
  export interface EM_VECTOR_IMPLCalcValuesForUnsavedVectorResult {
249
+ calcParams: Partial<SD.SD_EM_EDA_CalcFunction_Params_V2>[];
181
250
  data: Partial<SD.SD_EDA_VectorData>[];
182
251
  stats: Partial<SD.SD_EM_EDA_VectorStats>[];
183
252
  isOk: boolean;
@@ -211,43 +280,6 @@ export interface EM_VECTOR_MANAGERKillEdaSessionResult {
211
280
  }
212
281
  export interface EM_VECTOR_MANAGERRemoveSessionResult {
213
282
  }
214
- export interface EM_DETAIL_IMPLLoadCalcVectorDataResult {
215
- data: Partial<SD.SD_EM_EDA_FunctionPrescription>[];
216
- prescription: string;
217
- isOk: boolean;
218
- errorMsg: string;
219
- }
220
- export interface EM_DETAIL_IMPLLoadDescriptiveVectorDataResult {
221
- data: Partial<SD.SD_EDA_DescriptiveData>[];
222
- isOk: boolean;
223
- errorMsg: string;
224
- }
225
- export interface EM_DETAIL_IMPLLoadGroupDataResult {
226
- data: Partial<SD.SD_EM_EDA_GroupVector>[];
227
- isOk: boolean;
228
- errorMsg: string;
229
- }
230
- export interface EM_DETAIL_IMPLLoadPairVectorDataResult {
231
- data: Partial<SD.SD_EM_EDA_PairVector>[];
232
- isOk: boolean;
233
- errorMsg: string;
234
- }
235
- export interface EM_DETAIL_IMPLLoadScenarioDataResult {
236
- data: Partial<SD.SD_EM_EDA_Scenario>[];
237
- isOk: boolean;
238
- errorMsg: string;
239
- }
240
- export interface EM_DETAIL_IMPLLoadVectorDataResult {
241
- data: Partial<SD.SD_EM_EDA_Vector>[];
242
- dataEx: Partial<SD.SD_EM_EDA_VectorEx>[];
243
- dataFunction: Partial<SD.SD_EM_EDA_Function>[];
244
- isOk: boolean;
245
- errorMsg: string;
246
- }
247
- export interface EM_DETAIL_IMPLSetDescriptiveVectorDataResult {
248
- isOk: boolean;
249
- errorMsg: string;
250
- }
251
283
  declare class BaseApi {
252
284
  protected d2api: D2WebApi;
253
285
  constructor(d2api: D2WebApi);
@@ -255,6 +287,18 @@ declare class BaseApi {
255
287
  interface CallParameters {
256
288
  timeout?: number;
257
289
  }
290
+ export declare class EM_DETAIL_IMPLEventApi extends BaseApi {
291
+ ImportGroupData(parameters: Partial<EM_DETAIL_IMPLImportGroupDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLImportGroupDataResult>>;
292
+ ImportScenarioData(parameters: Partial<EM_DETAIL_IMPLImportScenarioDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLImportScenarioDataResult>>;
293
+ ImportVectorData(parameters: Partial<EM_DETAIL_IMPLImportVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLImportVectorDataResult>>;
294
+ LoadCalcVectorData(parameters: Partial<EM_DETAIL_IMPLLoadCalcVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadCalcVectorDataResult>>;
295
+ LoadDescriptiveVectorData(parameters: Partial<EM_DETAIL_IMPLLoadDescriptiveVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadDescriptiveVectorDataResult>>;
296
+ LoadGroupData(parameters: Partial<EM_DETAIL_IMPLLoadGroupDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadGroupDataResult>>;
297
+ LoadPairVectorData(parameters: Partial<EM_DETAIL_IMPLLoadPairVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadPairVectorDataResult>>;
298
+ LoadScenarioData(parameters: Partial<EM_DETAIL_IMPLLoadScenarioDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadScenarioDataResult>>;
299
+ LoadVectorData(parameters: Partial<EM_DETAIL_IMPLLoadVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadVectorDataResult>>;
300
+ SetDescriptiveVectorData(parameters: Partial<EM_DETAIL_IMPLSetDescriptiveVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLSetDescriptiveVectorDataResult>>;
301
+ }
258
302
  export declare class EM_NAVIGATOR_IMPLEventApi extends BaseApi {
259
303
  FindGroups(parameters: Partial<EM_NAVIGATOR_IMPLFindGroupsParameters>, callParameters?: CallParameters): Promise<Partial<EM_NAVIGATOR_IMPLFindGroupsResult>>;
260
304
  FindScenarios(parameters: Partial<EM_NAVIGATOR_IMPLFindScenariosParameters>, callParameters?: CallParameters): Promise<Partial<EM_NAVIGATOR_IMPLFindScenariosResult>>;
@@ -281,13 +325,4 @@ export declare class EM_VECTOR_MANAGEREventApi extends BaseApi {
281
325
  KillEdaSession(parameters: Partial<EM_VECTOR_MANAGERKillEdaSessionParameters>, callParameters?: CallParameters): Promise<Partial<EM_VECTOR_MANAGERKillEdaSessionResult>>;
282
326
  RemoveSession(parameters: Partial<EM_VECTOR_MANAGERRemoveSessionParameters>, callParameters?: CallParameters): Promise<Partial<EM_VECTOR_MANAGERRemoveSessionResult>>;
283
327
  }
284
- export declare class EM_DETAIL_IMPLEventApi extends BaseApi {
285
- LoadCalcVectorData(parameters: Partial<EM_DETAIL_IMPLLoadCalcVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadCalcVectorDataResult>>;
286
- LoadDescriptiveVectorData(parameters: Partial<EM_DETAIL_IMPLLoadDescriptiveVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadDescriptiveVectorDataResult>>;
287
- LoadGroupData(parameters: Partial<EM_DETAIL_IMPLLoadGroupDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadGroupDataResult>>;
288
- LoadPairVectorData(parameters: Partial<EM_DETAIL_IMPLLoadPairVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadPairVectorDataResult>>;
289
- LoadScenarioData(parameters: Partial<EM_DETAIL_IMPLLoadScenarioDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadScenarioDataResult>>;
290
- LoadVectorData(parameters: Partial<EM_DETAIL_IMPLLoadVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLLoadVectorDataResult>>;
291
- SetDescriptiveVectorData(parameters: Partial<EM_DETAIL_IMPLSetDescriptiveVectorDataParameters>, callParameters?: CallParameters): Promise<Partial<EM_DETAIL_IMPLSetDescriptiveVectorDataResult>>;
292
- }
293
328
  export {};