legend-transactional 2.5.0 → 2.5.1

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/dist/index.d.mts CHANGED
@@ -155,6 +155,11 @@ interface CompletedRanking {
155
155
  nftBlockchainNetwork?: string;
156
156
  nftContractAddress?: string;
157
157
  walletCryptoAsset?: string;
158
+ /** Optional notification config forwarded from rankings (dynamic template data) */
159
+ notificationConfig?: Record<string, unknown> & {
160
+ button_link?: string;
161
+ button_text?: string;
162
+ };
158
163
  }
159
164
  /**
160
165
  * Represents the possible genders a social user can have
package/dist/index.d.ts CHANGED
@@ -155,6 +155,11 @@ interface CompletedRanking {
155
155
  nftBlockchainNetwork?: string;
156
156
  nftContractAddress?: string;
157
157
  walletCryptoAsset?: string;
158
+ /** Optional notification config forwarded from rankings (dynamic template data) */
159
+ notificationConfig?: Record<string, unknown> & {
160
+ button_link?: string;
161
+ button_text?: string;
162
+ };
158
163
  }
159
164
  /**
160
165
  * Represents the possible genders a social user can have
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "legend-transactional",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "A simple transactional, event-driven communication framework for microservices using RabbitMQ",
5
5
  "author": "Jorge Clavijo <jym272@gmail.com> (https://github.com/jym272)",
6
6
  "license": "MIT",