@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
|
@@ -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;
|