@paydala-payments/models 0.8.12 → 0.8.13

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.
@@ -16,13 +16,9 @@ interface BlockedBankInstrument extends BlockedInstrumentBase {
16
16
  interface BlockedWalletInstrument extends BlockedInstrumentBase {
17
17
  wallets: ("Google" | "Apple")[];
18
18
  }
19
- interface BlockedCoinflowWalletsInstrument extends BlockedInstrumentBase {
20
- coinflowWallets: ("Google" | "Apple")[] | boolean;
21
- }
22
19
  interface BlockedInstruments {
23
20
  card: BlockedCardInstrument;
24
21
  bank: BlockedBankInstrument;
25
22
  wallet: BlockedWalletInstrument;
26
- coinflowWallets: BlockedCoinflowWalletsInstrument;
27
23
  }
28
24
  export default BlockedInstruments;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",