ibanity 2.1 → 2.2

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: 59f060ed094bbff1d7a79f5ea21d599cf39111d6644608d4d9b42e95c8e77a08
4
- data.tar.gz: b11d881bf89f5962a3f828a873775451553822f53e474b081df0412ac9c9e192
3
+ metadata.gz: 566ef8be5eb38fe424c373b242d9599a780bc9f7acb52e1106002969d87dce6f
4
+ data.tar.gz: 96370ccdebf5f1cca9da24543826b068f43f9db4217899b48ce9380c20741258
5
5
  SHA512:
6
- metadata.gz: e2b5e2abf5045cdcf759c2786cfe63fe791d81a8bfdd69369244ccc907a640b1da31ce634c1c37da0482a03dc56adaf351f0a3bb1e87b6da56a28c1cf65d9ec5
7
- data.tar.gz: 32548ddeb96f04708550acdbf8dae1a46ec26ad3b317be70bb9d78cb752e74ab053e5fe52cfe3f5822a2d9a5494fd496838e3c26de7c24ac060b5a376cf90dca
6
+ metadata.gz: 684c30e120f52414fb02b63613efef9e304a0369761ab0c2db6dc69e9aa78380ee0c7a0cad516a2451c02a65aac7abd9dd2d89c986fda8cb1d9d1e1ed8512b56
7
+ data.tar.gz: 1fb66ae09cbf094012640875cc24e17f604225c3d60de7af36f59d5de8b4d07702539b9a088d7893359b97302566d9944943add5176e89239d483d5d73880813
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.2
4
+
5
+ * [Ponto Connect] Add additional webhook events
6
+ * `Ibanity::Webhooks::Account::Reauthorized`
7
+ * `Ibanity::Webhooks::Integration::AccountAdded`
8
+ * `Ibanity::Webhooks::Integration::AccountRevoked`
9
+ * `Ibanity::Webhooks::Integration::Created`
10
+ * `Ibanity::Webhooks::Integration::Revoked`
11
+ * `Ibanity::Webhooks::Organization::Blocked`
12
+ * `Ibanity::Webhooks::Organization::Unblocked`
13
+
14
+ ## 2.1
15
+
16
+ * [XS2A] Include Bulk & Periodic Payments, with Authorization for TPP managed flow
17
+
3
18
  ## 2.0.1
4
19
 
5
20
  * [Ponto Connect] Fix UpdatedTransactions relationship parsing for synchronization
@@ -18,6 +18,31 @@ module Ibanity
18
18
 
19
19
  class TransactionsUpdated < Ibanity::BaseResource
20
20
  end
21
+
22
+ class Reauthorized < Ibanity::BaseResource
23
+ end
24
+ end
25
+
26
+ module Integration
27
+ class AccountAdded < Ibanity::BaseResource
28
+ end
29
+
30
+ class AccountRevoked < Ibanity::BaseResource
31
+ end
32
+
33
+ class Created < Ibanity::BaseResource
34
+ end
35
+
36
+ class Revoked < Ibanity::BaseResource
37
+ end
38
+ end
39
+
40
+ module Organization
41
+ class Blocked < Ibanity::BaseResource
42
+ end
43
+
44
+ class Unblocked < Ibanity::BaseResource
45
+ end
21
46
  end
22
47
  end
23
48
  end
@@ -1,3 +1,3 @@
1
1
  module Ibanity
2
- VERSION = "2.1"
2
+ VERSION = "2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibanity
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.1'
4
+ version: '2.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ibanity
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-08 00:00:00.000000000 Z
11
+ date: 2022-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client