@daeda/mcp-pro 0.1.5 → 0.1.6
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4226,7 +4226,7 @@ operationType MUST match the HubSpot property type:
|
|
|
4226
4226
|
- BOOL \u2192 for boolean properties. Operators: IS_EQUAL_TO, IS_NOT_EQUAL_TO.
|
|
4227
4227
|
- TIME_POINT \u2192 for date/datetime properties (single point comparison).
|
|
4228
4228
|
- TIME_RANGED \u2192 for date/datetime properties (range with lowerBoundTimePoint / upperBoundTimePoint).
|
|
4229
|
-
- ALL_PROPERTY \u2192 any property type
|
|
4229
|
+
- ALL_PROPERTY \u2192 any property type. Operators: IS_KNOWN, IS_UNKNOWN, IS_BLANK, IS_NOT_BLANK. WARNING: IS_NOT_KNOWN is NOT valid \u2014 use IS_UNKNOWN instead.
|
|
4230
4230
|
Enum filter example: { filterType: "PROPERTY", property: "lifecyclestage", operation: { operationType: "ENUMERATION", operator: "IS_ANY_OF", values: ["lead"] } }
|
|
4231
4231
|
|
|
4232
4232
|
ASSOCIATION branches filter by associated records and MUST include these required fields:
|