@api-client/core 0.13.6 → 0.14.1

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 (174) hide show
  1. package/build/src/amf/AmfTypes.d.ts +1 -1
  2. package/build/src/amf/AmfTypes.js +1 -1
  3. package/build/src/amf/AmfTypes.js.map +1 -1
  4. package/build/src/amf/Utils.d.ts +0 -6
  5. package/build/src/amf/Utils.d.ts.map +1 -1
  6. package/build/src/amf/Utils.js +0 -14
  7. package/build/src/amf/Utils.js.map +1 -1
  8. package/build/src/browser.d.ts +1 -0
  9. package/build/src/browser.d.ts.map +1 -1
  10. package/build/src/browser.js +1 -0
  11. package/build/src/browser.js.map +1 -1
  12. package/build/src/index.d.ts +1 -0
  13. package/build/src/index.d.ts.map +1 -1
  14. package/build/src/index.js +1 -0
  15. package/build/src/index.js.map +1 -1
  16. package/build/src/legacy.d.ts +0 -8
  17. package/build/src/legacy.d.ts.map +1 -1
  18. package/build/src/legacy.js +0 -9
  19. package/build/src/legacy.js.map +1 -1
  20. package/build/src/modeling/Bindings.d.ts +1 -1
  21. package/build/src/modeling/Bindings.js.map +1 -1
  22. package/build/src/modeling/DataDomain.js +2 -2
  23. package/build/src/modeling/DataDomain.js.map +1 -1
  24. package/build/src/modeling/DataFormat.d.ts +0 -40
  25. package/build/src/modeling/DataFormat.d.ts.map +1 -1
  26. package/build/src/modeling/DataFormat.js +0 -27
  27. package/build/src/modeling/DataFormat.js.map +1 -1
  28. package/build/src/modeling/DomainAssociation.d.ts +28 -0
  29. package/build/src/modeling/DomainAssociation.d.ts.map +1 -1
  30. package/build/src/modeling/DomainAssociation.js +73 -4
  31. package/build/src/modeling/DomainAssociation.js.map +1 -1
  32. package/build/src/modeling/DomainEntity.d.ts +25 -9
  33. package/build/src/modeling/DomainEntity.d.ts.map +1 -1
  34. package/build/src/modeling/DomainEntity.js +65 -21
  35. package/build/src/modeling/DomainEntity.js.map +1 -1
  36. package/build/src/modeling/DomainFile.d.ts +3 -4
  37. package/build/src/modeling/DomainFile.d.ts.map +1 -1
  38. package/build/src/modeling/DomainFile.js +5 -9
  39. package/build/src/modeling/DomainFile.js.map +1 -1
  40. package/build/src/modeling/DomainImpactAnalysis.d.ts +1 -1
  41. package/build/src/modeling/DomainImpactAnalysis.d.ts.map +1 -1
  42. package/build/src/modeling/DomainImpactAnalysis.js +3 -3
  43. package/build/src/modeling/DomainImpactAnalysis.js.map +1 -1
  44. package/build/src/modeling/DomainModel.d.ts +2 -2
  45. package/build/src/modeling/DomainModel.js +2 -2
  46. package/build/src/modeling/DomainModel.js.map +1 -1
  47. package/build/src/modeling/DomainProperty.d.ts +28 -12
  48. package/build/src/modeling/DomainProperty.d.ts.map +1 -1
  49. package/build/src/modeling/DomainProperty.js +61 -26
  50. package/build/src/modeling/DomainProperty.js.map +1 -1
  51. package/build/src/modeling/Semantics.d.ts +109 -0
  52. package/build/src/modeling/Semantics.d.ts.map +1 -0
  53. package/build/src/modeling/Semantics.js +97 -0
  54. package/build/src/modeling/Semantics.js.map +1 -0
  55. package/build/src/models/CertificateFile.d.ts +2 -3
  56. package/build/src/models/CertificateFile.d.ts.map +1 -1
  57. package/build/src/models/CertificateFile.js +4 -8
  58. package/build/src/models/CertificateFile.js.map +1 -1
  59. package/build/src/models/Folder.d.ts +1 -2
  60. package/build/src/models/Folder.d.ts.map +1 -1
  61. package/build/src/models/Folder.js +2 -4
  62. package/build/src/models/Folder.js.map +1 -1
  63. package/build/src/models/Project.d.ts +2 -3
  64. package/build/src/models/Project.d.ts.map +1 -1
  65. package/build/src/models/Project.js +4 -8
  66. package/build/src/models/Project.js.map +1 -1
  67. package/build/src/models/kinds.d.ts +0 -24
  68. package/build/src/models/kinds.d.ts.map +1 -1
  69. package/build/src/models/kinds.js +0 -24
  70. package/build/src/models/kinds.js.map +1 -1
  71. package/build/src/models/store/File.d.ts +1 -21
  72. package/build/src/models/store/File.d.ts.map +1 -1
  73. package/build/src/models/store/File.js +3 -23
  74. package/build/src/models/store/File.js.map +1 -1
  75. package/build/src/models/store/data_catalog.d.ts +1 -1
  76. package/build/src/models/store/data_catalog.js.map +1 -1
  77. package/build/src/sdk/FilesSdk.js +1 -1
  78. package/build/src/sdk/FilesSdk.js.map +1 -1
  79. package/build/tsconfig.tsbuildinfo +1 -1
  80. package/data/models/example-generator-api.json +22 -22
  81. package/eslint.config.js +1 -0
  82. package/package.json +5 -5
  83. package/src/amf/AmfTypes.ts +1 -1
  84. package/src/amf/Utils.ts +0 -15
  85. package/src/modeling/Bindings.ts +1 -1
  86. package/src/modeling/DataDomain.ts +2 -2
  87. package/src/modeling/DataFormat.ts +0 -48
  88. package/src/modeling/DomainAssociation.ts +66 -3
  89. package/src/modeling/DomainEntity.ts +56 -17
  90. package/src/modeling/DomainFile.ts +5 -9
  91. package/src/modeling/DomainImpactAnalysis.ts +3 -3
  92. package/src/modeling/DomainModel.ts +2 -2
  93. package/src/modeling/DomainProperty.ts +60 -21
  94. package/src/modeling/Semantics.ts +178 -0
  95. package/src/modeling/graph.md +14 -14
  96. package/src/modeling/readme.md +29 -29
  97. package/src/models/CertificateFile.ts +4 -12
  98. package/src/models/Folder.ts +2 -4
  99. package/src/models/Project.ts +4 -8
  100. package/src/models/kinds.ts +0 -25
  101. package/src/models/store/File.ts +4 -35
  102. package/src/models/store/data_catalog.ts +1 -1
  103. package/src/sdk/FilesSdk.ts +1 -1
  104. package/tests/unit/modeling/data_domain_change_observers.spec.ts +11 -10
  105. package/tests/unit/modeling/data_domain_entities.spec.ts +129 -1
  106. package/tests/unit/modeling/data_domain_property.spec.ts +1 -1
  107. package/tests/unit/modeling/domain_asociation.spec.ts +177 -0
  108. package/tests/unit/modeling/domain_entity.spec.ts +27 -26
  109. package/tests/unit/modeling/domain_entity_example_generator_json.spec.ts +11 -11
  110. package/tests/unit/modeling/domain_entity_example_generator_xml.spec.ts +10 -10
  111. package/tests/unit/modeling/domain_file.spec.ts +4 -27
  112. package/tests/unit/modeling/{domain.property.spec.ts → domain_property.spec.ts} +139 -23
  113. package/tests/unit/models/Certificate/from_name.spec.ts +3 -15
  114. package/tests/unit/models/File/constructor.spec.ts +0 -1
  115. package/tests/unit/models/File/new.spec.ts +0 -13
  116. package/tests/unit/models/File/shortcutTo.spec.ts +1 -2
  117. package/tests/unit/models/File/toJSON.spec.ts +0 -13
  118. package/tests/unit/models/File/updateByMeMeta.spec.ts +4 -6
  119. package/tests/unit/models/Folder/create.spec.ts +2 -23
  120. package/tests/unit/models/Project/create.spec.ts +6 -32
  121. package/build/src/amf/AmfShapeGenerator.d.ts +0 -103
  122. package/build/src/amf/AmfShapeGenerator.d.ts.map +0 -1
  123. package/build/src/amf/AmfShapeGenerator.js +0 -416
  124. package/build/src/amf/AmfShapeGenerator.js.map +0 -1
  125. package/build/src/modeling/legacy/DataAssociation.d.ts +0 -284
  126. package/build/src/modeling/legacy/DataAssociation.d.ts.map +0 -1
  127. package/build/src/modeling/legacy/DataAssociation.js +0 -443
  128. package/build/src/modeling/legacy/DataAssociation.js.map +0 -1
  129. package/build/src/modeling/legacy/DataEntity.d.ts +0 -358
  130. package/build/src/modeling/legacy/DataEntity.d.ts.map +0 -1
  131. package/build/src/modeling/legacy/DataEntity.js +0 -855
  132. package/build/src/modeling/legacy/DataEntity.js.map +0 -1
  133. package/build/src/modeling/legacy/DataEntityBuilder.d.ts +0 -162
  134. package/build/src/modeling/legacy/DataEntityBuilder.d.ts.map +0 -1
  135. package/build/src/modeling/legacy/DataEntityBuilder.js +0 -221
  136. package/build/src/modeling/legacy/DataEntityBuilder.js.map +0 -1
  137. package/build/src/modeling/legacy/DataImpactAnalysis.d.ts +0 -298
  138. package/build/src/modeling/legacy/DataImpactAnalysis.d.ts.map +0 -1
  139. package/build/src/modeling/legacy/DataImpactAnalysis.js +0 -441
  140. package/build/src/modeling/legacy/DataImpactAnalysis.js.map +0 -1
  141. package/build/src/modeling/legacy/DataModel.d.ts +0 -99
  142. package/build/src/modeling/legacy/DataModel.d.ts.map +0 -1
  143. package/build/src/modeling/legacy/DataModel.js +0 -237
  144. package/build/src/modeling/legacy/DataModel.js.map +0 -1
  145. package/build/src/modeling/legacy/DataNamespace.d.ts +0 -340
  146. package/build/src/modeling/legacy/DataNamespace.d.ts.map +0 -1
  147. package/build/src/modeling/legacy/DataNamespace.js +0 -784
  148. package/build/src/modeling/legacy/DataNamespace.js.map +0 -1
  149. package/build/src/modeling/legacy/DataProperty.d.ts +0 -332
  150. package/build/src/modeling/legacy/DataProperty.d.ts.map +0 -1
  151. package/build/src/modeling/legacy/DataProperty.js +0 -415
  152. package/build/src/modeling/legacy/DataProperty.js.map +0 -1
  153. package/build/src/models/store/DataFile.d.ts +0 -31
  154. package/build/src/models/store/DataFile.d.ts.map +0 -1
  155. package/build/src/models/store/DataFile.js +0 -92
  156. package/build/src/models/store/DataFile.js.map +0 -1
  157. package/src/amf/AmfShapeGenerator.ts +0 -477
  158. package/src/modeling/legacy/DataAssociation.ts +0 -554
  159. package/src/modeling/legacy/DataEntity.ts +0 -1019
  160. package/src/modeling/legacy/DataEntityBuilder.ts +0 -236
  161. package/src/modeling/legacy/DataImpactAnalysis.ts +0 -530
  162. package/src/modeling/legacy/DataModel.ts +0 -276
  163. package/src/modeling/legacy/DataNamespace.ts +0 -929
  164. package/src/modeling/legacy/DataProperty.ts +0 -630
  165. package/src/models/store/DataFile.ts +0 -100
  166. package/tests/unit/modeling/legacy/amf_shape_generator.spec.ts +0 -1041
  167. package/tests/unit/modeling/legacy/data_association.spec.ts +0 -710
  168. package/tests/unit/modeling/legacy/data_entity.spec.ts +0 -2061
  169. package/tests/unit/modeling/legacy/data_entity_generator_json.spec.ts +0 -987
  170. package/tests/unit/modeling/legacy/data_entity_generator_xml.spec.ts +0 -1451
  171. package/tests/unit/modeling/legacy/data_model.spec.ts +0 -395
  172. package/tests/unit/modeling/legacy/data_namespace.spec.ts +0 -1312
  173. package/tests/unit/modeling/legacy/data_property.spec.ts +0 -887
  174. package/tests/unit/modeling/legacy/impact_analysis.spec.ts +0 -373
@@ -1,298 +0,0 @@
1
- import { DataNamespaceKind, DataEntityKind, DataModelKind, DataPropertyKind, DataAssociationKind } from '../../models/kinds.js';
2
- import type { DataNamespace } from './DataNamespace.js';
3
- /**
4
- * @deprecated
5
- */
6
- export type DataImpactKinds = typeof DataNamespaceKind | typeof DataEntityKind | typeof DataModelKind | typeof DataPropertyKind | typeof DataAssociationKind;
7
- /**
8
- * The impact analysis report
9
- * @deprecated
10
- */
11
- export interface DataImpactReport {
12
- /**
13
- * The key of the impacted data object.
14
- * This is the key of the object that is being changed.
15
- */
16
- key: string;
17
- /**
18
- * The kind of the impacted data object.
19
- * This is the kind of the object that is being changed.
20
- */
21
- kind: DataImpactKinds;
22
- /**
23
- * The list of impacted data objects.
24
- */
25
- impact: DataImpactItem[];
26
- /**
27
- * Whether it is possible to proceed with the change.
28
- * If the change is not possible, the reason will be in the impact list.
29
- */
30
- canProceed: boolean;
31
- }
32
- /**
33
- * @deprecated
34
- */
35
- export interface DataImpactItem {
36
- /**
37
- * The key of the impacted data object.
38
- */
39
- key: string;
40
- /**
41
- * The kind of the impacted data object.
42
- */
43
- kind: string;
44
- /**
45
- * The type of the impact.
46
- *
47
- * - `delete` - The data object would be deleted.
48
- */
49
- type: 'delete';
50
- /**
51
- * The impact description.
52
- */
53
- impact: string;
54
- /**
55
- * Whether the impact is blocking the operation.
56
- * If true, the operation cannot proceed.
57
- */
58
- blocking: boolean;
59
- /**
60
- * The type of the relationship between two impacted objects.
61
- */
62
- relationship?: 'child';
63
- /**
64
- * The resolution of the conflict if the change will be forced.
65
- */
66
- resolution?: string;
67
- }
68
- /**
69
- * # DomainImpactAnalysis
70
- *
71
- * The `DomainImpactAnalysis` class is a powerful tool for analyzing the consequences of deleting data domain objects
72
- * within a `DataNamespace`.
73
- * It helps developers understand the ripple effects of removing a namespace, data model, entity, property,
74
- * or association, ensuring data integrity and preventing unintended side effects.
75
- *
76
- * ## Core Concepts
77
- *
78
- * - **Impact Report:** The central output of the `DomainImpactAnalysis` class is an `DataImpactReport`.
79
- * This report details the potential consequences of a deletion operation, including:
80
- * - The object being deleted (`key`, `kind`).
81
- * - A list of `ImpactItem` objects, each describing a specific consequence.
82
- * - Whether the deletion can proceed safely (`canProceed`).
83
- *
84
- * - **ImpactItem:** Each `ImpactItem` describes a specific consequence of the deletion. Key properties include:
85
- * - `key`: The key of the impacted object.
86
- * - `kind`: The kind of the impacted object.
87
- * - `type`: The type of impact (currently only `delete`).
88
- * - `impact`: A human-readable description of the impact.
89
- * - `blocking`: Whether this impact prevents the deletion from proceeding.
90
- * - `relationship`: The type of relationship between the deleted object and the impacted object (e.g., `child`).
91
- * - `resolution`: A description of how the impact will be resolved if the deletion is forced.
92
- *
93
- * - **Blocking Impacts:** Some impacts are considered "blocking," meaning they prevent the deletion from proceeding
94
- * without manual intervention. For example, deleting an entity that is a parent to other entities is
95
- * a blocking impact.
96
- *
97
- * - **Non-Blocking Impacts:** Some impacts are informational and do not prevent the deletion. For example, deleting a
98
- * property is not a blocking impact.
99
- *
100
- * ## Usage
101
- *
102
- * 1. **Instantiation:** Create an instance of `DomainImpactAnalysis`, passing the root `DataNamespace` as an argument.
103
- *
104
- * ```typescript
105
- * import { DataNamespace } from './DataNamespace';
106
- * import { DomainImpactAnalysis } from './DomainImpactAnalysis';
107
- *
108
- * const rootNamespace = new DataNamespace();
109
- * // ... add some data to the namespace
110
- * const analyzer = new DomainImpactAnalysis(rootNamespace);
111
- * ```
112
- *
113
- * 2. **Performing Analysis:** Use the `deleteAnalysis()` method to generate an `ImpactReport` for a specific deletion.
114
- * Provide the `key` and `kind` of the object to be deleted.
115
- *
116
- * ```typescript
117
- * import { DataEntityKind } from '../models/kinds.js';
118
- * // ...
119
- * const entityKey = 'some-entity-key';
120
- * const report = analyzer.deleteAnalysis(entityKey, DataEntityKind);
121
- * ```
122
- *
123
- * 3. **Interpreting the Report:** Examine the `ImpactReport` to understand the consequences of the deletion.
124
- * - Check `report.canProceed` to see if the deletion is safe.
125
- * - Iterate through `report.impact` to understand each consequence.
126
- * - Pay special attention to `impact.blocking` to identify impacts that require manual resolution.
127
- *
128
- * ```typescript
129
- * if (report.canProceed) {
130
- * // Proceed with deletion
131
- * } else {
132
- * console.warn('Deletion cannot proceed due to the following impacts:');
133
- * report.impact.forEach((item) => {
134
- * console.warn(`- ${item.impact}`);
135
- * if (item.blocking) {
136
- * console.warn(` - This impact is blocking.`);
137
- * if (item.resolution) {
138
- * console.warn(` - Resolution: ${item.resolution}`);
139
- * }
140
- * }
141
- * });
142
- * // Handle blocking impacts (e.g., prompt the user, modify the data, etc.)
143
- * }
144
- * ```
145
- *
146
- * ## Supported Deletion Scenarios
147
- *
148
- * The `DomainImpactAnalysis` class supports analyzing the deletion of the following data domain object types:
149
- *
150
- * - **Namespaces (`DataNamespaceKind`):** Deleting a namespace also impacts all its child namespaces,
151
- * data models, entities, properties, and associations.
152
- * - **Data Models (`DataModelKind`):** Deleting a data model impacts all its entities, properties, and associations.
153
- * - **Entities (`DataEntityKind`):** Deleting an entity impacts its properties, associations, and any other
154
- * entities that have it as a parent or target in an association.
155
- * - **Properties (`DataPropertyKind`):** Deleting a property impacts the entity it belongs to.
156
- * - **Associations (`DataAssociationKind`):** Deleting an association impacts the entity it belongs to.
157
- *
158
- * ## Example: Deleting an Entity
159
- *
160
- * Consider the following scenario:
161
- *
162
- * - Namespace: `MyNamespace`
163
- * - Data Model: `ProductModel`
164
- * - Entity: `Product`
165
- * - Property: `name`
166
- * - Association: `category` (targets `Category` entity)
167
- * - Entity: `Category`
168
- * - Property: `name`
169
- * - Entity: `SpecialProduct` (parent: `Product`)
170
- *
171
- * If you attempt to delete the `Product` entity, the `DomainImpactAnalysis` will generate a report similar to this:
172
- *
173
- * ```json
174
- * {
175
- * "key": "Product",
176
- * "kind": "DataEntityKind",
177
- * "impact": [
178
- * {
179
- * "key": "Product",
180
- * "kind": "DataEntityKind",
181
- * "type": "delete",
182
- * "impact": "The entity with key Product will be deleted.",
183
- * "blocking": false
184
- * },
185
- * {
186
- * "key": "SpecialProduct",
187
- * "kind": "DataEntityKind",
188
- * "type": "delete",
189
- * "impact": "The SpecialProduct entity will become an orphan because it is a child of Product.",
190
- * "resolution": "The "Product" entity will be removed as the parent of the "SpecialProduct" entity.",
191
- * "blocking": true,
192
- * "relationship": "child"
193
- * },
194
- * {
195
- * "key": "category",
196
- * "kind": "DataAssociationKind",
197
- * "type": "delete",
198
- * "impact": "The association with key category will be broken because it has a target to Product.",
199
- * "resolution": "The association with key category will be removed from Product.",
200
- * "blocking": true
201
- * },
202
- * {
203
- * "key": "name",
204
- * "kind": "DataPropertyKind",
205
- * "type": "delete",
206
- * "impact": "The property with key name will be deleted.",
207
- * "blocking": false
208
- * }
209
- * ],
210
- * "canProceed": false
211
- * }
212
- * ```
213
- *
214
- * This report indicates that:
215
- *
216
- * - The `Product` entity will be deleted.
217
- * - The `SpecialProduct` entity will become an orphan (blocking).
218
- * - The `category` association will be broken (blocking).
219
- * - The `name` property will be deleted.
220
- * - The deletion cannot proceed without addressing the blocking impacts.
221
- *
222
- * ## Types
223
- *
224
- * ### `ImpactKinds`
225
- *
226
- * - **Description:** A type alias for the kinds of data domain objects that can be analyzed.
227
- * - **Values:**
228
- * - `DataNamespaceKind`
229
- * - `DataEntityKind`
230
- * - `DataModelKind`
231
- * - `DataPropertyKind`
232
- * - `DataAssociationKind`
233
- *
234
- * ### `ImpactReport`
235
- *
236
- * - **Description:** The structure of the impact analysis report.
237
- * - **Properties:**
238
- * - `key` (`string`): The key of the object being deleted.
239
- * - `kind` (`ImpactKinds`): The kind of the object being deleted.
240
- * - `impact` (`ImpactItem[]`): The list of impacts.
241
- * - `canProceed` (`boolean`): Whether the deletion can proceed.
242
- *
243
- * ### `ImpactItem`
244
- *
245
- * - **Description:** The structure of an individual impact item.
246
- * - **Properties:**
247
- * - `key` (`string`): The key of the impacted object.
248
- * - `kind` (`string`): The kind of the impacted object.
249
- * - `type` (`'delete'`): The type of impact.
250
- * - `impact` (`string`): The impact description.
251
- * - `blocking` (`boolean`): Whether the impact is blocking.
252
- * - `relationship` (`'child'`, optional): The relationship type.
253
- * - `resolution` (`string`, optional): The resolution description.
254
- *
255
- * ## Error Handling
256
- *
257
- * The `DomainImpactAnalysis` class does not throw errors. Instead, it uses the `ImpactReport` to communicate
258
- * the results of the analysis, including any blocking impacts.
259
- *
260
- * ## Best Practices
261
- *
262
- * - **Always Analyze Before Deleting:** Before deleting any data domain object, always use `DomainImpactAnalysis`
263
- * to understand the consequences.
264
- * - **Handle Blocking Impacts:** Pay close attention to `blocking` impacts and implement appropriate
265
- * logic to handle them.
266
- * - **Inform the User:** If a deletion cannot proceed, inform the user about the blocking impacts and provide
267
- * guidance on how to resolve them.
268
- * - **Consider Forced Deletion:** In some cases, you may want to allow users to force a deletion even if there are
269
- * blocking impacts. In such cases, you should clearly communicate the risks to the user.
270
- *
271
- * ## Conclusion
272
- *
273
- * The `DomainImpactAnalysis` class is an essential tool for maintaining data integrity when working with complex
274
- * data domain models. By providing detailed impact reports, it empowers developers to make informed decisions
275
- * about data deletion and prevent unintended consequences.
276
- * @deprecated
277
- */
278
- export declare class DataImpactAnalysis {
279
- private report;
280
- private root;
281
- constructor(root: DataNamespace);
282
- /**
283
- * Generates a report of how the data domain will be impacted by the deletion of a data domain object.
284
- * @param key The key of the impacted data domain object.
285
- * @param kind The kind of the impacted data object.
286
- * @returns The delete impact analysis report.
287
- * @deprecated
288
- */
289
- deleteAnalysis(key: string, kind: DataImpactKinds): DataImpactReport;
290
- protected createDeleteImpact(key: string, kind: DataImpactKinds, rootKey: string): DataImpactItem[];
291
- protected deleteNamespaceAnalysis(key: string, rootKey: string): DataImpactItem[];
292
- protected deleteDataModelAnalysis(key: string, rootKey: string): DataImpactItem[];
293
- protected deleteEntityAnalysis(key: string, rootKey: string): DataImpactItem[];
294
- protected deletePropertyAnalysis(key: string): DataImpactItem[];
295
- protected deleteAssociationAnalysis(key: string): DataImpactItem[];
296
- protected kindToLabel(kind: DataImpactKinds): string;
297
- }
298
- //# sourceMappingURL=DataImpactAnalysis.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataImpactAnalysis.d.ts","sourceRoot":"","sources":["../../../../src/modeling/legacy/DataImpactAnalysis.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,uBAAuB,CAAA;AAC9B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD;;GAEG;AACH,MAAM,MAAM,eAAe,GACvB,OAAO,iBAAiB,GACxB,OAAO,cAAc,GACrB,OAAO,aAAa,GACpB,OAAO,gBAAgB,GACvB,OAAO,mBAAmB,CAAA;AAE9B;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAA;IACrB;;OAEG;IACH,MAAM,EAAE,cAAc,EAAE,CAAA;IACxB;;;OAGG;IACH,UAAU,EAAE,OAAO,CAAA;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;;;OAIG;IACH,IAAI,EAAE,QAAQ,CAAA;IACd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAA;IACjB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiNG;AACH,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,MAAM,CAAkB;IAChC,OAAO,CAAC,IAAI,CAAe;gBAEf,IAAI,EAAE,aAAa;IAU/B;;;;;;OAMG;IACH,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,GAAG,gBAAgB;IAkBpE,SAAS,CAAC,kBAAkB,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,GAAG,cAAc,EAAE;IAiBnG,SAAS,CAAC,uBAAuB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,cAAc,EAAE;IA0BjF,SAAS,CAAC,uBAAuB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,cAAc,EAAE;IAoBjF,SAAS,CAAC,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,cAAc,EAAE;IAuF9E,SAAS,CAAC,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,EAAE;IAgB/D,SAAS,CAAC,yBAAyB,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,EAAE;IAgBlE,SAAS,CAAC,WAAW,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;CAgBrD"}