spartera_api_sdk 1.0.62 → 1.0.69

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