@xoxno/sdk-js 0.1.351 → 0.1.353

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.
@@ -437,6 +437,11 @@ export type ActivityData = {
437
437
  egldValue: number;
438
438
  nftInfo: Pick<NftData, 'identifier' | 'collection' | 'name' | 'metadata' | 'url' | 'wasProcessed' | 'media'>;
439
439
  collectionInfo: ShortCollectionInfo;
440
+ originalTokenAmount?: string;
441
+ originalTokenAmountShort?: number;
442
+ originalTokenEgldValue?: number;
443
+ originalTokenUsdValue?: number;
444
+ originalTokenIdentifier?: string;
440
445
  };
441
446
  export type ShortCollectionInfo = Pick<ICollectionProfile, 'name' | 'isVerified' | 'isVisible' | 'profile' | 'description'> & {
442
447
  collectionSize: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.351",
3
+ "version": "0.1.353",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {