@ledgerhq/types-live
Advanced tools
Comparing version 6.52.1-nightly.2 to 6.52.1
@@ -158,5 +158,5 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ptxSwapLiveAppDemoThree: Feature_PtxSwapLiveAppDemoZero; | ||
ptxSwapCoreExperiment: Feature_PtxSwapCoreExperiment; | ||
ptxSwapMoonpayProvider: Feature_PtxSwapMoonpayProvider; | ||
ptxSwapExodusProvider: Feature_PtxSwapExodusProvider; | ||
ptxSwapThorswapProvider: Feature_PtxSwapThorswapProvider; | ||
ptxSwapReceiveTRC20WithoutTrx: Feature_PtxSwapReceiveTRC20WithoutTrx; | ||
@@ -428,8 +428,2 @@ flexibleContentCards: Feature_FlexibleContentCards; | ||
}>; | ||
export type Feature_PtxSwapCoreExperiment = Feature<{ | ||
variant: "Demo0" | "Demo3" | "Demo3Thorswap"; | ||
manifest_id: string; | ||
currencies?: string[]; | ||
families?: string[]; | ||
}>; | ||
export type Feature_FetchAdditionalCoins = Feature<{ | ||
@@ -490,2 +484,3 @@ batch: number; | ||
export type Feature_PtxSwapExodusProvider = DefaultFeature; | ||
export type Feature_PtxSwapThorswapProvider = DefaultFeature; | ||
export type Feature_PtxSwapReceiveTRC20WithoutTrx = DefaultFeature; | ||
@@ -492,0 +487,0 @@ export type Feature_FlexibleContentCards = DefaultFeature; |
@@ -1,2 +0,2 @@ | ||
export type Language = "french" | "english" | "spanish" | "brazilian" | "german" | "russian" | "turkish"; | ||
export type Language = "french" | "english" | "spanish"; | ||
export type LanguagePackage = { | ||
@@ -3,0 +3,0 @@ language: Language; |
@@ -5,6 +5,2 @@ export const languageIds = { | ||
spanish: 0x02, | ||
brazilian: 0x03, | ||
german: 0x04, | ||
russian: 0x05, | ||
turkish: 0x06, | ||
}; | ||
@@ -15,7 +11,3 @@ export const idsToLanguage = { | ||
0x02: "spanish", | ||
0x03: "brazilian", | ||
0x04: "german", | ||
0x05: "russian", | ||
0x06: "turkish", | ||
}; | ||
//# sourceMappingURL=languages.js.map |
@@ -158,5 +158,5 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ptxSwapLiveAppDemoThree: Feature_PtxSwapLiveAppDemoZero; | ||
ptxSwapCoreExperiment: Feature_PtxSwapCoreExperiment; | ||
ptxSwapMoonpayProvider: Feature_PtxSwapMoonpayProvider; | ||
ptxSwapExodusProvider: Feature_PtxSwapExodusProvider; | ||
ptxSwapThorswapProvider: Feature_PtxSwapThorswapProvider; | ||
ptxSwapReceiveTRC20WithoutTrx: Feature_PtxSwapReceiveTRC20WithoutTrx; | ||
@@ -428,8 +428,2 @@ flexibleContentCards: Feature_FlexibleContentCards; | ||
}>; | ||
export type Feature_PtxSwapCoreExperiment = Feature<{ | ||
variant: "Demo0" | "Demo3" | "Demo3Thorswap"; | ||
manifest_id: string; | ||
currencies?: string[]; | ||
families?: string[]; | ||
}>; | ||
export type Feature_FetchAdditionalCoins = Feature<{ | ||
@@ -490,2 +484,3 @@ batch: number; | ||
export type Feature_PtxSwapExodusProvider = DefaultFeature; | ||
export type Feature_PtxSwapThorswapProvider = DefaultFeature; | ||
export type Feature_PtxSwapReceiveTRC20WithoutTrx = DefaultFeature; | ||
@@ -492,0 +487,0 @@ export type Feature_FlexibleContentCards = DefaultFeature; |
@@ -1,2 +0,2 @@ | ||
export type Language = "french" | "english" | "spanish" | "brazilian" | "german" | "russian" | "turkish"; | ||
export type Language = "french" | "english" | "spanish"; | ||
export type LanguagePackage = { | ||
@@ -3,0 +3,0 @@ language: Language; |
@@ -8,6 +8,2 @@ "use strict"; | ||
spanish: 0x02, | ||
brazilian: 0x03, | ||
german: 0x04, | ||
russian: 0x05, | ||
turkish: 0x06, | ||
}; | ||
@@ -18,7 +14,3 @@ exports.idsToLanguage = { | ||
0x02: "spanish", | ||
0x03: "brazilian", | ||
0x04: "german", | ||
0x05: "russian", | ||
0x06: "turkish", | ||
}; | ||
//# sourceMappingURL=languages.js.map |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.52.1-nightly.2", | ||
"version": "6.52.1", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -171,5 +171,5 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ptxSwapLiveAppDemoThree: Feature_PtxSwapLiveAppDemoZero; | ||
ptxSwapCoreExperiment: Feature_PtxSwapCoreExperiment; | ||
ptxSwapMoonpayProvider: Feature_PtxSwapMoonpayProvider; | ||
ptxSwapExodusProvider: Feature_PtxSwapExodusProvider; | ||
ptxSwapThorswapProvider: Feature_PtxSwapThorswapProvider; | ||
ptxSwapReceiveTRC20WithoutTrx: Feature_PtxSwapReceiveTRC20WithoutTrx; | ||
@@ -472,9 +472,2 @@ flexibleContentCards: Feature_FlexibleContentCards; | ||
export type Feature_PtxSwapCoreExperiment = Feature<{ | ||
variant: "Demo0" | "Demo3" | "Demo3Thorswap"; | ||
manifest_id: string; | ||
currencies?: string[]; | ||
families?: string[]; | ||
}>; | ||
export type Feature_FetchAdditionalCoins = Feature<{ | ||
@@ -544,2 +537,3 @@ batch: number; | ||
export type Feature_PtxSwapExodusProvider = DefaultFeature; | ||
export type Feature_PtxSwapThorswapProvider = DefaultFeature; | ||
export type Feature_PtxSwapReceiveTRC20WithoutTrx = DefaultFeature; | ||
@@ -546,0 +540,0 @@ export type Feature_FlexibleContentCards = DefaultFeature; |
@@ -1,9 +0,2 @@ | ||
export type Language = | ||
| "french" | ||
| "english" | ||
| "spanish" | ||
| "brazilian" | ||
| "german" | ||
| "russian" | ||
| "turkish"; | ||
export type Language = "french" | "english" | "spanish"; | ||
@@ -34,6 +27,2 @@ export type LanguagePackage = { | ||
spanish: 0x02, | ||
brazilian: 0x03, | ||
german: 0x04, | ||
russian: 0x05, | ||
turkish: 0x06, | ||
}; | ||
@@ -47,6 +36,2 @@ | ||
0x02: "spanish", | ||
0x03: "brazilian", | ||
0x04: "german", | ||
0x05: "russian", | ||
0x06: "turkish", | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
382406
6190