@open-mercato/webhooks 0.6.6-develop.5903.1.33a2be39eb → 0.6.6-develop.6088.1.e6193c2018
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/dist/modules/webhooks/index.js +1 -1
- package/dist/modules/webhooks/index.js.map +1 -1
- package/dist/modules/webhooks/integration.js +1 -1
- package/dist/modules/webhooks/integration.js.map +1 -1
- package/package.json +7 -6
- package/src/modules/webhooks/index.ts +1 -1
- package/src/modules/webhooks/integration.ts +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/webhooks/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'webhooks',\n title: 'Webhooks',\n version: '0.1.0',\n description: 'Standard Webhooks compliant outbound webhook delivery for platform events.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'webhooks',\n title: 'Webhooks',\n version: '0.1.0',\n description: 'Standard Webhooks compliant outbound webhook delivery for platform events.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
|
|
5
5
|
"mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -13,7 +13,7 @@ const integration = {
|
|
|
13
13
|
version: "1.0.0",
|
|
14
14
|
author: "Open Mercato Team",
|
|
15
15
|
company: "Open Mercato",
|
|
16
|
-
license: "
|
|
16
|
+
license: "MIT",
|
|
17
17
|
tags: ["webhooks", "automation", "events", "standard-webhooks"],
|
|
18
18
|
detailPage: {
|
|
19
19
|
widgetSpotId: webhookCustomDetailWidgetSpotId,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/webhooks/integration.ts"],
|
|
4
|
-
"sourcesContent": ["import { buildIntegrationDetailWidgetSpotId, type IntegrationBundle, type IntegrationDefinition } from '@open-mercato/shared/modules/integrations/types'\n\nexport const webhookCustomIntegrationId = 'webhook_custom'\nexport const webhookCustomDetailWidgetSpotId = buildIntegrationDetailWidgetSpotId(webhookCustomIntegrationId)\n\nexport const integration: IntegrationDefinition = {\n id: webhookCustomIntegrationId,\n title: 'Custom Webhooks',\n description: 'Send and receive webhooks using the Standard Webhooks specification.',\n category: 'webhook',\n hub: 'webhook_endpoints',\n providerKey: webhookCustomIntegrationId,\n icon: 'webhook',\n package: '@open-mercato/webhooks',\n version: '1.0.0',\n author: 'Open Mercato Team',\n company: 'Open Mercato',\n license: '
|
|
4
|
+
"sourcesContent": ["import { buildIntegrationDetailWidgetSpotId, type IntegrationBundle, type IntegrationDefinition } from '@open-mercato/shared/modules/integrations/types'\n\nexport const webhookCustomIntegrationId = 'webhook_custom'\nexport const webhookCustomDetailWidgetSpotId = buildIntegrationDetailWidgetSpotId(webhookCustomIntegrationId)\n\nexport const integration: IntegrationDefinition = {\n id: webhookCustomIntegrationId,\n title: 'Custom Webhooks',\n description: 'Send and receive webhooks using the Standard Webhooks specification.',\n category: 'webhook',\n hub: 'webhook_endpoints',\n providerKey: webhookCustomIntegrationId,\n icon: 'webhook',\n package: '@open-mercato/webhooks',\n version: '1.0.0',\n author: 'Open Mercato Team',\n company: 'Open Mercato',\n license: 'MIT',\n tags: ['webhooks', 'automation', 'events', 'standard-webhooks'],\n detailPage: {\n widgetSpotId: webhookCustomDetailWidgetSpotId,\n hiddenTabs: ['credentials', 'health', 'logs'],\n },\n defaultState: {\n isEnabled: true,\n },\n credentials: {\n fields: [\n {\n key: 'notifyOnFailedDelivery',\n label: 'Notify Admins On Failed Delivery',\n type: 'boolean',\n helpText: 'Send an in-app notification to admin users when a webhook delivery finally fails after retries are exhausted.',\n },\n ],\n },\n}\n\nexport const integrations: IntegrationDefinition[] = [integration]\nexport const bundles: IntegrationBundle[] = []\nexport const bundle: IntegrationBundle | undefined = undefined\n"],
|
|
5
5
|
"mappings": "AAAA,SAAS,0CAA8F;AAEhG,MAAM,6BAA6B;AACnC,MAAM,kCAAkC,mCAAmC,0BAA0B;AAErG,MAAM,cAAqC;AAAA,EAChD,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,aAAa;AAAA,EACb,UAAU;AAAA,EACV,KAAK;AAAA,EACL,aAAa;AAAA,EACb,MAAM;AAAA,EACN,SAAS;AAAA,EACT,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,SAAS;AAAA,EACT,MAAM,CAAC,YAAY,cAAc,UAAU,mBAAmB;AAAA,EAC9D,YAAY;AAAA,IACV,cAAc;AAAA,IACd,YAAY,CAAC,eAAe,UAAU,MAAM;AAAA,EAC9C;AAAA,EACA,cAAc;AAAA,IACZ,WAAW;AAAA,EACb;AAAA,EACA,aAAa;AAAA,IACX,QAAQ;AAAA,MACN;AAAA,QACE,KAAK;AAAA,QACL,OAAO;AAAA,QACP,MAAM;AAAA,QACN,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,EACF;AACF;AAEO,MAAM,eAAwC,CAAC,WAAW;AAC1D,MAAM,UAA+B,CAAC;AACtC,MAAM,SAAwC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-mercato/webhooks",
|
|
3
|
-
"version": "0.6.6-develop.
|
|
3
|
+
"version": "0.6.6-develop.6088.1.e6193c2018",
|
|
4
|
+
"license": "MIT",
|
|
4
5
|
"description": "Webhooks module for Open Mercato — Standard Webhooks compliant outbound/inbound delivery",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "./dist/index.js",
|
|
@@ -69,19 +70,19 @@
|
|
|
69
70
|
}
|
|
70
71
|
},
|
|
71
72
|
"dependencies": {
|
|
72
|
-
"@open-mercato/core": "0.6.6-develop.
|
|
73
|
-
"@open-mercato/queue": "0.6.6-develop.
|
|
74
|
-
"@open-mercato/ui": "0.6.6-develop.
|
|
73
|
+
"@open-mercato/core": "0.6.6-develop.6088.1.e6193c2018",
|
|
74
|
+
"@open-mercato/queue": "0.6.6-develop.6088.1.e6193c2018",
|
|
75
|
+
"@open-mercato/ui": "0.6.6-develop.6088.1.e6193c2018",
|
|
75
76
|
"svix": "^1.95.2"
|
|
76
77
|
},
|
|
77
78
|
"peerDependencies": {
|
|
78
79
|
"@mikro-orm/postgresql": "^7.0.14",
|
|
79
|
-
"@open-mercato/shared": "0.6.6-develop.
|
|
80
|
+
"@open-mercato/shared": "0.6.6-develop.6088.1.e6193c2018",
|
|
80
81
|
"react": "^19.0.0",
|
|
81
82
|
"react-dom": "^19.0.0"
|
|
82
83
|
},
|
|
83
84
|
"devDependencies": {
|
|
84
|
-
"@open-mercato/shared": "0.6.6-develop.
|
|
85
|
+
"@open-mercato/shared": "0.6.6-develop.6088.1.e6193c2018",
|
|
85
86
|
"@types/jest": "^30.0.0",
|
|
86
87
|
"@types/react": "^19.2.17",
|
|
87
88
|
"@types/react-dom": "^19.2.3",
|
|
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
|
|
|
6
6
|
version: '0.1.0',
|
|
7
7
|
description: 'Standard Webhooks compliant outbound webhook delivery for platform events.',
|
|
8
8
|
author: 'Open Mercato Team',
|
|
9
|
-
license: '
|
|
9
|
+
license: 'MIT',
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
export { features } from './acl'
|
|
@@ -15,7 +15,7 @@ export const integration: IntegrationDefinition = {
|
|
|
15
15
|
version: '1.0.0',
|
|
16
16
|
author: 'Open Mercato Team',
|
|
17
17
|
company: 'Open Mercato',
|
|
18
|
-
license: '
|
|
18
|
+
license: 'MIT',
|
|
19
19
|
tags: ['webhooks', 'automation', 'events', 'standard-webhooks'],
|
|
20
20
|
detailPage: {
|
|
21
21
|
widgetSpotId: webhookCustomDetailWidgetSpotId,
|