@startbahn/startrail-sdk-js 1.34.0-beta.2 → 1.34.0-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startbahn/startrail-sdk-js",
3
- "version": "1.34.0-beta.2",
3
+ "version": "1.34.0-beta.3",
4
4
  "description": "Startrail Api for JS SDK",
5
5
  "main": "dist/startrail-sdk.js",
6
6
  "types": "types/startrail-sdk-js.d.ts",
@@ -111,7 +111,7 @@ declare module '@startbahn/startrail-sdk-js' {
111
111
  declare module '@startbahn/startrail-sdk-js/types' {
112
112
  import { TypedDataDomain, TypedDataField } from '@ethersproject/abstract-signer';
113
113
  import type { TorusParams } from '@toruslabs/torus-embed';
114
- export export interface AddCustomHistoriesToSRRs extends ContractAddress, Pick<HTTPHeadersForStartrailLUW, 'startrailLUWContractAddress'> {
114
+ export interface AddCustomHistoriesToSRRs extends ContractAddress, Pick<HTTPHeadersForStartrailLUW, 'startrailLUWContractAddress'> {
115
115
  tokenIds: string[];
116
116
  customHistoryIds: string[];
117
117
  }