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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d72b85c28e95991506b4f4d20d1b1c8c8ae54b4ef656ec79210795b272a5e439
4
- data.tar.gz: 146fdf2ddd617dec5c4d2529317f47bed9bc94fd75304a76eb2b796f82c96a85
3
+ metadata.gz: 979882ac39bc50bfbd8969dc972c799438f357963f1ebc5a0957bcbe37424d19
4
+ data.tar.gz: '09de6192d7dfb656ae9c2b3b6b262a709dde83d6712f3434ca922ba71a2dd311'
5
5
  SHA512:
6
- metadata.gz: 0d9015997865fc43f4e58052e485f985d4cf835f5b2554ccc7d2ca6272788f3fa9758f58bd2661893cecd5516eef1123c0f1fdaaebb35f8975040d4e2a97b53a
7
- data.tar.gz: 0f9c496781f22ece4bc691e06c43171d845a1b1f22efdc33ba9a9d576d0720711de6e0ede2df61e2306268a40d65c54a98b3871de38551991ebe9e1cb2d3243a
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.46"
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 deduction from the pay statement.
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 deduction from the pay statement.
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
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FinchAPI
4
- VERSION = "0.1.0.pre.alpha.46"
4
+ VERSION = "0.1.0.pre.alpha.47"
5
5
  end
@@ -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 deduction from the pay statement.
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 deduction from the pay statement.
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.46
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-06-30 00:00:00.000000000 Z
11
+ date: 2026-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi