@umbraco-cms/mcp-dev 17.2.2 → 17.3.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.
@@ -11048,11 +11048,19 @@ var getWebhookLogsResponse = zod.object({
11048
11048
 
11049
11049
 
11050
11050
 
11051
+
11052
+ var outputSchema = _zod.z.object({
11053
+ total: _zod.z.number(),
11054
+ items: _zod.z.array(_zod.z.object({
11055
+ name: _zod.z.string(),
11056
+ englishName: _zod.z.string()
11057
+ }))
11058
+ });
11051
11059
  var GetCulturesTool = {
11052
11060
  name: "get-culture",
11053
11061
  description: "Retrieves a paginated list of cultures that Umbraco can be configured to use",
11054
11062
  inputSchema: getCultureQueryParams.shape,
11055
- outputSchema: getCultureResponse.shape,
11063
+ outputSchema: outputSchema.shape,
11056
11064
  annotations: {
11057
11065
  readOnlyHint: true
11058
11066
  },
@@ -11237,14 +11245,14 @@ var get_data_type_default = _mcpserversdk.withStandardDecorators.call(void 0, Ge
11237
11245
 
11238
11246
 
11239
11247
 
11240
- var outputSchema = _zod.z.object({
11248
+ var outputSchema2 = _zod.z.object({
11241
11249
  items: getItemDataTypeResponse
11242
11250
  });
11243
11251
  var GetDataTypesByIdArrayTool = {
11244
11252
  name: "get-data-types-by-id-array",
11245
11253
  description: "Gets data types by IDs (or empty array if no IDs are provided)",
11246
11254
  inputSchema: getItemDataTypeQueryParams.shape,
11247
- outputSchema: outputSchema.shape,
11255
+ outputSchema: outputSchema2.shape,
11248
11256
  annotations: {
11249
11257
  readOnlyHint: true
11250
11258
  },
@@ -12170,14 +12178,14 @@ var copy_data_type_default = _mcpserversdk.withStandardDecorators.call(void 0, C
12170
12178
 
12171
12179
 
12172
12180
 
12173
- var outputSchema2 = _zod.z.object({
12181
+ var outputSchema3 = _zod.z.object({
12174
12182
  isUsed: _zod.z.boolean().describe("Whether the data type is currently used within Umbraco")
12175
12183
  }).shape;
12176
12184
  var IsUsedDataTypeTool = {
12177
12185
  name: "is-used-data-type",
12178
12186
  description: "Checks if a data type is used within Umbraco",
12179
12187
  inputSchema: getDataTypeByIdIsUsedParams.shape,
12180
- outputSchema: outputSchema2,
12188
+ outputSchema: outputSchema3,
12181
12189
  annotations: {
12182
12190
  readOnlyHint: true
12183
12191
  },
@@ -12438,14 +12446,14 @@ var get_siblings_default = _mcpserversdk.withStandardDecorators.call(void 0, Get
12438
12446
 
12439
12447
 
12440
12448
 
12441
- var outputSchema3 = _zod.z.object({
12449
+ var outputSchema4 = _zod.z.object({
12442
12450
  items: getTreeDataTypeAncestorsResponse
12443
12451
  });
12444
12452
  var GetDataTypeAncestorsTool = {
12445
12453
  name: "get-data-type-ancestors",
12446
12454
  description: "Gets the ancestors of a data type by Id",
12447
12455
  inputSchema: getTreeDataTypeAncestorsQueryParams.shape,
12448
- outputSchema: outputSchema3.shape,
12456
+ outputSchema: outputSchema4.shape,
12449
12457
  annotations: {
12450
12458
  readOnlyHint: true
12451
12459
  },
@@ -12464,7 +12472,7 @@ var get_ancestors_default = _mcpserversdk.withStandardDecorators.call(void 0, Ge
12464
12472
 
12465
12473
 
12466
12474
 
12467
- var outputSchema4 = _zod.z.object({
12475
+ var outputSchema5 = _zod.z.object({
12468
12476
  items: getTreeDataTypeRootResponse.shape.items
12469
12477
  });
12470
12478
  var GetAllDataTypesTool = {
@@ -12473,7 +12481,7 @@ var GetAllDataTypesTool = {
12473
12481
  This is the preferred approach when you need to understand the full folder structure.
12474
12482
  For large sites, this may take a while to complete. For smaller sites its more efficient than fetching all data types by folder.`,
12475
12483
  inputSchema: {},
12476
- outputSchema: outputSchema4.shape,
12484
+ outputSchema: outputSchema5.shape,
12477
12485
  annotations: {
12478
12486
  readOnlyHint: true
12479
12487
  },
@@ -12670,14 +12678,14 @@ var get_dictionary_item_default = _mcpserversdk.withStandardDecorators.call(void
12670
12678
 
12671
12679
 
12672
12680
 
12673
- var outputSchema5 = _zod.z.object({
12681
+ var outputSchema6 = _zod.z.object({
12674
12682
  items: getItemDictionaryResponse
12675
12683
  });
12676
12684
  var GetDictionaryByIdArrayTool = {
12677
12685
  name: "get-dictionary-by-id-array",
12678
12686
  description: "Gets dictionary items by IDs (or empty array if no IDs are provided)",
12679
12687
  inputSchema: getItemDictionaryQueryParams.shape,
12680
- outputSchema: outputSchema5.shape,
12688
+ outputSchema: outputSchema6.shape,
12681
12689
  annotations: { readOnlyHint: true },
12682
12690
  slices: ["list"],
12683
12691
  handler: (async (params) => {
@@ -12853,14 +12861,14 @@ var get_children_default2 = _mcpserversdk.withStandardDecorators.call(void 0, Ge
12853
12861
 
12854
12862
 
12855
12863
 
12856
- var outputSchema6 = _zod.z.object({
12864
+ var outputSchema7 = _zod.z.object({
12857
12865
  items: getTreeDictionaryAncestorsResponse
12858
12866
  });
12859
12867
  var GetDictionaryAncestorsTool = {
12860
12868
  name: "get-dictionary-ancestors",
12861
12869
  description: "Gets the ancestors of a dictionary item by Id",
12862
12870
  inputSchema: getTreeDictionaryAncestorsQueryParams.shape,
12863
- outputSchema: outputSchema6.shape,
12871
+ outputSchema: outputSchema7.shape,
12864
12872
  annotations: { readOnlyHint: true },
12865
12873
  slices: ["tree"],
12866
12874
  handler: (async (params) => {
@@ -13021,14 +13029,14 @@ var create_blueprint_default = _mcpserversdk.withStandardDecorators.call(void 0,
13021
13029
 
13022
13030
 
13023
13031
 
13024
- var outputSchema7 = _zod.z.object({
13032
+ var outputSchema8 = _zod.z.object({
13025
13033
  items: getTreeDocumentBlueprintAncestorsResponse
13026
13034
  });
13027
13035
  var GetDocumentBlueprintAncestorsTool = {
13028
13036
  name: "get-document-blueprint-ancestors",
13029
13037
  description: "Gets the ancestors of a document blueprint by Id",
13030
13038
  inputSchema: getTreeDocumentBlueprintAncestorsQueryParams.shape,
13031
- outputSchema: outputSchema7.shape,
13039
+ outputSchema: outputSchema8.shape,
13032
13040
  annotations: { readOnlyHint: true },
13033
13041
  slices: ["tree"],
13034
13042
  handler: (async (params) => {
@@ -13168,14 +13176,14 @@ var create_document_blueprint_from_document_default = _mcpserversdk.withStandard
13168
13176
 
13169
13177
 
13170
13178
 
13171
- var outputSchema8 = _zod.z.object({
13179
+ var outputSchema9 = _zod.z.object({
13172
13180
  items: getItemDocumentBlueprintResponse
13173
13181
  });
13174
13182
  var GetDocumentBlueprintByIdArrayTool = {
13175
13183
  name: "get-document-blueprint-by-id-array",
13176
13184
  description: "Gets document blueprints by IDs (or empty array if no IDs are provided)",
13177
13185
  inputSchema: getItemDocumentBlueprintQueryParams.shape,
13178
- outputSchema: outputSchema8.shape,
13186
+ outputSchema: outputSchema9.shape,
13179
13187
  annotations: { readOnlyHint: true },
13180
13188
  slices: ["list"],
13181
13189
  handler: (async (params) => {
@@ -13498,14 +13506,14 @@ var get_document_domains_default = _mcpserversdk.withStandardDecorators.call(voi
13498
13506
 
13499
13507
 
13500
13508
 
13501
- var outputSchema9 = _zod.z.object({
13509
+ var outputSchema10 = _zod.z.object({
13502
13510
  items: getDocumentByIdNotificationsResponse
13503
13511
  });
13504
13512
  var GetDocumentNotificationsTool = {
13505
13513
  name: "get-document-notifications",
13506
13514
  description: "Gets the notifications for a document by Id.",
13507
13515
  inputSchema: getDocumentByIdNotificationsParams.shape,
13508
- outputSchema: outputSchema9.shape,
13516
+ outputSchema: outputSchema10.shape,
13509
13517
  annotations: {
13510
13518
  readOnlyHint: true
13511
13519
  },
@@ -13548,10 +13556,9 @@ var get_document_public_access_default = _mcpserversdk.withStandardDecorators.ca
13548
13556
 
13549
13557
 
13550
13558
 
13551
-
13552
13559
  var inputSchema = {
13553
13560
  id: getDocumentByIdAuditLogParams.shape.id,
13554
- data: _zod.z.object(getDocumentByIdAuditLogQueryParams.shape)
13561
+ ...getDocumentByIdAuditLogQueryParams.shape
13555
13562
  };
13556
13563
  var GetDocumentAuditLogTool = {
13557
13564
  name: "get-document-audit-log",
@@ -13564,8 +13571,9 @@ var GetDocumentAuditLogTool = {
13564
13571
  slices: ["audit"],
13565
13572
  enabled: (user) => user.fallbackPermissions.includes(UmbracoDocumentPermissions.Read),
13566
13573
  handler: (async (model) => {
13574
+ const { id, ...queryParams } = model;
13567
13575
  return _mcpserversdk.executeGetApiCall.call(void 0,
13568
- (client) => client.getDocumentByIdAuditLog(model.id, model.data, _mcpserversdk.CAPTURE_RAW_HTTP_RESPONSE)
13576
+ (client) => client.getDocumentByIdAuditLog(id, queryParams, _mcpserversdk.CAPTURE_RAW_HTTP_RESPONSE)
13569
13577
  );
13570
13578
  })
13571
13579
  };
@@ -13625,14 +13633,14 @@ var get_document_configuration_default = _mcpserversdk.withStandardDecorators.ca
13625
13633
 
13626
13634
 
13627
13635
 
13628
- var outputSchema10 = _zod.z.object({
13636
+ var outputSchema11 = _zod.z.object({
13629
13637
  items: getDocumentUrlsResponse
13630
13638
  });
13631
13639
  var GetDocumentUrlsTool = {
13632
13640
  name: "get-document-urls",
13633
13641
  description: "Gets the URLs for a document.",
13634
13642
  inputSchema: getDocumentUrlsQueryParams.shape,
13635
- outputSchema: outputSchema10.shape,
13643
+ outputSchema: outputSchema11.shape,
13636
13644
  annotations: {
13637
13645
  readOnlyHint: true
13638
13646
  },
@@ -14214,14 +14222,14 @@ var get_collection_document_by_id_default = _mcpserversdk.withStandardDecorators
14214
14222
 
14215
14223
 
14216
14224
 
14217
- var outputSchema11 = _zod.z.object({
14225
+ var outputSchema12 = _zod.z.object({
14218
14226
  items: getItemDocumentResponse
14219
14227
  });
14220
14228
  var GetItemDocumentTool = {
14221
14229
  name: "get-item-document",
14222
14230
  description: "Gets document items by their ids",
14223
14231
  inputSchema: getItemDocumentQueryParams.shape,
14224
- outputSchema: outputSchema11.shape,
14232
+ outputSchema: outputSchema12.shape,
14225
14233
  annotations: {
14226
14234
  readOnlyHint: true
14227
14235
  },
@@ -15858,14 +15866,14 @@ var get_children_default4 = _mcpserversdk.withStandardDecorators.call(void 0, Ge
15858
15866
 
15859
15867
 
15860
15868
 
15861
- var outputSchema12 = _zod.z.object({
15869
+ var outputSchema13 = _zod.z.object({
15862
15870
  items: getTreeDocumentAncestorsResponse
15863
15871
  });
15864
15872
  var GetDocumentAncestorsTool = {
15865
15873
  name: "get-document-ancestors",
15866
15874
  description: "Gets ancestor items for a document.",
15867
15875
  inputSchema: getTreeDocumentAncestorsQueryParams.shape,
15868
- outputSchema: outputSchema12.shape,
15876
+ outputSchema: outputSchema13.shape,
15869
15877
  annotations: {
15870
15878
  readOnlyHint: true
15871
15879
  },
@@ -16420,14 +16428,14 @@ var get_children_default5 = _mcpserversdk.withStandardDecorators.call(void 0, Ge
16420
16428
 
16421
16429
 
16422
16430
 
16423
- var outputSchema13 = _zod.z.object({
16431
+ var outputSchema14 = _zod.z.object({
16424
16432
  items: getTreeDocumentTypeAncestorsResponse
16425
16433
  });
16426
16434
  var GetDocumentTypeAncestorsTool = {
16427
16435
  name: "get-document-type-ancestors",
16428
16436
  description: "Gets the ancestors of a document type",
16429
16437
  inputSchema: getTreeDocumentTypeAncestorsQueryParams.shape,
16430
- outputSchema: outputSchema13.shape,
16438
+ outputSchema: outputSchema14.shape,
16431
16439
  annotations: { readOnlyHint: true },
16432
16440
  slices: ["tree"],
16433
16441
  handler: (async (params) => {
@@ -16578,14 +16586,14 @@ var get_document_type_blueprint_default = _mcpserversdk.withStandardDecorators.c
16578
16586
 
16579
16587
 
16580
16588
 
16581
- var outputSchema14 = _zod.z.object({
16589
+ var outputSchema15 = _zod.z.object({
16582
16590
  items: getDocumentTypeByIdCompositionReferencesResponse
16583
16591
  });
16584
16592
  var GetDocumentTypeCompositionReferencesTool = {
16585
16593
  name: "get-document-type-composition-references",
16586
16594
  description: "Gets the composition references for a document type",
16587
16595
  inputSchema: getDocumentTypeByIdCompositionReferencesParams.shape,
16588
- outputSchema: outputSchema14.shape,
16596
+ outputSchema: outputSchema15.shape,
16589
16597
  annotations: { readOnlyHint: true },
16590
16598
  slices: ["references"],
16591
16599
  handler: (async ({ id }) => {
@@ -16603,14 +16611,14 @@ var get_document_type_composition_references_default = _mcpserversdk.withStandar
16603
16611
 
16604
16612
 
16605
16613
 
16606
- var outputSchema15 = _zod.z.object({
16614
+ var outputSchema16 = _zod.z.object({
16607
16615
  items: postDocumentTypeAvailableCompositionsResponse
16608
16616
  });
16609
16617
  var GetDocumentTypeAvailableCompositionsTool = {
16610
16618
  name: "get-document-type-available-compositions",
16611
16619
  description: "Gets the available compositions for a document type",
16612
16620
  inputSchema: postDocumentTypeAvailableCompositionsBody.shape,
16613
- outputSchema: outputSchema15.shape,
16621
+ outputSchema: outputSchema16.shape,
16614
16622
  annotations: { readOnlyHint: true },
16615
16623
  slices: ["read"],
16616
16624
  handler: (async (model) => {
@@ -16676,14 +16684,14 @@ var get_document_type_configuration_default = _mcpserversdk.withStandardDecorato
16676
16684
 
16677
16685
 
16678
16686
 
16679
- var outputSchema16 = _zod.z.object({
16687
+ var outputSchema17 = _zod.z.object({
16680
16688
  items: getItemDocumentTypeResponse
16681
16689
  });
16682
16690
  var GetDocumentTypesByIdArrayTool = {
16683
16691
  name: "get-document-types-by-id-array",
16684
16692
  description: "Gets document types by IDs (or empty array if no IDs are provided)",
16685
16693
  inputSchema: getItemDocumentTypeQueryParams.shape,
16686
- outputSchema: outputSchema16.shape,
16694
+ outputSchema: outputSchema17.shape,
16687
16695
  annotations: { readOnlyHint: true },
16688
16696
  slices: ["list"],
16689
16697
  handler: (async (params) => {
@@ -17364,7 +17372,7 @@ var create_element_type_default = _mcpserversdk.withStandardDecorators.call(void
17364
17372
 
17365
17373
 
17366
17374
 
17367
- var outputSchema17 = _zod.z.object({
17375
+ var outputSchema18 = _zod.z.object({
17368
17376
  items: getTreeDocumentTypeRootResponse.shape.items
17369
17377
  });
17370
17378
  var GetAllDocumentTypesTool = {
@@ -17373,7 +17381,7 @@ var GetAllDocumentTypesTool = {
17373
17381
  This is the preferred approach when you need to understand the full folder structure.
17374
17382
  For large sites, this may take a while to complete. For smaller sites its more efficient than fetching all documents by folder.`,
17375
17383
  inputSchema: {},
17376
- outputSchema: outputSchema17.shape,
17384
+ outputSchema: outputSchema18.shape,
17377
17385
  annotations: { readOnlyHint: true },
17378
17386
  slices: ["list"],
17379
17387
  handler: (async () => {
@@ -17677,7 +17685,7 @@ var HealthCollection = {
17677
17685
 
17678
17686
 
17679
17687
 
17680
- var outputSchema18 = _zod.z.object({
17688
+ var outputSchema19 = _zod.z.object({
17681
17689
  items: getImagingResizeUrlsResponse
17682
17690
  });
17683
17691
  var GetImagingResizeUrlsTool = {
@@ -17694,7 +17702,7 @@ var GetImagingResizeUrlsTool = {
17694
17702
  - width: Target width in pixels (default: 200)
17695
17703
  - mode: Resize mode (Crop, Max, Stretch, Pad, BoxPad, Min)`,
17696
17704
  inputSchema: getImagingResizeUrlsQueryParams.shape,
17697
- outputSchema: outputSchema18.shape,
17705
+ outputSchema: outputSchema19.shape,
17698
17706
  annotations: {
17699
17707
  readOnlyHint: true
17700
17708
  },
@@ -17821,14 +17829,14 @@ var IndexerCollection = {
17821
17829
 
17822
17830
 
17823
17831
 
17824
- var outputSchema19 = _zod.z.object({
17832
+ var outputSchema20 = _zod.z.object({
17825
17833
  items: getItemLanguageResponse
17826
17834
  });
17827
17835
  var GetLanguageItemsTool = {
17828
17836
  name: "get-language-items",
17829
17837
  description: "Gets language items (optionally filtered by isoCode)",
17830
17838
  inputSchema: getItemLanguageQueryParams.shape,
17831
- outputSchema: outputSchema19.shape,
17839
+ outputSchema: outputSchema20.shape,
17832
17840
  annotations: {
17833
17841
  readOnlyHint: true
17834
17842
  },
@@ -18035,6 +18043,7 @@ var GetLogViewerLogTool = {
18035
18043
  annotations: {
18036
18044
  readOnlyHint: true
18037
18045
  },
18046
+ pageSize: 50,
18038
18047
  slices: ["diagnostics"],
18039
18048
  handler: (async (model) => {
18040
18049
  return _mcpserversdk.executeGetApiCall.call(void 0,
@@ -18058,6 +18067,7 @@ var GetLogViewerLevelTool = {
18058
18067
  annotations: {
18059
18068
  readOnlyHint: true
18060
18069
  },
18070
+ pageSize: 50,
18061
18071
  slices: ["diagnostics"],
18062
18072
  handler: (async (model) => {
18063
18073
  return _mcpserversdk.executeGetApiCall.call(void 0,
@@ -18081,6 +18091,7 @@ var GetLogViewerSavedSearchTool = {
18081
18091
  annotations: {
18082
18092
  readOnlyHint: true
18083
18093
  },
18094
+ pageSize: 50,
18084
18095
  slices: ["diagnostics"],
18085
18096
  handler: (async (model) => {
18086
18097
  return _mcpserversdk.executeGetApiCall.call(void 0,
@@ -18126,6 +18137,7 @@ var GetLogViewerMessageTemplateTool = {
18126
18137
  annotations: {
18127
18138
  readOnlyHint: true
18128
18139
  },
18140
+ pageSize: 50,
18129
18141
  slices: ["diagnostics"],
18130
18142
  handler: (async (model) => {
18131
18143
  return _mcpserversdk.executeGetApiCall.call(void 0,
@@ -18254,14 +18266,14 @@ var LogViewerCollection = {
18254
18266
 
18255
18267
 
18256
18268
 
18257
- var outputSchema20 = _zod.z.object({
18269
+ var outputSchema21 = _zod.z.object({
18258
18270
  items: getManifestManifestResponse
18259
18271
  });
18260
18272
  var GetManifestManifestTool = {
18261
18273
  name: "get-manifest-manifest",
18262
18274
  description: "Gets all manifests (both public and private) from the Umbraco installation. Each manifest contains an extensions property showing what the package exposes to Umbraco. Use to see which packages are installed, troubleshoot package issues, or list available extensions.",
18263
18275
  inputSchema: {},
18264
- outputSchema: outputSchema20.shape,
18276
+ outputSchema: outputSchema21.shape,
18265
18277
  annotations: {
18266
18278
  readOnlyHint: true
18267
18279
  },
@@ -18281,14 +18293,14 @@ var get_manifest_manifest_default = _mcpserversdk.withStandardDecorators.call(vo
18281
18293
 
18282
18294
 
18283
18295
 
18284
- var outputSchema21 = _zod.z.object({
18296
+ var outputSchema22 = _zod.z.object({
18285
18297
  items: getManifestManifestPrivateResponse
18286
18298
  });
18287
18299
  var GetManifestManifestPrivateTool = {
18288
18300
  name: "get-manifest-manifest-private",
18289
18301
  description: "Gets private manifests from the Umbraco installation. Private manifests require authentication and contain administrative/sensitive extensions.",
18290
18302
  inputSchema: {},
18291
- outputSchema: outputSchema21.shape,
18303
+ outputSchema: outputSchema22.shape,
18292
18304
  annotations: {
18293
18305
  readOnlyHint: true
18294
18306
  },
@@ -18308,14 +18320,14 @@ var get_manifest_manifest_private_default = _mcpserversdk.withStandardDecorators
18308
18320
 
18309
18321
 
18310
18322
 
18311
- var outputSchema22 = _zod.z.object({
18323
+ var outputSchema23 = _zod.z.object({
18312
18324
  items: getManifestManifestPublicResponse
18313
18325
  });
18314
18326
  var GetManifestManifestPublicTool = {
18315
18327
  name: "get-manifest-manifest-public",
18316
18328
  description: "Gets public manifests from the Umbraco installation. Public manifests can be accessed without authentication and contain public-facing extensions.",
18317
18329
  inputSchema: {},
18318
- outputSchema: outputSchema22.shape,
18330
+ outputSchema: outputSchema23.shape,
18319
18331
  annotations: {
18320
18332
  readOnlyHint: true
18321
18333
  },
@@ -18965,14 +18977,14 @@ var get_media_configuration_default = _mcpserversdk.withStandardDecorators.call(
18965
18977
 
18966
18978
 
18967
18979
 
18968
- var outputSchema23 = _zod.z.object({
18980
+ var outputSchema24 = _zod.z.object({
18969
18981
  items: getMediaUrlsResponse
18970
18982
  });
18971
18983
  var GetMediaUrlsTool = {
18972
18984
  name: "get-media-urls",
18973
18985
  description: "Gets the URLs for a media item.",
18974
18986
  inputSchema: getMediaUrlsQueryParams.shape,
18975
- outputSchema: outputSchema23.shape,
18987
+ outputSchema: outputSchema24.shape,
18976
18988
  annotations: { readOnlyHint: true },
18977
18989
  slices: ["read"],
18978
18990
  handler: (async (params) => {
@@ -19057,14 +19069,14 @@ var sort_media_default = _mcpserversdk.withStandardDecorators.call(void 0, SortM
19057
19069
 
19058
19070
 
19059
19071
 
19060
- var outputSchema24 = _zod.z.object({
19072
+ var outputSchema25 = _zod.z.object({
19061
19073
  items: getItemMediaResponse
19062
19074
  });
19063
19075
  var GetMediaByIdArrayTool = {
19064
19076
  name: "get-media-by-id-array",
19065
19077
  description: "Gets media items by an array of IDs",
19066
19078
  inputSchema: getItemMediaQueryParams.shape,
19067
- outputSchema: outputSchema24.shape,
19079
+ outputSchema: outputSchema25.shape,
19068
19080
  annotations: { readOnlyHint: true },
19069
19081
  slices: ["read"],
19070
19082
  handler: (async (params) => {
@@ -19109,14 +19121,14 @@ var move_media_default = _mcpserversdk.withStandardDecorators.call(void 0, MoveM
19109
19121
 
19110
19122
 
19111
19123
 
19112
- var outputSchema25 = _zod.z.object({
19124
+ var outputSchema26 = _zod.z.object({
19113
19125
  items: getTreeMediaAncestorsResponse
19114
19126
  });
19115
19127
  var GetMediaAncestorsTool = {
19116
19128
  name: "get-media-ancestors",
19117
19129
  description: "Gets ancestor items for a media.",
19118
19130
  inputSchema: getTreeMediaAncestorsQueryParams.shape,
19119
- outputSchema: outputSchema25.shape,
19131
+ outputSchema: outputSchema26.shape,
19120
19132
  annotations: { readOnlyHint: true },
19121
19133
  slices: ["tree"],
19122
19134
  handler: (async (params) => {
@@ -19196,10 +19208,9 @@ var get_root_default6 = _mcpserversdk.withStandardDecorators.call(void 0, GetMed
19196
19208
 
19197
19209
 
19198
19210
 
19199
-
19200
19211
  var inputSchema19 = {
19201
19212
  id: getMediaByIdAuditLogParams.shape.id,
19202
- data: _zod.z.object(getMediaByIdAuditLogQueryParams.shape)
19213
+ ...getMediaByIdAuditLogQueryParams.shape
19203
19214
  };
19204
19215
  var GetMediaAuditLogTool = {
19205
19216
  name: "get-media-audit-log",
@@ -19209,8 +19220,9 @@ var GetMediaAuditLogTool = {
19209
19220
  annotations: { readOnlyHint: true },
19210
19221
  slices: ["audit"],
19211
19222
  handler: (async (model) => {
19223
+ const { id, ...queryParams } = model;
19212
19224
  return _mcpserversdk.executeGetApiCall.call(void 0,
19213
- (client) => client.getMediaByIdAuditLog(model.id, model.data, _mcpserversdk.CAPTURE_RAW_HTTP_RESPONSE)
19225
+ (client) => client.getMediaByIdAuditLog(id, queryParams, _mcpserversdk.CAPTURE_RAW_HTTP_RESPONSE)
19214
19226
  );
19215
19227
  })
19216
19228
  };
@@ -19639,14 +19651,14 @@ var get_media_type_by_id_default = _mcpserversdk.withStandardDecorators.call(voi
19639
19651
  var inputSchema22 = _zod.z.object({
19640
19652
  ids: _zod.z.array(_zod.z.string())
19641
19653
  });
19642
- var outputSchema26 = _zod.z.object({
19654
+ var outputSchema27 = _zod.z.object({
19643
19655
  items: _zod.z.array(getMediaTypeByIdResponse)
19644
19656
  });
19645
19657
  var GetMediaTypeByIdsTool = {
19646
19658
  name: "get-media-type-by-ids",
19647
19659
  description: "Gets media types by ids",
19648
19660
  inputSchema: inputSchema22.shape,
19649
- outputSchema: outputSchema26.shape,
19661
+ outputSchema: outputSchema27.shape,
19650
19662
  annotations: { readOnlyHint: true },
19651
19663
  slices: ["list"],
19652
19664
  handler: (async ({ ids }) => {
@@ -19666,14 +19678,14 @@ var get_media_type_by_ids_default = _mcpserversdk.withStandardDecorators.call(vo
19666
19678
 
19667
19679
 
19668
19680
 
19669
- var outputSchema27 = _zod.z.object({
19681
+ var outputSchema28 = _zod.z.object({
19670
19682
  items: getItemMediaTypeResponse
19671
19683
  });
19672
19684
  var GetItemMediaTypeTool = {
19673
19685
  name: "get-item-media-type",
19674
19686
  description: "Gets media type items by their ids",
19675
19687
  inputSchema: getItemMediaTypeQueryParams.shape,
19676
- outputSchema: outputSchema27.shape,
19688
+ outputSchema: outputSchema28.shape,
19677
19689
  annotations: { readOnlyHint: true },
19678
19690
  slices: ["read"],
19679
19691
  handler: (async (params) => {
@@ -19760,14 +19772,14 @@ var get_media_type_allowed_children_default = _mcpserversdk.withStandardDecorato
19760
19772
 
19761
19773
 
19762
19774
 
19763
- var outputSchema28 = _zod.z.object({
19775
+ var outputSchema29 = _zod.z.object({
19764
19776
  items: getMediaTypeByIdCompositionReferencesResponse
19765
19777
  });
19766
19778
  var GetMediaTypeCompositionReferencesTool = {
19767
19779
  name: "get-media-type-composition-references",
19768
19780
  description: "Gets the composition references for a media type",
19769
19781
  inputSchema: getMediaTypeByIdCompositionReferencesParams.shape,
19770
- outputSchema: outputSchema28.shape,
19782
+ outputSchema: outputSchema29.shape,
19771
19783
  annotations: { readOnlyHint: true },
19772
19784
  slices: ["read"],
19773
19785
  handler: (async ({ id }) => {
@@ -19848,14 +19860,14 @@ var get_siblings_default6 = _mcpserversdk.withStandardDecorators.call(void 0, Ge
19848
19860
 
19849
19861
 
19850
19862
 
19851
- var outputSchema29 = _zod.z.object({
19863
+ var outputSchema30 = _zod.z.object({
19852
19864
  items: getTreeMediaTypeAncestorsResponse
19853
19865
  });
19854
19866
  var GetMediaTypeAncestorsTool = {
19855
19867
  name: "get-media-type-ancestors",
19856
19868
  description: "Gets the ancestors of a media type",
19857
19869
  inputSchema: getTreeMediaTypeAncestorsQueryParams.shape,
19858
- outputSchema: outputSchema29.shape,
19870
+ outputSchema: outputSchema30.shape,
19859
19871
  annotations: { readOnlyHint: true },
19860
19872
  slices: ["tree"],
19861
19873
  handler: (async (params) => {
@@ -20147,14 +20159,14 @@ var copy_media_type_default = _mcpserversdk.withStandardDecorators.call(void 0,
20147
20159
 
20148
20160
 
20149
20161
 
20150
- var outputSchema30 = _zod.z.object({
20162
+ var outputSchema31 = _zod.z.object({
20151
20163
  items: postMediaTypeAvailableCompositionsResponse
20152
20164
  });
20153
20165
  var GetMediaTypeAvailableCompositionsTool = {
20154
20166
  name: "get-media-type-available-compositions",
20155
20167
  description: "Gets the available compositions for a media type",
20156
20168
  inputSchema: postMediaTypeAvailableCompositionsBody.shape,
20157
- outputSchema: outputSchema30.shape,
20169
+ outputSchema: outputSchema31.shape,
20158
20170
  annotations: { readOnlyHint: true },
20159
20171
  slices: ["configuration"],
20160
20172
  handler: (async (model) => {
@@ -20608,14 +20620,14 @@ var get_member_group_default = _mcpserversdk.withStandardDecorators.call(void 0,
20608
20620
 
20609
20621
 
20610
20622
 
20611
- var outputSchema31 = _zod.z.object({
20623
+ var outputSchema32 = _zod.z.object({
20612
20624
  items: getItemMemberGroupResponse
20613
20625
  });
20614
20626
  var GetMemberGroupByIdArrayTool = {
20615
20627
  name: "get-member-group-by-id-array",
20616
20628
  description: "Gets member groups by an array of IDs",
20617
20629
  inputSchema: getItemMemberGroupQueryParams.shape,
20618
- outputSchema: outputSchema31.shape,
20630
+ outputSchema: outputSchema32.shape,
20619
20631
  annotations: {
20620
20632
  readOnlyHint: true
20621
20633
  },
@@ -20841,14 +20853,14 @@ var create_member_type_default = _mcpserversdk.withStandardDecorators.call(void
20841
20853
 
20842
20854
 
20843
20855
 
20844
- var outputSchema32 = _zod.z.object({
20856
+ var outputSchema33 = _zod.z.object({
20845
20857
  items: getItemMemberTypeResponse
20846
20858
  });
20847
20859
  var GetMemberTypesByIdArrayTool = {
20848
20860
  name: "get-member-types-by-id-array",
20849
20861
  description: "Gets member types by IDs (or empty array if no IDs are provided)",
20850
20862
  inputSchema: getItemMemberTypeQueryParams.shape,
20851
- outputSchema: outputSchema32.shape,
20863
+ outputSchema: outputSchema33.shape,
20852
20864
  annotations: { readOnlyHint: true },
20853
20865
  slices: ["list"],
20854
20866
  handler: (async (params) => {
@@ -20984,14 +20996,14 @@ var copy_member_type_default = _mcpserversdk.withStandardDecorators.call(void 0,
20984
20996
 
20985
20997
 
20986
20998
 
20987
- var outputSchema33 = _zod.z.object({
20999
+ var outputSchema34 = _zod.z.object({
20988
21000
  items: postMemberTypeAvailableCompositionsResponse
20989
21001
  });
20990
21002
  var GetMemberTypeAvailableCompositionsTool = {
20991
21003
  name: "get-member-type-available-compositions",
20992
21004
  description: "Gets the available compositions for a member type",
20993
21005
  inputSchema: postMemberTypeAvailableCompositionsBody.shape,
20994
- outputSchema: outputSchema33.shape,
21006
+ outputSchema: outputSchema34.shape,
20995
21007
  annotations: { readOnlyHint: true },
20996
21008
  slices: ["configuration"],
20997
21009
  handler: (async (model) => {
@@ -21009,14 +21021,14 @@ var get_member_type_available_compositions_default = _mcpserversdk.withStandardD
21009
21021
 
21010
21022
 
21011
21023
 
21012
- var outputSchema34 = _zod.z.object({
21024
+ var outputSchema35 = _zod.z.object({
21013
21025
  items: getMemberTypeByIdCompositionReferencesResponse
21014
21026
  });
21015
21027
  var GetMemberTypeCompositionReferencesTool = {
21016
21028
  name: "get-member-type-composition-references",
21017
21029
  description: "Gets the composition references for a member type",
21018
21030
  inputSchema: getMemberTypeByIdCompositionReferencesParams.shape,
21019
- outputSchema: outputSchema34.shape,
21031
+ outputSchema: outputSchema35.shape,
21020
21032
  annotations: { readOnlyHint: true },
21021
21033
  slices: ["read"],
21022
21034
  handler: (async ({ id }) => {
@@ -21544,14 +21556,14 @@ var get_partial_view_snippet_by_id_default = _mcpserversdk.withStandardDecorator
21544
21556
 
21545
21557
 
21546
21558
 
21547
- var outputSchema35 = _zod.z.object({
21559
+ var outputSchema36 = _zod.z.object({
21548
21560
  items: getTreePartialViewAncestorsResponse
21549
21561
  });
21550
21562
  var GetPartialViewAncestorsTool = {
21551
21563
  name: "get-partial-view-ancestors",
21552
21564
  description: "Gets the ancestors of a partial view in the tree structure",
21553
21565
  inputSchema: getTreePartialViewAncestorsQueryParams.shape,
21554
- outputSchema: outputSchema35.shape,
21566
+ outputSchema: outputSchema36.shape,
21555
21567
  annotations: { readOnlyHint: true },
21556
21568
  slices: ["tree"],
21557
21569
  handler: (async (model) => {
@@ -21611,14 +21623,14 @@ var get_root_default10 = _mcpserversdk.withStandardDecorators.call(void 0, GetPa
21611
21623
 
21612
21624
 
21613
21625
 
21614
- var outputSchema36 = _zod.z.object({
21626
+ var outputSchema37 = _zod.z.object({
21615
21627
  items: getItemPartialViewResponse
21616
21628
  });
21617
21629
  var GetPartialViewSearchTool = {
21618
21630
  name: "get-partial-view-search",
21619
21631
  description: "Searches for partial views by name or path",
21620
21632
  inputSchema: getItemPartialViewQueryParams.shape,
21621
- outputSchema: outputSchema36.shape,
21633
+ outputSchema: outputSchema37.shape,
21622
21634
  annotations: { readOnlyHint: true },
21623
21635
  slices: ["search"],
21624
21636
  handler: (async (model) => {
@@ -21688,14 +21700,14 @@ var PartialViewCollection = {
21688
21700
 
21689
21701
 
21690
21702
 
21691
- var outputSchema37 = _zod.z.object({
21703
+ var outputSchema38 = _zod.z.object({
21692
21704
  isUsed: getPropertyTypeIsUsedResponse
21693
21705
  });
21694
21706
  var GetPropertyTypeIsUsedTool = {
21695
21707
  name: "get-property-type-is-used",
21696
21708
  description: "Checks if a property type is used within Umbraco",
21697
21709
  inputSchema: getPropertyTypeIsUsedQueryParams.shape,
21698
- outputSchema: outputSchema37.shape,
21710
+ outputSchema: outputSchema38.shape,
21699
21711
  annotations: { readOnlyHint: true },
21700
21712
  slices: ["read"],
21701
21713
  handler: (async ({ contentTypeId, propertyAlias }) => {
@@ -22011,14 +22023,14 @@ var get_script_folder_by_path_default = _mcpserversdk.withStandardDecorators.cal
22011
22023
 
22012
22024
 
22013
22025
 
22014
- var outputSchema38 = _zod.z.object({
22026
+ var outputSchema39 = _zod.z.object({
22015
22027
  items: getItemScriptResponse
22016
22028
  });
22017
22029
  var GetScriptItemsTool = {
22018
22030
  name: "get-script-items",
22019
22031
  description: "Gets script items",
22020
22032
  inputSchema: getItemScriptQueryParams.shape,
22021
- outputSchema: outputSchema38.shape,
22033
+ outputSchema: outputSchema39.shape,
22022
22034
  annotations: { readOnlyHint: true },
22023
22035
  slices: ["list"],
22024
22036
  handler: (async (model) => {
@@ -22036,14 +22048,14 @@ var get_script_items_default = _mcpserversdk.withStandardDecorators.call(void 0,
22036
22048
 
22037
22049
 
22038
22050
 
22039
- var outputSchema39 = _zod.z.object({
22051
+ var outputSchema40 = _zod.z.object({
22040
22052
  items: getTreeScriptAncestorsResponse
22041
22053
  });
22042
22054
  var GetScriptTreeAncestorsTool = {
22043
22055
  name: "get-script-tree-ancestors",
22044
22056
  description: "Gets script tree ancestors",
22045
22057
  inputSchema: getTreeScriptAncestorsQueryParams.shape,
22046
- outputSchema: outputSchema39.shape,
22058
+ outputSchema: outputSchema40.shape,
22047
22059
  annotations: { readOnlyHint: true },
22048
22060
  slices: ["tree"],
22049
22061
  handler: (async (model) => {
@@ -22658,14 +22670,14 @@ var ServerCollection = {
22658
22670
 
22659
22671
 
22660
22672
 
22661
- var outputSchema40 = _zod.z.object({
22673
+ var outputSchema41 = _zod.z.object({
22662
22674
  items: getItemStaticFileResponse
22663
22675
  });
22664
22676
  var GetStaticFilesTool = {
22665
22677
  name: "get-static-files",
22666
22678
  description: "Lists static files with optional path filtering for browsing the file system",
22667
22679
  inputSchema: getItemStaticFileQueryParams.shape,
22668
- outputSchema: outputSchema40.shape,
22680
+ outputSchema: outputSchema41.shape,
22669
22681
  annotations: { readOnlyHint: true },
22670
22682
  slices: ["read"],
22671
22683
  handler: (async (params) => {
@@ -22725,14 +22737,14 @@ var get_children_default9 = _mcpserversdk.withStandardDecorators.call(void 0, Ge
22725
22737
 
22726
22738
 
22727
22739
 
22728
- var outputSchema41 = _zod.z.object({
22740
+ var outputSchema42 = _zod.z.object({
22729
22741
  items: getTreeStaticFileAncestorsResponse
22730
22742
  });
22731
22743
  var GetStaticFileAncestorsTool = {
22732
22744
  name: "get-static-file-ancestors",
22733
22745
  description: "Gets ancestor folders for navigation breadcrumbs by descendant path",
22734
22746
  inputSchema: getTreeStaticFileAncestorsQueryParams.shape,
22735
- outputSchema: outputSchema41.shape,
22747
+ outputSchema: outputSchema42.shape,
22736
22748
  annotations: { readOnlyHint: true },
22737
22749
  slices: ["tree"],
22738
22750
  handler: (async (params) => {
@@ -23014,14 +23026,14 @@ var delete_stylesheet_folder_default = _mcpserversdk.withStandardDecorators.call
23014
23026
 
23015
23027
 
23016
23028
 
23017
- var outputSchema42 = _zod.z.object({
23029
+ var outputSchema43 = _zod.z.object({
23018
23030
  items: getTreeStylesheetAncestorsResponse
23019
23031
  });
23020
23032
  var GetStylesheetAncestorsTool = {
23021
23033
  name: "get-stylesheet-ancestors",
23022
23034
  description: "Gets the ancestors of a stylesheet in the tree structure",
23023
23035
  inputSchema: getTreeStylesheetAncestorsQueryParams.shape,
23024
- outputSchema: outputSchema42.shape,
23036
+ outputSchema: outputSchema43.shape,
23025
23037
  annotations: { readOnlyHint: true },
23026
23038
  slices: ["tree"],
23027
23039
  handler: (async (model) => {
@@ -23081,14 +23093,14 @@ var get_root_default12 = _mcpserversdk.withStandardDecorators.call(void 0, GetSt
23081
23093
 
23082
23094
 
23083
23095
 
23084
- var outputSchema43 = _zod.z.object({
23096
+ var outputSchema44 = _zod.z.object({
23085
23097
  items: getItemStylesheetResponse
23086
23098
  });
23087
23099
  var GetStylesheetSearchTool = {
23088
23100
  name: "get-stylesheet-search",
23089
23101
  description: "Searches for stylesheets by name or path",
23090
23102
  inputSchema: getItemStylesheetQueryParams.shape,
23091
- outputSchema: outputSchema43.shape,
23103
+ outputSchema: outputSchema44.shape,
23092
23104
  annotations: { readOnlyHint: true },
23093
23105
  slices: ["search"],
23094
23106
  handler: (async (model) => {
@@ -23280,14 +23292,14 @@ var get_template_configuration_default = _mcpserversdk.withStandardDecorators.ca
23280
23292
 
23281
23293
 
23282
23294
 
23283
- var outputSchema44 = _zod.z.object({
23295
+ var outputSchema45 = _zod.z.object({
23284
23296
  items: getItemTemplateResponse
23285
23297
  });
23286
23298
  var GetTemplatesByIdArrayTool = {
23287
23299
  name: "get-templates-by-id-array",
23288
23300
  description: "Gets templates by IDs (or empty array if no IDs are provided)",
23289
23301
  inputSchema: getItemTemplateQueryParams.shape,
23290
- outputSchema: outputSchema44.shape,
23302
+ outputSchema: outputSchema45.shape,
23291
23303
  annotations: { readOnlyHint: true },
23292
23304
  slices: ["list"],
23293
23305
  handler: (async (params) => {
@@ -23403,14 +23415,14 @@ var get_template_query_settings_default = _mcpserversdk.withStandardDecorators.c
23403
23415
 
23404
23416
 
23405
23417
 
23406
- var outputSchema45 = _zod.z.object({
23418
+ var outputSchema46 = _zod.z.object({
23407
23419
  items: getTreeTemplateAncestorsResponse
23408
23420
  });
23409
23421
  var GetTemplateAncestorsTool = {
23410
23422
  name: "get-template-ancestors",
23411
23423
  description: "Gets the ancestors of a template by Id",
23412
23424
  inputSchema: getTreeTemplateAncestorsQueryParams.shape,
23413
- outputSchema: outputSchema45.shape,
23425
+ outputSchema: outputSchema46.shape,
23414
23426
  annotations: { readOnlyHint: true },
23415
23427
  slices: ["tree"],
23416
23428
  handler: (async (params) => {
@@ -23787,14 +23799,14 @@ var find_user_default = _mcpserversdk.withStandardDecorators.call(void 0, FindUs
23787
23799
 
23788
23800
 
23789
23801
 
23790
- var outputSchema46 = _zod.z.object({
23802
+ var outputSchema47 = _zod.z.object({
23791
23803
  items: getItemUserResponse
23792
23804
  });
23793
23805
  var GetItemUserTool = {
23794
23806
  name: "get-item-user",
23795
23807
  description: "Gets user items for selection lists and pickers",
23796
23808
  inputSchema: getItemUserQueryParams.shape,
23797
- outputSchema: outputSchema46.shape,
23809
+ outputSchema: outputSchema47.shape,
23798
23810
  annotations: { readOnlyHint: true },
23799
23811
  slices: ["read"],
23800
23812
  handler: (async (params) => {
@@ -23875,14 +23887,14 @@ var get_user_current_configuration_default = _mcpserversdk.withStandardDecorator
23875
23887
 
23876
23888
 
23877
23889
 
23878
- var outputSchema47 = _zod.z.object({
23890
+ var outputSchema48 = _zod.z.object({
23879
23891
  items: getUserCurrentLoginProvidersResponse
23880
23892
  });
23881
23893
  var GetUserCurrentLoginProvidersTool = {
23882
23894
  name: "get-user-current-login-providers",
23883
23895
  description: "Gets the current user's available login providers",
23884
23896
  inputSchema: {},
23885
- outputSchema: outputSchema47.shape,
23897
+ outputSchema: outputSchema48.shape,
23886
23898
  annotations: { readOnlyHint: true },
23887
23899
  slices: ["current-user"],
23888
23900
  handler: (async () => {
@@ -23921,14 +23933,14 @@ var get_user_current_permissions_default = _mcpserversdk.withStandardDecorators.
23921
23933
 
23922
23934
 
23923
23935
 
23924
- var outputSchema48 = _zod.z.object({
23936
+ var outputSchema49 = _zod.z.object({
23925
23937
  items: getUserCurrentPermissionsDocumentResponse
23926
23938
  });
23927
23939
  var GetUserCurrentPermissionsDocumentTool = {
23928
23940
  name: "get-user-current-permissions-document",
23929
23941
  description: "Gets the current user's document permissions for specific documents",
23930
23942
  inputSchema: getUserCurrentPermissionsDocumentQueryParams.shape,
23931
- outputSchema: outputSchema48.shape,
23943
+ outputSchema: outputSchema49.shape,
23932
23944
  annotations: { readOnlyHint: true },
23933
23945
  slices: ["permissions"],
23934
23946
  handler: (async (params) => {
@@ -24255,14 +24267,14 @@ var get_user_group_default = _mcpserversdk.withStandardDecorators.call(void 0, G
24255
24267
 
24256
24268
 
24257
24269
 
24258
- var outputSchema49 = _zod.z.object({
24270
+ var outputSchema50 = _zod.z.object({
24259
24271
  items: getItemUserGroupResponse
24260
24272
  });
24261
24273
  var GetUserGroupByIdArrayTool = {
24262
24274
  name: "get-user-group-by-id-array",
24263
24275
  description: "Gets user groups by an array of IDs",
24264
24276
  inputSchema: getItemUserGroupQueryParams.shape,
24265
- outputSchema: outputSchema49.shape,
24277
+ outputSchema: outputSchema50.shape,
24266
24278
  annotations: { readOnlyHint: true },
24267
24279
  slices: ["list"],
24268
24280
  handler: (async (params) => {
@@ -24483,14 +24495,14 @@ var get_webhook_by_id_default = _mcpserversdk.withStandardDecorators.call(void 0
24483
24495
 
24484
24496
 
24485
24497
 
24486
- var outputSchema50 = _zod.z.object({
24498
+ var outputSchema51 = _zod.z.object({
24487
24499
  items: getItemWebhookResponse
24488
24500
  });
24489
24501
  var GetWebhookItemTool = {
24490
24502
  name: "get-webhook-item",
24491
24503
  description: "Gets webhooks by IDs (or empty array if no IDs are provided)",
24492
24504
  inputSchema: getItemWebhookQueryParams.shape,
24493
- outputSchema: outputSchema50.shape,
24505
+ outputSchema: outputSchema51.shape,
24494
24506
  annotations: { readOnlyHint: true },
24495
24507
  slices: ["list"],
24496
24508
  handler: (async (params) => {
@@ -24871,4 +24883,4 @@ var allSliceNames = [...toolSliceNames, "other"];
24871
24883
 
24872
24884
 
24873
24885
  exports.__commonJS = __commonJS; exports.__toESM = __toESM; exports.UmbracoManagementClient = UmbracoManagementClient3; exports.availableCollections = availableCollections; exports.allModes = allModes; exports.allModeNames = allModeNames; exports.allSliceNames = allSliceNames;
24874
- //# sourceMappingURL=chunk-26S4BZ4G.cjs.map
24886
+ //# sourceMappingURL=chunk-ZMREPEAA.cjs.map