fountain_partner_api_client 0.0.1 → 0.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 +4 -4
- data/README.md +5 -5
- data/docs/DefaultApi.md +1 -1
- data/docs/V1PartnersIdApplicantsApplicantIdDetailsPostRequest.md +3 -1
- data/docs/V1PartnersIdApplicantsApplicantIdPutRequest.md +3 -1
- data/docs/V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner.md +3 -1
- data/docs/V1PartnersIdApplicantsApplicantIdStatusPostRequest.md +3 -1
- data/docs/V1PartnersIdGet200Response1DataAttributes.md +2 -2
- data/docs/V1PartnersIdGet200ResponseDataAttributes.md +2 -2
- data/docs/V1PartnersIdGetRequest.md +2 -0
- data/docs/V1PartnersIdGetRequestPartner.md +1 -1
- data/docs/V1PartnersIdPut200Response.md +18 -0
- data/docs/V1PartnersIdPut200ResponseData.md +22 -0
- data/docs/V1PartnersIdPut200ResponseDataAttributes.md +38 -0
- data/docs/V1PartnersIdPutRequest.md +20 -0
- data/docs/V1PartnersIdPutRequestPartner.md +36 -0
- data/fountain_partner_api_client-0.0.2.gem +0 -0
- data/fountain_partner_api_client-0.0.3.gem +0 -0
- data/fountain_partner_api_client.gemspec +1 -1
- data/lib/fountain_partner_api_client/configuration.rb +3 -3
- data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_details_post_request.rb +13 -4
- data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_put_request.rb +13 -4
- data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_put_request_applicant_labels_inner.rb +13 -4
- data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_status_post_request.rb +13 -4
- data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response1_data_attributes.rb +8 -4
- data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response_data_attributes.rb +8 -4
- data/lib/fountain_partner_api_client/models/v1_partners_id_get_request.rb +10 -1
- data/lib/fountain_partner_api_client/models/v1_partners_id_get_request_partner.rb +4 -2
- data/lib/{openapi_client/models/v1_partners_id_get200_response1.rb → fountain_partner_api_client/models/v1_partners_id_put200_response.rb} +6 -6
- data/lib/{openapi_client/models/v1_partners_id_get200_response_data.rb → fountain_partner_api_client/models/v1_partners_id_put200_response_data.rb} +6 -6
- data/lib/{openapi_client/models/v1_partners_id_get200_response1_data_attributes.rb → fountain_partner_api_client/models/v1_partners_id_put200_response_data_attributes.rb} +6 -24
- data/lib/{openapi_client/models/v1_partners_id_get_request.rb → fountain_partner_api_client/models/v1_partners_id_put_request.rb} +16 -7
- data/lib/{openapi_client/models/v1_partners_id_get_request_partner.rb → fountain_partner_api_client/models/v1_partners_id_put_request_partner.rb} +6 -15
- data/lib/fountain_partner_api_client/version.rb +1 -1
- data/spec/api/default_api_spec.rb +5 -57
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant_partner_details_spec.rb +4 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant_spec.rb +4 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_details_post_request_spec.rb +10 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_put200_response_spec.rb +4 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_put_request_applicant_labels_inner_spec.rb +10 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_put_request_applicant_spec.rb +4 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_put_request_spec.rb +10 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_partner_status_spec.rb +4 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_spec.rb +4 -4
- data/spec/models/v1_partners_id_applicants_applicant_id_status_post_request_spec.rb +10 -4
- data/spec/models/v1_partners_id_get200_response1_data_attributes_spec.rb +4 -4
- data/spec/models/v1_partners_id_get200_response1_data_spec.rb +4 -4
- data/spec/models/v1_partners_id_get200_response1_spec.rb +4 -4
- data/spec/models/v1_partners_id_get200_response_data_attributes_spec.rb +4 -4
- data/spec/models/v1_partners_id_get200_response_data_spec.rb +4 -4
- data/spec/models/v1_partners_id_get200_response_spec.rb +4 -4
- data/spec/models/v1_partners_id_get_request_partner_spec.rb +4 -4
- data/spec/models/v1_partners_id_get_request_spec.rb +10 -4
- data/spec/models/v1_partners_id_put200_response_data_attributes_spec.rb +94 -0
- data/spec/models/v1_partners_id_put200_response_data_spec.rb +46 -0
- data/spec/models/v1_partners_id_put200_response_spec.rb +34 -0
- data/spec/models/v1_partners_id_put_request_partner_spec.rb +88 -0
- data/spec/models/v1_partners_id_put_request_spec.rb +40 -0
- metadata +25 -28
- data/lib/openapi_client/api/default_api.rb +0 -379
- data/lib/openapi_client/api_client.rb +0 -392
- data/lib/openapi_client/api_error.rb +0 -57
- data/lib/openapi_client/configuration.rb +0 -279
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_details_post_request.rb +0 -219
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant.rb +0 -219
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant_partner_details.rb +0 -255
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put200_response.rb +0 -230
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put_request.rb +0 -219
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put_request_applicant.rb +0 -221
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put_request_applicant_labels_inner.rb +0 -219
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_status_post_request.rb +0 -219
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant.rb +0 -219
- data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_partner_status.rb +0 -255
- data/lib/openapi_client/models/v1_partners_id_get200_response.rb +0 -219
- data/lib/openapi_client/models/v1_partners_id_get200_response1_data.rb +0 -237
- data/lib/openapi_client/models/v1_partners_id_get200_response_data_attributes.rb +0 -309
- data/lib/openapi_client/version.rb +0 -15
- data/lib/openapi_client.rb +0 -58
- data/openapi_client.gemspec +0 -38
data/spec/models/v1_partners_id_applicants_applicant_id_put_request_applicant_labels_inner_spec.rb
CHANGED
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner' do
|
24
24
|
it 'should create an instance of V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "key"' do
|
@@ -31,4 +31,10 @@ describe OpenapiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabe
|
|
31
31
|
end
|
32
32
|
end
|
33
33
|
|
34
|
+
describe 'test attribute "value"' 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
|
+
|
34
40
|
end
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicant
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicant do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicant.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdApplicantsApplicantIdPutRequestApplicant' do
|
24
24
|
it 'should create an instance of V1PartnersIdApplicantsApplicantIdPutRequestApplicant' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequestApplicant)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "labels"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequest
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequest do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequest.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdApplicantsApplicantIdPutRequest' do
|
24
24
|
it 'should create an instance of V1PartnersIdApplicantsApplicantIdPutRequest' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdPutRequest)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "applicant"' do
|
@@ -31,4 +31,10 @@ describe OpenapiClient::V1PartnersIdApplicantsApplicantIdPutRequest do
|
|
31
31
|
end
|
32
32
|
end
|
33
33
|
|
34
|
+
describe 'test attribute "format"' 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
|
+
|
34
40
|
end
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicantPartnerStatus
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicantPartnerStatus do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicantPartnerStatus.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicantPartnerStatus' do
|
24
24
|
it 'should create an instance of V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicantPartnerStatus' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicantPartnerStatus)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "account_option"' do
|
data/spec/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_spec.rb
CHANGED
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicant
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicant do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicant.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicant' do
|
24
24
|
it 'should create an instance of V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicant' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicant)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "partner_status"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequest
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequest do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequest.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdApplicantsApplicantIdStatusPostRequest' do
|
24
24
|
it 'should create an instance of V1PartnersIdApplicantsApplicantIdStatusPostRequest' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequest)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "applicant"' do
|
@@ -31,4 +31,10 @@ describe OpenapiClient::V1PartnersIdApplicantsApplicantIdStatusPostRequest do
|
|
31
31
|
end
|
32
32
|
end
|
33
33
|
|
34
|
+
describe 'test attribute "format"' 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
|
+
|
34
40
|
end
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGet200Response1DataAttributes
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGet200Response1DataAttributes do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGet200Response1DataAttributes.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGet200Response1DataAttributes' do
|
24
24
|
it 'should create an instance of V1PartnersIdGet200Response1DataAttributes' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGet200Response1DataAttributes)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "api_key"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGet200Response1Data
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGet200Response1Data do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGet200Response1Data.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGet200Response1Data' do
|
24
24
|
it 'should create an instance of V1PartnersIdGet200Response1Data' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGet200Response1Data)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "attributes"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGet200Response1
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGet200Response1 do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGet200Response1.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGet200Response1' do
|
24
24
|
it 'should create an instance of V1PartnersIdGet200Response1' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGet200Response1)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "data"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGet200ResponseDataAttributes
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGet200ResponseDataAttributes do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGet200ResponseDataAttributes.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGet200ResponseDataAttributes' do
|
24
24
|
it 'should create an instance of V1PartnersIdGet200ResponseDataAttributes' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGet200ResponseDataAttributes)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "api_key"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGet200ResponseData
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGet200ResponseData do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGet200ResponseData.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGet200ResponseData' do
|
24
24
|
it 'should create an instance of V1PartnersIdGet200ResponseData' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGet200ResponseData)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "attributes"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGet200Response
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGet200Response do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGet200Response.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGet200Response' do
|
24
24
|
it 'should create an instance of V1PartnersIdGet200Response' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGet200Response)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "data"' do
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGetRequestPartner
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGetRequestPartner do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGetRequestPartner.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGetRequestPartner' do
|
24
24
|
it 'should create an instance of V1PartnersIdGetRequestPartner' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGetRequestPartner)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "applicant_redirect_url"' do
|
@@ -14,17 +14,23 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdGetRequest
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdGetRequest do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdGetRequest.new }
|
22
22
|
|
23
23
|
describe 'test an instance of V1PartnersIdGetRequest' do
|
24
24
|
it 'should create an instance of V1PartnersIdGetRequest' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdGetRequest)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
describe 'test attribute "format"' 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
|
+
|
28
34
|
describe 'test attribute "partner"' do
|
29
35
|
it 'should work' do
|
30
36
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -0,0 +1,94 @@
|
|
1
|
+
=begin
|
2
|
+
#Fountain Partner Docs
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdPut200ResponseDataAttributes
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdPut200ResponseDataAttributes do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdPut200ResponseDataAttributes.new }
|
22
|
+
|
23
|
+
describe 'test an instance of V1PartnersIdPut200ResponseDataAttributes' do
|
24
|
+
it 'should create an instance of V1PartnersIdPut200ResponseDataAttributes' do
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdPut200ResponseDataAttributes)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "api_key"' 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 "applicant_redirect_url"' 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
|
+
describe 'test attribute "applicant_webhook"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "install_webhook"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "name"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "settings_auth_header"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "settings_auth_method"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "settings_password"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe 'test attribute "settings_username"' do
|
77
|
+
it 'should work' do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
describe 'test attribute "settings_webhook"' do
|
83
|
+
it 'should work' do
|
84
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
describe 'test attribute "uninstall_webhook"' do
|
89
|
+
it 'should work' do
|
90
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
=begin
|
2
|
+
#Fountain Partner Docs
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdPut200ResponseData
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdPut200ResponseData do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdPut200ResponseData.new }
|
22
|
+
|
23
|
+
describe 'test an instance of V1PartnersIdPut200ResponseData' do
|
24
|
+
it 'should create an instance of V1PartnersIdPut200ResponseData' do
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdPut200ResponseData)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "attributes"' 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 "id"' 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
|
+
describe 'test attribute "type"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
=begin
|
2
|
+
#Fountain Partner Docs
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdPut200Response
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdPut200Response do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdPut200Response.new }
|
22
|
+
|
23
|
+
describe 'test an instance of V1PartnersIdPut200Response' do
|
24
|
+
it 'should create an instance of V1PartnersIdPut200Response' do
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdPut200Response)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "data"' 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
|
+
end
|
@@ -0,0 +1,88 @@
|
|
1
|
+
=begin
|
2
|
+
#Fountain Partner Docs
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdPutRequestPartner
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdPutRequestPartner do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdPutRequestPartner.new }
|
22
|
+
|
23
|
+
describe 'test an instance of V1PartnersIdPutRequestPartner' do
|
24
|
+
it 'should create an instance of V1PartnersIdPutRequestPartner' do
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdPutRequestPartner)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "applicant_redirect_url"' 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 "applicant_webhook"' 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
|
+
describe 'test attribute "install_webhook"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "partner_hmac_key"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "settings_auth_header"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "settings_auth_method"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "settings_password"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "settings_username"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe 'test attribute "settings_webhook"' do
|
77
|
+
it 'should work' do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
describe 'test attribute "uninstall_webhook"' do
|
83
|
+
it 'should work' do
|
84
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
=begin
|
2
|
+
#Fountain Partner Docs
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FountainPartnerApiClient::V1PartnersIdPutRequest
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FountainPartnerApiClient::V1PartnersIdPutRequest do
|
21
|
+
let(:instance) { FountainPartnerApiClient::V1PartnersIdPutRequest.new }
|
22
|
+
|
23
|
+
describe 'test an instance of V1PartnersIdPutRequest' do
|
24
|
+
it 'should create an instance of V1PartnersIdPutRequest' do
|
25
|
+
expect(instance).to be_instance_of(FountainPartnerApiClient::V1PartnersIdPutRequest)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "format"' 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 "partner"' 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
|