affixapi 1.1.63 → 1.1.64

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: b9b435e32a2cc256dadd3594b11fa0eedee64749ea3dfe243e54a1b54a1c73ce
4
- data.tar.gz: ef2ee5e95e10108715439f0b434a635377060e732931ae72d7bd1ab059ccb407
3
+ metadata.gz: 78e7b67d2f4b768cca267f64e6473010219841085130295672acafeddc2695ef
4
+ data.tar.gz: b244e906c60ad636ae0c8e2bd8ef80a565bf33b9162e3973e50f33e9c1a7db03
5
5
  SHA512:
6
- metadata.gz: 417166b6285e0a726e24d8952333d6b3a58f108b3451d4f61cd11c110328f479a154b8afa2debd56515df9596df75496fcfee40155d495419f4a80458c57470e
7
- data.tar.gz: ce0f06e725c57989bf0dd7b4b86a098cfef2f9d1de89eb5ca3cfccb13f7f41ee066856c030cea52aa0ae1e2ca6c61b88b825a4d9ac8813940d5e2f6ebe230499
6
+ metadata.gz: 5e6b5155443f2d541659fcc8bf924687742df4269098d43b92554e17d8279f6a72be689d6ccace86dc3254af41e16523702fb7734fa64ac48823cd71e66138c8
7
+ data.tar.gz: 7a87f94e0072c01c6dce2e7d3303f929031ba8825380f3a01a01400e2e57e32b397cefbf789c4b000d29a70a794ef9b2be8345d77a9d9fe37474b5a6b718038c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- affixapi (1.1.63)
4
+ affixapi (1.1.64)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -107,7 +107,7 @@ end
107
107
 
108
108
  api_instance = OpenapiClient::Class20230301Api.new
109
109
  opts = {
110
- employment_status: OpenapiClient::EmploymentStatusNotNullNotNullable::ACTIVE # EmploymentStatusNotNullNotNullable | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set)
110
+ employment_status: OpenapiClient::EmploymentStatusNotNullNotNullable::ACTIVE # EmploymentStatusNotNullNotNullable | Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set)
111
111
  }
112
112
 
113
113
  begin
@@ -141,7 +141,7 @@ end
141
141
 
142
142
  | Name | Type | Description | Notes |
143
143
  | ---- | ---- | ----------- | ----- |
144
- | **employment_status** | [**EmploymentStatusNotNullNotNullable**](.md) | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional] |
144
+ | **employment_status** | [**EmploymentStatusNotNullNotNullable**](.md) | Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional] |
145
145
 
146
146
  ### Return type
147
147
 
@@ -107,7 +107,7 @@ end
107
107
 
108
108
  api_instance = OpenapiClient::XHRVerticallyIntegratedApi.new
109
109
  opts = {
110
- employment_status: OpenapiClient::EmploymentStatusNotNullNotNullable::ACTIVE # EmploymentStatusNotNullNotNullable | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set)
110
+ employment_status: OpenapiClient::EmploymentStatusNotNullNotNullable::ACTIVE # EmploymentStatusNotNullNotNullable | Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set)
111
111
  }
112
112
 
113
113
  begin
@@ -141,7 +141,7 @@ end
141
141
 
142
142
  | Name | Type | Description | Notes |
143
143
  | ---- | ---- | ----------- | ----- |
144
- | **employment_status** | [**EmploymentStatusNotNullNotNullable**](.md) | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional] |
144
+ | **employment_status** | [**EmploymentStatusNotNullNotNullable**](.md) | Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional] |
145
145
 
146
146
  ### Return type
147
147
 
@@ -79,7 +79,7 @@ module OpenapiClient
79
79
  # Employees
80
80
  # List the individuals (employees, contractors, accountants, and others) listed in the HRIS/Payroll software
81
81
  # @param [Hash] opts the optional parameters
82
- # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set)
82
+ # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set)
83
83
  # @return [Array<EmployeeResponse>]
84
84
  def xhr_employees20230301(opts = {})
85
85
  data, _status_code, _headers = xhr_employees20230301_with_http_info(opts)
@@ -89,7 +89,7 @@ module OpenapiClient
89
89
  # Employees
90
90
  # List the individuals (employees, contractors, accountants, and others) listed in the HRIS/Payroll software
91
91
  # @param [Hash] opts the optional parameters
92
- # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
92
+ # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Optional query parameter. Use to enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
93
93
  # @return [Array<(Array<EmployeeResponse>, Integer, Hash)>] Array<EmployeeResponse> data, response status code and response headers
94
94
  def xhr_employees20230301_with_http_info(opts = {})
95
95
  if @api_client.config.debugging
@@ -79,7 +79,7 @@ module OpenapiClient
79
79
  # Employees
80
80
  # List the individuals (employees, contractors, accountants, and others) listed in the HRIS/Payroll software
81
81
  # @param [Hash] opts the optional parameters
82
- # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
82
+ # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Optional query parameter. Use to enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
83
83
  # @return [Array<EmployeeResponse>]
84
84
  def xhr_employees20230301(opts = {})
85
85
  data, _status_code, _headers = xhr_employees20230301_with_http_info(opts)
@@ -89,7 +89,7 @@ module OpenapiClient
89
89
  # Employees
90
90
  # List the individuals (employees, contractors, accountants, and others) listed in the HRIS/Payroll software
91
91
  # @param [Hash] opts the optional parameters
92
- # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
92
+ # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Optional query parameter. Use to enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
93
93
  # @return [Array<(Array<EmployeeResponse>, Integer, Hash)>] Array<EmployeeResponse> data, response status code and response headers
94
94
  def xhr_employees20230301_with_http_info(opts = {})
95
95
  if @api_client.config.debugging
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.1.63'
14
+ VERSION = '1.1.64'
15
15
  end
@@ -47,7 +47,7 @@ describe 'Class20230301Api' do
47
47
  # Employees
48
48
  # List the individuals (employees, contractors, accountants, and others) listed in the HRIS/Payroll software
49
49
  # @param [Hash] opts the optional parameters
50
- # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
50
+ # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Optional query parameter. Use to enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
51
51
  # @return [Array<EmployeeResponse>]
52
52
  describe 'xhr_employees20230301 test' do
53
53
  it 'should work' do
@@ -47,7 +47,7 @@ describe 'XHRVerticallyIntegratedApi' do
47
47
  # Employees
48
48
  # List the individuals (employees, contractors, accountants, and others) listed in the HRIS/Payroll software
49
49
  # @param [Hash] opts the optional parameters
50
- # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
50
+ # @option opts [EmploymentStatusNotNullNotNullable] :employment_status Optional query parameter. Use to enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)
51
51
  # @return [Array<EmployeeResponse>]
52
52
  describe 'xhr_employees20230301 test' do
53
53
  it 'should work' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: affixapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.63
4
+ version: 1.1.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-22 00:00:00.000000000 Z
11
+ date: 2024-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus