monday-cli 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +249 -49
- package/README.md +87 -45
- package/dist/api/assets.d.ts +3 -3
- package/dist/api/column-types.d.ts +14 -7
- package/dist/api/column-types.d.ts.map +1 -1
- package/dist/api/column-types.js +14 -7
- package/dist/api/column-types.js.map +1 -1
- package/dist/api/error-decoration.d.ts +124 -0
- package/dist/api/error-decoration.d.ts.map +1 -0
- package/dist/api/error-decoration.js +161 -0
- package/dist/api/error-decoration.js.map +1 -0
- package/dist/api/fetch-transport-helpers.d.ts +97 -0
- package/dist/api/fetch-transport-helpers.d.ts.map +1 -0
- package/dist/api/fetch-transport-helpers.js +175 -0
- package/dist/api/fetch-transport-helpers.js.map +1 -0
- package/dist/api/file-column-set.d.ts +388 -82
- package/dist/api/file-column-set.d.ts.map +1 -1
- package/dist/api/file-column-set.js +466 -88
- package/dist/api/file-column-set.js.map +1 -1
- package/dist/api/multipart-transport.d.ts +95 -60
- package/dist/api/multipart-transport.d.ts.map +1 -1
- package/dist/api/multipart-transport.js +102 -120
- package/dist/api/multipart-transport.js.map +1 -1
- package/dist/api/transport.d.ts.map +1 -1
- package/dist/api/transport.js +2 -99
- package/dist/api/transport.js.map +1 -1
- package/dist/cli/program.js +1 -1
- package/dist/cli/program.js.map +1 -1
- package/dist/commands/auth/login.js +1 -1
- package/dist/commands/auth/login.js.map +1 -1
- package/dist/commands/auth/logout.js +1 -1
- package/dist/commands/auth/logout.js.map +1 -1
- package/dist/commands/board/column-create.d.ts +20 -2
- package/dist/commands/board/column-create.d.ts.map +1 -1
- package/dist/commands/board/column-create.js +191 -20
- package/dist/commands/board/column-create.js.map +1 -1
- package/dist/commands/completion.js +1 -1
- package/dist/commands/completion.js.map +1 -1
- package/dist/commands/dev/configure.js +1 -1
- package/dist/commands/dev/configure.js.map +1 -1
- package/dist/commands/dev/discover.js +1 -1
- package/dist/commands/dev/discover.js.map +1 -1
- package/dist/commands/dev/doctor.js +1 -1
- package/dist/commands/dev/doctor.js.map +1 -1
- package/dist/commands/dev/epic/items.js +2 -2
- package/dist/commands/dev/epic/items.js.map +1 -1
- package/dist/commands/dev/epic/list.js +2 -2
- package/dist/commands/dev/epic/list.js.map +1 -1
- package/dist/commands/dev/release/list.js +2 -2
- package/dist/commands/dev/release/list.js.map +1 -1
- package/dist/commands/dev/sprint/current.js +2 -2
- package/dist/commands/dev/sprint/current.js.map +1 -1
- package/dist/commands/dev/sprint/items.js +2 -2
- package/dist/commands/dev/sprint/items.js.map +1 -1
- package/dist/commands/dev/sprint/list.js +2 -2
- package/dist/commands/dev/sprint/list.js.map +1 -1
- package/dist/commands/dev/task/block.js +2 -2
- package/dist/commands/dev/task/block.js.map +1 -1
- package/dist/commands/dev/task/done.js +2 -2
- package/dist/commands/dev/task/done.js.map +1 -1
- package/dist/commands/dev/task/list.js +2 -2
- package/dist/commands/dev/task/list.js.map +1 -1
- package/dist/commands/dev/task/start.js +2 -2
- package/dist/commands/dev/task/start.js.map +1 -1
- package/dist/commands/doc/get.js +1 -1
- package/dist/commands/doc/get.js.map +1 -1
- package/dist/commands/doc/list.js +1 -1
- package/dist/commands/doc/list.js.map +1 -1
- package/dist/commands/item/clear.d.ts.map +1 -1
- package/dist/commands/item/clear.js +15 -41
- package/dist/commands/item/clear.js.map +1 -1
- package/dist/commands/item/create.d.ts +93 -1
- package/dist/commands/item/create.d.ts.map +1 -1
- package/dist/commands/item/create.js +474 -53
- package/dist/commands/item/create.js.map +1 -1
- package/dist/commands/item/search.js +7 -7
- package/dist/commands/item/search.js.map +1 -1
- package/dist/commands/item/set.d.ts +1 -0
- package/dist/commands/item/set.d.ts.map +1 -1
- package/dist/commands/item/set.js +94 -1
- package/dist/commands/item/set.js.map +1 -1
- package/dist/commands/item/time-track/start.js +2 -2
- package/dist/commands/item/time-track/start.js.map +1 -1
- package/dist/commands/item/time-track/stop.js +2 -2
- package/dist/commands/item/time-track/stop.js.map +1 -1
- package/dist/commands/item/update.d.ts +128 -11
- package/dist/commands/item/update.d.ts.map +1 -1
- package/dist/commands/item/update.js +784 -82
- package/dist/commands/item/update.js.map +1 -1
- package/dist/commands/item/upload.js +5 -5
- package/dist/commands/item/upload.js.map +1 -1
- package/dist/commands/item/watch.js +2 -2
- package/dist/commands/item/watch.js.map +1 -1
- package/dist/commands/notification/send.js +1 -1
- package/dist/commands/notification/send.js.map +1 -1
- package/dist/commands/update/body-source.d.ts +38 -0
- package/dist/commands/update/body-source.d.ts.map +1 -0
- package/dist/commands/update/body-source.js +80 -0
- package/dist/commands/update/body-source.js.map +1 -0
- package/dist/commands/update/upload.js +3 -3
- package/dist/commands/update/upload.js.map +1 -1
- package/dist/commands/user/team-add-members.js +1 -1
- package/dist/commands/user/team-add-members.js.map +1 -1
- package/dist/commands/user/team-create.js +1 -1
- package/dist/commands/user/team-create.js.map +1 -1
- package/dist/commands/user/team-remove-members.js +1 -1
- package/dist/commands/user/team-remove-members.js.map +1 -1
- package/dist/commands/webhook/create.js +1 -1
- package/dist/commands/webhook/create.js.map +1 -1
- package/dist/commands/webhook/delete.js +1 -1
- package/dist/commands/webhook/delete.js.map +1 -1
- package/dist/commands/webhook/list.js +1 -1
- package/dist/commands/webhook/list.js.map +1 -1
- package/dist/utils/file-source.d.ts +109 -0
- package/dist/utils/file-source.d.ts.map +1 -1
- package/dist/utils/file-source.js +123 -0
- package/dist/utils/file-source.js.map +1 -1
- package/dist/utils/output/table.d.ts +7 -6
- package/dist/utils/output/table.d.ts.map +1 -1
- package/dist/utils/output/table.js +32 -5
- package/dist/utils/output/table.js.map +1 -1
- package/package.json +2 -1
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
import { z } from 'zod';
|
|
47
47
|
import { type CommandModule } from '../types.js';
|
|
48
48
|
import type { MondayClient } from '../../api/client.js';
|
|
49
|
-
import { type FileColumnSetOutput, type PreCheckM38FileDispatchResult } from '../../api/file-column-set.js';
|
|
49
|
+
import { type FileColumnSetOutput, type FileColumnSetMultiOutput, type PreCheckM38FileDispatchResult } from '../../api/file-column-set.js';
|
|
50
50
|
import type { MultipartTransport } from '../../api/multipart-transport.js';
|
|
51
51
|
import type { RunContext } from '../../cli/run.js';
|
|
52
52
|
import { type ProjectedItem } from '../../api/item-projection.js';
|
|
@@ -54,15 +54,20 @@ import type { Warning } from '../../utils/output/envelope.js';
|
|
|
54
54
|
/**
|
|
55
55
|
* Output envelope union — projected-item for the JSON translator
|
|
56
56
|
* path (text / status / dropdown / date / people / etc.) +
|
|
57
|
-
* file-dispatch
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
* `operation: '
|
|
61
|
-
* `
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
* `
|
|
65
|
-
* `
|
|
57
|
+
* single-item file-dispatch envelopes for the friendly `--set
|
|
58
|
+
* <file-col>=<path>` path: v0.6-M38 single-file (`operation:
|
|
59
|
+
* 'add_file_to_column'`) + v0.8-M46 single-item multi-file
|
|
60
|
+
* (`operation: 'add_files_to_columns'`; `assets[]` wraps M31's
|
|
61
|
+
* `Asset` projection per file column).
|
|
62
|
+
*
|
|
63
|
+
* The union admits only the SINGLE-ITEM shapes. The BULK file
|
|
64
|
+
* variants — v0.7-M42 (`item_update_bulk_file_set`) + v0.8-M46
|
|
65
|
+
* (`item_update_bulk_file_set_multi`) — are emitted via their own
|
|
66
|
+
* `bulkFileSet*DataSchema` at the `runItemUpdateBulk*FileDispatch`
|
|
67
|
+
* helpers and stay OUT of this union (the bulk per-item-results
|
|
68
|
+
* shape is structurally distinct from the single-resource `data`
|
|
69
|
+
* payload this schema describes); agents discriminate on `operation`
|
|
70
|
+
* (present + literal value identifies the variant).
|
|
66
71
|
*/
|
|
67
72
|
export declare const itemUpdateOutputSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
68
73
|
id: z.ZodString;
|
|
@@ -110,8 +115,32 @@ export declare const itemUpdateOutputSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
110
115
|
original_geometry: z.ZodNullable<z.ZodString>;
|
|
111
116
|
url_thumbnail: z.ZodNullable<z.ZodString>;
|
|
112
117
|
}, z.core.$strict>;
|
|
118
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
119
|
+
operation: z.ZodLiteral<"add_files_to_columns">;
|
|
120
|
+
item_id: z.ZodString;
|
|
121
|
+
assets: z.ZodArray<z.ZodObject<{
|
|
122
|
+
column_id: z.ZodString;
|
|
123
|
+
filename: z.ZodString;
|
|
124
|
+
file_size_bytes: z.ZodNumber;
|
|
125
|
+
asset: z.ZodObject<{
|
|
126
|
+
id: z.ZodString;
|
|
127
|
+
name: z.ZodString;
|
|
128
|
+
url: z.ZodString;
|
|
129
|
+
public_url: z.ZodString;
|
|
130
|
+
file_extension: z.ZodString;
|
|
131
|
+
file_size: z.ZodNumber;
|
|
132
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
133
|
+
uploaded_by: z.ZodObject<{
|
|
134
|
+
id: z.ZodString;
|
|
135
|
+
name: z.ZodString;
|
|
136
|
+
}, z.core.$strict>;
|
|
137
|
+
original_geometry: z.ZodNullable<z.ZodString>;
|
|
138
|
+
url_thumbnail: z.ZodNullable<z.ZodString>;
|
|
139
|
+
}, z.core.$strict>;
|
|
140
|
+
}, z.core.$strict>>;
|
|
141
|
+
applied_file_columns: z.ZodArray<z.ZodString>;
|
|
113
142
|
}, z.core.$strict>]>;
|
|
114
|
-
export type ItemUpdateOutput = ProjectedItem | FileColumnSetOutput;
|
|
143
|
+
export type ItemUpdateOutput = ProjectedItem | FileColumnSetOutput | FileColumnSetMultiOutput;
|
|
115
144
|
/**
|
|
116
145
|
* Input shape — supports both single-item and bulk shapes.
|
|
117
146
|
*
|
|
@@ -128,6 +157,7 @@ declare const inputSchema: z.ZodObject<{
|
|
|
128
157
|
set: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
129
158
|
setRaw: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
130
159
|
name: z.ZodOptional<z.ZodString>;
|
|
160
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
131
161
|
board: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "BoardId", "out">>;
|
|
132
162
|
where: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
133
163
|
filterJson: z.ZodOptional<z.ZodString>;
|
|
@@ -198,6 +228,93 @@ export declare const bulkFileSetDataSchema: z.ZodObject<{
|
|
|
198
228
|
}, z.core.$strip>>;
|
|
199
229
|
}, z.core.$strip>;
|
|
200
230
|
export type BulkFileSetData = z.infer<typeof bulkFileSetDataSchema>;
|
|
231
|
+
/**
|
|
232
|
+
* v0.8-M46 bulk multi-file `--set` per-item result schema (D6
|
|
233
|
+
* closure — separate envelope shape from M42's single-file
|
|
234
|
+
* `bulkFileSetResultSchema`). Per-item record carries the
|
|
235
|
+
* per-leg asset projections + an `applied_file_columns` echo
|
|
236
|
+
* slot (length 1..N reflecting which file columns landed
|
|
237
|
+
* successfully on this item). On per-item partial failure mid-
|
|
238
|
+
* multi-leg under `--continue-on-error`, `applied_file_columns`
|
|
239
|
+
* length is 0..N-1 (reflecting columns that landed before the
|
|
240
|
+
* failing leg) + `failed_file_column` carries the failing
|
|
241
|
+
* column ID + `error` carries the leg's underlying error.
|
|
242
|
+
*
|
|
243
|
+
* **Status: schema landed at v0.8-M46 pre-flight contract diff
|
|
244
|
+
* (Codex R1 P2-2 fix); runtime emit shipped at v0.8-M46 IMPL.**
|
|
245
|
+
* `runItemUpdateBulkFileMultiDispatch` (below) emits against this
|
|
246
|
+
* schema. Mirrors M42's per-item partial-success shape extended
|
|
247
|
+
* with the multi-leg slots.
|
|
248
|
+
*/
|
|
249
|
+
export declare const bulkFileSetMultiResultSchema: z.ZodObject<{
|
|
250
|
+
item_id: z.ZodString;
|
|
251
|
+
ok: z.ZodBoolean;
|
|
252
|
+
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
253
|
+
column_id: z.ZodString;
|
|
254
|
+
filename: z.ZodString;
|
|
255
|
+
file_size_bytes: z.ZodNumber;
|
|
256
|
+
asset: z.ZodObject<{
|
|
257
|
+
id: z.ZodString;
|
|
258
|
+
name: z.ZodString;
|
|
259
|
+
}, z.core.$loose>;
|
|
260
|
+
}, z.core.$strict>>>;
|
|
261
|
+
applied_file_columns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
262
|
+
failed_file_column: z.ZodOptional<z.ZodString>;
|
|
263
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
264
|
+
code: z.ZodString;
|
|
265
|
+
message: z.ZodString;
|
|
266
|
+
}, z.core.$strip>>;
|
|
267
|
+
}, z.core.$strip>;
|
|
268
|
+
export type BulkFileSetMultiResult = z.infer<typeof bulkFileSetMultiResultSchema>;
|
|
269
|
+
/**
|
|
270
|
+
* v0.8-M46 bulk multi-file `--set` envelope `data` shape.
|
|
271
|
+
* Discriminate from M42's single-file `bulkFileSetDataSchema`
|
|
272
|
+
* via `operation: 'item_update_bulk_file_set_multi'` (plural).
|
|
273
|
+
* Agents reading `data.operation` branch uniformly across
|
|
274
|
+
* single + multi shapes. Aggregate `summary` extends M42's
|
|
275
|
+
* shape with `file_count: number` (the N file columns per item
|
|
276
|
+
* the call attempted).
|
|
277
|
+
*
|
|
278
|
+
* Invariant: `matched_count === applied_count + failed_count`
|
|
279
|
+
* (per-item rollup; mirrors M42 + M25 invariant). Per-item
|
|
280
|
+
* partial failure mid-multi-leg counts toward `failed_count`
|
|
281
|
+
* with the per-item record's `applied_file_columns` reflecting
|
|
282
|
+
* the partial-leg success.
|
|
283
|
+
*
|
|
284
|
+
* **Status: schema landed at v0.8-M46 pre-flight contract diff
|
|
285
|
+
* (Codex R1 P2-2 fix); runtime emit shipped at v0.8-M46 IMPL.**
|
|
286
|
+
*/
|
|
287
|
+
export declare const bulkFileSetMultiDataSchema: z.ZodObject<{
|
|
288
|
+
operation: z.ZodLiteral<"item_update_bulk_file_set_multi">;
|
|
289
|
+
summary: z.ZodObject<{
|
|
290
|
+
matched_count: z.ZodNumber;
|
|
291
|
+
applied_count: z.ZodNumber;
|
|
292
|
+
failed_count: z.ZodNumber;
|
|
293
|
+
board_id: z.ZodString;
|
|
294
|
+
file_count: z.ZodNumber;
|
|
295
|
+
file_column_ids: z.ZodArray<z.ZodString>;
|
|
296
|
+
}, z.core.$strip>;
|
|
297
|
+
results: z.ZodArray<z.ZodObject<{
|
|
298
|
+
item_id: z.ZodString;
|
|
299
|
+
ok: z.ZodBoolean;
|
|
300
|
+
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
301
|
+
column_id: z.ZodString;
|
|
302
|
+
filename: z.ZodString;
|
|
303
|
+
file_size_bytes: z.ZodNumber;
|
|
304
|
+
asset: z.ZodObject<{
|
|
305
|
+
id: z.ZodString;
|
|
306
|
+
name: z.ZodString;
|
|
307
|
+
}, z.core.$loose>;
|
|
308
|
+
}, z.core.$strict>>>;
|
|
309
|
+
applied_file_columns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
310
|
+
failed_file_column: z.ZodOptional<z.ZodString>;
|
|
311
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
312
|
+
code: z.ZodString;
|
|
313
|
+
message: z.ZodString;
|
|
314
|
+
}, z.core.$strip>>;
|
|
315
|
+
}, z.core.$strip>>;
|
|
316
|
+
}, z.core.$strip>;
|
|
317
|
+
export type BulkFileSetMultiData = z.infer<typeof bulkFileSetMultiDataSchema>;
|
|
201
318
|
interface RunItemUpdateBulkFileDispatchInputs {
|
|
202
319
|
readonly parsed: ParsedInput;
|
|
203
320
|
readonly client: MondayClient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../src/commands/item/update.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAOnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAOxD,OAAO,
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../src/commands/item/update.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAOnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAOxD,OAAO,EAML,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAG7B,KAAK,6BAA6B,EACnC,MAAM,8BAA8B,CAAC;AAUtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAkD3E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGnD,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,8BAA8B,CAAC;AAYtC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAC;AAE9D;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAIjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GACxB,aAAa,GACb,mBAAmB,GACnB,wBAAwB,CAAC;AAE7B;;;;;;;;;;GAUG;AACH,QAAA,MAAM,WAAW;;;;;;;;;;;;kBA8Fd,CAAC;AAEJ,KAAK,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAwF/C,eAAO,MAAM,iBAAiB,EAAE,aAAa,CAC3C,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,EAC3B,gBAAgB,CAmXjB,CAAC;AA6hCF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;iBAgBlC,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;iBAYhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;iBA0CvC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC;AAEF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAWrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,UAAU,mCAAmC;IAC3C,QAAQ,CAAC,MAAM,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,MAAM,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,SAAS,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,GAAG,EAAE,UAAU,CAAC;IACzB,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,cAAc,EAAE,SAAS,MAAM,EAAE,CAAC;IAC3C,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC,6BAA6B,EAAE;QAAE,IAAI,EAAE,WAAW,CAAA;KAAE,CAAC,CAAC;IAC5E,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;IAChD,QAAQ,CAAC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C,QAAQ,CAAC,cAAc,EAAE,SAAS,OAAO,EAAE,CAAC;IAC5C,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB;;;;;;;OAOG;IACH,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,eAAO,MAAM,6BAA6B,GACxC,QAAQ,mCAAmC,KAC1C,OAAO,CAAC,IAAI,CAmad,CAAC"}
|