stackone_hris_client 1.7.0 → 1.7.1

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: b3c7376b8d5de9ee4d5c49add57bad3f2177409dbd05258f5fafd73901980c8c
4
- data.tar.gz: 89d15eb34ed71ca8d8e398daa2b9f9e98da7ae720a2fef8bf97a5aff004fd701
3
+ metadata.gz: 0e5a0ccbcd5b97dad41d2f51fa21629e8e0d527f40da1afeb77307f7bf08bf1a
4
+ data.tar.gz: 1b6abd64db8e528291c450877d9b4e2ac2e2e282f5a9db47cfde47647d0e01c7
5
5
  SHA512:
6
- metadata.gz: 562634c17972619acba8a317dc15de1ec2aab64cc6b2b2a4b2d4b8614d40633913460adf014820260c472168952425fd8a930c8ff8b0fe9d4c439b4e653320cb
7
- data.tar.gz: 36c12d443cfe04a9e918a809d4df2075d5873e16662555bd35a2a12fdf04b6a081df1615d3021b7dc42219344f1df34080614c945654d06dbcbf76f68a04e247
6
+ metadata.gz: db9ba3acb7abba65e0e0751f9aa14abd6e6b5d477d96d62e3a87ab68e839bc5086b7865f94a93312306e1784c58fcb366b21f5cee81fdefcb30911a2d6c561fd
7
+ data.tar.gz: d21c70ea423ca1bd80a185070cce7bd2470c22f2acb6e5b3aef9e6cadd149b9b8a25e7f6e7d32a86a2c5918385eb57a0dff74b956863213a2bc5da569293fe60
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stackone_hris_client (1.7.0)
4
+ stackone_hris_client (1.7.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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.0
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.0.gem
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.0.gem` to install the development dependencies)
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.0'
35
+ gem 'stackone_hris_client', '~> 1.7.1'
36
36
 
37
37
  ### Install from Git
38
38
 
data/gem-config.yml CHANGED
@@ -10,5 +10,5 @@ additionalProperties:
10
10
  gemName: "stackone_hris_client"
11
11
  gemRequiredRubyVersion: ">= 2.7"
12
12
  gemSummary: "StackOne HRIS client gem"
13
- gemVersion: "1.7.0"
13
+ gemVersion: "1.7.1"
14
14
  library: "typhoeus"
@@ -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] || {}
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.6.0
11
11
  =end
12
12
 
13
13
  module StackOneHRIS
14
- VERSION = '1.7.0'
14
+ VERSION = '1.7.1'
15
15
  end
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.0
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-08-25 00:00:00.000000000 Z
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.1.6
260
+ rubygems_version: 3.4.10
261
261
  signing_key:
262
262
  specification_version: 4
263
263
  summary: StackOne HRIS client gem