@startbahn/startrail-sdk-js 1.34.0-beta.1 → 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.1",
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",
@@ -123,7 +123,7 @@ declare module '@startbahn/startrail-sdk-js/types' {
123
123
  isCompressEnabled?: boolean;
124
124
  isHashPreimageEnabled?: boolean;
125
125
  }
126
- interface AuthAction {
126
+ export interface AuthAction {
127
127
  login: boolean;
128
128
  signup: boolean;
129
129
  }
@@ -268,7 +268,7 @@ declare module '@startbahn/startrail-sdk-js/types' {
268
268
  export interface TransferFromWithProvenanceWithMetadataUpdate extends ContractAddress, TransferFromWithProvenance {
269
269
  metadata: HistoryMetadata;
270
270
  }
271
- interface HTTPHeadersForStartrailLUW {
271
+ export interface HTTPHeadersForStartrailLUW {
272
272
  startrailLUWContractAddress: string;
273
273
  startrailLUWOwnerEOA: string;
274
274
  startrailLUWSignature: string;
@@ -450,7 +450,7 @@ declare module '@startbahn/startrail-sdk-js/types' {
450
450
  export interface TorusStatus {
451
451
  popupInprogress: boolean;
452
452
  }
453
- type WalletType = 'startrail' | 'metamask';
453
+ export type WalletType = 'startrail' | 'metamask';
454
454
  export interface WordsDeterminedByCondition {
455
455
  authLabel: {
456
456
  ja: string;
@@ -465,7 +465,7 @@ declare module '@startbahn/startrail-sdk-js/types' {
465
465
  en: string;
466
466
  };
467
467
  }
468
- interface NetworkInterface {
468
+ export interface NetworkInterface {
469
469
  host: 'mainnet' | 'rinkeby' | 'ropsten' | 'kovan' | 'goerli' | 'localhost' | 'matic' | string;
470
470
  chainId: number;
471
471
  networkName?: string;