merge_hris_client 1.0.3 → 1.0.4

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: 2f2b89346995cd811138daf6df98a0f97045dcf4f03990a6c3306c14da5c9f9d
4
- data.tar.gz: 144f81f0ff9b22eb70d9f11b0b3cbbfc71bdd993bc4855dfd6cadfbe476be354
3
+ metadata.gz: 14bdffc7f9e8648ce8e552ee66670e62ce5e80de867abe159885cd92013473b5
4
+ data.tar.gz: 0433437fc2cc2804e6b26ba3d1dc83450e6a9fdb86be65c3857a3426e02fe0bc
5
5
  SHA512:
6
- metadata.gz: 0d204253541b196e1612ac740d988033dd6a33d6ffa0bf7ced9c7fb7723f7aeb447d418d8fb7d0af399ffb995c8f820fa5f4e178fdcf582d31b721a99824035f
7
- data.tar.gz: ba61ffd0632483616d42562774095959678a857c2b54657171d9daf5e98571d8b90824331a2cca6cb17130fab75284c55f90822dfdd0161a114a6dd5e1b8f5e7
6
+ metadata.gz: a20820509d7564932beeaf08e13bfc02b4929ceb9ee8df96cc16767645111535f886f1c381266f4437357c3eb1a63e949870809824fda2e1743cd598db4d3286
7
+ data.tar.gz: 622694c81f683e6aaf5fe75f536521fe8948375b527e42e9b07703bd906dc26dd2a9dc2c837ef0975de2d2157ccb65aefb8466d6095bbc4f9b9e2bb33b12ef22
@@ -0,0 +1,20 @@
1
+ # MergeHRISClient::IgnoreCommonModelRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **reason** | [**ReasonEnum**](ReasonEnum.md) | | |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'merge_hris_client'
14
+
15
+ instance = MergeHRISClient::IgnoreCommonModelRequest.new(
16
+ reason: GENERAL_CUSTOMER_REQUEST,
17
+ message: deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39
18
+ )
19
+ ```
20
+
@@ -0,0 +1,15 @@
1
+ # MergeHRISClient::LocationTypeEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_hris_client'
12
+
13
+ instance = MergeHRISClient::LocationTypeEnum.new()
14
+ ```
15
+
@@ -0,0 +1,15 @@
1
+ # MergeHRISClient::ReasonEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_hris_client'
12
+
13
+ instance = MergeHRISClient::ReasonEnum.new()
14
+ ```
15
+
@@ -240,7 +240,7 @@ module MergeHRISClient
240
240
  when :Date
241
241
  Date.parse(value)
242
242
  when :String
243
- value.to_s
243
+ value
244
244
  when :Integer
245
245
  value.to_i
246
246
  when :Float
@@ -214,7 +214,7 @@ module MergeHRISClient
214
214
  when :Date
215
215
  Date.parse(value)
216
216
  when :String
217
- value.to_s
217
+ value
218
218
  when :Integer
219
219
  value.to_i
220
220
  when :Float
@@ -194,7 +194,7 @@ module MergeHRISClient
194
194
  when :Date
195
195
  Date.parse(value)
196
196
  when :String
197
- value.to_s
197
+ value
198
198
  when :Integer
199
199
  value.to_i
200
200
  when :Float
@@ -192,7 +192,7 @@ module MergeHRISClient
192
192
  when :Date
193
193
  Date.parse(value)
194
194
  when :String
195
- value.to_s
195
+ value
196
196
  when :Integer
197
197
  value.to_i
198
198
  when :Float
@@ -497,7 +497,7 @@ module MergeHRISClient
497
497
  when :Date
498
498
  Date.parse(value)
499
499
  when :String
500
- value.to_s
500
+ value
501
501
  when :Integer
502
502
  value.to_i
503
503
  when :Float
@@ -258,7 +258,7 @@ module MergeHRISClient
258
258
  when :Date
259
259
  Date.parse(value)
260
260
  when :String
261
- value.to_s
261
+ value
262
262
  when :Integer
263
263
  value.to_i
264
264
  when :Float
@@ -247,7 +247,7 @@ module MergeHRISClient
247
247
  when :Date
248
248
  Date.parse(value)
249
249
  when :String
250
- value.to_s
250
+ value
251
251
  when :Integer
252
252
  value.to_i
253
253
  when :Float
@@ -170,7 +170,7 @@ module MergeHRISClient
170
170
  when :Date
171
171
  Date.parse(value)
172
172
  when :String
173
- value.to_s
173
+ value
174
174
  when :Integer
175
175
  value.to_i
176
176
  when :Float
@@ -214,7 +214,7 @@ module MergeHRISClient
214
214
  when :Date
215
215
  Date.parse(value)
216
216
  when :String
217
- value.to_s
217
+ value
218
218
  when :Integer
219
219
  value.to_i
220
220
  when :Float
@@ -181,7 +181,7 @@ module MergeHRISClient
181
181
  when :Date
182
182
  Date.parse(value)
183
183
  when :String
184
- value.to_s
184
+ value
185
185
  when :Integer
186
186
  value.to_i
187
187
  when :Float
@@ -258,7 +258,7 @@ module MergeHRISClient
258
258
  when :Date
259
259
  Date.parse(value)
260
260
  when :String
261
- value.to_s
261
+ value
262
262
  when :Integer
263
263
  value.to_i
264
264
  when :Float
@@ -203,7 +203,7 @@ module MergeHRISClient
203
203
  when :Date
204
204
  Date.parse(value)
205
205
  when :String
206
- value.to_s
206
+ value
207
207
  when :Integer
208
208
  value.to_i
209
209
  when :Float
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module MergeHRISClient
14
- VERSION = '1.0.3'
14
+ VERSION = '1.0.4'
15
15
  end
@@ -0,0 +1,40 @@
1
+ =begin
2
+ #Merge HRIS API
3
+
4
+ #The unified API for building rich integrations with multiple HR Information System platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MergeHRISClient::IgnoreCommonModelRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeHRISClient::IgnoreCommonModelRequest do
21
+ let(:instance) { MergeHRISClient::IgnoreCommonModelRequest.new }
22
+
23
+ describe 'test an instance of IgnoreCommonModelRequest' do
24
+ it 'should create an instance of IgnoreCommonModelRequest' do
25
+ expect(instance).to be_instance_of(MergeHRISClient::IgnoreCommonModelRequest)
26
+ end
27
+ end
28
+ describe 'test attribute "reason"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "message"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ end
@@ -0,0 +1,28 @@
1
+ =begin
2
+ #Merge HRIS API
3
+
4
+ #The unified API for building rich integrations with multiple HR Information System platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MergeHRISClient::LocationTypeEnum
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeHRISClient::LocationTypeEnum do
21
+ let(:instance) { MergeHRISClient::LocationTypeEnum.new }
22
+
23
+ describe 'test an instance of LocationTypeEnum' do
24
+ it 'should create an instance of LocationTypeEnum' do
25
+ expect(instance).to be_instance_of(MergeHRISClient::LocationTypeEnum)
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,28 @@
1
+ =begin
2
+ #Merge HRIS API
3
+
4
+ #The unified API for building rich integrations with multiple HR Information System platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MergeHRISClient::ReasonEnum
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeHRISClient::ReasonEnum do
21
+ let(:instance) { MergeHRISClient::ReasonEnum.new }
22
+
23
+ describe 'test an instance of ReasonEnum' do
24
+ it 'should create an instance of ReasonEnum' do
25
+ expect(instance).to be_instance_of(MergeHRISClient::ReasonEnum)
26
+ end
27
+ end
28
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merge_hris_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-12 00:00:00.000000000 Z
11
+ date: 2022-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -104,6 +104,7 @@ files:
104
104
  - docs/GenderEnum.md
105
105
  - docs/GenerateKeyApi.md
106
106
  - docs/GenerateRemoteKeyRequest.md
107
+ - docs/IgnoreCommonModelRequest.md
107
108
  - docs/Issue.md
108
109
  - docs/IssueStatusEnum.md
109
110
  - docs/IssuesApi.md
@@ -111,6 +112,7 @@ files:
111
112
  - docs/LinkTokenApi.md
112
113
  - docs/LinkedAccountsApi.md
113
114
  - docs/Location.md
115
+ - docs/LocationTypeEnum.md
114
116
  - docs/LocationsApi.md
115
117
  - docs/MaritalStatusEnum.md
116
118
  - docs/MethodEnum.md
@@ -140,6 +142,7 @@ files:
140
142
  - docs/PayrollRun.md
141
143
  - docs/PayrollRunsApi.md
142
144
  - docs/PolicyTypeEnum.md
145
+ - docs/ReasonEnum.md
143
146
  - docs/RegenerateKeyApi.md
144
147
  - docs/RemoteData.md
145
148
  - docs/RemoteDataRequest.md
@@ -343,10 +346,12 @@ files:
343
346
  - spec/models/flsa_status_enum_spec.rb
344
347
  - spec/models/gender_enum_spec.rb
345
348
  - spec/models/generate_remote_key_request_spec.rb
349
+ - spec/models/ignore_common_model_request_spec.rb
346
350
  - spec/models/issue_spec.rb
347
351
  - spec/models/issue_status_enum_spec.rb
348
352
  - spec/models/link_token_spec.rb
349
353
  - spec/models/location_spec.rb
354
+ - spec/models/location_type_enum_spec.rb
350
355
  - spec/models/marital_status_enum_spec.rb
351
356
  - spec/models/method_enum_spec.rb
352
357
  - spec/models/model_operation_spec.rb
@@ -372,6 +377,7 @@ files:
372
377
  - spec/models/pay_period_enum_spec.rb
373
378
  - spec/models/payroll_run_spec.rb
374
379
  - spec/models/policy_type_enum_spec.rb
380
+ - spec/models/reason_enum_spec.rb
375
381
  - spec/models/remote_data_request_spec.rb
376
382
  - spec/models/remote_data_spec.rb
377
383
  - spec/models/remote_key_for_regeneration_request_spec.rb
@@ -448,6 +454,7 @@ test_files:
448
454
  - spec/api/available_actions_api_spec.rb
449
455
  - spec/api_client_spec.rb
450
456
  - spec/configuration_spec.rb
457
+ - spec/models/ignore_common_model_request_spec.rb
451
458
  - spec/models/employment_type_enum_spec.rb
452
459
  - spec/models/tax_spec.rb
453
460
  - spec/models/marital_status_enum_spec.rb
@@ -470,6 +477,7 @@ test_files:
470
477
  - spec/models/benefit_plan_type_enum_spec.rb
471
478
  - spec/models/units_enum_spec.rb
472
479
  - spec/models/time_off_balance_spec.rb
480
+ - spec/models/location_type_enum_spec.rb
473
481
  - spec/models/model_operation_spec.rb
474
482
  - spec/models/paginated_employee_payroll_run_list_spec.rb
475
483
  - spec/models/employment_spec.rb
@@ -482,6 +490,7 @@ test_files:
482
490
  - spec/models/link_token_spec.rb
483
491
  - spec/models/run_type_enum_spec.rb
484
492
  - spec/models/pay_frequency_enum_spec.rb
493
+ - spec/models/reason_enum_spec.rb
485
494
  - spec/models/paginated_issue_list_spec.rb
486
495
  - spec/models/paginated_time_off_list_spec.rb
487
496
  - spec/models/account_token_spec.rb