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
@@ -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/
@@ -73,12 +73,12 @@ describe 'AlertsApi' do
73
73
  end
74
74
 
75
75
  # unit tests for companies_company_id_users_user_id_alerts_asset_asset_id_all_get
76
- # Get all alerts for a specific asset (from all users) This would typically be restricted to asset owners or admins
76
+ # Get all alerts for a specific asset
77
77
  # @param company_id
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/
@@ -86,12 +86,12 @@ describe 'AlertsApi' do
86
86
  end
87
87
 
88
88
  # unit tests for companies_company_id_users_user_id_alerts_asset_asset_id_get
89
- # Get all alerts for a specific asset by the specified user Useful for checking if user already has an alert set up for an asset
89
+ # Get all alerts for a specific asset (by user)
90
90
  # @param company_id
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/
@@ -84,11 +84,11 @@ describe 'AssetPriceHistoryApi' do
84
84
  end
85
85
 
86
86
  # unit tests for companies_company_id_assets_asset_id_prices_calculate_credits_post
87
- # Calculate the credit equivalent for a given USD price without saving
87
+ # POST /companies/{company_id}/assets/{asset_id}/prices/calculate_credits
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/
@@ -96,11 +96,11 @@ describe 'AssetPriceHistoryApi' do
96
96
  end
97
97
 
98
98
  # unit tests for companies_company_id_assets_asset_id_prices_discount_post
99
- # Apply a discount to the active price for an asset
99
+ # POST /companies/{company_id}/assets/{asset_id}/prices/discount
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/
@@ -33,11 +33,11 @@ describe 'AssetsApi' do
33
33
  end
34
34
 
35
35
  # unit tests for analyze_company_handle_assets_asset_slug_get
36
- # Process assets route that handles both owned and purchased assets. Minimal route function that passes all logic to crudder.process_asset Args: asset_path: The path after /analyze/ containing asset information company_handle: The subdomain from Flask's routing (if available)
36
+ # Process (analyze) an asset. Attempt to process an analytic on a backend warehouse/AI model.
37
37
  # @param company_handle
38
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/
@@ -81,11 +81,11 @@ describe 'AssetsApi' do
81
81
  end
82
82
 
83
83
  # unit tests for companies_company_id_assets_asset_id_infoschema_save_get
84
- # Get the information schema for a specific asset and save it to the asset's asset_schema field
84
+ # Retrieve and save an asset's information schema
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,46 +110,19 @@ 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/
117
117
  end
118
118
  end
119
119
 
120
- # unit tests for companies_company_id_assets_asset_id_recommendations_explain_get
121
- # Get detailed explanation of how asset recommendations are calculated for debugging purposes.
122
- # @param company_id
123
- # @param asset_id
124
- # @param [Hash] opts the optional parameters
125
- # @return [Object]
126
- describe 'companies_company_id_assets_asset_id_recommendations_explain_get test' do
127
- it 'should work' do
128
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
- end
130
- end
131
-
132
- # unit tests for companies_company_id_assets_asset_id_recommendations_get
133
- # Get asset recommendations for a specific asset using heuristic waterfall matching Returns list of similar assets based on industry, company, connection, tags, etc. Query Parameters: - limit: Number of recommendations to return (default: 12, max: 50) - min_score: Minimum similarity score threshold (default: 0.1) - include_details: Include component similarity scores (default: false)
134
- # @param company_id
135
- # @param asset_id
136
- # @param [Hash] opts the optional parameters
137
- # @option opts [String] :limit
138
- # @option opts [String] :min_score
139
- # @option opts [String] :include_details
140
- # @return [Object]
141
- describe 'companies_company_id_assets_asset_id_recommendations_get test' do
142
- it 'should work' do
143
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
144
- end
145
- end
146
-
147
120
  # unit tests for companies_company_id_assets_asset_id_statistics_get
148
121
  # Get statistics for a specific asset (public endpoint)
149
122
  # @param company_id
150
123
  # @param asset_id
151
124
  # @param [Hash] opts the optional parameters
152
- # @return [Object]
125
+ # @return [CompaniesCompanyIdAssetsGet200Response]
153
126
  describe 'companies_company_id_assets_asset_id_statistics_get test' do
154
127
  it 'should work' do
155
128
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -161,7 +134,7 @@ describe 'AssetsApi' do
161
134
  # @param company_id
162
135
  # @param asset_id
163
136
  # @param [Hash] opts the optional parameters
164
- # @return [Object]
137
+ # @return [CompaniesCompanyIdAssetsGet200Response]
165
138
  describe 'companies_company_id_assets_asset_id_test_get test' do
166
139
  it 'should work' do
167
140
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -172,7 +145,7 @@ describe 'AssetsApi' do
172
145
  # Get all assets for a specific company
173
146
  # @param company_id
174
147
  # @param [Hash] opts the optional parameters
175
- # @return [Object]
148
+ # @return [CompaniesCompanyIdAssetsGet200Response]
176
149
  describe 'companies_company_id_assets_get test' do
177
150
  it 'should work' do
178
151
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -184,41 +157,18 @@ describe 'AssetsApi' do
184
157
  # @param company_id
185
158
  # @param asset
186
159
  # @param [Hash] opts the optional parameters
187
- # @return [Object]
160
+ # @return [CompaniesCompanyIdAssetsPost200Response]
188
161
  describe 'companies_company_id_assets_post test' do
189
162
  it 'should work' do
190
163
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
191
164
  end
192
165
  end
193
166
 
194
- # unit tests for companies_company_id_assets_recommendations_bulk_post
195
- # Get recommendations for multiple assets in a single request. Useful for pre-loading recommendations.
196
- # @param company_id
197
- # @param asset
198
- # @param [Hash] opts the optional parameters
199
- # @return [Object]
200
- describe 'companies_company_id_assets_recommendations_bulk_post test' do
201
- it 'should work' do
202
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
203
- end
204
- end
205
-
206
- # unit tests for companies_company_id_assets_recommendations_health_get
207
- # Health check for the recommendations system with sample data and performance metrics.
208
- # @param company_id
209
- # @param [Hash] opts the optional parameters
210
- # @return [Object]
211
- describe 'companies_company_id_assets_recommendations_health_get test' do
212
- it 'should work' do
213
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
214
- end
215
- end
216
-
217
167
  # unit tests for companies_company_id_assets_statistics_get
218
168
  # Get statistics for all assets the user has access to
219
169
  # @param company_id
220
170
  # @param [Hash] opts the optional parameters
221
- # @return [Object]
171
+ # @return [CompaniesCompanyIdAssetsGet200Response]
222
172
  describe 'companies_company_id_assets_statistics_get test' do
223
173
  it 'should work' do
224
174
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -35,54 +35,22 @@ 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/
42
42
  end
43
43
  end
44
44
 
45
- # unit tests for cloud_providers_post
46
- # Create single cloud provider
47
- # @param [Hash] opts the optional parameters
48
- # @return [Object]
49
- describe 'cloud_providers_post test' do
50
- it 'should work' do
51
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
52
- end
53
- end
54
-
55
- # unit tests for cloud_providers_provider_id_delete
56
- # Delete single cloud provider by ID
57
- # @param provider_id
58
- # @param [Hash] opts the optional parameters
59
- # @return [Object]
60
- describe 'cloud_providers_provider_id_delete test' do
61
- it 'should work' do
62
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
- end
64
- end
65
-
66
45
  # unit tests for cloud_providers_provider_id_get
67
46
  # Get single cloud provider by ID
68
47
  # @param provider_id
69
48
  # @param [Hash] opts the optional parameters
70
- # @return [Object]
49
+ # @return [CompaniesCompanyIdApiKeysGet200Response]
71
50
  describe 'cloud_providers_provider_id_get test' do
72
51
  it 'should work' do
73
52
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
74
53
  end
75
54
  end
76
55
 
77
- # unit tests for cloud_providers_provider_id_patch
78
- # Update an existing cloud provider by ID
79
- # @param provider_id
80
- # @param [Hash] opts the optional parameters
81
- # @return [Object]
82
- describe 'cloud_providers_provider_id_patch test' 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
56
  end
@@ -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/
@@ -82,11 +82,11 @@ describe 'ConnectionsApi' do
82
82
  end
83
83
 
84
84
  # unit tests for companies_company_id_connections_connection_id_test_get
85
- # Verify the specified connection to ensure it is functioning correctly
85
+ # Test the specified connection
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/
@@ -46,12 +46,12 @@ describe 'FavoritesApi' do
46
46
  end
47
47
 
48
48
  # unit tests for companies_company_id_users_user_id_favorites_check_asset_id_get
49
- # Check if the specified user has favorited a specific asset Returns the favorite record if it exists, or empty result if not Useful for UI to show/hide favorite button states
49
+ # Check if the specified user has favorited a specific asset
50
50
  # @param company_id
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/
@@ -85,13 +85,13 @@ describe 'FavoritesApi' do
85
85
  end
86
86
 
87
87
  # unit tests for companies_company_id_users_user_id_favorites_favorite_id_patch
88
- # Update an existing favorite by ID Can update notes, category, priority
88
+ # Update an existing favorite by ID
89
89
  # @param company_id
90
90
  # @param user_id
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/
@@ -99,11 +99,11 @@ describe 'FavoritesApi' do
99
99
  end
100
100
 
101
101
  # unit tests for companies_company_id_users_user_id_favorites_get
102
- # Get a list of all favorites for a specific user Query params: - category: filter by category - sort: sort field (priority, date_created, etc.) - order: sort direction (asc, desc)
102
+ # Get a list of all favorites for a specific user
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/