@ingenx-io/valets-schema-mcp-server 0.1.7 → 0.1.8

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.
@@ -62,21 +62,21 @@ sidebar_position: 28
62
62
 
63
63
  **Description:** WhatsappInboundMessage — inbound WhatsApp message persisted from Meta Cloud API webhook (GH#36). Collection: whatsapp_inbound_messages/\{docId\} in ratenplate project. Top-level scope: company resolution happens post-ingestion.
64
64
 
65
- | Property | Pattern | Type | Deprecated | Definition | Title/Description |
66
- | ---------------------------- | ------- | ---------------- | ---------- | ------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
67
- | - [id](#id ) | No | string or null | No | - | (Read-only) Firestore document ID — wamid from Meta Cloud API. |
68
- | + [wabaId](#wabaId ) | No | string | No | - | (Immutable) Meta WABA ID identifying which business number received the message. |
69
- | + [waba](#waba ) | No | enum (of string) | No | In #/definitions/waba-label | (Immutable) Human-readable WABA label (cmz \| val). See WabaLabel enum. |
70
- | + [messageId](#messageId ) | No | string | No | - | (Immutable) WhatsApp message ID (wamid) returned by Meta — mirrors the document ID. |
71
- | + [from](#from ) | No | string | No | - | (Immutable) Sender phone number in E.164 format. |
72
- | + [type](#type ) | No | Combination | No | - | (Immutable) Meta message type. |
73
- | + [timestamp](#timestamp ) | No | object | No | In #/definitions/firestore-timestamp | (Immutable) Message timestamp as reported by Meta. |
74
- | + [receivedAt](#receivedAt ) | No | object | No | In #/definitions/firestore-timestamp | (Read-only) Server-side ingestion time set by the Cloud Function. |
75
- | - [text](#text ) | No | string or null | No | - | Message body text. Present on type=text messages only. |
76
- | - [mediaId](#mediaId ) | No | string or null | No | - | Meta media ID. Present on image, audio, video, document, sticker messages. |
77
- | - [caption](#caption ) | No | string or null | No | - | Media caption text. Present when the sender included a caption. |
78
- | - [storageUrl](#storageUrl ) | No | string or null | No | - | Durable Cloud Storage URL for the downloaded media binary. Present after the CF downloads and stores the media. |
79
- | - [context](#context ) | No | object or null | No | - | Reply/forward context. Present on replies and forwarded messages. |
65
+ | Property | Pattern | Type | Deprecated | Definition | Title/Description |
66
+ | ---------------------------- | ------- | ---------------- | ---------- | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
67
+ | - [id](#id ) | No | string or null | No | - | (Read-only) Firestore document ID — wamid from Meta Cloud API. |
68
+ | + [wabaId](#wabaId ) | No | string | No | - | (Immutable) Meta WABA ID identifying which business number received the message. |
69
+ | + [waba](#waba ) | No | enum (of string) | No | In #/definitions/waba-label | (Immutable) Human-readable WABA label (cmz \| val). See WabaLabel enum. |
70
+ | + [messageId](#messageId ) | No | string | No | - | (Immutable) WhatsApp message ID (wamid) returned by Meta — mirrors the document ID. |
71
+ | + [from](#from ) | No | string | No | - | (Immutable) Sender phone number in E.164 format. |
72
+ | + [type](#type ) | No | Combination | No | - | (Immutable) Meta message type. |
73
+ | + [timestamp](#timestamp ) | No | object | No | In #/definitions/firestore-timestamp | (Immutable) Message timestamp as reported by Meta. |
74
+ | + [receivedAt](#receivedAt ) | No | object | No | In #/definitions/firestore-timestamp | (Read-only) Server-side ingestion timestamp. |
75
+ | - [text](#text ) | No | string or null | No | - | Message body text. Present on type=text messages only. |
76
+ | - [mediaId](#mediaId ) | No | string or null | No | - | Meta media ID. Present on image, audio, video, document, sticker messages. |
77
+ | - [caption](#caption ) | No | string or null | No | - | Media caption text. Present when the sender included a caption. |
78
+ | - [storageUrl](#storageUrl ) | No | string or null | No | - | Durable Cloud Storage URL for the downloaded media binary. Present after the media has been fetched and stored server-side. |
79
+ | - [context](#context ) | No | object or null | No | - | Reply/forward context. Present on replies and forwarded messages. |
80
80
 
81
81
  ## <a name="id"></a>1. Property `id`
82
82
 
@@ -250,7 +250,7 @@ Set at creation only. This field cannot be modified after the document is create
250
250
  | **Additional properties** | Not allowed |
251
251
  | **Defined in** | #/definitions/firestore-timestamp |
252
252
 
253
- **Description:** (Read-only) Server-side ingestion time set by the Cloud Function.
253
+ **Description:** (Read-only) Server-side ingestion timestamp.
254
254
 
255
255
  | Property | Pattern | Type | Deprecated | Definition | Title/Description |
256
256
  | ------------------------------------------ | ------- | ------- | ---------- | ---------- | ----------------- |
@@ -319,7 +319,7 @@ Do not include in write requests. This field is set exclusively by the server (F
319
319
  | **Type** | `string or null` |
320
320
  | **Required** | No |
321
321
 
322
- **Description:** Durable Cloud Storage URL for the downloaded media binary. Present after the CF downloads and stores the media.
322
+ **Description:** Durable Cloud Storage URL for the downloaded media binary. Present after the media has been fetched and stored server-side.
323
323
 
324
324
  ## <a name="context"></a>13. Property `context`
325
325
 
@@ -366,4 +366,4 @@ Do not include in write requests. This field is set exclusively by the server (F
366
366
  Specific value: `true`
367
367
 
368
368
  ----------------------------------------------------------------------------------------------------------------------------
369
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-15 at 16:32:39 +0000
369
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-15 at 17:25:23 +0000
@@ -1484,11 +1484,11 @@ Fields: 13 (7 required)
1484
1484
  | from | string | yes | (Immutable) Sender phone number in E.164 format. |
1485
1485
  | type | any | yes | (Immutable) Meta message type. |
1486
1486
  | timestamp | FirestoreTimestamp | yes | (Immutable) Message timestamp as reported by Meta. |
1487
- | receivedAt | FirestoreTimestamp | yes | (Read-only) Server-side ingestion time set by the Cloud Function. |
1487
+ | receivedAt | FirestoreTimestamp | yes | (Read-only) Server-side ingestion timestamp. |
1488
1488
  | text | ['string', 'null'] | no | Message body text. Present on type=text messages only. |
1489
1489
  | mediaId | ['string', 'null'] | no | Meta media ID. Present on image, audio, video, document, sticker messages. |
1490
1490
  | caption | ['string', 'null'] | no | Media caption text. Present when the sender included a caption. |
1491
- | storageUrl | ['string', 'null'] | no | Durable Cloud Storage URL for the downloaded media binary. Present after the CF downloads and stores the media. |
1491
+ | storageUrl | ['string', 'null'] | no | Durable Cloud Storage URL for the downloaded media binary. Present after the media has been fetched and stored server-side. |
1492
1492
  | context | ['object', 'null'] | no | Reply/forward context. Present on replies and forwarded messages. |
1493
1493
 
1494
1494
  Example:
@@ -4433,7 +4433,7 @@ components:
4433
4433
  x-immutable: true
4434
4434
  receivedAt:
4435
4435
  $ref: '#/components/schemas/FirestoreTimestamp'
4436
- description: (Read-only) Server-side ingestion time set by the Cloud Function.
4436
+ description: (Read-only) Server-side ingestion timestamp.
4437
4437
  readOnly: true
4438
4438
  text:
4439
4439
  description: Message body text. Present on type=text messages only.
@@ -4453,7 +4453,7 @@ components:
4453
4453
  - 'null'
4454
4454
  storageUrl:
4455
4455
  description: Durable Cloud Storage URL for the downloaded media binary.
4456
- Present after the CF downloads and stores the media.
4456
+ Present after the media has been fetched and stored server-side.
4457
4457
  type:
4458
4458
  - string
4459
4459
  - 'null'
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "description": "@valets/schema \u2014 consolidated schema bundle",
4
- "generated": "2026-05-15T16:32:39.367964+00:00",
4
+ "generated": "2026-05-15T17:25:23.386115+00:00",
5
5
  "schemas": {
6
6
  "allowed-user": {
7
7
  "type": "object",
@@ -5602,7 +5602,7 @@
5602
5602
  },
5603
5603
  "receivedAt": {
5604
5604
  "$ref": "#/definitions/firestore-timestamp",
5605
- "description": "(Read-only) Server-side ingestion time set by the Cloud Function.",
5605
+ "description": "(Read-only) Server-side ingestion timestamp.",
5606
5606
  "readOnly": true
5607
5607
  },
5608
5608
  "text": {
@@ -5627,7 +5627,7 @@
5627
5627
  ]
5628
5628
  },
5629
5629
  "storageUrl": {
5630
- "description": "Durable Cloud Storage URL for the downloaded media binary. Present after the CF downloads and stores the media.",
5630
+ "description": "Durable Cloud Storage URL for the downloaded media binary. Present after the media has been fetched and stored server-side.",
5631
5631
  "type": [
5632
5632
  "string",
5633
5633
  "null"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ingenx-io/valets-schema-mcp-server",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "MCP server exposing @valets/schema documentation to AI agents",
5
5
  "type": "module",
6
6
  "main": "index.js",