@webiny/mcp 6.4.0-beta.0 → 6.4.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/mcp",
3
- "version": "6.4.0-beta.0",
3
+ "version": "6.4.0-beta.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js",
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@types/lodash": "4.17.24",
30
30
  "@types/ncp": "2.0.8",
31
- "@webiny/build-tools": "6.4.0-beta.0",
31
+ "@webiny/build-tools": "6.4.0-beta.1",
32
32
  "execa": "5.1.1",
33
33
  "tsx": "4.21.0",
34
34
  "typescript": "6.0.3"
@@ -36,5 +36,5 @@
36
36
  "scripts": {
37
37
  "prepublishOnly": "bash ./prepublishOnly.sh"
38
38
  },
39
- "gitHead": "a545d7529828af07d08d49c3da1bcb967483b9ce"
39
+ "gitHead": "73237b8243693038c072bae1c0b783387448cbbe"
40
40
  }
@@ -2,7 +2,7 @@
2
2
  name: webiny-admin-website-builder-catalog
3
3
  context: webiny-api
4
4
  description: >
5
- admin/website-builder — 63 abstractions.
5
+ admin/website-builder — 64 abstractions.
6
6
  ---
7
7
 
8
8
  # admin/website-builder
@@ -212,6 +212,11 @@ which can be mutated in place.
212
212
  **Import:** `import { PageTypeProvider } from "webiny/admin/website-builder"`
213
213
  **Source:** `@webiny/app-website-builder/presentation/pages/CreatePage/abstractions.ts`
214
214
 
215
+ ---
216
+ **Name:** `PreviewUrlModifier`
217
+ **Import:** `import { PreviewUrlModifier } from "webiny/admin/website-builder"`
218
+ **Source:** `@webiny/app-website-builder/features/previewUrl/abstractions.ts`
219
+
215
220
  ---
216
221
  **Name:** `RedirectListConfig`
217
222
  **Import:** `import { RedirectListConfig } from "webiny/admin/website-builder/redirect/list"`
@@ -2,7 +2,7 @@
2
2
  name: webiny-api-cms-catalog
3
3
  context: webiny-api
4
4
  description: >
5
- API — Headless CMS — 127 abstractions.
5
+ API — Headless CMS — 133 abstractions.
6
6
  Entry, model, and group event handlers and use cases.
7
7
  ---
8
8
 
@@ -173,6 +173,16 @@ Entry, model, and group event handlers and use cases.
173
173
  **Source:** `@webiny/api-headless-cms/features/contentEntry/ContentEntryTraverser/index.ts`
174
174
  **Description:** Traverse the given content entry data using the model's AST.
175
175
 
176
+ ---
177
+ **Name:** `CreateEntryDataFactory`
178
+ **Import:** `import { CreateEntryDataFactory } from "webiny/api/cms/entry"`
179
+ **Source:** `@webiny/api-headless-cms/features/contentEntry/entryDataFactories/CreateEntryDataFactory/abstractions.ts`
180
+
181
+ ---
182
+ **Name:** `CreateEntryRevisionFromDataFactory`
183
+ **Import:** `import { CreateEntryRevisionFromDataFactory } from "webiny/api/cms/entry"`
184
+ **Source:** `@webiny/api-headless-cms/features/contentEntry/entryDataFactories/CreateEntryRevisionFromDataFactory/abstractions.ts`
185
+
176
186
  ---
177
187
  **Name:** `CreateEntryRevisionFromUseCase`
178
188
  **Import:** `import { CreateEntryRevisionFromUseCase } from "webiny/api/cms/entry"`
@@ -203,6 +213,21 @@ Entry, model, and group event handlers and use cases.
203
213
  **Source:** `@webiny/api-headless-cms/features/contentModel/CreateModel/abstractions.ts`
204
214
  **Description:** Create a new content model.
205
215
 
216
+ ---
217
+ **Name:** `CreatePublishEntryDataFactory`
218
+ **Import:** `import { CreatePublishEntryDataFactory } from "webiny/api/cms/entry"`
219
+ **Source:** `@webiny/api-headless-cms/features/contentEntry/entryDataFactories/CreatePublishEntryDataFactory/abstractions.ts`
220
+
221
+ ---
222
+ **Name:** `CreateRepublishEntryDataFactory`
223
+ **Import:** `import { CreateRepublishEntryDataFactory } from "webiny/api/cms/entry"`
224
+ **Source:** `@webiny/api-headless-cms/features/contentEntry/entryDataFactories/CreateRepublishEntryDataFactory/abstractions.ts`
225
+
226
+ ---
227
+ **Name:** `CreateUnpublishEntryDataFactory`
228
+ **Import:** `import { CreateUnpublishEntryDataFactory } from "webiny/api/cms/entry"`
229
+ **Source:** `@webiny/api-headless-cms/features/contentEntry/entryDataFactories/CreateUnpublishEntryDataFactory/abstractions.ts`
230
+
206
231
  ---
207
232
  **Name:** `DataFieldBuilder`
208
233
  **Import:** `import { DataFieldBuilder } from "webiny/api/cms/model"`
@@ -735,6 +760,11 @@ Call .private() or .public() to get the appropriate typed builder.
735
760
  **Source:** `@webiny/api-headless-cms/features/contentEntry/UnpublishEntry/abstractions.ts`
736
761
  **Description:** Unpublish a content entry.
737
762
 
763
+ ---
764
+ **Name:** `UpdateEntryDataFactory`
765
+ **Import:** `import { UpdateEntryDataFactory } from "webiny/api/cms/entry"`
766
+ **Source:** `@webiny/api-headless-cms/features/contentEntry/entryDataFactories/UpdateEntryDataFactory/abstractions.ts`
767
+
738
768
  ---
739
769
  **Name:** `UpdateEntryUseCase`
740
770
  **Import:** `import { UpdateEntryUseCase } from "webiny/api/cms/entry"`
@@ -0,0 +1,106 @@
1
+ ---
2
+ name: webiny-api-webhooks-catalog
3
+ context: webiny-api
4
+ description: >
5
+ api/webhooks — 15 abstractions.
6
+ ---
7
+
8
+ # api/webhooks
9
+
10
+ ## How to Use
11
+
12
+ 1. Find the abstraction you need below
13
+ 2. You MUST read the source file to get the exact interface and types!
14
+ 3. Import: `import { Name } from "<importPath>";`
15
+ 4. See `webiny-use-case-pattern` or `webiny-event-handler-pattern` skills for implementation patterns
16
+
17
+ ## Abstractions
18
+
19
+ ---
20
+ **Name:** `createWebhooks`
21
+ **Import:** `import { createWebhooks } from "webiny/api/webhooks"`
22
+ **Source:** `@webiny/webhooks/api/index.ts`
23
+
24
+ ---
25
+ **Name:** `IListMeta`
26
+ **Kind:** type
27
+ **Import:** `import type { IListMeta } from "webiny/api/webhooks"`
28
+ **Source:** `@webiny/webhooks/api/features/ListWebhooks/abstractions.ts`
29
+
30
+ ---
31
+ **Name:** `IWebhookPayload`
32
+ **Kind:** type
33
+ **Import:** `import type { IWebhookPayload } from "webiny/api/webhooks"`
34
+ **Source:** `@webiny/webhooks/api/features/SendWebhookTask/types.ts`
35
+
36
+ ---
37
+ **Name:** `Webhook`
38
+ **Kind:** type
39
+ **Import:** `import type { Webhook } from "webiny/api/webhooks"`
40
+ **Source:** `@webiny/webhooks/api/domain/Webhook.ts`
41
+
42
+ ---
43
+ **Name:** `WebhookCmsEntry`
44
+ **Kind:** type
45
+ **Import:** `import type { WebhookCmsEntry } from "webiny/api/webhooks"`
46
+ **Source:** `@webiny/webhooks/api/domain/Webhook.ts`
47
+
48
+ ---
49
+ **Name:** `WebhookCmsEntryValues`
50
+ **Kind:** type
51
+ **Import:** `import type { WebhookCmsEntryValues } from "webiny/api/webhooks"`
52
+ **Source:** `@webiny/webhooks/api/domain/Webhook.ts`
53
+
54
+ ---
55
+ **Name:** `WebhookDelivery`
56
+ **Kind:** type
57
+ **Import:** `import type { WebhookDelivery } from "webiny/api/webhooks"`
58
+ **Source:** `@webiny/webhooks/api/domain/WebhookDelivery.ts`
59
+
60
+ ---
61
+ **Name:** `WebhookDeliveryCmsEntry`
62
+ **Kind:** type
63
+ **Import:** `import type { WebhookDeliveryCmsEntry } from "webiny/api/webhooks"`
64
+ **Source:** `@webiny/webhooks/api/domain/WebhookDelivery.ts`
65
+
66
+ ---
67
+ **Name:** `WebhookDeliveryCmsEntryValues`
68
+ **Kind:** type
69
+ **Import:** `import type { WebhookDeliveryCmsEntryValues } from "webiny/api/webhooks"`
70
+ **Source:** `@webiny/webhooks/api/domain/WebhookDelivery.ts`
71
+
72
+ ---
73
+ **Name:** `WebhookDeliveryStatus`
74
+ **Kind:** type
75
+ **Import:** `import type { WebhookDeliveryStatus } from "webiny/api/webhooks"`
76
+ **Source:** `@webiny/webhooks/api/domain/WebhookDelivery.ts`
77
+
78
+ ---
79
+ **Name:** `WebhookDispatcher`
80
+ **Import:** `import { WebhookDispatcher } from "webiny/api/webhooks"`
81
+ **Source:** `@webiny/api-core/features/webhooks/index.ts`
82
+ **Description:** Routes a domain event to all matching enabled webhooks via background tasks.
83
+
84
+ ---
85
+ **Name:** `WebhookFactory`
86
+ **Import:** `import { WebhookFactory } from "webiny/api/webhooks"`
87
+ **Source:** `@webiny/api-core/features/webhooks/index.ts`
88
+
89
+ ---
90
+ **Name:** `WebhookProvider`
91
+ **Import:** `import { WebhookProvider } from "webiny/api/webhooks"`
92
+ **Source:** `@webiny/api-core/features/webhooks/index.ts`
93
+
94
+ ---
95
+ **Name:** `WebhookSignPayload`
96
+ **Import:** `import { WebhookSignPayload } from "webiny/api/webhooks"`
97
+ **Source:** `@webiny/api-core/features/webhooks/index.ts`
98
+ **Description:** Signs webhook payloads using the Standard Webhooks spec (https://www.standardwebhooks.com).
99
+
100
+ ---
101
+ **Name:** `WebhookVerifyPayload`
102
+ **Import:** `import { WebhookVerifyPayload } from "webiny/api/webhooks"`
103
+ **Source:** `@webiny/api-core/features/webhooks/index.ts`
104
+ **Description:** Verifies incoming webhook payloads using the Standard Webhooks spec (https://www.standardwebhooks.com).
105
+
106
+ ---