solifyn 1.1.2 → 1.1.3

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 (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/solifyn/version.rb +1 -1
  4. data/spec/api/checkout_api_spec.rb +12 -0
  5. data/spec/api/developer_api_spec.rb +52 -29
  6. data/spec/models/checkout_session_details_dto_spec.rb +6 -0
  7. data/spec/models/collection_product_dto_spec.rb +28 -0
  8. data/spec/models/order_spec.rb +6 -0
  9. data/spec/models/product_create_spec.rb +28 -0
  10. data/spec/models/product_spec.rb +28 -0
  11. data/spec/models/product_update_spec.rb +28 -0
  12. metadata +133 -262
  13. data/LICENSE +0 -202
  14. data/docs/AffiliateApi.md +0 -845
  15. data/docs/BillingApi.md +0 -68
  16. data/docs/BrandsApi.md +0 -286
  17. data/docs/Business.md +0 -56
  18. data/docs/BusinessCreate.md +0 -18
  19. data/docs/BusinessFullCreate.md +0 -26
  20. data/docs/BusinessFullCreateResponse.md +0 -20
  21. data/docs/BusinessesApi.md +0 -350
  22. data/docs/ChatApi.md +0 -246
  23. data/docs/CommunityApi.md +0 -497
  24. data/docs/DefaultApi.md +0 -1214
  25. data/docs/PartnerApi.md +0 -125
  26. data/docs/PayoutAccessToken.md +0 -20
  27. data/docs/PayoutAccount.md +0 -22
  28. data/docs/PayoutAccountLink.md +0 -20
  29. data/docs/PayoutMethod.md +0 -24
  30. data/docs/PayoutMethodList.md +0 -18
  31. data/docs/PayoutVerification.md +0 -24
  32. data/docs/PayoutVerificationList.md +0 -18
  33. data/docs/PayoutsApi.md +0 -579
  34. data/docs/TicketApi.md +0 -318
  35. data/docs/UserPage.md +0 -26
  36. data/docs/UserProfileThemesApi.md +0 -345
  37. data/docs/UserSettings.md +0 -34
  38. data/docs/UserSettingsUpdate.md +0 -76
  39. data/docs/UserStats.md +0 -20
  40. data/docs/UserTheme.md +0 -26
  41. data/docs/UserThemeUpdate.md +0 -22
  42. data/docs/WhopApiKeysRotation.md +0 -18
  43. data/docs/Withdrawal.md +0 -46
  44. data/docs/WithdrawalCreate.md +0 -22
  45. data/docs/WithdrawalList.md +0 -20
  46. data/lib/solifyn/api/affiliate_api.rb +0 -760
  47. data/lib/solifyn/api/billing_api.rb +0 -77
  48. data/lib/solifyn/api/brands_api.rb +0 -284
  49. data/lib/solifyn/api/businesses_api.rb +0 -338
  50. data/lib/solifyn/api/chat_api.rb +0 -232
  51. data/lib/solifyn/api/community_api.rb +0 -466
  52. data/lib/solifyn/api/default_api.rb +0 -1076
  53. data/lib/solifyn/api/partner_api.rb +0 -124
  54. data/lib/solifyn/api/payouts_api.rb +0 -520
  55. data/lib/solifyn/api/ticket_api.rb +0 -328
  56. data/lib/solifyn/api/user_profile_themes_api.rb +0 -313
  57. data/lib/solifyn/models/business.rb +0 -482
  58. data/lib/solifyn/models/business_create.rb +0 -241
  59. data/lib/solifyn/models/business_full_create.rb +0 -288
  60. data/lib/solifyn/models/business_full_create_response.rb +0 -239
  61. data/lib/solifyn/models/payout_access_token.rb +0 -239
  62. data/lib/solifyn/models/payout_account.rb +0 -249
  63. data/lib/solifyn/models/payout_account_link.rb +0 -239
  64. data/lib/solifyn/models/payout_method.rb +0 -266
  65. data/lib/solifyn/models/payout_method_list.rb +0 -224
  66. data/lib/solifyn/models/payout_verification.rb +0 -266
  67. data/lib/solifyn/models/payout_verification_list.rb +0 -224
  68. data/lib/solifyn/models/user_page.rb +0 -290
  69. data/lib/solifyn/models/user_settings.rb +0 -337
  70. data/lib/solifyn/models/user_settings_update.rb +0 -505
  71. data/lib/solifyn/models/user_stats.rb +0 -241
  72. data/lib/solifyn/models/user_theme.rb +0 -276
  73. data/lib/solifyn/models/user_theme_update.rb +0 -235
  74. data/lib/solifyn/models/whop_api_keys_rotation.rb +0 -222
  75. data/lib/solifyn/models/withdrawal.rb +0 -411
  76. data/lib/solifyn/models/withdrawal_create.rb +0 -249
  77. data/lib/solifyn/models/withdrawal_list.rb +0 -241
  78. data/spec/api/affiliate_api_spec.rb +0 -165
  79. data/spec/api/billing_api_spec.rb +0 -46
  80. data/spec/api/brands_api_spec.rb +0 -83
  81. data/spec/api/businesses_api_spec.rb +0 -93
  82. data/spec/api/chat_api_spec.rb +0 -72
  83. data/spec/api/community_api_spec.rb +0 -113
  84. data/spec/api/default_api_spec.rb +0 -191
  85. data/spec/api/partner_api_spec.rb +0 -53
  86. data/spec/api/payouts_api_spec.rb +0 -133
  87. data/spec/api/ticket_api_spec.rb +0 -86
  88. data/spec/api/user_profile_themes_api_spec.rb +0 -91
  89. data/spec/models/business_create_spec.rb +0 -36
  90. data/spec/models/business_full_create_response_spec.rb +0 -42
  91. data/spec/models/business_full_create_spec.rb +0 -60
  92. data/spec/models/business_spec.rb +0 -150
  93. data/spec/models/payout_access_token_spec.rb +0 -42
  94. data/spec/models/payout_account_link_spec.rb +0 -42
  95. data/spec/models/payout_account_spec.rb +0 -48
  96. data/spec/models/payout_method_list_spec.rb +0 -36
  97. data/spec/models/payout_method_spec.rb +0 -54
  98. data/spec/models/payout_verification_list_spec.rb +0 -36
  99. data/spec/models/payout_verification_spec.rb +0 -54
  100. data/spec/models/user_page_spec.rb +0 -60
  101. data/spec/models/user_settings_spec.rb +0 -84
  102. data/spec/models/user_settings_update_spec.rb +0 -210
  103. data/spec/models/user_stats_spec.rb +0 -42
  104. data/spec/models/user_theme_spec.rb +0 -60
  105. data/spec/models/user_theme_update_spec.rb +0 -48
  106. data/spec/models/whop_api_keys_rotation_spec.rb +0 -36
  107. data/spec/models/withdrawal_create_spec.rb +0 -48
  108. data/spec/models/withdrawal_list_spec.rb +0 -42
  109. data/spec/models/withdrawal_spec.rb +0 -120
@@ -1,36 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::BusinessCreate
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::BusinessCreate do
21
- let(:instance) { Solifyn::BusinessCreate.new }
22
-
23
- describe 'test an instance of BusinessCreate' do
24
- it 'should create an instance of BusinessCreate' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::BusinessCreate)
27
- end
28
- end
29
-
30
- describe 'test attribute "title"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- end
@@ -1,42 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::BusinessFullCreateResponse
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::BusinessFullCreateResponse do
21
- let(:instance) { Solifyn::BusinessFullCreateResponse.new }
22
-
23
- describe 'test an instance of BusinessFullCreateResponse' do
24
- it 'should create an instance of BusinessFullCreateResponse' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::BusinessFullCreateResponse)
27
- end
28
- end
29
-
30
- describe 'test attribute "success"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "business_id"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- end
@@ -1,60 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::BusinessFullCreate
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::BusinessFullCreate do
21
- let(:instance) { Solifyn::BusinessFullCreate.new }
22
-
23
- describe 'test an instance of BusinessFullCreate' do
24
- it 'should create an instance of BusinessFullCreate' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::BusinessFullCreate)
27
- end
28
- end
29
-
30
- describe 'test attribute "title"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "website_url"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "country"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "category"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- describe 'test attribute "referred_by_code"' do
55
- it 'should work' do
56
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
- end
58
- end
59
-
60
- end
@@ -1,150 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::Business
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::Business do
21
- let(:instance) { Solifyn::Business.new }
22
-
23
- describe 'test an instance of Business' do
24
- it 'should create an instance of Business' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::Business)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "title"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "description"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "whop_id"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- describe 'test attribute "merchant_id"' do
55
- it 'should work' do
56
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
- end
58
- end
59
-
60
- describe 'test attribute "verified"' 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
-
66
- describe 'test attribute "send_customer_emails"' do
67
- it 'should work' do
68
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
- end
70
- end
71
-
72
- describe 'test attribute "member_count"' do
73
- it 'should work' do
74
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
- end
76
- end
77
-
78
- describe 'test attribute "route"' do
79
- it 'should work' do
80
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
- end
82
- end
83
-
84
- describe 'test attribute "default_currency"' do
85
- it 'should work' do
86
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
- end
88
- end
89
-
90
- describe 'test attribute "published_reviews_count"' do
91
- it 'should work' do
92
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
- end
94
- end
95
-
96
- describe 'test attribute "metadata"' 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
-
102
- describe 'test attribute "target_audience"' do
103
- it 'should work' do
104
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
- end
106
- end
107
-
108
- describe 'test attribute "social_links"' do
109
- it 'should work' do
110
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
- end
112
- end
113
-
114
- describe 'test attribute "affiliate_instructions"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
- describe 'test attribute "whop_created_at"' do
121
- it 'should work' do
122
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
- end
124
- end
125
-
126
- describe 'test attribute "whop_updated_at"' do
127
- it 'should work' do
128
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
- end
130
- end
131
-
132
- describe 'test attribute "created_at"' do
133
- it 'should work' do
134
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
135
- end
136
- end
137
-
138
- describe 'test attribute "updated_at"' do
139
- it 'should work' do
140
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
- end
142
- end
143
-
144
- describe 'test attribute "logo_url"' do
145
- it 'should work' do
146
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
- end
148
- end
149
-
150
- end
@@ -1,42 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::PayoutAccessToken
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::PayoutAccessToken do
21
- let(:instance) { Solifyn::PayoutAccessToken.new }
22
-
23
- describe 'test an instance of PayoutAccessToken' do
24
- it 'should create an instance of PayoutAccessToken' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutAccessToken)
27
- end
28
- end
29
-
30
- describe 'test attribute "access_token"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "expires_at"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- end
@@ -1,42 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::PayoutAccountLink
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::PayoutAccountLink do
21
- let(:instance) { Solifyn::PayoutAccountLink.new }
22
-
23
- describe 'test an instance of PayoutAccountLink' do
24
- it 'should create an instance of PayoutAccountLink' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutAccountLink)
27
- end
28
- end
29
-
30
- describe 'test attribute "url"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "expires_at"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- end
@@ -1,48 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::PayoutAccount
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::PayoutAccount do
21
- let(:instance) { Solifyn::PayoutAccount.new }
22
-
23
- describe 'test an instance of PayoutAccount' do
24
- it 'should create an instance of PayoutAccount' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutAccount)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "status"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "capabilities"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- end
@@ -1,36 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::PayoutMethodList
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::PayoutMethodList do
21
- let(:instance) { Solifyn::PayoutMethodList.new }
22
-
23
- describe 'test an instance of PayoutMethodList' do
24
- it 'should create an instance of PayoutMethodList' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutMethodList)
27
- end
28
- end
29
-
30
- describe 'test attribute "data"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- end
@@ -1,54 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::PayoutMethod
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::PayoutMethod do
21
- let(:instance) { Solifyn::PayoutMethod.new }
22
-
23
- describe 'test an instance of PayoutMethod' do
24
- it 'should create an instance of PayoutMethod' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutMethod)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "type"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "status"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "details"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- end
@@ -1,36 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::PayoutVerificationList
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::PayoutVerificationList do
21
- let(:instance) { Solifyn::PayoutVerificationList.new }
22
-
23
- describe 'test an instance of PayoutVerificationList' do
24
- it 'should create an instance of PayoutVerificationList' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutVerificationList)
27
- end
28
- end
29
-
30
- describe 'test attribute "data"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- end
@@ -1,54 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::PayoutVerification
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::PayoutVerification do
21
- let(:instance) { Solifyn::PayoutVerification.new }
22
-
23
- describe 'test an instance of PayoutVerification' do
24
- it 'should create an instance of PayoutVerification' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::PayoutVerification)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "status"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "type"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "details"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- end
@@ -1,60 +0,0 @@
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
- require 'date'
16
-
17
- # Unit tests for Solifyn::UserPage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::UserPage do
21
- let(:instance) { Solifyn::UserPage.new }
22
-
23
- describe 'test an instance of UserPage' do
24
- it 'should create an instance of UserPage' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::UserPage)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "subdomain"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "store_name"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "config"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- describe 'test attribute "business_id"' do
55
- it 'should work' do
56
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
- end
58
- end
59
-
60
- end