@xoxno/sdk-js 0.1.352 → 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.
@@ -441,6 +441,7 @@ export type ActivityData = {
441
441
  originalTokenAmountShort?: number;
442
442
  originalTokenEgldValue?: number;
443
443
  originalTokenUsdValue?: number;
444
+ originalTokenIdentifier?: string;
444
445
  };
445
446
  export type ShortCollectionInfo = Pick<ICollectionProfile, 'name' | 'isVerified' | 'isVisible' | 'profile' | 'description'> & {
446
447
  collectionSize: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.352",
3
+ "version": "0.1.353",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {