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
@@ -38,7 +38,7 @@ describe 'AlertsApi' do
38
38
  # @param user_id
39
39
  # @param alert_id
40
40
  # @param [Hash] opts the optional parameters
41
- # @return [Object]
41
+ # @return [CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response]
42
42
  describe 'companies_company_id_users_user_id_alerts_alert_id_delete test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,7 +51,7 @@ describe 'AlertsApi' do
51
51
  # @param user_id
52
52
  # @param alert_id
53
53
  # @param [Hash] opts the optional parameters
54
- # @return [Object]
54
+ # @return [CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response]
55
55
  describe 'companies_company_id_users_user_id_alerts_alert_id_get test' do
56
56
  it 'should work' do
57
57
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -65,7 +65,7 @@ describe 'AlertsApi' do
65
65
  # @param alert_id
66
66
  # @param alert
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [Object]
68
+ # @return [CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response]
69
69
  describe 'companies_company_id_users_user_id_alerts_alert_id_patch test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -78,7 +78,7 @@ describe 'AlertsApi' do
78
78
  # @param user_id
79
79
  # @param asset_id
80
80
  # @param [Hash] opts the optional parameters
81
- # @return [Object]
81
+ # @return [CompaniesCompanyIdUsersUserIdAlertsGet200Response]
82
82
  describe 'companies_company_id_users_user_id_alerts_asset_asset_id_all_get test' do
83
83
  it 'should work' do
84
84
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -91,7 +91,7 @@ describe 'AlertsApi' do
91
91
  # @param user_id
92
92
  # @param asset_id
93
93
  # @param [Hash] opts the optional parameters
94
- # @return [Object]
94
+ # @return [CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response]
95
95
  describe 'companies_company_id_users_user_id_alerts_asset_asset_id_get test' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -103,7 +103,7 @@ describe 'AlertsApi' do
103
103
  # @param company_id
104
104
  # @param user_id
105
105
  # @param [Hash] opts the optional parameters
106
- # @return [Object]
106
+ # @return [CompaniesCompanyIdUsersUserIdAlertsGet200Response]
107
107
  describe 'companies_company_id_users_user_id_alerts_get test' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -116,7 +116,7 @@ describe 'AlertsApi' do
116
116
  # @param user_id
117
117
  # @param alert
118
118
  # @param [Hash] opts the optional parameters
119
- # @return [Object]
119
+ # @return [CompaniesCompanyIdUsersUserIdAlertsPost200Response]
120
120
  describe 'companies_company_id_users_user_id_alerts_post test' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -37,7 +37,7 @@ describe 'APIKeysApi' do
37
37
  # @param company_id
38
38
  # @param api_key_id
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [Object]
40
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
41
41
  describe 'companies_company_id_api_keys_api_key_id_get test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -49,7 +49,7 @@ describe 'APIKeysApi' do
49
49
  # @param company_id
50
50
  # @param api_key_id
51
51
  # @param [Hash] opts the optional parameters
52
- # @return [Object]
52
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
53
53
  describe 'companies_company_id_api_keys_api_key_id_patch test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -60,7 +60,7 @@ describe 'APIKeysApi' do
60
60
  # Get all API keys
61
61
  # @param company_id
62
62
  # @param [Hash] opts the optional parameters
63
- # @return [Object]
63
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
64
64
  describe 'companies_company_id_api_keys_get test' do
65
65
  it 'should work' do
66
66
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -71,7 +71,7 @@ describe 'APIKeysApi' do
71
71
  # Create single API key
72
72
  # @param company_id
73
73
  # @param [Hash] opts the optional parameters
74
- # @return [Object]
74
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
75
75
  describe 'companies_company_id_api_keys_post test' do
76
76
  it 'should work' do
77
77
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -83,7 +83,7 @@ describe 'APIKeysApi' do
83
83
  # @param company_id
84
84
  # @param token
85
85
  # @param [Hash] opts the optional parameters
86
- # @return [Object]
86
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
87
87
  describe 'companies_company_id_api_keys_token_delete test' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -37,7 +37,7 @@ describe 'AssetPriceHistoryApi' do
37
37
  # @param company_id
38
38
  # @param asset_id
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [Object]
40
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
41
41
  describe 'companies_company_id_assets_asset_id_prices_active_get test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -50,7 +50,7 @@ describe 'AssetPriceHistoryApi' do
50
50
  # @param asset_id
51
51
  # @param aph_id
52
52
  # @param [Hash] opts the optional parameters
53
- # @return [Object]
53
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
54
54
  describe 'companies_company_id_assets_asset_id_prices_aph_id_delete test' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -63,7 +63,7 @@ describe 'AssetPriceHistoryApi' do
63
63
  # @param asset_id
64
64
  # @param aph_id
65
65
  # @param [Hash] opts the optional parameters
66
- # @return [Object]
66
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
67
67
  describe 'companies_company_id_assets_asset_id_prices_aph_id_get test' do
68
68
  it 'should work' do
69
69
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -76,7 +76,7 @@ describe 'AssetPriceHistoryApi' do
76
76
  # @param asset_id
77
77
  # @param aph_id
78
78
  # @param [Hash] opts the optional parameters
79
- # @return [Object]
79
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
80
80
  describe 'companies_company_id_assets_asset_id_prices_aph_id_patch test' do
81
81
  it 'should work' do
82
82
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -88,7 +88,7 @@ describe 'AssetPriceHistoryApi' do
88
88
  # @param company_id
89
89
  # @param asset_id
90
90
  # @param [Hash] opts the optional parameters
91
- # @return [Object]
91
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
92
92
  describe 'companies_company_id_assets_asset_id_prices_calculate_credits_post test' do
93
93
  it 'should work' do
94
94
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -100,7 +100,7 @@ describe 'AssetPriceHistoryApi' do
100
100
  # @param company_id
101
101
  # @param asset_id
102
102
  # @param [Hash] opts the optional parameters
103
- # @return [Object]
103
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
104
104
  describe 'companies_company_id_assets_asset_id_prices_discount_post test' do
105
105
  it 'should work' do
106
106
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -112,7 +112,7 @@ describe 'AssetPriceHistoryApi' do
112
112
  # @param company_id
113
113
  # @param asset_id
114
114
  # @param [Hash] opts the optional parameters
115
- # @return [Object]
115
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
116
116
  describe 'companies_company_id_assets_asset_id_prices_get test' do
117
117
  it 'should work' do
118
118
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -124,7 +124,7 @@ describe 'AssetPriceHistoryApi' do
124
124
  # @param company_id
125
125
  # @param asset_id
126
126
  # @param [Hash] opts the optional parameters
127
- # @return [Object]
127
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
128
128
  describe 'companies_company_id_assets_asset_id_prices_post test' do
129
129
  it 'should work' do
130
130
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -34,10 +34,10 @@ describe 'AssetsApi' do
34
34
 
35
35
  # unit tests for analyze_company_handle_assets_asset_slug_get
36
36
  # Process (analyze) an asset. Attempt to process an analytic on a backend warehouse/AI model.
37
- # @param asset_slug
38
37
  # @param company_handle
38
+ # @param asset_slug
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [Object]
40
+ # @return [CompaniesCompanyIdAssetsAssetIdGet200Response]
41
41
  describe 'analyze_company_handle_assets_asset_slug_get test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -49,7 +49,7 @@ describe 'AssetsApi' do
49
49
  # @param company_id
50
50
  # @param asset_id
51
51
  # @param [Hash] opts the optional parameters
52
- # @return [Object]
52
+ # @return [CompaniesCompanyIdAssetsAssetIdDelete200Response]
53
53
  describe 'companies_company_id_assets_asset_id_delete test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -61,7 +61,7 @@ describe 'AssetsApi' do
61
61
  # @param company_id
62
62
  # @param asset_id
63
63
  # @param [Hash] opts the optional parameters
64
- # @return [Object]
64
+ # @return [CompaniesCompanyIdAssetsAssetIdGet200Response]
65
65
  describe 'companies_company_id_assets_asset_id_get test' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -73,7 +73,7 @@ describe 'AssetsApi' do
73
73
  # @param company_id
74
74
  # @param asset_id
75
75
  # @param [Hash] opts the optional parameters
76
- # @return [Object]
76
+ # @return [CompaniesCompanyIdAssetsGet200Response]
77
77
  describe 'companies_company_id_assets_asset_id_infoschema_get test' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -85,7 +85,7 @@ describe 'AssetsApi' do
85
85
  # @param company_id
86
86
  # @param asset_id
87
87
  # @param [Hash] opts the optional parameters
88
- # @return [Object]
88
+ # @return [CompaniesCompanyIdAssetsGet200Response]
89
89
  describe 'companies_company_id_assets_asset_id_infoschema_save_get test' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -98,7 +98,7 @@ describe 'AssetsApi' do
98
98
  # @param asset_id
99
99
  # @param asset
100
100
  # @param [Hash] opts the optional parameters
101
- # @return [Object]
101
+ # @return [CompaniesCompanyIdAssetsAssetIdPatch200Response]
102
102
  describe 'companies_company_id_assets_asset_id_patch test' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -110,7 +110,7 @@ describe 'AssetsApi' do
110
110
  # @param company_id
111
111
  # @param asset_id
112
112
  # @param [Hash] opts the optional parameters
113
- # @return [Object]
113
+ # @return [CompaniesCompanyIdAssetsGet200Response]
114
114
  describe 'companies_company_id_assets_asset_id_predicted_price_get test' do
115
115
  it 'should work' do
116
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -122,7 +122,7 @@ describe 'AssetsApi' do
122
122
  # @param company_id
123
123
  # @param asset_id
124
124
  # @param [Hash] opts the optional parameters
125
- # @return [Object]
125
+ # @return [CompaniesCompanyIdAssetsGet200Response]
126
126
  describe 'companies_company_id_assets_asset_id_statistics_get test' do
127
127
  it 'should work' do
128
128
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -134,7 +134,7 @@ describe 'AssetsApi' do
134
134
  # @param company_id
135
135
  # @param asset_id
136
136
  # @param [Hash] opts the optional parameters
137
- # @return [Object]
137
+ # @return [CompaniesCompanyIdAssetsGet200Response]
138
138
  describe 'companies_company_id_assets_asset_id_test_get test' do
139
139
  it 'should work' do
140
140
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -145,7 +145,7 @@ describe 'AssetsApi' do
145
145
  # Get all assets for a specific company
146
146
  # @param company_id
147
147
  # @param [Hash] opts the optional parameters
148
- # @return [Object]
148
+ # @return [CompaniesCompanyIdAssetsGet200Response]
149
149
  describe 'companies_company_id_assets_get test' do
150
150
  it 'should work' do
151
151
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -157,7 +157,7 @@ describe 'AssetsApi' do
157
157
  # @param company_id
158
158
  # @param asset
159
159
  # @param [Hash] opts the optional parameters
160
- # @return [Object]
160
+ # @return [CompaniesCompanyIdAssetsPost200Response]
161
161
  describe 'companies_company_id_assets_post test' do
162
162
  it 'should work' do
163
163
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -168,7 +168,7 @@ describe 'AssetsApi' do
168
168
  # Get statistics for all assets the user has access to
169
169
  # @param company_id
170
170
  # @param [Hash] opts the optional parameters
171
- # @return [Object]
171
+ # @return [CompaniesCompanyIdAssetsGet200Response]
172
172
  describe 'companies_company_id_assets_statistics_get test' do
173
173
  it 'should work' do
174
174
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -35,7 +35,7 @@ describe 'CloudProvidersApi' do
35
35
  # unit tests for cloud_providers_get
36
36
  # Get a list of all cloud providers
37
37
  # @param [Hash] opts the optional parameters
38
- # @return [Object]
38
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
39
39
  describe 'cloud_providers_get test' do
40
40
  it 'should work' do
41
41
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -46,7 +46,7 @@ describe 'CloudProvidersApi' do
46
46
  # Get single cloud provider by ID
47
47
  # @param provider_id
48
48
  # @param [Hash] opts the optional parameters
49
- # @return [Object]
49
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
50
50
  describe 'cloud_providers_provider_id_get test' do
51
51
  it 'should work' do
52
52
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -36,7 +36,7 @@ describe 'CompaniesApi' do
36
36
  # Get asset performance analytics Query params: start_date, end_date, limit, sort_by, include
37
37
  # @param company_id
38
38
  # @param [Hash] opts the optional parameters
39
- # @return [Object]
39
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
40
40
  describe 'companies_company_id_analytics_assets_get test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -47,7 +47,7 @@ describe 'CompaniesApi' do
47
47
  # Get customer analytics including growth and segmentation Query params: start_date, end_date, group_by, segment_by
48
48
  # @param company_id
49
49
  # @param [Hash] opts the optional parameters
50
- # @return [Object]
50
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
51
51
  describe 'companies_company_id_analytics_customers_get test' do
52
52
  it 'should work' do
53
53
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -58,7 +58,7 @@ describe 'CompaniesApi' do
58
58
  # Get comprehensive dashboard analytics for seller dashboard Includes all metrics needed for dashboard charts in one call Query params: start_date, end_date, period (day/week/month/quarter)
59
59
  # @param company_id
60
60
  # @param [Hash] opts the optional parameters
61
- # @return [Object]
61
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
62
62
  describe 'companies_company_id_analytics_dashboard_get test' do
63
63
  it 'should work' do
64
64
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -69,7 +69,7 @@ describe 'CompaniesApi' do
69
69
  # Get sales over time analytics Query params: start_date, end_date, group_by (day/week/month/quarter), metrics
70
70
  # @param company_id
71
71
  # @param [Hash] opts the optional parameters
72
- # @return [Object]
72
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
73
73
  describe 'companies_company_id_analytics_sales_get test' do
74
74
  it 'should work' do
75
75
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -80,7 +80,7 @@ describe 'CompaniesApi' do
80
80
  # Get details of the requestor's own company
81
81
  # @param company_id
82
82
  # @param [Hash] opts the optional parameters
83
- # @return [Object]
83
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
84
84
  describe 'companies_company_id_get test' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -91,7 +91,7 @@ describe 'CompaniesApi' do
91
91
  # Get all objects (connections, assets) of a single company
92
92
  # @param company_id
93
93
  # @param [Hash] opts the optional parameters
94
- # @return [Object]
94
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
95
95
  describe 'companies_company_id_objects_get test' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -102,7 +102,7 @@ describe 'CompaniesApi' do
102
102
  # Update an existing company by ID
103
103
  # @param company_id
104
104
  # @param [Hash] opts the optional parameters
105
- # @return [Object]
105
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
106
106
  describe 'companies_company_id_patch test' do
107
107
  it 'should work' do
108
108
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -113,7 +113,7 @@ describe 'CompaniesApi' do
113
113
  # Get the total number of requests allocated in the company's current subscription plan.
114
114
  # @param company_id
115
115
  # @param [Hash] opts the optional parameters
116
- # @return [Object]
116
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
117
117
  describe 'companies_company_id_requests_plan_get test' do
118
118
  it 'should work' do
119
119
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -124,7 +124,7 @@ describe 'CompaniesApi' do
124
124
  # Get company request usage data for a specific month. Returns JSON metrics by default or CSV logs when download parameter is included.
125
125
  # @param company_id
126
126
  # @param [Hash] opts the optional parameters
127
- # @return [Object]
127
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
128
128
  describe 'companies_company_id_requests_usage_get test' do
129
129
  it 'should work' do
130
130
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -37,7 +37,7 @@ describe 'ConnectionsApi' do
37
37
  # @param company_id
38
38
  # @param connection_id
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [Object]
40
+ # @return [CompaniesCompanyIdConnectionsConnectionIdDelete200Response]
41
41
  describe 'companies_company_id_connections_connection_id_delete test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -49,7 +49,7 @@ describe 'ConnectionsApi' do
49
49
  # @param company_id
50
50
  # @param connection_id
51
51
  # @param [Hash] opts the optional parameters
52
- # @return [Object]
52
+ # @return [CompaniesCompanyIdConnectionsConnectionIdGet200Response]
53
53
  describe 'companies_company_id_connections_connection_id_get test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -61,7 +61,7 @@ describe 'ConnectionsApi' do
61
61
  # @param company_id
62
62
  # @param connection_id
63
63
  # @param [Hash] opts the optional parameters
64
- # @return [Object]
64
+ # @return [CompaniesCompanyIdConnectionsGet200Response]
65
65
  describe 'companies_company_id_connections_connection_id_infoschema_get test' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -74,7 +74,7 @@ describe 'ConnectionsApi' do
74
74
  # @param connection_id
75
75
  # @param connection
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Object]
77
+ # @return [CompaniesCompanyIdConnectionsConnectionIdPatch200Response]
78
78
  describe 'companies_company_id_connections_connection_id_patch test' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -86,7 +86,7 @@ describe 'ConnectionsApi' do
86
86
  # @param company_id
87
87
  # @param connection_id
88
88
  # @param [Hash] opts the optional parameters
89
- # @return [Object]
89
+ # @return [CompaniesCompanyIdConnectionsGet200Response]
90
90
  describe 'companies_company_id_connections_connection_id_test_get test' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -97,7 +97,7 @@ describe 'ConnectionsApi' do
97
97
  # Get all connections for a specific company
98
98
  # @param company_id
99
99
  # @param [Hash] opts the optional parameters
100
- # @return [Object]
100
+ # @return [CompaniesCompanyIdConnectionsGet200Response]
101
101
  describe 'companies_company_id_connections_get test' do
102
102
  it 'should work' do
103
103
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -109,7 +109,7 @@ describe 'ConnectionsApi' do
109
109
  # @param company_id
110
110
  # @param connection
111
111
  # @param [Hash] opts the optional parameters
112
- # @return [Object]
112
+ # @return [CompaniesCompanyIdConnectionsPost200Response]
113
113
  describe 'companies_company_id_connections_post test' do
114
114
  it 'should work' do
115
115
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -38,7 +38,7 @@ describe 'FavoritesApi' do
38
38
  # @param user_id
39
39
  # @param category
40
40
  # @param [Hash] opts the optional parameters
41
- # @return [Object]
41
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response]
42
42
  describe 'companies_company_id_users_user_id_favorites_category_category_get test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,7 +51,7 @@ describe 'FavoritesApi' do
51
51
  # @param user_id
52
52
  # @param asset_id
53
53
  # @param [Hash] opts the optional parameters
54
- # @return [Object]
54
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response]
55
55
  describe 'companies_company_id_users_user_id_favorites_check_asset_id_get test' do
56
56
  it 'should work' do
57
57
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -64,7 +64,7 @@ describe 'FavoritesApi' do
64
64
  # @param user_id
65
65
  # @param favorite_id
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Object]
67
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response]
68
68
  describe 'companies_company_id_users_user_id_favorites_favorite_id_delete test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -77,7 +77,7 @@ describe 'FavoritesApi' do
77
77
  # @param user_id
78
78
  # @param favorite_id
79
79
  # @param [Hash] opts the optional parameters
80
- # @return [Object]
80
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response]
81
81
  describe 'companies_company_id_users_user_id_favorites_favorite_id_get test' do
82
82
  it 'should work' do
83
83
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -91,7 +91,7 @@ describe 'FavoritesApi' do
91
91
  # @param favorite_id
92
92
  # @param favorite
93
93
  # @param [Hash] opts the optional parameters
94
- # @return [Object]
94
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response]
95
95
  describe 'companies_company_id_users_user_id_favorites_favorite_id_patch test' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -103,7 +103,7 @@ describe 'FavoritesApi' do
103
103
  # @param company_id
104
104
  # @param user_id
105
105
  # @param [Hash] opts the optional parameters
106
- # @return [Object]
106
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesGet200Response]
107
107
  describe 'companies_company_id_users_user_id_favorites_get test' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -116,7 +116,7 @@ describe 'FavoritesApi' do
116
116
  # @param user_id
117
117
  # @param favorite
118
118
  # @param [Hash] opts the optional parameters
119
- # @return [Object]
119
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesPost200Response]
120
120
  describe 'companies_company_id_users_user_id_favorites_post test' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -128,7 +128,7 @@ describe 'FavoritesApi' do
128
128
  # @param company_id
129
129
  # @param user_id
130
130
  # @param [Hash] opts the optional parameters
131
- # @return [Object]
131
+ # @return [CompaniesCompanyIdUsersUserIdFavoritesGet200Response]
132
132
  describe 'companies_company_id_users_user_id_favorites_uncategorized_get test' do
133
133
  it 'should work' do
134
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -37,7 +37,7 @@ describe 'StorageEnginesApi' do
37
37
  # @param provider_id
38
38
  # @param engine_id
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [Object]
40
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
41
41
  describe 'cloud_providers_provider_id_storage_engines_engine_id_get test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -48,7 +48,7 @@ describe 'StorageEnginesApi' do
48
48
  # Get a list of all storage engines
49
49
  # @param provider_id
50
50
  # @param [Hash] opts the optional parameters
51
- # @return [Object]
51
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
52
52
  describe 'cloud_providers_provider_id_storage_engines_get test' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -36,7 +36,7 @@ describe 'UsersApi' do
36
36
  # Get a list of all users in a company
37
37
  # @param company_id
38
38
  # @param [Hash] opts the optional parameters
39
- # @return [Object]
39
+ # @return [CompaniesCompanyIdUsersGet200Response]
40
40
  describe 'companies_company_id_users_get test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -48,7 +48,7 @@ describe 'UsersApi' do
48
48
  # @param company_id
49
49
  # @param user
50
50
  # @param [Hash] opts the optional parameters
51
- # @return [Object]
51
+ # @return [CompaniesCompanyIdUsersPost200Response]
52
52
  describe 'companies_company_id_users_post test' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -60,7 +60,7 @@ describe 'UsersApi' do
60
60
  # @param company_id
61
61
  # @param user_id
62
62
  # @param [Hash] opts the optional parameters
63
- # @return [Object]
63
+ # @return [CompaniesCompanyIdUsersUserIdDelete200Response]
64
64
  describe 'companies_company_id_users_user_id_delete test' do
65
65
  it 'should work' do
66
66
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -72,7 +72,7 @@ describe 'UsersApi' do
72
72
  # @param company_id
73
73
  # @param user_id
74
74
  # @param [Hash] opts the optional parameters
75
- # @return [Object]
75
+ # @return [CompaniesCompanyIdUsersUserIdGet200Response]
76
76
  describe 'companies_company_id_users_user_id_get test' do
77
77
  it 'should work' do
78
78
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -85,11 +85,21 @@ describe 'UsersApi' do
85
85
  # @param user_id
86
86
  # @param user
87
87
  # @param [Hash] opts the optional parameters
88
- # @return [Object]
88
+ # @return [CompaniesCompanyIdUsersUserIdPatch200Response]
89
89
  describe 'companies_company_id_users_user_id_patch test' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
92
92
  end
93
93
  end
94
94
 
95
+ # unit tests for me_get
96
+ # Get current authenticated user's profile information. Returns: JSON response with user profile data from database
97
+ # @param [Hash] opts the optional parameters
98
+ # @return [MeGet200Response]
99
+ describe 'me_get test' do
100
+ it 'should work' do
101
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
102
+ end
103
+ end
104
+
95
105
  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::CompaniesCompanyIdApiKeysGet200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SparteraApiSdk::CompaniesCompanyIdApiKeysGet200Response do
21
+ let(:instance) { SparteraApiSdk::CompaniesCompanyIdApiKeysGet200Response.new }
22
+
23
+ describe 'test an instance of CompaniesCompanyIdApiKeysGet200Response' do
24
+ it 'should create an instance of CompaniesCompanyIdApiKeysGet200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SparteraApiSdk::CompaniesCompanyIdApiKeysGet200Response)
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