For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
chore: update XML doc comments for GetLocationsByUserRequest and RewardsClient
Improve inline documentation for the GetLocationsByUserRequest record
and the GetLocationsByUser method in both RewardsClient and
IRewardsClient. No public API surface was added, removed, or changed.
Key changes:
Added XML <summary> doc comments to FilterCity, FilterZipCode, FilterState, FilterLongitude, FilterLatitude, and FilterRadius properties on GetLocationsByUserRequest, clarifying their roles and constraints
Removed the outdated note about Longitude/Latitude being prioritized over State, City, and Zipcode from the GetLocationsByUser method summary in both RewardsClient and IRewardsClient
chore: update FilterSearch XML doc comment in GetOffersByUserRequest
Clarify the description of the FilterSearch property on
GetOffersByUserRequest to reflect that it performs a case-insensitive
substring search across both offer name and category name, not just
merchant name.
Key changes:
Updated XML doc comment on FilterSearch from “Case-insensitive search string to filter offers by merchant name” to “Case-insensitive substring search. Returns offers whose offer name or category name contains the search string.”
chore: update child organization name validation docs and tests
Reflect the relaxed naming rule for child organizations: names no longer
need to be uppercase with no spaces — they now require at least one
letter and may contain only letters and spaces.
Key changes:
Update XML doc comments on ChildOrganizationAttributes, CreateChildAttributes, and UpdateChildAttributes to describe the new name constraint
Update IChildrenClient and ChildrenClient summary comments to match the new validation rule
Update serialization test fixtures in CreateChildAttributesTest and UpdateChildAttributesTest to use mixed-case names with spaces (e.g. “Acme Child Bank”)