changedInput schema / properties / indexerUrl / description
Previous value: -"Optional indexer URL override (default: BYTE_INDEXER_URL env or http://localhost:8080)"New value: +"Optional indexer URL override (default: INDEXER_URL/BYTE_INDEXER_URL env or https://feeds.payperbyte.io)"
addedOutput schema / properties / subscriptions / items / properties / lastMessageAt / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / subscriptions / items / properties / lastMessageAt / type
Removed value: -"number"
addedOutput schema / properties / subscriptions / items / properties / spend30dUsdc
Added value: +{
+ "description": "USDC spent in last 30 days (decimal string)",
+ "type": "string"
+}
addedOutput schema / properties / subscriptions / items / properties / spend7dUsdc
Added value: +{
+ "description": "USDC spent in last 7 days (decimal string)",
+ "type": "string"
+}
removedOutput schema / properties / subscriptions / items / properties / spent30d
Removed value: -{
- "description": "USDC spent in last 30 days (atomic)",
- "type": "string"
-}
removedOutput schema / properties / subscriptions / items / properties / spent7d
Removed value: -{
- "description": "USDC spent in last 7 days (atomic)",
- "type": "string"
-}
addedOutput schema / properties / subscriptions / items / properties / status / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / subscriptions / items / properties / status / description
Previous value: -"Subscription status"New value: +"Subscription status (string label or numeric code)"
removedOutput schema / properties / subscriptions / items / properties / status / type
Removed value: -"string"
addedOutput schema / properties / subscriptions / items / properties / subscribedAt / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / subscriptions / items / properties / subscribedAt / type
Removed value: -"number"