stackone_hris_client 1.7.0 → 1.7.1
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/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/gem-config.yml +1 -1
- data/lib/stackone_hris_client/api/employees_api.rb +2 -0
- data/lib/stackone_hris_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e5a0ccbcd5b97dad41d2f51fa21629e8e0d527f40da1afeb77307f7bf08bf1a
|
|
4
|
+
data.tar.gz: 1b6abd64db8e528291c450877d9b4e2ac2e2e282f5a9db47cfde47647d0e01c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db9ba3acb7abba65e0e0751f9aa14abd6e6b5d477d96d62e3a87ab68e839bc5086b7865f94a93312306e1784c58fcb366b21f5cee81fdefcb30911a2d6c561fd
|
|
7
|
+
data.tar.gz: d21c70ea423ca1bd80a185070cce7bd2470c22f2acb6e5b3aef9e6cadd149b9b8a25e7f6e7d32a86a2c5918385eb57a0dff74b956863213a2bc5da569293fe60
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The documentation for the StackOne Unified API - HRIS
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 1.0.0
|
|
10
|
-
- Package version: 1.7.
|
|
10
|
+
- Package version: 1.7.1
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build stackone_hris_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./stackone_hris_client-1.7.
|
|
26
|
+
gem install ./stackone_hris_client-1.7.1.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./stackone_hris_client-1.7.
|
|
29
|
+
(for development, run `gem install --dev ./stackone_hris_client-1.7.1.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'stackone_hris_client', '~> 1.7.
|
|
35
|
+
gem 'stackone_hris_client', '~> 1.7.1'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
data/gem-config.yml
CHANGED
|
@@ -303,6 +303,7 @@ module StackOneHRIS
|
|
|
303
303
|
query_params[:'sync_token'] = opts[:'sync_token'] if !opts[:'sync_token'].nil?
|
|
304
304
|
query_params[:'updated_after'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
|
|
305
305
|
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
306
|
+
query_params[:'include'] = opts[:'include'] if !opts[:'include'].nil?
|
|
306
307
|
|
|
307
308
|
# header parameters
|
|
308
309
|
header_params = opts[:header_params] || {}
|
|
@@ -386,6 +387,7 @@ module StackOneHRIS
|
|
|
386
387
|
query_params[:'sync_token'] = opts[:'sync_token'] if !opts[:'sync_token'].nil?
|
|
387
388
|
query_params[:'updated_after'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
|
|
388
389
|
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
390
|
+
query_params[:'include'] = opts[:'include'] if !opts[:'include'].nil?
|
|
389
391
|
|
|
390
392
|
# header parameters
|
|
391
393
|
header_params = opts[:header_params] || {}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stackone_hris_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- StackOne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -257,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
257
257
|
- !ruby/object:Gem::Version
|
|
258
258
|
version: '0'
|
|
259
259
|
requirements: []
|
|
260
|
-
rubygems_version: 3.
|
|
260
|
+
rubygems_version: 3.4.10
|
|
261
261
|
signing_key:
|
|
262
262
|
specification_version: 4
|
|
263
263
|
summary: StackOne HRIS client gem
|