You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.29 (2025-08-24)
4
+
5
+
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
6
+
7
+
### Features
8
+
9
+
***api:** api update ([a8f432a](https://github.com/Finch-API/finch-api-ruby/commit/a8f432a47e2e5ffbb1be53637b672383301d1baf))
10
+
11
+
12
+
### Chores
13
+
14
+
* add json schema comment for rubocop.yml ([9c458ab](https://github.com/Finch-API/finch-api-ruby/commit/9c458abf8ac902197c09eb4be5612d48d8d0723e))
15
+
3
16
## 0.1.0-alpha.28 (2025-08-20)
4
17
5
18
Full Changelog: [v0.1.0-alpha.27...v0.1.0-alpha.28](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.27...v0.1.0-alpha.28)
# Some parameter documentations has been truncated, see
127
139
# {FinchAPI::Models::Introspection} for more details.
128
140
#
@@ -154,6 +166,10 @@ class Introspection < FinchAPI::Internal::Type::BaseModel
154
166
#
155
167
# @param customer_name [String, nil] The name of your customer you provided to Finch when a connect session was creat
156
168
#
169
+
# @param entity_ids [Array<String>] Array of entity IDs associated with this connection.
170
+
#
171
+
# @param entity_mode [Symbol, FinchAPI::Models::Introspection::EntityMode] Indicates whether this connection manages a single entity or multiple entities.
172
+
#
157
173
# @param manual [Boolean] Whether the connection associated with the `access_token` uses the Assisted Conn
158
174
#
159
175
# @param payroll_provider_id [String] [DEPRECATED] Use `provider_id` to identify the provider instead of this payroll
@@ -317,6 +333,19 @@ module LastSuccessfulSync
317
333
end
318
334
end
319
335
end
336
+
337
+
# Indicates whether this connection manages a single entity or multiple entities.
0 commit comments