For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
2.0.0 - 2026-05-14
Breaking Changes
EarnedRewardAttributes — class has been removed; update any references to use RewardNotificationAttributes instead.
EarnedRewardApprovedData.Attributes — property type changed from EarnedRewardAttributes to RewardNotificationAttributes; update object initializers and type references accordingly.
RewardNotificationAttributes — two new required properties added: TransactionId (string) and TransactionAmountInCents (int); existing object initializers must supply both values.
ValidTransactionAttributes — two new required properties added: TransactionId (string) and TransactionAmountInCents (int); existing object initializers must supply both values.
EarnedRewardSettledAttributes — two new required properties added: TransactionId (string) and TransactionAmountInCents (int); existing object initializers must supply both values.
1.1.0 - 2026-05-12
Added
LocationPartnerId — new type representing a third-party partner identifier (e.g. a Google place ID) associated with a location.
LocationPartnerIdType — new string enum type with a Google constant, used to identify the partner source on a LocationPartnerId.
LocationAttributes.PartnerIds — new optional property (IEnumerable<LocationPartnerId>?) exposing partner IDs on LOCAL locations.
1.0.1 - 2026-05-07
- chore: update required scope for CreateBulkTransactionsUploadUrlAsync
- Correct the documented required OAuth scope for the
CreateBulkTransactionsUploadUrlAsync method. The scope was previously
- listed as
transaction:write but the correct required scope is
files:write. This is a documentation-only fix with no change to the
- public API surface or runtime behavior.
- Key changes:
- Updated XML doc comment in
ITransactionsClient to reflect files:write scope
- Updated XML doc comment in
TransactionsClient to reflect files:write scope
- 🌿 Generated with Fern