@compassdigital/sdk.typescript 4.775.0 → 4.776.0

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": "@compassdigital/sdk.typescript",
3
- "version": "4.775.0",
3
+ "version": "4.776.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -238,7 +238,7 @@ export interface GetAnnouncementsQuery {
238
238
  // Filter by latest end date (schedule_end). See `end_date_start` for index selection.
239
239
  end_date_end?: string;
240
240
  realm?: string;
241
- // Filter by announcement name
241
+ // Filter by announcement name. Case-insensitive partial match.
242
242
  name?: string;
243
243
  // Filter by announcement position
244
244
  position?: number;