@lssm/example.agent-console 1.41.0 → 1.42.2

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 (149) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +133 -0
  2. package/.turbo/turbo-build.log +129 -41
  3. package/CHANGELOG.md +40 -0
  4. package/LICENSE +21 -0
  5. package/README.md +3 -0
  6. package/dist/agent/agent.entity.d.ts +55 -0
  7. package/dist/agent/agent.entity.d.ts.map +1 -0
  8. package/dist/agent/agent.entity.js +136 -1
  9. package/dist/agent/agent.entity.js.map +1 -0
  10. package/dist/agent/agent.enum.d.ts +18 -0
  11. package/dist/agent/agent.enum.d.ts.map +1 -0
  12. package/dist/agent/agent.enum.js +34 -1
  13. package/dist/agent/agent.enum.js.map +1 -0
  14. package/dist/agent/agent.event.d.ts +128 -0
  15. package/dist/agent/agent.event.d.ts.map +1 -0
  16. package/dist/agent/agent.event.js +210 -1
  17. package/dist/agent/agent.event.js.map +1 -0
  18. package/dist/agent/agent.handler.d.ts +100 -0
  19. package/dist/agent/agent.handler.d.ts.map +1 -0
  20. package/dist/agent/agent.handler.js +84 -1
  21. package/dist/agent/agent.handler.js.map +1 -0
  22. package/dist/agent/agent.operation.d.ts +471 -0
  23. package/dist/agent/agent.operation.d.ts.map +1 -0
  24. package/dist/agent/agent.operation.js +486 -0
  25. package/dist/agent/agent.operation.js.map +1 -0
  26. package/dist/agent/agent.presentation.d.ts +19 -0
  27. package/dist/agent/agent.presentation.d.ts.map +1 -0
  28. package/dist/agent/agent.presentation.js +89 -1
  29. package/dist/agent/agent.presentation.js.map +1 -0
  30. package/dist/agent/agent.schema.d.ts +401 -0
  31. package/dist/agent/agent.schema.d.ts.map +1 -0
  32. package/dist/agent/agent.schema.js +406 -1
  33. package/dist/agent/agent.schema.js.map +1 -0
  34. package/dist/agent/index.d.ts +8 -0
  35. package/dist/agent/index.js +9 -1
  36. package/dist/agent.feature.d.ts +12 -0
  37. package/dist/agent.feature.d.ts.map +1 -0
  38. package/dist/agent.feature.js +303 -1
  39. package/dist/agent.feature.js.map +1 -0
  40. package/dist/docs/agent-console.docblock.d.ts +1 -0
  41. package/dist/docs/agent-console.docblock.js +69 -5
  42. package/dist/docs/agent-console.docblock.js.map +1 -0
  43. package/dist/docs/index.d.ts +1 -0
  44. package/dist/docs/index.js +1 -1
  45. package/dist/example.d.ts +40 -0
  46. package/dist/example.d.ts.map +1 -0
  47. package/dist/example.js +51 -1
  48. package/dist/example.js.map +1 -0
  49. package/dist/handlers/index.d.ts +4 -0
  50. package/dist/handlers/index.js +5 -1
  51. package/dist/index.d.ts +30 -0
  52. package/dist/index.js +32 -1
  53. package/dist/presentations/index.d.ts +4 -0
  54. package/dist/presentations/index.js +5 -1
  55. package/dist/run/index.d.ts +8 -0
  56. package/dist/run/index.js +9 -1
  57. package/dist/run/run.entity.d.ts +82 -0
  58. package/dist/run/run.entity.d.ts.map +1 -0
  59. package/dist/run/run.entity.js +205 -1
  60. package/dist/run/run.entity.js.map +1 -0
  61. package/dist/run/run.enum.d.ts +22 -0
  62. package/dist/run/run.enum.d.ts.map +1 -0
  63. package/dist/run/run.enum.js +45 -1
  64. package/dist/run/run.enum.js.map +1 -0
  65. package/dist/run/run.event.d.ts +290 -0
  66. package/dist/run/run.event.d.ts.map +1 -0
  67. package/dist/run/run.event.js +434 -1
  68. package/dist/run/run.event.js.map +1 -0
  69. package/dist/run/run.handler.d.ts +203 -0
  70. package/dist/run/run.handler.d.ts.map +1 -0
  71. package/dist/run/run.handler.js +83 -1
  72. package/dist/run/run.handler.js.map +1 -0
  73. package/dist/run/run.operation.d.ts +720 -0
  74. package/dist/run/run.operation.d.ts.map +1 -0
  75. package/dist/run/run.operation.js +626 -0
  76. package/dist/run/run.operation.js.map +1 -0
  77. package/dist/run/run.presentation.d.ts +15 -0
  78. package/dist/run/run.presentation.d.ts.map +1 -0
  79. package/dist/run/run.presentation.js +65 -1
  80. package/dist/run/run.presentation.js.map +1 -0
  81. package/dist/run/run.schema.d.ts +416 -0
  82. package/dist/run/run.schema.d.ts.map +1 -0
  83. package/dist/run/run.schema.js +338 -1
  84. package/dist/run/run.schema.js.map +1 -0
  85. package/dist/shared/index.d.ts +4 -0
  86. package/dist/shared/index.js +5 -1
  87. package/dist/shared/mock-agents.d.ts +88 -0
  88. package/dist/shared/mock-agents.d.ts.map +1 -0
  89. package/dist/shared/mock-agents.js +94 -1
  90. package/dist/shared/mock-agents.js.map +1 -0
  91. package/dist/shared/mock-runs.d.ts +120 -0
  92. package/dist/shared/mock-runs.d.ts.map +1 -0
  93. package/dist/shared/mock-runs.js +118 -1
  94. package/dist/shared/mock-runs.js.map +1 -0
  95. package/dist/shared/mock-tools.d.ts +244 -0
  96. package/dist/shared/mock-tools.d.ts.map +1 -0
  97. package/dist/shared/mock-tools.js +181 -1
  98. package/dist/shared/mock-tools.js.map +1 -0
  99. package/dist/tool/index.d.ts +8 -0
  100. package/dist/tool/index.js +9 -1
  101. package/dist/tool/tool.entity.d.ts +42 -0
  102. package/dist/tool/tool.entity.d.ts.map +1 -0
  103. package/dist/tool/tool.entity.js +105 -1
  104. package/dist/tool/tool.entity.js.map +1 -0
  105. package/dist/tool/tool.enum.d.ts +18 -0
  106. package/dist/tool/tool.enum.d.ts.map +1 -0
  107. package/dist/tool/tool.enum.js +35 -1
  108. package/dist/tool/tool.enum.js.map +1 -0
  109. package/dist/tool/tool.event.d.ts +103 -0
  110. package/dist/tool/tool.event.d.ts.map +1 -0
  111. package/dist/tool/tool.event.js +159 -1
  112. package/dist/tool/tool.event.js.map +1 -0
  113. package/dist/tool/tool.handler.d.ts +315 -0
  114. package/dist/tool/tool.handler.d.ts.map +1 -0
  115. package/dist/tool/tool.handler.js +87 -1
  116. package/dist/tool/tool.handler.js.map +1 -0
  117. package/dist/tool/tool.operation.d.ts +411 -0
  118. package/dist/tool/tool.operation.d.ts.map +1 -0
  119. package/dist/tool/tool.operation.js +406 -0
  120. package/dist/tool/tool.operation.js.map +1 -0
  121. package/dist/tool/tool.presentation.d.ts +15 -0
  122. package/dist/tool/tool.presentation.d.ts.map +1 -0
  123. package/dist/tool/tool.presentation.js +65 -1
  124. package/dist/tool/tool.presentation.js.map +1 -0
  125. package/dist/tool/tool.schema.d.ts +218 -0
  126. package/dist/tool/tool.schema.d.ts.map +1 -0
  127. package/dist/tool/tool.schema.js +236 -1
  128. package/dist/tool/tool.schema.js.map +1 -0
  129. package/package.json +59 -49
  130. package/src/agent/agent.entity.ts +1 -6
  131. package/src/agent/agent.event.ts +34 -12
  132. package/src/agent/{agent.contracts.ts → agent.operation.ts} +176 -10
  133. package/src/agent/agent.presentation.ts +20 -7
  134. package/src/agent/index.ts +1 -1
  135. package/src/agent.feature.ts +58 -56
  136. package/src/run/index.ts +1 -1
  137. package/src/run/run.entity.ts +1 -6
  138. package/src/run/run.event.ts +58 -21
  139. package/src/run/{run.contracts.ts → run.operation.ts} +165 -14
  140. package/src/run/run.presentation.ts +14 -5
  141. package/src/tool/index.ts +1 -1
  142. package/src/tool/tool.entity.ts +1 -6
  143. package/src/tool/tool.event.ts +27 -10
  144. package/src/tool/{tool.contracts.ts → tool.operation.ts} +133 -10
  145. package/src/tool/tool.presentation.ts +14 -5
  146. package/tsconfig.tsbuildinfo +1 -1
  147. package/dist/agent/agent.contracts.js +0 -1
  148. package/dist/run/run.contracts.js +0 -1
  149. package/dist/tool/tool.contracts.js +0 -1
@@ -0,0 +1,411 @@
1
+ import * as _lssm_lib_schema536 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts16 from "@lssm/lib.contracts";
3
+
4
+ //#region src/tool/tool.operation.d.ts
5
+ /**
6
+ * CreateToolCommand - Creates a new tool definition.
7
+ */
8
+ declare const CreateToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema536.SchemaModel<{
9
+ organizationId: {
10
+ type: _lssm_lib_schema536.FieldType<string, string>;
11
+ isOptional: false;
12
+ };
13
+ name: {
14
+ type: _lssm_lib_schema536.FieldType<string, string>;
15
+ isOptional: false;
16
+ };
17
+ slug: {
18
+ type: _lssm_lib_schema536.FieldType<string, string>;
19
+ isOptional: false;
20
+ };
21
+ description: {
22
+ type: _lssm_lib_schema536.FieldType<string, string>;
23
+ isOptional: false;
24
+ };
25
+ category: {
26
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string, string, string]>;
27
+ isOptional: true;
28
+ };
29
+ parametersSchema: {
30
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
31
+ isOptional: false;
32
+ };
33
+ outputSchema: {
34
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
35
+ isOptional: true;
36
+ };
37
+ implementationType: {
38
+ type: _lssm_lib_schema536.EnumType<[string, string, string]>;
39
+ isOptional: false;
40
+ };
41
+ implementationConfig: {
42
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
43
+ isOptional: false;
44
+ };
45
+ maxInvocationsPerMinute: {
46
+ type: _lssm_lib_schema536.FieldType<number, number>;
47
+ isOptional: true;
48
+ };
49
+ timeoutMs: {
50
+ type: _lssm_lib_schema536.FieldType<number, number>;
51
+ isOptional: true;
52
+ };
53
+ tags: {
54
+ type: _lssm_lib_schema536.FieldType<string, string>;
55
+ isArray: true;
56
+ isOptional: true;
57
+ };
58
+ }>, _lssm_lib_schema536.SchemaModel<{
59
+ id: {
60
+ type: _lssm_lib_schema536.FieldType<string, string>;
61
+ isOptional: false;
62
+ };
63
+ name: {
64
+ type: _lssm_lib_schema536.FieldType<string, string>;
65
+ isOptional: false;
66
+ };
67
+ slug: {
68
+ type: _lssm_lib_schema536.FieldType<string, string>;
69
+ isOptional: false;
70
+ };
71
+ status: {
72
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
73
+ isOptional: false;
74
+ };
75
+ }>, {
76
+ key: string;
77
+ version: number;
78
+ stability: string;
79
+ owners: "@agent-console-team"[];
80
+ tags: string[];
81
+ when: string;
82
+ payload: _lssm_lib_schema536.SchemaModel<{
83
+ id: {
84
+ type: _lssm_lib_schema536.FieldType<string, string>;
85
+ isOptional: false;
86
+ };
87
+ name: {
88
+ type: _lssm_lib_schema536.FieldType<string, string>;
89
+ isOptional: false;
90
+ };
91
+ slug: {
92
+ type: _lssm_lib_schema536.FieldType<string, string>;
93
+ isOptional: false;
94
+ };
95
+ description: {
96
+ type: _lssm_lib_schema536.FieldType<string, string>;
97
+ isOptional: false;
98
+ };
99
+ category: {
100
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string, string, string]>;
101
+ isOptional: false;
102
+ };
103
+ status: {
104
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
105
+ isOptional: false;
106
+ };
107
+ version: {
108
+ type: _lssm_lib_schema536.FieldType<string, string>;
109
+ isOptional: false;
110
+ };
111
+ createdAt: {
112
+ type: _lssm_lib_schema536.FieldType<Date, string>;
113
+ isOptional: false;
114
+ };
115
+ }>;
116
+ }[]>;
117
+ /**
118
+ * UpdateToolCommand - Updates an existing tool.
119
+ */
120
+ declare const UpdateToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema536.SchemaModel<{
121
+ toolId: {
122
+ type: _lssm_lib_schema536.FieldType<string, string>;
123
+ isOptional: false;
124
+ };
125
+ name: {
126
+ type: _lssm_lib_schema536.FieldType<string, string>;
127
+ isOptional: true;
128
+ };
129
+ description: {
130
+ type: _lssm_lib_schema536.FieldType<string, string>;
131
+ isOptional: true;
132
+ };
133
+ status: {
134
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
135
+ isOptional: true;
136
+ };
137
+ parametersSchema: {
138
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
139
+ isOptional: true;
140
+ };
141
+ outputSchema: {
142
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
143
+ isOptional: true;
144
+ };
145
+ implementationConfig: {
146
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
147
+ isOptional: true;
148
+ };
149
+ maxInvocationsPerMinute: {
150
+ type: _lssm_lib_schema536.FieldType<number, number>;
151
+ isOptional: true;
152
+ };
153
+ timeoutMs: {
154
+ type: _lssm_lib_schema536.FieldType<number, number>;
155
+ isOptional: true;
156
+ };
157
+ tags: {
158
+ type: _lssm_lib_schema536.FieldType<string, string>;
159
+ isArray: true;
160
+ isOptional: true;
161
+ };
162
+ }>, _lssm_lib_schema536.SchemaModel<{
163
+ id: {
164
+ type: _lssm_lib_schema536.FieldType<string, string>;
165
+ isOptional: false;
166
+ };
167
+ name: {
168
+ type: _lssm_lib_schema536.FieldType<string, string>;
169
+ isOptional: false;
170
+ };
171
+ status: {
172
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
173
+ isOptional: false;
174
+ };
175
+ updatedAt: {
176
+ type: _lssm_lib_schema536.FieldType<Date, string>;
177
+ isOptional: false;
178
+ };
179
+ }>, {
180
+ key: string;
181
+ version: number;
182
+ stability: string;
183
+ owners: "@agent-console-team"[];
184
+ tags: string[];
185
+ when: string;
186
+ payload: _lssm_lib_schema536.SchemaModel<{
187
+ id: {
188
+ type: _lssm_lib_schema536.FieldType<string, string>;
189
+ isOptional: false;
190
+ };
191
+ name: {
192
+ type: _lssm_lib_schema536.FieldType<string, string>;
193
+ isOptional: false;
194
+ };
195
+ slug: {
196
+ type: _lssm_lib_schema536.FieldType<string, string>;
197
+ isOptional: false;
198
+ };
199
+ description: {
200
+ type: _lssm_lib_schema536.FieldType<string, string>;
201
+ isOptional: false;
202
+ };
203
+ category: {
204
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string, string, string]>;
205
+ isOptional: false;
206
+ };
207
+ status: {
208
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
209
+ isOptional: false;
210
+ };
211
+ version: {
212
+ type: _lssm_lib_schema536.FieldType<string, string>;
213
+ isOptional: false;
214
+ };
215
+ createdAt: {
216
+ type: _lssm_lib_schema536.FieldType<Date, string>;
217
+ isOptional: false;
218
+ };
219
+ }>;
220
+ }[]>;
221
+ /**
222
+ * GetToolQuery - Retrieves a tool by ID.
223
+ */
224
+ declare const GetToolQuery: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema536.SchemaModel<{
225
+ toolId: {
226
+ type: _lssm_lib_schema536.FieldType<string, string>;
227
+ isOptional: false;
228
+ };
229
+ }>, _lssm_lib_schema536.SchemaModel<{
230
+ id: {
231
+ type: _lssm_lib_schema536.FieldType<string, string>;
232
+ isOptional: false;
233
+ };
234
+ organizationId: {
235
+ type: _lssm_lib_schema536.FieldType<string, string>;
236
+ isOptional: false;
237
+ };
238
+ name: {
239
+ type: _lssm_lib_schema536.FieldType<string, string>;
240
+ isOptional: false;
241
+ };
242
+ slug: {
243
+ type: _lssm_lib_schema536.FieldType<string, string>;
244
+ isOptional: false;
245
+ };
246
+ description: {
247
+ type: _lssm_lib_schema536.FieldType<string, string>;
248
+ isOptional: false;
249
+ };
250
+ category: {
251
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string, string, string]>;
252
+ isOptional: false;
253
+ };
254
+ status: {
255
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
256
+ isOptional: false;
257
+ };
258
+ parametersSchema: {
259
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
260
+ isOptional: false;
261
+ };
262
+ outputSchema: {
263
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
264
+ isOptional: true;
265
+ };
266
+ implementationType: {
267
+ type: _lssm_lib_schema536.EnumType<[string, string, string]>;
268
+ isOptional: false;
269
+ };
270
+ implementationConfig: {
271
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
272
+ isOptional: false;
273
+ };
274
+ maxInvocationsPerMinute: {
275
+ type: _lssm_lib_schema536.FieldType<number, number>;
276
+ isOptional: true;
277
+ };
278
+ timeoutMs: {
279
+ type: _lssm_lib_schema536.FieldType<number, number>;
280
+ isOptional: false;
281
+ defaultValue: number;
282
+ };
283
+ version: {
284
+ type: _lssm_lib_schema536.FieldType<string, string>;
285
+ isOptional: false;
286
+ };
287
+ tags: {
288
+ type: _lssm_lib_schema536.FieldType<string, string>;
289
+ isArray: true;
290
+ isOptional: true;
291
+ };
292
+ createdAt: {
293
+ type: _lssm_lib_schema536.FieldType<Date, string>;
294
+ isOptional: false;
295
+ };
296
+ updatedAt: {
297
+ type: _lssm_lib_schema536.FieldType<Date, string>;
298
+ isOptional: false;
299
+ };
300
+ }>, undefined>;
301
+ /**
302
+ * ListToolsQuery - Lists tools for an organization.
303
+ */
304
+ declare const ListToolsQuery: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema536.SchemaModel<{
305
+ organizationId: {
306
+ type: _lssm_lib_schema536.FieldType<string, string>;
307
+ isOptional: false;
308
+ };
309
+ category: {
310
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string, string, string]>;
311
+ isOptional: true;
312
+ };
313
+ status: {
314
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
315
+ isOptional: true;
316
+ };
317
+ search: {
318
+ type: _lssm_lib_schema536.FieldType<string, string>;
319
+ isOptional: true;
320
+ };
321
+ limit: {
322
+ type: _lssm_lib_schema536.FieldType<number, number>;
323
+ isOptional: true;
324
+ defaultValue: number;
325
+ };
326
+ offset: {
327
+ type: _lssm_lib_schema536.FieldType<number, number>;
328
+ isOptional: true;
329
+ defaultValue: number;
330
+ };
331
+ }>, _lssm_lib_schema536.SchemaModel<{
332
+ items: {
333
+ type: _lssm_lib_schema536.SchemaModel<{
334
+ id: {
335
+ type: _lssm_lib_schema536.FieldType<string, string>;
336
+ isOptional: false;
337
+ };
338
+ name: {
339
+ type: _lssm_lib_schema536.FieldType<string, string>;
340
+ isOptional: false;
341
+ };
342
+ slug: {
343
+ type: _lssm_lib_schema536.FieldType<string, string>;
344
+ isOptional: false;
345
+ };
346
+ description: {
347
+ type: _lssm_lib_schema536.FieldType<string, string>;
348
+ isOptional: false;
349
+ };
350
+ category: {
351
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string, string, string]>;
352
+ isOptional: false;
353
+ };
354
+ status: {
355
+ type: _lssm_lib_schema536.EnumType<[string, string, string, string]>;
356
+ isOptional: false;
357
+ };
358
+ version: {
359
+ type: _lssm_lib_schema536.FieldType<string, string>;
360
+ isOptional: false;
361
+ };
362
+ createdAt: {
363
+ type: _lssm_lib_schema536.FieldType<Date, string>;
364
+ isOptional: false;
365
+ };
366
+ }>;
367
+ isArray: true;
368
+ isOptional: false;
369
+ };
370
+ total: {
371
+ type: _lssm_lib_schema536.FieldType<number, number>;
372
+ isOptional: false;
373
+ };
374
+ hasMore: {
375
+ type: _lssm_lib_schema536.FieldType<boolean, boolean>;
376
+ isOptional: false;
377
+ };
378
+ }>, undefined>;
379
+ /**
380
+ * TestToolCommand - Tests a tool with sample input.
381
+ */
382
+ declare const TestToolCommand: _lssm_lib_contracts16.OperationSpec<_lssm_lib_schema536.SchemaModel<{
383
+ toolId: {
384
+ type: _lssm_lib_schema536.FieldType<string, string>;
385
+ isOptional: false;
386
+ };
387
+ testInput: {
388
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
389
+ isOptional: false;
390
+ };
391
+ }>, _lssm_lib_schema536.SchemaModel<{
392
+ success: {
393
+ type: _lssm_lib_schema536.FieldType<boolean, boolean>;
394
+ isOptional: false;
395
+ };
396
+ output: {
397
+ type: _lssm_lib_schema536.FieldType<Record<string, unknown>, Record<string, unknown>>;
398
+ isOptional: true;
399
+ };
400
+ error: {
401
+ type: _lssm_lib_schema536.FieldType<string, string>;
402
+ isOptional: true;
403
+ };
404
+ durationMs: {
405
+ type: _lssm_lib_schema536.FieldType<number, number>;
406
+ isOptional: false;
407
+ };
408
+ }>, undefined>;
409
+ //#endregion
410
+ export { CreateToolCommand, GetToolQuery, ListToolsQuery, TestToolCommand, UpdateToolCommand };
411
+ //# sourceMappingURL=tool.operation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool.operation.d.ts","names":[],"sources":["../../src/tool/tool.operation.ts"],"sourcesContent":[],"mappings":";;;;;;;cAea,yCAAiB,kCAAA;EAAjB,cAAA,EAAA;IA+EX,IAAA,EAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;EA/E4B,gBAAA,EAAA;;;;;;;;;;;;;;;;EAAA,uBAAA,EAAA;IAoFjB,IAAA,+BAoEX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;;;;;;;;;UAxJ4B,mBAAA,CAAA;;;;IAoFA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;EAAA,IAAA,EAAA,MAAA;EAyEjB,OAAA,iCAmDX,CAAA;IAAA,EAAA,EAAA;yCAnDuB,CAAA,MAAA,EAAA,MAAA,CAAA;MAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAA,IAAA,+BAAA,KAAA,EAAA,MAAA,CAAA;MAwDZ,UA6DX,EAAA,KAAA;IAAA,CAAA;;;;;;cA9LW,iBAiIc,wBAjIG,aAiIH,qBAjIG,WAiIH,CAAA;EAAA,MAAA,EAAA;UA7DzB,mBAAA,CAAA;;;;;;;;;;;;sCA6DyB,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;IAAA,UAAA,EAAA,IAAA;EAkEd,CAAA;EAoEX,gBAAA,EAAA;;;;;IApE0B,IAAA,+BAAA,OAAA,CAAA,MAAA,EAAA,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA;;;;;;;yBAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;UAnME,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyEjB,oCAAY,kCAAA;;UAmDvB,mBAAA,CAAA;;;;;UAnDuB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwDZ,sCAAc,kCAAA;;UA6DzB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA7DyB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkEd,uCAAe,kCAAA;;UAoE1B,mBAAA,CAAA;;;;;;;;;UApE0B,mBAAA,CAAA"}