spartera_api_sdk 1.0.68 → 1.0.72

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 (175) hide show
  1. checksums.yaml +4 -4
  2. data/docs/APIKeysApi.md +20 -20
  3. data/docs/AlertsApi.md +28 -28
  4. data/docs/AssetPriceHistoryApi.md +32 -32
  5. data/docs/AssetsApi.md +52 -52
  6. data/docs/CloudProvidersApi.md +8 -8
  7. data/docs/CompaniesApi.md +36 -36
  8. data/docs/CompaniesCompanyIdApiKeysGet200Response.md +20 -0
  9. data/docs/CompaniesCompanyIdAssetsAssetIdDelete200Response.md +20 -0
  10. data/docs/CompaniesCompanyIdAssetsAssetIdDelete200ResponseData.md +18 -0
  11. data/docs/CompaniesCompanyIdAssetsAssetIdGet200Response.md +20 -0
  12. data/docs/CompaniesCompanyIdAssetsAssetIdPatch200Response.md +20 -0
  13. data/docs/CompaniesCompanyIdAssetsAssetIdPatch200ResponseData.md +18 -0
  14. data/docs/CompaniesCompanyIdAssetsGet200Response.md +20 -0
  15. data/docs/CompaniesCompanyIdAssetsPost200Response.md +20 -0
  16. data/docs/CompaniesCompanyIdAssetsPost200ResponseData.md +18 -0
  17. data/docs/CompaniesCompanyIdConnectionsConnectionIdDelete200Response.md +20 -0
  18. data/docs/CompaniesCompanyIdConnectionsConnectionIdDelete200ResponseData.md +18 -0
  19. data/docs/CompaniesCompanyIdConnectionsConnectionIdGet200Response.md +20 -0
  20. data/docs/CompaniesCompanyIdConnectionsConnectionIdPatch200Response.md +20 -0
  21. data/docs/CompaniesCompanyIdConnectionsConnectionIdPatch200ResponseData.md +18 -0
  22. data/docs/CompaniesCompanyIdConnectionsGet200Response.md +20 -0
  23. data/docs/CompaniesCompanyIdConnectionsPost200Response.md +20 -0
  24. data/docs/CompaniesCompanyIdConnectionsPost200ResponseData.md +18 -0
  25. data/docs/CompaniesCompanyIdUsersGet200Response.md +20 -0
  26. data/docs/CompaniesCompanyIdUsersPost200Response.md +20 -0
  27. data/docs/CompaniesCompanyIdUsersPost200ResponseData.md +18 -0
  28. data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response.md +20 -0
  29. data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData.md +18 -0
  30. data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response.md +20 -0
  31. data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response.md +20 -0
  32. data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData.md +18 -0
  33. data/docs/CompaniesCompanyIdUsersUserIdAlertsGet200Response.md +20 -0
  34. data/docs/CompaniesCompanyIdUsersUserIdAlertsPost200Response.md +20 -0
  35. data/docs/CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData.md +18 -0
  36. data/docs/CompaniesCompanyIdUsersUserIdDelete200Response.md +20 -0
  37. data/docs/CompaniesCompanyIdUsersUserIdDelete200ResponseData.md +18 -0
  38. data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response.md +20 -0
  39. data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData.md +18 -0
  40. data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response.md +20 -0
  41. data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response.md +20 -0
  42. data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200ResponseData.md +18 -0
  43. data/docs/CompaniesCompanyIdUsersUserIdFavoritesGet200Response.md +20 -0
  44. data/docs/CompaniesCompanyIdUsersUserIdFavoritesPost200Response.md +20 -0
  45. data/docs/CompaniesCompanyIdUsersUserIdFavoritesPost200ResponseData.md +18 -0
  46. data/docs/CompaniesCompanyIdUsersUserIdGet200Response.md +20 -0
  47. data/docs/CompaniesCompanyIdUsersUserIdPatch200Response.md +20 -0
  48. data/docs/CompaniesCompanyIdUsersUserIdPatch200ResponseData.md +18 -0
  49. data/docs/ConnectionsApi.md +28 -28
  50. data/docs/FavoritesApi.md +32 -32
  51. data/docs/MeGet200Response.md +36 -0
  52. data/docs/MeGet200ResponseApiKeyInfo.md +20 -0
  53. data/docs/MeGet200ResponseProfile.md +36 -0
  54. data/docs/MeGet200ResponseTokenMetadata.md +24 -0
  55. data/docs/StorageEnginesApi.md +8 -8
  56. data/docs/UsersApi.md +87 -20
  57. data/lib/spartera_api_sdk/api/alerts_api.rb +21 -21
  58. data/lib/spartera_api_sdk/api/api_keys_api.rb +15 -15
  59. data/lib/spartera_api_sdk/api/asset_price_history_api.rb +24 -24
  60. data/lib/spartera_api_sdk/api/assets_api.rb +46 -46
  61. data/lib/spartera_api_sdk/api/cloud_providers_api.rb +6 -6
  62. data/lib/spartera_api_sdk/api/companies_api.rb +27 -27
  63. data/lib/spartera_api_sdk/api/connections_api.rb +21 -21
  64. data/lib/spartera_api_sdk/api/favorites_api.rb +24 -24
  65. data/lib/spartera_api_sdk/api/storage_engines_api.rb +6 -6
  66. data/lib/spartera_api_sdk/api/users_api.rb +70 -15
  67. data/lib/spartera_api_sdk/models/companies_company_id_api_keys_get200_response.rb +248 -0
  68. data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_delete200_response.rb +264 -0
  69. data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_delete200_response_data.rb +238 -0
  70. data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_get200_response.rb +264 -0
  71. data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_patch200_response.rb +264 -0
  72. data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_patch200_response_data.rb +238 -0
  73. data/lib/spartera_api_sdk/models/companies_company_id_assets_get200_response.rb +266 -0
  74. data/lib/spartera_api_sdk/models/companies_company_id_assets_post200_response.rb +264 -0
  75. data/lib/spartera_api_sdk/models/companies_company_id_assets_post200_response_data.rb +238 -0
  76. data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_delete200_response.rb +264 -0
  77. data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_delete200_response_data.rb +238 -0
  78. data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_get200_response.rb +264 -0
  79. data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_patch200_response.rb +264 -0
  80. data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_patch200_response_data.rb +238 -0
  81. data/lib/spartera_api_sdk/models/companies_company_id_connections_get200_response.rb +266 -0
  82. data/lib/spartera_api_sdk/models/companies_company_id_connections_post200_response.rb +264 -0
  83. data/lib/spartera_api_sdk/models/companies_company_id_connections_post200_response_data.rb +238 -0
  84. data/lib/spartera_api_sdk/models/companies_company_id_users_get200_response.rb +266 -0
  85. data/lib/spartera_api_sdk/models/companies_company_id_users_post200_response.rb +264 -0
  86. data/lib/spartera_api_sdk/models/companies_company_id_users_post200_response_data.rb +238 -0
  87. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response.rb +264 -0
  88. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_data.rb +238 -0
  89. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_get200_response.rb +264 -0
  90. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response.rb +264 -0
  91. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_data.rb +238 -0
  92. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_get200_response.rb +266 -0
  93. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_post200_response.rb +264 -0
  94. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_post200_response_data.rb +238 -0
  95. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_delete200_response.rb +264 -0
  96. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_delete200_response_data.rb +238 -0
  97. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response.rb +264 -0
  98. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_data.rb +238 -0
  99. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_get200_response.rb +264 -0
  100. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response.rb +264 -0
  101. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_data.rb +238 -0
  102. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_get200_response.rb +266 -0
  103. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_post200_response.rb +264 -0
  104. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_post200_response_data.rb +238 -0
  105. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_get200_response.rb +264 -0
  106. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_patch200_response.rb +264 -0
  107. data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_patch200_response_data.rb +238 -0
  108. data/lib/spartera_api_sdk/models/me_get200_response.rb +417 -0
  109. data/lib/spartera_api_sdk/models/me_get200_response_api_key_info.rb +232 -0
  110. data/lib/spartera_api_sdk/models/me_get200_response_profile.rb +345 -0
  111. data/lib/spartera_api_sdk/models/me_get200_response_token_metadata.rb +252 -0
  112. data/lib/spartera_api_sdk/version.rb +1 -13
  113. data/lib/spartera_api_sdk.rb +45 -0
  114. data/spec/api/alerts_api_spec.rb +7 -7
  115. data/spec/api/api_keys_api_spec.rb +5 -5
  116. data/spec/api/asset_price_history_api_spec.rb +8 -8
  117. data/spec/api/assets_api_spec.rb +13 -13
  118. data/spec/api/cloud_providers_api_spec.rb +2 -2
  119. data/spec/api/companies_api_spec.rb +9 -9
  120. data/spec/api/connections_api_spec.rb +7 -7
  121. data/spec/api/favorites_api_spec.rb +8 -8
  122. data/spec/api/storage_engines_api_spec.rb +2 -2
  123. data/spec/api/users_api_spec.rb +15 -5
  124. data/spec/models/companies_company_id_api_keys_get200_response_spec.rb +42 -0
  125. data/spec/models/companies_company_id_assets_asset_id_delete200_response_data_spec.rb +36 -0
  126. data/spec/models/companies_company_id_assets_asset_id_delete200_response_spec.rb +42 -0
  127. data/spec/models/companies_company_id_assets_asset_id_get200_response_spec.rb +42 -0
  128. data/spec/models/companies_company_id_assets_asset_id_patch200_response_data_spec.rb +36 -0
  129. data/spec/models/companies_company_id_assets_asset_id_patch200_response_spec.rb +42 -0
  130. data/spec/models/companies_company_id_assets_get200_response_spec.rb +42 -0
  131. data/spec/models/companies_company_id_assets_post200_response_data_spec.rb +36 -0
  132. data/spec/models/companies_company_id_assets_post200_response_spec.rb +42 -0
  133. data/spec/models/companies_company_id_connections_connection_id_delete200_response_data_spec.rb +36 -0
  134. data/spec/models/companies_company_id_connections_connection_id_delete200_response_spec.rb +42 -0
  135. data/spec/models/companies_company_id_connections_connection_id_get200_response_spec.rb +42 -0
  136. data/spec/models/companies_company_id_connections_connection_id_patch200_response_data_spec.rb +36 -0
  137. data/spec/models/companies_company_id_connections_connection_id_patch200_response_spec.rb +42 -0
  138. data/spec/models/companies_company_id_connections_get200_response_spec.rb +42 -0
  139. data/spec/models/companies_company_id_connections_post200_response_data_spec.rb +36 -0
  140. data/spec/models/companies_company_id_connections_post200_response_spec.rb +42 -0
  141. data/spec/models/companies_company_id_users_get200_response_spec.rb +42 -0
  142. data/spec/models/companies_company_id_users_post200_response_data_spec.rb +36 -0
  143. data/spec/models/companies_company_id_users_post200_response_spec.rb +42 -0
  144. data/spec/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_data_spec.rb +36 -0
  145. data/spec/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_spec.rb +42 -0
  146. data/spec/models/companies_company_id_users_user_id_alerts_alert_id_get200_response_spec.rb +42 -0
  147. data/spec/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_data_spec.rb +36 -0
  148. data/spec/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_spec.rb +42 -0
  149. data/spec/models/companies_company_id_users_user_id_alerts_get200_response_spec.rb +42 -0
  150. data/spec/models/companies_company_id_users_user_id_alerts_post200_response_data_spec.rb +36 -0
  151. data/spec/models/companies_company_id_users_user_id_alerts_post200_response_spec.rb +42 -0
  152. data/spec/models/companies_company_id_users_user_id_delete200_response_data_spec.rb +36 -0
  153. data/spec/models/companies_company_id_users_user_id_delete200_response_spec.rb +42 -0
  154. data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_data_spec.rb +36 -0
  155. data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_spec.rb +42 -0
  156. data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_get200_response_spec.rb +42 -0
  157. data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_data_spec.rb +36 -0
  158. data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_spec.rb +42 -0
  159. data/spec/models/companies_company_id_users_user_id_favorites_get200_response_spec.rb +42 -0
  160. data/spec/models/companies_company_id_users_user_id_favorites_post200_response_data_spec.rb +36 -0
  161. data/spec/models/companies_company_id_users_user_id_favorites_post200_response_spec.rb +42 -0
  162. data/spec/models/companies_company_id_users_user_id_get200_response_spec.rb +42 -0
  163. data/spec/models/companies_company_id_users_user_id_patch200_response_data_spec.rb +36 -0
  164. data/spec/models/companies_company_id_users_user_id_patch200_response_spec.rb +42 -0
  165. data/spec/models/me_get200_response_api_key_info_spec.rb +42 -0
  166. data/spec/models/me_get200_response_profile_spec.rb +94 -0
  167. data/spec/models/me_get200_response_spec.rb +94 -0
  168. data/spec/models/me_get200_response_token_metadata_spec.rb +54 -0
  169. metadata +212 -20
  170. data/Gemfile +0 -11
  171. data/Rakefile +0 -10
  172. data/config.json +0 -10
  173. data/git_push.sh +0 -57
  174. data/spartera_api_sdk.gemspec +0 -28
  175. data/test.sh +0 -42
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersGet200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersGet200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersGet200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersGet200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersGet200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersGet200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersPost200ResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersPost200ResponseData do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersPost200ResponseData.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersPost200ResponseData' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersPost200ResponseData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersPost200ResponseData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "user_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
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersPost200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersPost200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersPost200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersPost200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersPost200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersPost200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "alert_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
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "alert_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
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsGet200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsGet200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsGet200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsGet200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsGet200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsGet200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "alert_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
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdAlertsPost200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdAlertsPost200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdAlertsPost200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200ResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200ResponseData do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200ResponseData.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdDelete200ResponseData' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdDelete200ResponseData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200ResponseData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "user_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
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdDelete200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdDelete200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdDelete200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "favorite_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
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Spartera API Documentation
3
+
4
+ #Auto-generated API documentation for REST services of the Spartera platform
5
+
6
+ The version of the OpenAPI document: 0.0.0
7
+ Contact: support@spartera.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.13.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "message"' 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 "data"' 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