finch-api 0.1.0.pre.alpha.46 → 0.1.0.pre.alpha.47
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/finch_api/models/hris/pay_statement.rb +2 -2
- data/lib/finch_api/version.rb +1 -1
- data/rbi/finch_api/models/hris/pay_statement.rbi +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 979882ac39bc50bfbd8969dc972c799438f357963f1ebc5a0957bcbe37424d19
|
|
4
|
+
data.tar.gz: '09de6192d7dfb656ae9c2b3b6b262a709dde83d6712f3434ca922ba71a2dd311'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84031d77ce0d7c4259356db0720640e62beedff1205b874b61e32eb975aa077226b9c8df21b395ddfd0f6abcc0b7907bba5926fce0eed98dccf8f6805fe5e910
|
|
7
|
+
data.tar.gz: a126a1b3b88f3b245bb2e4576b08b32595d79b663a1535129d2225cfdcff801373833b6a10c5a23150aaa01d45e18aa591b4e37af5b48638ee93aa4064324a94
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.47 (2026-07-01)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.46...v0.1.0-alpha.47](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.46...v0.1.0-alpha.47)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([7daf44a](https://github.com/Finch-API/finch-api-ruby/commit/7daf44ad7a23d25ef1a63499dd067be62dcdc0fd))
|
|
10
|
+
|
|
3
11
|
## 0.1.0-alpha.46 (2026-06-29)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.1.0-alpha.45...v0.1.0-alpha.46](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.45...v0.1.0-alpha.46)
|
data/README.md
CHANGED
|
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
|
26
26
|
<!-- x-release-please-start-version -->
|
|
27
27
|
|
|
28
28
|
```ruby
|
|
29
|
-
gem "finch-api", "~> 0.1.0.pre.alpha.
|
|
29
|
+
gem "finch-api", "~> 0.1.0.pre.alpha.47"
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
<!-- x-release-please-end -->
|
|
@@ -113,7 +113,7 @@ module FinchAPI
|
|
|
113
113
|
required :hours, Float, nil?: true
|
|
114
114
|
|
|
115
115
|
# @!attribute name
|
|
116
|
-
# The exact name of the
|
|
116
|
+
# The exact name of the earning from the pay statement.
|
|
117
117
|
#
|
|
118
118
|
# @return [String, nil]
|
|
119
119
|
required :name, String, nil?: true
|
|
@@ -139,7 +139,7 @@ module FinchAPI
|
|
|
139
139
|
#
|
|
140
140
|
# @param hours [Float, nil] The number of hours associated with this earning. (For salaried employees, this
|
|
141
141
|
#
|
|
142
|
-
# @param name [String, nil] The exact name of the
|
|
142
|
+
# @param name [String, nil] The exact name of the earning from the pay statement.
|
|
143
143
|
#
|
|
144
144
|
# @param type [Symbol, FinchAPI::Models::HRIS::PayStatement::Earning::Type, nil] The type of earning.
|
|
145
145
|
#
|
data/lib/finch_api/version.rb
CHANGED
|
@@ -179,7 +179,7 @@ module FinchAPI
|
|
|
179
179
|
sig { returns(T.nilable(Float)) }
|
|
180
180
|
attr_accessor :hours
|
|
181
181
|
|
|
182
|
-
# The exact name of the
|
|
182
|
+
# The exact name of the earning from the pay statement.
|
|
183
183
|
sig { returns(T.nilable(String)) }
|
|
184
184
|
attr_accessor :name
|
|
185
185
|
|
|
@@ -234,7 +234,7 @@ module FinchAPI
|
|
|
234
234
|
# The number of hours associated with this earning. (For salaried employees, this
|
|
235
235
|
# could be hours per pay period, `0` or `null`, depending on the provider).
|
|
236
236
|
hours:,
|
|
237
|
-
# The exact name of the
|
|
237
|
+
# The exact name of the earning from the pay statement.
|
|
238
238
|
name:,
|
|
239
239
|
# The type of earning.
|
|
240
240
|
type:,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finch-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.pre.alpha.
|
|
4
|
+
version: 0.1.0.pre.alpha.47
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Finch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|