solifyn 1.0.0 → 1.0.5

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.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +20 -7
  3. data/docs/BalanceApi.md +1 -1
  4. data/docs/CheckoutApi.md +1 -1
  5. data/docs/CheckoutLinksApi.md +1 -1
  6. data/docs/CheckoutSessionDetailsDto.md +3 -1
  7. data/docs/CollectionProductDto.md +12 -0
  8. data/docs/CollectionsApi.md +1 -1
  9. data/docs/CustomersApi.md +1 -1
  10. data/docs/DefaultApi.md +285 -1
  11. data/docs/DeveloperApi.md +1 -1
  12. data/docs/DigitalFileApi.md +1 -1
  13. data/docs/DiscordIntegrationApi.md +135 -0
  14. data/docs/DiscordRolesResponseDto.md +24 -0
  15. data/docs/DiscountsApi.md +1 -1
  16. data/docs/DisputesApi.md +1 -1
  17. data/docs/EntitlementGrantResponseDto.md +54 -0
  18. data/docs/EntitlementGrantsApi.md +289 -0
  19. data/docs/GitHubIntegrationApi.md +145 -0
  20. data/docs/GithubReposResponseDto.md +22 -0
  21. data/docs/LicenseApi.md +1 -1
  22. data/docs/LicenseKeysApi.md +1 -1
  23. data/docs/LicenseKeysClientApi.md +1 -1
  24. data/docs/MetersApi.md +1 -1
  25. data/docs/OrdersApi.md +1 -1
  26. data/docs/Product.md +12 -0
  27. data/docs/ProductAddOnsApi.md +1 -1
  28. data/docs/ProductCreate.md +12 -0
  29. data/docs/ProductUpdate.md +12 -0
  30. data/docs/ProductsApi.md +1 -1
  31. data/docs/RefundRequestsApi.md +1 -1
  32. data/docs/RefundsChargebacksApi.md +1 -1
  33. data/docs/SubscriptionsApi.md +1 -1
  34. data/docs/SyncLoginDto.md +18 -0
  35. data/docs/WebhookApi.md +1 -1
  36. data/docs/WebhookEndpointApi.md +55 -10
  37. data/docs/WebhookEntitlementGrantPayload.md +44 -0
  38. data/git_push.sh +2 -2
  39. data/lib/solifyn/api/default_api.rb +248 -0
  40. data/lib/solifyn/api/{partner_api.rb → discord_integration_api.rb} +32 -19
  41. data/lib/solifyn/api/entitlement_grants_api.rb +271 -0
  42. data/lib/solifyn/api/git_hub_integration_api.rb +137 -0
  43. data/lib/solifyn/api/webhook_endpoint_api.rb +9 -9
  44. data/lib/solifyn/configuration.rb +4 -4
  45. data/lib/solifyn/models/checkout_session_details_dto.rb +16 -4
  46. data/lib/solifyn/models/collection_product_dto.rb +115 -1
  47. data/lib/solifyn/models/{payout_method.rb → discord_roles_response_dto.rb} +41 -34
  48. data/lib/solifyn/models/{withdrawal.rb → entitlement_grant_response_dto.rb} +149 -109
  49. data/lib/solifyn/models/{payout_account.rb → github_repos_response_dto.rb} +31 -24
  50. data/lib/solifyn/models/product.rb +115 -1
  51. data/lib/solifyn/models/product_create.rb +77 -1
  52. data/lib/solifyn/models/product_update.rb +77 -1
  53. data/lib/solifyn/models/{payout_method_list.rb → sync_login_dto.rb} +15 -17
  54. data/lib/solifyn/models/{payout_verification.rb → webhook_entitlement_grant_payload.rb} +118 -41
  55. data/lib/solifyn/version.rb +1 -1
  56. data/lib/solifyn.rb +8 -0
  57. data/spec/api/checkout_api_spec.rb +12 -0
  58. data/spec/api/default_api_spec.rb +59 -11
  59. data/spec/api/developer_api_spec.rb +52 -29
  60. data/spec/api/{partner_api_spec.rb → discord_integration_api_spec.rb} +16 -11
  61. data/spec/api/entitlement_grants_api_spec.rb +83 -0
  62. data/spec/api/git_hub_integration_api_spec.rb +58 -0
  63. data/spec/models/checkout_session_details_dto_spec.rb +6 -0
  64. data/spec/models/collection_product_dto_spec.rb +28 -0
  65. data/spec/models/{payout_method_spec.rb → discord_roles_response_dto_spec.rb} +9 -9
  66. data/spec/models/{withdrawal_spec.rb → entitlement_grant_response_dto_spec.rb} +18 -18
  67. data/spec/models/{payout_account_spec.rb → github_repos_response_dto_spec.rb} +8 -8
  68. data/spec/models/order_spec.rb +6 -0
  69. data/spec/models/product_create_spec.rb +28 -0
  70. data/spec/models/product_spec.rb +28 -0
  71. data/spec/models/product_update_spec.rb +28 -0
  72. data/spec/models/{business_create_spec.rb → sync_login_dto_spec.rb} +7 -7
  73. data/spec/models/{business_spec.rb → webhook_entitlement_grant_payload_spec.rb} +17 -53
  74. metadata +162 -254
  75. data/docs/AffiliateApi.md +0 -845
  76. data/docs/BillingApi.md +0 -68
  77. data/docs/BrandsApi.md +0 -286
  78. data/docs/Business.md +0 -56
  79. data/docs/BusinessCreate.md +0 -18
  80. data/docs/BusinessFullCreate.md +0 -26
  81. data/docs/BusinessFullCreateResponse.md +0 -20
  82. data/docs/BusinessesApi.md +0 -350
  83. data/docs/ChatApi.md +0 -246
  84. data/docs/CommunityApi.md +0 -497
  85. data/docs/PartnerApi.md +0 -125
  86. data/docs/PayoutAccessToken.md +0 -20
  87. data/docs/PayoutAccount.md +0 -22
  88. data/docs/PayoutAccountLink.md +0 -20
  89. data/docs/PayoutMethod.md +0 -24
  90. data/docs/PayoutMethodList.md +0 -18
  91. data/docs/PayoutVerification.md +0 -24
  92. data/docs/PayoutVerificationList.md +0 -18
  93. data/docs/PayoutsApi.md +0 -579
  94. data/docs/TicketApi.md +0 -318
  95. data/docs/UserPage.md +0 -26
  96. data/docs/UserProfileThemesApi.md +0 -345
  97. data/docs/UserSettings.md +0 -34
  98. data/docs/UserSettingsUpdate.md +0 -76
  99. data/docs/UserStats.md +0 -20
  100. data/docs/UserTheme.md +0 -26
  101. data/docs/UserThemeUpdate.md +0 -22
  102. data/docs/WhopApiKeysRotation.md +0 -18
  103. data/docs/Withdrawal.md +0 -46
  104. data/docs/WithdrawalCreate.md +0 -22
  105. data/docs/WithdrawalList.md +0 -20
  106. data/lib/solifyn/api/affiliate_api.rb +0 -760
  107. data/lib/solifyn/api/billing_api.rb +0 -77
  108. data/lib/solifyn/api/brands_api.rb +0 -284
  109. data/lib/solifyn/api/businesses_api.rb +0 -338
  110. data/lib/solifyn/api/chat_api.rb +0 -232
  111. data/lib/solifyn/api/community_api.rb +0 -466
  112. data/lib/solifyn/api/payouts_api.rb +0 -520
  113. data/lib/solifyn/api/ticket_api.rb +0 -328
  114. data/lib/solifyn/api/user_profile_themes_api.rb +0 -313
  115. data/lib/solifyn/models/business.rb +0 -482
  116. data/lib/solifyn/models/business_create.rb +0 -241
  117. data/lib/solifyn/models/business_full_create.rb +0 -288
  118. data/lib/solifyn/models/business_full_create_response.rb +0 -239
  119. data/lib/solifyn/models/payout_access_token.rb +0 -239
  120. data/lib/solifyn/models/payout_account_link.rb +0 -239
  121. data/lib/solifyn/models/payout_verification_list.rb +0 -224
  122. data/lib/solifyn/models/user_page.rb +0 -290
  123. data/lib/solifyn/models/user_settings.rb +0 -337
  124. data/lib/solifyn/models/user_settings_update.rb +0 -505
  125. data/lib/solifyn/models/user_stats.rb +0 -241
  126. data/lib/solifyn/models/user_theme.rb +0 -276
  127. data/lib/solifyn/models/user_theme_update.rb +0 -235
  128. data/lib/solifyn/models/whop_api_keys_rotation.rb +0 -222
  129. data/lib/solifyn/models/withdrawal_create.rb +0 -249
  130. data/lib/solifyn/models/withdrawal_list.rb +0 -241
  131. data/spec/api/affiliate_api_spec.rb +0 -165
  132. data/spec/api/billing_api_spec.rb +0 -46
  133. data/spec/api/brands_api_spec.rb +0 -83
  134. data/spec/api/businesses_api_spec.rb +0 -93
  135. data/spec/api/chat_api_spec.rb +0 -72
  136. data/spec/api/community_api_spec.rb +0 -113
  137. data/spec/api/payouts_api_spec.rb +0 -133
  138. data/spec/api/ticket_api_spec.rb +0 -86
  139. data/spec/api/user_profile_themes_api_spec.rb +0 -91
  140. data/spec/models/business_full_create_response_spec.rb +0 -42
  141. data/spec/models/business_full_create_spec.rb +0 -60
  142. data/spec/models/payout_access_token_spec.rb +0 -42
  143. data/spec/models/payout_account_link_spec.rb +0 -42
  144. data/spec/models/payout_method_list_spec.rb +0 -36
  145. data/spec/models/payout_verification_list_spec.rb +0 -36
  146. data/spec/models/payout_verification_spec.rb +0 -54
  147. data/spec/models/user_page_spec.rb +0 -60
  148. data/spec/models/user_settings_spec.rb +0 -84
  149. data/spec/models/user_settings_update_spec.rb +0 -210
  150. data/spec/models/user_stats_spec.rb +0 -42
  151. data/spec/models/user_theme_spec.rb +0 -60
  152. data/spec/models/user_theme_update_spec.rb +0 -48
  153. data/spec/models/whop_api_keys_rotation_spec.rb +0 -36
  154. data/spec/models/withdrawal_create_spec.rb +0 -48
  155. data/spec/models/withdrawal_list_spec.rb +0 -42
@@ -0,0 +1,83 @@
1
+ =begin
2
+ #Solifyn API
3
+
4
+ #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.10.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for Solifyn::EntitlementGrantsApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'EntitlementGrantsApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = Solifyn::EntitlementGrantsApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of EntitlementGrantsApi' do
30
+ it 'should create an instance of EntitlementGrantsApi' do
31
+ expect(@api_instance).to be_instance_of(Solifyn::EntitlementGrantsApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for entitlement_grants_get
36
+ # Retrieve Entitlement Grant
37
+ # Retrieve details of a specific entitlement grant.
38
+ # @param id The unique grant ID
39
+ # @param [Hash] opts the optional parameters
40
+ # @return [EntitlementGrantResponseDto]
41
+ describe 'entitlement_grants_get test' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
+ end
45
+ end
46
+
47
+ # unit tests for entitlement_grants_list
48
+ # List Entitlement Grants
49
+ # Retrieve all GitHub repository entitlement grants for the active business.
50
+ # @param [Hash] opts the optional parameters
51
+ # @option opts [String] :status Filter by status (PENDING, DELIVERED, FAILED, REVOKED)
52
+ # @return [Array<EntitlementGrantResponseDto>]
53
+ describe 'entitlement_grants_list test' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
56
+ end
57
+ end
58
+
59
+ # unit tests for entitlement_grants_retry
60
+ # Retry Entitlement Grant Delivery
61
+ # Attempts to re-invite the collaborator if GitHub username is already connected, or resets the OAuth URL redirect.
62
+ # @param id The unique grant ID
63
+ # @param [Hash] opts the optional parameters
64
+ # @return [EntitlementGrantResponseDto]
65
+ describe 'entitlement_grants_retry test' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
68
+ end
69
+ end
70
+
71
+ # unit tests for entitlement_grants_revoke
72
+ # Manually Revoke Entitlement Grant
73
+ # Manually remove the customer collaborator access from the repository and revoke the grant.
74
+ # @param id The unique grant ID
75
+ # @param [Hash] opts the optional parameters
76
+ # @return [EntitlementGrantResponseDto]
77
+ describe 'entitlement_grants_revoke test' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
80
+ end
81
+ end
82
+
83
+ end
@@ -0,0 +1,58 @@
1
+ =begin
2
+ #Solifyn API
3
+
4
+ #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.10.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for Solifyn::GitHubIntegrationApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'GitHubIntegrationApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = Solifyn::GitHubIntegrationApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of GitHubIntegrationApi' do
30
+ it 'should create an instance of GitHubIntegrationApi' do
31
+ expect(@api_instance).to be_instance_of(Solifyn::GitHubIntegrationApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for github_get_install_url
36
+ # Get GitHub App Installation URL
37
+ # Generates the URL to install the system-wide GitHub App onto the merchant&#39;s GitHub account/org.
38
+ # @param [Hash] opts the optional parameters
39
+ # @option opts [String] :product_id Optional Product ID to redirect back to after installation
40
+ # @return [nil]
41
+ describe 'github_get_install_url test' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
+ end
45
+ end
46
+
47
+ # unit tests for github_list_repos
48
+ # List Available GitHub Repositories
49
+ # Retrieves all repositories accessible by the merchant&#39;s installed GitHub App.
50
+ # @param [Hash] opts the optional parameters
51
+ # @return [Array<GithubReposResponseDto>]
52
+ describe 'github_list_repos test' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
+ end
56
+ end
57
+
58
+ end
@@ -93,4 +93,10 @@ describe Solifyn::CheckoutSessionDetailsDto do
93
93
  end
94
94
  end
95
95
 
96
+ describe 'test attribute "entitlement_grants"' do
97
+ it 'should work' do
98
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
+ end
100
+ end
101
+
96
102
  end
@@ -107,6 +107,28 @@ describe Solifyn::CollectionProductDto do
107
107
  end
108
108
  end
109
109
 
110
+ describe 'test attribute "has_github_access"' do
111
+ it 'should work' do
112
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
113
+ end
114
+ end
115
+
116
+ describe 'test attribute "github_repo"' do
117
+ it 'should work' do
118
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
119
+ end
120
+ end
121
+
122
+ describe 'test attribute "github_permission"' do
123
+ it 'should work' do
124
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
125
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
126
+ # validator.allowable_values.each do |value|
127
+ # expect { instance.github_permission = value }.not_to raise_error
128
+ # end
129
+ end
130
+ end
131
+
110
132
  describe 'test attribute "is_tax_inclusive"' do
111
133
  it 'should work' do
112
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -173,6 +195,12 @@ describe Solifyn::CollectionProductDto do
173
195
  end
174
196
  end
175
197
 
198
+ describe 'test attribute "is_free"' do
199
+ it 'should work' do
200
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
201
+ end
202
+ end
203
+
176
204
  describe 'test attribute "created_at"' do
177
205
  it 'should work' do
178
206
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Solifyn::PayoutMethod
17
+ # Unit tests for Solifyn::DiscordRolesResponseDto
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Solifyn::PayoutMethod do
21
- let(:instance) { Solifyn::PayoutMethod.new }
20
+ describe Solifyn::DiscordRolesResponseDto do
21
+ let(:instance) { Solifyn::DiscordRolesResponseDto.new }
22
22
 
23
- describe 'test an instance of PayoutMethod' do
24
- it 'should create an instance of PayoutMethod' do
23
+ describe 'test an instance of DiscordRolesResponseDto' do
24
+ it 'should create an instance of DiscordRolesResponseDto' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutMethod)
26
+ #expect(instance).to be_instance_of(Solifyn::DiscordRolesResponseDto)
27
27
  end
28
28
  end
29
29
 
@@ -33,19 +33,19 @@ describe Solifyn::PayoutMethod do
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "type"' do
36
+ describe 'test attribute "name"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "status"' do
42
+ describe 'test attribute "position"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "details"' do
48
+ describe 'test attribute "color"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Solifyn::Withdrawal
17
+ # Unit tests for Solifyn::EntitlementGrantResponseDto
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Solifyn::Withdrawal do
21
- let(:instance) { Solifyn::Withdrawal.new }
20
+ describe Solifyn::EntitlementGrantResponseDto do
21
+ let(:instance) { Solifyn::EntitlementGrantResponseDto.new }
22
22
 
23
- describe 'test an instance of Withdrawal' do
24
- it 'should create an instance of Withdrawal' do
23
+ describe 'test an instance of EntitlementGrantResponseDto' do
24
+ it 'should create an instance of EntitlementGrantResponseDto' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::Withdrawal)
26
+ #expect(instance).to be_instance_of(Solifyn::EntitlementGrantResponseDto)
27
27
  end
28
28
  end
29
29
 
@@ -33,73 +33,73 @@ describe Solifyn::Withdrawal do
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "whop_id"' do
36
+ describe 'test attribute "business_id"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "amount"' do
42
+ describe 'test attribute "customer_id"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "currency"' do
48
+ describe 'test attribute "payment_id"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "status"' do
54
+ describe 'test attribute "product_id"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "fee_amount"' do
60
+ describe 'test attribute "type"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "fee_type"' do
66
+ describe 'test attribute "github_repo"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "markup_fee"' do
72
+ describe 'test attribute "github_permission"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "speed"' do
78
+ describe 'test attribute "github_username"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "trace_code"' do
84
+ describe 'test attribute "status"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "payer_name"' do
90
+ describe 'test attribute "oauth_url"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "error_message"' do
96
+ describe 'test attribute "error_details"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "business_id"' do
102
+ describe 'test attribute "metadata"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Solifyn::PayoutAccount
17
+ # Unit tests for Solifyn::GithubReposResponseDto
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Solifyn::PayoutAccount do
21
- let(:instance) { Solifyn::PayoutAccount.new }
20
+ describe Solifyn::GithubReposResponseDto do
21
+ let(:instance) { Solifyn::GithubReposResponseDto.new }
22
22
 
23
- describe 'test an instance of PayoutAccount' do
24
- it 'should create an instance of PayoutAccount' do
23
+ describe 'test an instance of GithubReposResponseDto' do
24
+ it 'should create an instance of GithubReposResponseDto' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutAccount)
26
+ #expect(instance).to be_instance_of(Solifyn::GithubReposResponseDto)
27
27
  end
28
28
  end
29
29
 
@@ -33,13 +33,13 @@ describe Solifyn::PayoutAccount do
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "status"' do
36
+ describe 'test attribute "full_name"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "capabilities"' do
42
+ describe 'test attribute "name"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
@@ -57,6 +57,12 @@ describe Solifyn::Order do
57
57
  end
58
58
  end
59
59
 
60
+ describe 'test attribute "usd_total"' do
61
+ it 'should work' do
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
+ end
64
+ end
65
+
60
66
  describe 'test attribute "tax_amount"' do
61
67
  it 'should work' do
62
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -89,6 +89,28 @@ describe Solifyn::ProductCreate do
89
89
  end
90
90
  end
91
91
 
92
+ describe 'test attribute "has_github_access"' do
93
+ it 'should work' do
94
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
95
+ end
96
+ end
97
+
98
+ describe 'test attribute "github_repo"' do
99
+ it 'should work' do
100
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
101
+ end
102
+ end
103
+
104
+ describe 'test attribute "github_permission"' do
105
+ it 'should work' do
106
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
107
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
108
+ # validator.allowable_values.each do |value|
109
+ # expect { instance.github_permission = value }.not_to raise_error
110
+ # end
111
+ end
112
+ end
113
+
92
114
  describe 'test attribute "is_tax_inclusive"' do
93
115
  it 'should work' do
94
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -161,6 +183,12 @@ describe Solifyn::ProductCreate do
161
183
  end
162
184
  end
163
185
 
186
+ describe 'test attribute "is_free"' do
187
+ it 'should work' do
188
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
189
+ end
190
+ end
191
+
164
192
  describe 'test attribute "addons"' do
165
193
  it 'should work' do
166
194
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -107,6 +107,28 @@ describe Solifyn::Product do
107
107
  end
108
108
  end
109
109
 
110
+ describe 'test attribute "has_github_access"' do
111
+ it 'should work' do
112
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
113
+ end
114
+ end
115
+
116
+ describe 'test attribute "github_repo"' do
117
+ it 'should work' do
118
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
119
+ end
120
+ end
121
+
122
+ describe 'test attribute "github_permission"' do
123
+ it 'should work' do
124
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
125
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
126
+ # validator.allowable_values.each do |value|
127
+ # expect { instance.github_permission = value }.not_to raise_error
128
+ # end
129
+ end
130
+ end
131
+
110
132
  describe 'test attribute "is_tax_inclusive"' do
111
133
  it 'should work' do
112
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -173,6 +195,12 @@ describe Solifyn::Product do
173
195
  end
174
196
  end
175
197
 
198
+ describe 'test attribute "is_free"' do
199
+ it 'should work' do
200
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
201
+ end
202
+ end
203
+
176
204
  describe 'test attribute "created_at"' do
177
205
  it 'should work' do
178
206
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -89,6 +89,28 @@ describe Solifyn::ProductUpdate do
89
89
  end
90
90
  end
91
91
 
92
+ describe 'test attribute "has_github_access"' do
93
+ it 'should work' do
94
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
95
+ end
96
+ end
97
+
98
+ describe 'test attribute "github_repo"' do
99
+ it 'should work' do
100
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
101
+ end
102
+ end
103
+
104
+ describe 'test attribute "github_permission"' do
105
+ it 'should work' do
106
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
107
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
108
+ # validator.allowable_values.each do |value|
109
+ # expect { instance.github_permission = value }.not_to raise_error
110
+ # end
111
+ end
112
+ end
113
+
92
114
  describe 'test attribute "is_tax_inclusive"' do
93
115
  it 'should work' do
94
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -161,6 +183,12 @@ describe Solifyn::ProductUpdate do
161
183
  end
162
184
  end
163
185
 
186
+ describe 'test attribute "is_free"' do
187
+ it 'should work' do
188
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
189
+ end
190
+ end
191
+
164
192
  describe 'test attribute "addons"' do
165
193
  it 'should work' do
166
194
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -14,20 +14,20 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Solifyn::BusinessCreate
17
+ # Unit tests for Solifyn::SyncLoginDto
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe Solifyn::BusinessCreate do
21
- let(:instance) { Solifyn::BusinessCreate.new }
20
+ describe Solifyn::SyncLoginDto do
21
+ let(:instance) { Solifyn::SyncLoginDto.new }
22
22
 
23
- describe 'test an instance of BusinessCreate' do
24
- it 'should create an instance of BusinessCreate' do
23
+ describe 'test an instance of SyncLoginDto' do
24
+ it 'should create an instance of SyncLoginDto' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::BusinessCreate)
26
+ #expect(instance).to be_instance_of(Solifyn::SyncLoginDto)
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "title"' do
30
+ describe 'test attribute "live_token"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end