@ingenx-io/valets-schema-mcp-server 0.2.2 → 0.2.3

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.
Files changed (69) hide show
  1. package/data/docs/collections/firestore-paths.md +15 -0
  2. package/data/docs/enums/attention-status.md +1 -1
  3. package/data/docs/enums/booking-status.md +1 -1
  4. package/data/docs/enums/customer-payment-status.md +1 -1
  5. package/data/docs/enums/customer-payment-target-type.md +1 -1
  6. package/data/docs/enums/delivery-type.md +1 -1
  7. package/data/docs/enums/deployment-link-type.md +1 -1
  8. package/data/docs/enums/event-status.md +1 -1
  9. package/data/docs/enums/fulfillment-status.md +1 -1
  10. package/data/docs/enums/loyalty-transaction-type.md +1 -1
  11. package/data/docs/enums/notification-channel.md +24 -0
  12. package/data/docs/enums/notification-entity-type.md +26 -0
  13. package/data/docs/enums/notification-status.md +23 -0
  14. package/data/docs/enums/order-status.md +2 -2
  15. package/data/docs/enums/outbound-message-format.md +2 -2
  16. package/data/docs/enums/outbound-message-purpose.md +2 -2
  17. package/data/docs/enums/outbound-message-status.md +2 -2
  18. package/data/docs/enums/payment-method.md +2 -2
  19. package/data/docs/enums/payment-proof-status.md +2 -2
  20. package/data/docs/enums/payment-status.md +2 -2
  21. package/data/docs/enums/pending-issue.md +2 -2
  22. package/data/docs/enums/return-status.md +2 -2
  23. package/data/docs/enums/session-status.md +2 -2
  24. package/data/docs/enums/site-status.md +2 -2
  25. package/data/docs/enums/stocktake-frequency.md +2 -2
  26. package/data/docs/enums/stocktake-item-status.md +2 -2
  27. package/data/docs/enums/stocktake-status.md +2 -2
  28. package/data/docs/enums/ticket-status.md +2 -2
  29. package/data/docs/enums/waba-label.md +2 -2
  30. package/data/docs/enums/whatsapp-button-sub-type.md +2 -2
  31. package/data/docs/enums/whatsapp-template-component.md +2 -2
  32. package/data/docs/enums/whatsapp-template-status.md +2 -2
  33. package/data/docs/index.md +6 -2
  34. package/data/docs/models/allowed-user.md +1 -1
  35. package/data/docs/models/analytics-backfill.md +1 -1
  36. package/data/docs/models/analytics-daily.md +1 -1
  37. package/data/docs/models/analytics-event.md +1 -1
  38. package/data/docs/models/analytics-hourly.md +1 -1
  39. package/data/docs/models/booking-version.md +1 -1
  40. package/data/docs/models/booking.md +1 -1
  41. package/data/docs/models/customer-payment-allocation.md +1 -1
  42. package/data/docs/models/customer-payment.md +1 -1
  43. package/data/docs/models/customer.md +1 -1
  44. package/data/docs/models/event.md +1 -1
  45. package/data/docs/models/loyalty-config.md +1 -1
  46. package/data/docs/models/loyalty-reward.md +1 -1
  47. package/data/docs/models/loyalty-status.md +1 -1
  48. package/data/docs/models/loyalty-transaction.md +1 -1
  49. package/data/docs/models/magic-link-request.md +1 -1
  50. package/data/docs/models/metrics-current.md +1 -1
  51. package/data/docs/models/metrics-daily.md +1 -1
  52. package/data/docs/models/metrics-monthly.md +1 -1
  53. package/data/docs/models/notification-record.md +619 -0
  54. package/data/docs/models/order-item.md +2 -2
  55. package/data/docs/models/order.md +2 -2
  56. package/data/docs/models/sale.md +2 -2
  57. package/data/docs/models/site-payment.md +2 -2
  58. package/data/docs/models/site.md +2 -2
  59. package/data/docs/models/stocktake-item.md +2 -2
  60. package/data/docs/models/stocktake.md +2 -2
  61. package/data/docs/models/ticket.md +2 -2
  62. package/data/docs/models/whatsapp-inbound-message.md +2 -2
  63. package/data/docs/models/whatsapp-outbound-lifecycle-event.md +2 -2
  64. package/data/docs/models/whatsapp-outbound-message.md +2 -2
  65. package/data/docs/models/whatsapp-template.md +2 -2
  66. package/data/static/llms.txt +72 -0
  67. package/data/static/openapi.yaml +192 -0
  68. package/data/static/schemas.json +258 -1
  69. package/package.json +1 -1
@@ -459,7 +459,7 @@ Do not include in write requests. This field is set exclusively by the server (F
459
459
  **Description:** (Read-only, Denormalized) Derived summary from loyalty/status subcollection (D08). Source of truth is LoyaltyStatus.pointsBalance.
460
460
 
461
461
  ----------------------------------------------------------------------------------------------------------------------------
462
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
462
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
463
463
 
464
464
  :::warning Server-set
465
465
  Do not include in write requests. This field is set exclusively by the server (Firestore trigger or Admin SDK). Clients that send it will have the value silently ignored or may receive a validation error.
@@ -372,7 +372,7 @@ Do not include in write requests. This field is set exclusively by the server (F
372
372
  **Description:** (Immutable) FK → User/staff UID who created this event.
373
373
 
374
374
  ----------------------------------------------------------------------------------------------------------------------------
375
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
375
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
376
376
 
377
377
  :::info Immutable
378
378
  Set at creation only. This field cannot be modified after the document is created. Include it in CREATE payloads; omit it (or leave unchanged) in UPDATE payloads.
@@ -304,7 +304,7 @@ Do not include in write requests. This field is set exclusively by the server (F
304
304
  | **Required** | No |
305
305
 
306
306
  ----------------------------------------------------------------------------------------------------------------------------
307
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
307
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
308
308
 
309
309
  :::warning Server-set
310
310
  Do not include in write requests. This field is set exclusively by the server (Firestore trigger or Admin SDK). Clients that send it will have the value silently ignored or may receive a validation error.
@@ -229,7 +229,7 @@ Do not include in write requests. This field is set exclusively by the server (F
229
229
  | **Required** | No |
230
230
 
231
231
  ----------------------------------------------------------------------------------------------------------------------------
232
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
232
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
233
233
 
234
234
  :::warning Server-set
235
235
  Do not include in write requests. This field is set exclusively by the server (Firestore trigger or Admin SDK). Clients that send it will have the value silently ignored or may receive a validation error.
@@ -315,7 +315,7 @@ Do not include in write requests. This field is set exclusively by the server (F
315
315
  | **Required** | No |
316
316
 
317
317
  ----------------------------------------------------------------------------------------------------------------------------
318
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
318
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
319
319
 
320
320
  :::warning Server-set
321
321
  Do not include in write requests. This field is set exclusively by the server (Firestore trigger or Admin SDK). Clients that send it will have the value silently ignored or may receive a validation error.
@@ -313,7 +313,7 @@ Set at creation only. This field cannot be modified after the document is create
313
313
  **Description:** (Immutable, Denormalized) From User display name at creation time.
314
314
 
315
315
  ----------------------------------------------------------------------------------------------------------------------------
316
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
316
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
317
317
 
318
318
  :::info Immutable
319
319
  Set at creation only. This field cannot be modified after the document is created. Include it in CREATE payloads; omit it (or leave unchanged) in UPDATE payloads.
@@ -282,4 +282,4 @@ Set at creation only. This field cannot be modified after the document is create
282
282
  | **Required** | No |
283
283
 
284
284
  ----------------------------------------------------------------------------------------------------------------------------
285
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
285
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
@@ -525,7 +525,7 @@ Do not include in write requests. This field is set exclusively by the server (F
525
525
  | **Maximum** | ≤ 9007199254740991 |
526
526
 
527
527
  ----------------------------------------------------------------------------------------------------------------------------
528
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
528
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
529
529
 
530
530
  :::warning Server-set
531
531
  Do not include in write requests. This field is set exclusively by the server (Firestore trigger or Admin SDK). Clients that send it will have the value silently ignored or may receive a validation error.
@@ -541,7 +541,7 @@ Do not include in write requests. This field is set exclusively by the server (F
541
541
  **Description:** (Read-only) YYYY-MM-DD document ID repeated as a field. Identifies the day this snapshot covers.
542
542
 
543
543
  ----------------------------------------------------------------------------------------------------------------------------
544
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
544
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
545
545
 
546
546
  :::warning Server-set
547
547
  Do not include in write requests. This field is set exclusively by the server (Firestore trigger or Admin SDK). Clients that send it will have the value silently ignored or may receive a validation error.
@@ -541,7 +541,7 @@ Do not include in write requests. This field is set exclusively by the server (F
541
541
  **Description:** (Read-only) YYYY-MM document ID repeated as a field. Identifies the month this rollup covers.
542
542
 
543
543
  ----------------------------------------------------------------------------------------------------------------------------
544
- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 14:03:20 +0000
544
+ Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-05-27 at 15:51:05 +0000
545
545
 
546
546
  :::warning Server-set
547
547
  Do not include in write requests. This field is set exclusively by the server (Firestore trigger or Admin SDK). Clients that send it will have the value silently ignored or may receive a validation error.