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 +4 -4
- data/Gemfile.lock +1 -1
- data/docs/Class20230301Api.md +2 -2
- data/docs/XHRVerticallyIntegratedApi.md +2 -2
- data/lib/openapi_client/api/class20230301_api.rb +2 -2
- data/lib/openapi_client/api/xhr_vertically_integrated_api.rb +2 -2
- data/lib/openapi_client/version.rb +1 -1
- data/spec/api/class20230301_api_spec.rb +1 -1
- data/spec/api/xhr_vertically_integrated_api_spec.rb +1 -1
- 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: 78e7b67d2f4b768cca267f64e6473010219841085130295672acafeddc2695ef
|
4
|
+
data.tar.gz: b244e906c60ad636ae0c8e2bd8ef80a565bf33b9162e3973e50f33e9c1a7db03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e6b5155443f2d541659fcc8bf924687742df4269098d43b92554e17d8279f6a72be689d6ccace86dc3254af41e16523702fb7734fa64ac48823cd71e66138c8
|
7
|
+
data.tar.gz: 7a87f94e0072c01c6dce2e7d3303f929031ba8825380f3a01a01400e2e57e32b397cefbf789c4b000d29a70a794ef9b2be8345d77a9d9fe37474b5a6b718038c
|
data/Gemfile.lock
CHANGED
data/docs/Class20230301Api.md
CHANGED
@@ -107,7 +107,7 @@ end
|
|
107
107
|
|
108
108
|
api_instance = OpenapiClient::Class20230301Api.new
|
109
109
|
opts = {
|
110
|
-
employment_status: OpenapiClient::EmploymentStatusNotNullNotNullable::ACTIVE # EmploymentStatusNotNullNotNullable |
|
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) |
|
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 |
|
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) |
|
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
|
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
|
92
|
+
# @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)
|
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
|
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
|
92
|
+
# @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)
|
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
|
@@ -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
|
50
|
+
# @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)
|
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
|
50
|
+
# @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)
|
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.
|
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-
|
11
|
+
date: 2024-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|