anz_bank_client 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c15b49548ec220f8db3dd750e6d4de206d501aa3c8b74848c541534174f1c435
4
- data.tar.gz: a68aad4abcf6e137b9a796e017a7ecc683da9f0bfd2451a068930a061ff3caf2
3
+ metadata.gz: 789009701c348b1e64086bd88dae60afe4996cf28db004c961bed1315446eee9
4
+ data.tar.gz: 4ce36e7f8226f3a6a27039876d4823fcadff870aea2b706a15fd05c76269b41e
5
5
  SHA512:
6
- metadata.gz: c2a6b555a62d4832da6747f08d4ea5ca9c37f18bc6e2986953b10cf6e9a6f362d1b0d62b7b6f30c97f773c28dbc549dfbc72ca587a3713303a4751674d814711
7
- data.tar.gz: 59f0984b3b1878bc5bd19877df6f60988915dac48dece351c9a824fcd19c214bf4d457438563669f0efdb4ab07158f5592b920f32045a4ff306e7bc85bef3388
6
+ metadata.gz: 66a318dddddd8d660bb0d61490c1a9283c43fcdb84f22c840f1bc12e825958b417f154ebf4defaca3f42e73e5613136edb5dc3ad23a9f5bec6e1e545837f073c
7
+ data.tar.gz: 1a2400bad089bf8aedc3eea4c221b138ec115193d9f075f36f5504a36745381c364ceaf4d16eafa4740ec9c7e71913eaf13236f11fcba89bfe1a0711936fdec2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- anz_bank_client (0.1.2)
4
+ anz_bank_client (0.1.3)
5
5
  faraday (~> 2.7)
6
6
  faraday-cookie_jar (~> 0.0.7)
7
7
  faraday-follow_redirects (~> 0.3.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AnzBankClient
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
@@ -135,6 +135,8 @@ module AnzBankClient
135
135
  accountBalance: normalised_balance,
136
136
  availableFunds: account.dig("availableFunds", "amount"),
137
137
  isLiabilityType: account["isLoan"] || account["isCreditCard"],
138
+ supportsTransactions: true,
139
+ dynamicBalance: account["isInvestment"],
138
140
  }
139
141
  end
140
142
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anz_bank_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Dewar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-12 00:00:00.000000000 Z
11
+ date: 2024-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday