spartera_api_sdk 0.3.7 → 1.0.58
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.
- checksums.yaml +4 -4
- data/Gemfile +5 -3
- data/Gemfile.lock +69 -0
- data/README.md +324 -336
- data/config.json +10 -0
- data/docs/APIKeysApi.md +102 -286
- data/docs/Alert.md +36 -0
- data/docs/AlertsApi.md +163 -177
- data/docs/Apikey.md +36 -0
- data/docs/Asset.md +110 -0
- data/docs/AssetPriceHistoryApi.md +178 -202
- data/docs/Assetpricehistory.md +38 -0
- data/docs/AssetsApi.md +352 -418
- data/docs/CloudProvidersApi.md +233 -49
- data/docs/Cloudprovider.md +30 -0
- data/docs/CompaniesApi.md +171 -357
- data/docs/Company.md +44 -0
- data/docs/Connection.md +54 -0
- data/docs/ConnectionsApi.md +139 -249
- data/docs/Favorite.md +36 -0
- data/docs/FavoritesApi.md +183 -199
- data/docs/User.md +34 -0
- data/docs/UsersApi.md +97 -379
- data/example.rb +51 -0
- data/git_push.sh +2 -2
- data/lib/spartera_api_sdk/api/alerts_api.rb +176 -423
- data/lib/spartera_api_sdk/api/api_keys_api.rb +95 -496
- data/lib/spartera_api_sdk/api/asset_price_history_api.rb +177 -468
- data/lib/spartera_api_sdk/api/assets_api.rb +358 -806
- data/lib/spartera_api_sdk/api/cloud_providers_api.rb +199 -74
- data/lib/spartera_api_sdk/api/companies_api.rb +146 -660
- data/lib/spartera_api_sdk/api/connections_api.rb +139 -466
- data/lib/spartera_api_sdk/api/favorites_api.rb +204 -464
- data/lib/spartera_api_sdk/api/users_api.rb +95 -619
- data/lib/spartera_api_sdk/api_client.rb +4 -8
- data/lib/spartera_api_sdk/api_error.rb +2 -2
- data/lib/spartera_api_sdk/configuration.rb +12 -4
- data/lib/spartera_api_sdk/models/{alerts.rb → alert.rb} +139 -46
- data/lib/spartera_api_sdk/models/{api_keys.rb → apikey.rb} +124 -98
- data/lib/spartera_api_sdk/models/asset.rb +686 -0
- data/lib/spartera_api_sdk/models/{asset_price_history.rb → assetpricehistory.rb} +180 -44
- data/lib/spartera_api_sdk/models/{cloud_providers.rb → cloudprovider.rb} +111 -35
- data/lib/spartera_api_sdk/models/{companies.rb → company.rb} +105 -90
- data/lib/spartera_api_sdk/models/{connections.rb → connection.rb} +186 -69
- data/lib/spartera_api_sdk/models/error.rb +76 -3
- data/lib/spartera_api_sdk/models/{favorites.rb → favorite.rb} +111 -38
- data/lib/spartera_api_sdk/models/inline_object.rb +76 -3
- data/lib/spartera_api_sdk/models/inline_object1.rb +76 -3
- data/lib/spartera_api_sdk/models/inline_object2.rb +76 -3
- data/lib/spartera_api_sdk/models/inline_object3.rb +76 -3
- data/lib/spartera_api_sdk/models/{users.rb → user.rb} +108 -112
- data/lib/spartera_api_sdk/version.rb +3 -3
- data/lib/spartera_api_sdk.rb +11 -150
- data/spartera_api_sdk.gemspec +8 -19
- data/spec/api/alerts_api_spec.rb +51 -51
- data/spec/api/api_keys_api_spec.rb +30 -67
- data/spec/api/asset_price_history_api_spec.rb +53 -57
- data/spec/api/assets_api_spec.rb +99 -114
- data/spec/api/cloud_providers_api_spec.rb +42 -15
- data/spec/api/companies_api_spec.rb +47 -99
- data/spec/api/connections_api_spec.rb +41 -63
- data/spec/api/favorites_api_spec.rb +56 -56
- data/spec/api/users_api_spec.rb +29 -88
- data/spec/models/{postgen_integrations_spec.rb → alert_spec.rb} +17 -17
- data/spec/models/{api_keys_update_spec.rb → apikey_spec.rb} +20 -14
- data/spec/models/{endpoints_spec.rb → asset_spec.rb} +83 -69
- data/spec/models/{api_keys_spec.rb → assetpricehistory_spec.rb} +19 -25
- data/spec/models/{cloud_providers_spec.rb → cloudprovider_spec.rb} +20 -14
- data/spec/models/{companies_spec.rb → company_spec.rb} +16 -26
- data/spec/models/{posts_input_spec.rb → connection_spec.rb} +27 -51
- data/spec/models/error_spec.rb +3 -3
- data/spec/models/{favorites_spec.rb → favorite_spec.rb} +23 -17
- data/spec/models/inline_object1_spec.rb +3 -3
- data/spec/models/inline_object2_spec.rb +3 -3
- data/spec/models/inline_object3_spec.rb +3 -3
- data/spec/models/inline_object_spec.rb +3 -3
- data/spec/models/{api_keys_input_spec.rb → user_spec.rb} +15 -15
- data/spec/spec_helper.rb +2 -2
- data/test.sh +42 -0
- metadata +77 -615
- data/CHANGELOG.md +0 -13
- data/docs/Alerts.md +0 -30
- data/docs/AlertsInput.md +0 -24
- data/docs/AlertsUpdate.md +0 -24
- data/docs/ApiKeys.md +0 -40
- data/docs/ApiKeysInput.md +0 -34
- data/docs/ApiKeysUpdate.md +0 -34
- data/docs/AssetPriceHistory.md +0 -30
- data/docs/AssetPriceHistoryInput.md +0 -24
- data/docs/AssetPriceHistoryUpdate.md +0 -24
- data/docs/AssetUsecases.md +0 -28
- data/docs/AssetUsecasesApi.md +0 -157
- data/docs/Assets.md +0 -142
- data/docs/AssetsInput.md +0 -128
- data/docs/AssetsUpdate.md +0 -128
- data/docs/CloudProviders.md +0 -28
- data/docs/CloudProvidersInput.md +0 -22
- data/docs/CloudProvidersUpdate.md +0 -22
- data/docs/Companies.md +0 -46
- data/docs/CompaniesInput.md +0 -40
- data/docs/CompaniesUpdate.md +0 -40
- data/docs/Connections.md +0 -38
- data/docs/ConnectionsInput.md +0 -32
- data/docs/ConnectionsUpdate.md +0 -32
- data/docs/CreateAlerts200Response.md +0 -20
- data/docs/CreateAlerts200ResponseData.md +0 -18
- data/docs/CreateApiKeys200Response.md +0 -20
- data/docs/CreateApiKeys200ResponseData.md +0 -18
- data/docs/CreateAssetPriceHistory200Response.md +0 -20
- data/docs/CreateAssetPriceHistory200ResponseData.md +0 -18
- data/docs/CreateAssetsAnalyze200Response.md +0 -20
- data/docs/CreateAssetsAnalyze200ResponseData.md +0 -18
- data/docs/CreateConnections200Response.md +0 -20
- data/docs/CreateConnections200ResponseData.md +0 -18
- data/docs/CreateEndpoints200Response.md +0 -20
- data/docs/CreateEndpoints200ResponseData.md +0 -18
- data/docs/CreateFavorites200Response.md +0 -20
- data/docs/CreateFavorites200ResponseData.md +0 -18
- data/docs/CreatePostgenIntegrations200Response.md +0 -20
- data/docs/CreatePostgenIntegrations200ResponseData.md +0 -18
- data/docs/CreatePosts200Response.md +0 -20
- data/docs/CreatePosts200ResponseData.md +0 -18
- data/docs/CreateUsers200Response.md +0 -20
- data/docs/CreateUsers200ResponseData.md +0 -18
- data/docs/DeleteAlerts200Response.md +0 -20
- data/docs/DeleteAlerts200ResponseData.md +0 -18
- data/docs/DeleteApiKeys200Response.md +0 -20
- data/docs/DeleteApiKeys200ResponseData.md +0 -18
- data/docs/DeleteAssetPriceHistory200Response.md +0 -20
- data/docs/DeleteAssetPriceHistory200ResponseData.md +0 -18
- data/docs/DeleteAssets200Response.md +0 -20
- data/docs/DeleteAssets200ResponseData.md +0 -18
- data/docs/DeleteConnections200Response.md +0 -20
- data/docs/DeleteConnections200ResponseData.md +0 -18
- data/docs/DeleteEndpoints200Response.md +0 -20
- data/docs/DeleteEndpoints200ResponseData.md +0 -18
- data/docs/DeleteFavorites200Response.md +0 -20
- data/docs/DeleteFavorites200ResponseData.md +0 -18
- data/docs/DeletePostgenIntegrations200Response.md +0 -20
- data/docs/DeletePostgenIntegrations200ResponseData.md +0 -18
- data/docs/DeletePosts200Response.md +0 -20
- data/docs/DeletePosts200ResponseData.md +0 -18
- data/docs/DeleteUsers200Response.md +0 -20
- data/docs/DeleteUsers200ResponseData.md +0 -18
- data/docs/Endpoints.md +0 -96
- data/docs/EndpointsApi.md +0 -1189
- data/docs/EndpointsInput.md +0 -94
- data/docs/EndpointsUpdate.md +0 -94
- data/docs/Favorites.md +0 -34
- data/docs/FavoritesInput.md +0 -28
- data/docs/FavoritesUpdate.md +0 -28
- data/docs/GetAlertsById200Response.md +0 -20
- data/docs/GetApiKeysById200Response.md +0 -20
- data/docs/GetAssetPriceHistoryById200Response.md +0 -20
- data/docs/GetAssetUsecasesById200Response.md +0 -20
- data/docs/GetAssetsByIdAnalyze200Response.md +0 -20
- data/docs/GetCloudProvidersById200Response.md +0 -20
- data/docs/GetCompaniesById200Response.md +0 -20
- data/docs/GetConnectionsById200Response.md +0 -20
- data/docs/GetEndpointsByIdConnectionsDescribe200Response.md +0 -20
- data/docs/GetFavoritesById200Response.md +0 -20
- data/docs/GetIndustriesById200Response.md +0 -20
- data/docs/GetJobFunctionsById200Response.md +0 -20
- data/docs/GetPostgenIntegrationsById200Response.md +0 -20
- data/docs/GetPostsById200Response.md +0 -20
- data/docs/GetStorageEnginesById200Response.md +0 -20
- data/docs/GetUsersById200Response.md +0 -20
- data/docs/Industries.md +0 -32
- data/docs/IndustriesApi.md +0 -237
- data/docs/InlineObject4.md +0 -20
- data/docs/InlineObject5.md +0 -20
- data/docs/InlineObject6.md +0 -22
- data/docs/InlineObject7.md +0 -20
- data/docs/JobFunctions.md +0 -24
- data/docs/JobFunctionsApi.md +0 -157
- data/docs/JobFunctionsInput.md +0 -18
- data/docs/JobFunctionsUpdate.md +0 -18
- data/docs/ListApiKeys200Response.md +0 -20
- data/docs/ListAssetUsecases200Response.md +0 -20
- data/docs/ListAssets200Response.md +0 -20
- data/docs/ListCloudProviders200Response.md +0 -20
- data/docs/ListCompaniesAnalyticsAssets200Response.md +0 -20
- data/docs/ListConnections200Response.md +0 -20
- data/docs/ListEndpoints200Response.md +0 -20
- data/docs/ListIndustries200Response.md +0 -20
- data/docs/ListJobFunctions200Response.md +0 -20
- data/docs/ListPostgenIntegrations200Response.md +0 -20
- data/docs/ListPosts200Response.md +0 -20
- data/docs/ListStorageEngines200Response.md +0 -20
- data/docs/ListUsers200Response.md +0 -20
- data/docs/PostPublications.md +0 -40
- data/docs/PostPublicationsInput.md +0 -34
- data/docs/PostPublicationsUpdate.md +0 -34
- data/docs/PostgenIntegrations.md +0 -36
- data/docs/PostgenIntegrationsApi.md +0 -463
- data/docs/PostgenIntegrationsInput.md +0 -30
- data/docs/PostgenIntegrationsUpdate.md +0 -30
- data/docs/Posts.md +0 -68
- data/docs/PostsApi.md +0 -843
- data/docs/PostsInput.md +0 -62
- data/docs/PostsUpdate.md +0 -62
- data/docs/StorageEngines.md +0 -32
- data/docs/StorageEnginesApi.md +0 -161
- data/docs/UpdateAlerts200Response.md +0 -20
- data/docs/UpdateAlerts200ResponseData.md +0 -18
- data/docs/UpdateApiKeys200Response.md +0 -20
- data/docs/UpdateApiKeys200ResponseData.md +0 -18
- data/docs/UpdateAssetPriceHistory200Response.md +0 -20
- data/docs/UpdateAssetPriceHistory200ResponseData.md +0 -18
- data/docs/UpdateAssets200Response.md +0 -20
- data/docs/UpdateAssets200ResponseData.md +0 -18
- data/docs/UpdateCompanies200Response.md +0 -20
- data/docs/UpdateCompanies200ResponseData.md +0 -18
- data/docs/UpdateConnections200Response.md +0 -20
- data/docs/UpdateConnections200ResponseData.md +0 -18
- data/docs/UpdateEndpoints200Response.md +0 -20
- data/docs/UpdateEndpoints200ResponseData.md +0 -18
- data/docs/UpdateFavorites200Response.md +0 -20
- data/docs/UpdateFavorites200ResponseData.md +0 -18
- data/docs/UpdatePostgenIntegrations200Response.md +0 -20
- data/docs/UpdatePostgenIntegrations200ResponseData.md +0 -18
- data/docs/UpdatePosts200Response.md +0 -20
- data/docs/UpdatePosts200ResponseData.md +0 -18
- data/docs/UpdateUsers200Response.md +0 -20
- data/docs/UpdateUsers200ResponseData.md +0 -18
- data/docs/Users.md +0 -36
- data/docs/UsersInput.md +0 -30
- data/docs/UsersUpdate.md +0 -30
- data/lib/spartera_api_sdk/api/asset_usecases_api.rb +0 -190
- data/lib/spartera_api_sdk/api/endpoints_api.rb +0 -1613
- data/lib/spartera_api_sdk/api/industries_api.rb +0 -284
- data/lib/spartera_api_sdk/api/job_functions_api.rb +0 -190
- data/lib/spartera_api_sdk/api/postgen_integrations_api.rb +0 -634
- data/lib/spartera_api_sdk/api/posts_api.rb +0 -1190
- data/lib/spartera_api_sdk/api/storage_engines_api.rb +0 -228
- data/lib/spartera_api_sdk/api_model_base.rb +0 -88
- data/lib/spartera_api_sdk/models/alerts_input.rb +0 -213
- data/lib/spartera_api_sdk/models/alerts_update.rb +0 -179
- data/lib/spartera_api_sdk/models/api_keys_input.rb +0 -263
- data/lib/spartera_api_sdk/models/api_keys_update.rb +0 -229
- data/lib/spartera_api_sdk/models/asset_price_history_input.rb +0 -179
- data/lib/spartera_api_sdk/models/asset_price_history_update.rb +0 -179
- data/lib/spartera_api_sdk/models/asset_usecases.rb +0 -216
- data/lib/spartera_api_sdk/models/assets.rb +0 -1068
- data/lib/spartera_api_sdk/models/assets_input.rb +0 -918
- data/lib/spartera_api_sdk/models/assets_update.rb +0 -877
- data/lib/spartera_api_sdk/models/cloud_providers_input.rb +0 -186
- data/lib/spartera_api_sdk/models/cloud_providers_update.rb +0 -169
- data/lib/spartera_api_sdk/models/companies_input.rb +0 -327
- data/lib/spartera_api_sdk/models/companies_update.rb +0 -293
- data/lib/spartera_api_sdk/models/connections_input.rb +0 -287
- data/lib/spartera_api_sdk/models/connections_update.rb +0 -253
- data/lib/spartera_api_sdk/models/create_alerts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_alerts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_api_keys200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_api_keys200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_asset_price_history200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_asset_price_history200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_assets_analyze200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_assets_analyze200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_connections200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_connections200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_endpoints200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_endpoints200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_favorites200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_favorites200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_postgen_integrations200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_postgen_integrations200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_posts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_posts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_users200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_users200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_alerts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_alerts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_api_keys200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_api_keys200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_asset_price_history200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_asset_price_history200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_assets200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_assets200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_connections200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_connections200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_endpoints200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_endpoints200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_favorites200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_favorites200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_postgen_integrations200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_postgen_integrations200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_posts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_posts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_users200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_users200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/endpoints.rb +0 -788
- data/lib/spartera_api_sdk/models/endpoints_input.rb +0 -686
- data/lib/spartera_api_sdk/models/endpoints_update.rb +0 -635
- data/lib/spartera_api_sdk/models/favorites_input.rb +0 -233
- data/lib/spartera_api_sdk/models/favorites_update.rb +0 -199
- data/lib/spartera_api_sdk/models/get_alerts_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_api_keys_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_asset_price_history_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_asset_usecases_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_assets_by_id_analyze200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_cloud_providers_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_companies_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_connections_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_endpoints_by_id_connections_describe200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_favorites_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_industries_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_job_functions_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_postgen_integrations_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_posts_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_storage_engines_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_users_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/industries.rb +0 -253
- data/lib/spartera_api_sdk/models/inline_object4.rb +0 -156
- data/lib/spartera_api_sdk/models/inline_object5.rb +0 -156
- data/lib/spartera_api_sdk/models/inline_object6.rb +0 -166
- data/lib/spartera_api_sdk/models/inline_object7.rb +0 -156
- data/lib/spartera_api_sdk/models/job_functions.rb +0 -213
- data/lib/spartera_api_sdk/models/job_functions_input.rb +0 -166
- data/lib/spartera_api_sdk/models/job_functions_update.rb +0 -149
- data/lib/spartera_api_sdk/models/list_api_keys200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_asset_usecases200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_assets200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_cloud_providers200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_companies_analytics_assets200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_connections200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_endpoints200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_industries200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_job_functions200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_postgen_integrations200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_posts200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_storage_engines200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_users200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/post_publications.rb +0 -327
- data/lib/spartera_api_sdk/models/post_publications_input.rb +0 -280
- data/lib/spartera_api_sdk/models/post_publications_update.rb +0 -229
- data/lib/spartera_api_sdk/models/postgen_integrations.rb +0 -341
- data/lib/spartera_api_sdk/models/postgen_integrations_input.rb +0 -294
- data/lib/spartera_api_sdk/models/postgen_integrations_update.rb +0 -209
- data/lib/spartera_api_sdk/models/posts.rb +0 -586
- data/lib/spartera_api_sdk/models/posts_input.rb +0 -437
- data/lib/spartera_api_sdk/models/posts_update.rb +0 -369
- data/lib/spartera_api_sdk/models/storage_engines.rb +0 -294
- data/lib/spartera_api_sdk/models/update_alerts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_alerts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_api_keys200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_api_keys200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_asset_price_history200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_asset_price_history200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_assets200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_assets200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_companies200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_companies200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_connections200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_connections200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_endpoints200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_endpoints200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_favorites200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_favorites200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_postgen_integrations200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_postgen_integrations200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_posts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_posts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_users200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_users200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/users_input.rb +0 -260
- data/lib/spartera_api_sdk/models/users_update.rb +0 -243
- data/spec/api/asset_usecases_api_spec.rb +0 -61
- data/spec/api/endpoints_api_spec.rb +0 -240
- data/spec/api/industries_api_spec.rb +0 -76
- data/spec/api/job_functions_api_spec.rb +0 -61
- data/spec/api/postgen_integrations_api_spec.rb +0 -117
- data/spec/api/posts_api_spec.rb +0 -186
- data/spec/api/storage_engines_api_spec.rb +0 -63
- data/spec/models/alerts_input_spec.rb +0 -54
- data/spec/models/alerts_spec.rb +0 -72
- data/spec/models/alerts_update_spec.rb +0 -54
- data/spec/models/asset_price_history_input_spec.rb +0 -54
- data/spec/models/asset_price_history_spec.rb +0 -72
- data/spec/models/asset_price_history_update_spec.rb +0 -54
- data/spec/models/asset_usecases_spec.rb +0 -66
- data/spec/models/assets_input_spec.rb +0 -418
- data/spec/models/assets_spec.rb +0 -464
- data/spec/models/assets_update_spec.rb +0 -418
- data/spec/models/cloud_providers_input_spec.rb +0 -48
- data/spec/models/cloud_providers_update_spec.rb +0 -48
- data/spec/models/companies_input_spec.rb +0 -106
- data/spec/models/companies_update_spec.rb +0 -106
- data/spec/models/connections_input_spec.rb +0 -82
- data/spec/models/connections_spec.rb +0 -100
- data/spec/models/connections_update_spec.rb +0 -82
- data/spec/models/create_alerts200_response_data_spec.rb +0 -36
- data/spec/models/create_alerts200_response_spec.rb +0 -42
- data/spec/models/create_api_keys200_response_data_spec.rb +0 -36
- data/spec/models/create_api_keys200_response_spec.rb +0 -42
- data/spec/models/create_asset_price_history200_response_data_spec.rb +0 -36
- data/spec/models/create_asset_price_history200_response_spec.rb +0 -42
- data/spec/models/create_assets_analyze200_response_data_spec.rb +0 -36
- data/spec/models/create_assets_analyze200_response_spec.rb +0 -42
- data/spec/models/create_connections200_response_data_spec.rb +0 -36
- data/spec/models/create_connections200_response_spec.rb +0 -42
- data/spec/models/create_endpoints200_response_data_spec.rb +0 -36
- data/spec/models/create_endpoints200_response_spec.rb +0 -42
- data/spec/models/create_favorites200_response_data_spec.rb +0 -36
- data/spec/models/create_favorites200_response_spec.rb +0 -42
- data/spec/models/create_postgen_integrations200_response_data_spec.rb +0 -36
- data/spec/models/create_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/create_posts200_response_data_spec.rb +0 -36
- data/spec/models/create_posts200_response_spec.rb +0 -42
- data/spec/models/create_users200_response_data_spec.rb +0 -36
- data/spec/models/create_users200_response_spec.rb +0 -42
- data/spec/models/delete_alerts200_response_data_spec.rb +0 -36
- data/spec/models/delete_alerts200_response_spec.rb +0 -42
- data/spec/models/delete_api_keys200_response_data_spec.rb +0 -36
- data/spec/models/delete_api_keys200_response_spec.rb +0 -42
- data/spec/models/delete_asset_price_history200_response_data_spec.rb +0 -36
- data/spec/models/delete_asset_price_history200_response_spec.rb +0 -42
- data/spec/models/delete_assets200_response_data_spec.rb +0 -36
- data/spec/models/delete_assets200_response_spec.rb +0 -42
- data/spec/models/delete_connections200_response_data_spec.rb +0 -36
- data/spec/models/delete_connections200_response_spec.rb +0 -42
- data/spec/models/delete_endpoints200_response_data_spec.rb +0 -36
- data/spec/models/delete_endpoints200_response_spec.rb +0 -42
- data/spec/models/delete_favorites200_response_data_spec.rb +0 -36
- data/spec/models/delete_favorites200_response_spec.rb +0 -42
- data/spec/models/delete_postgen_integrations200_response_data_spec.rb +0 -36
- data/spec/models/delete_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/delete_posts200_response_data_spec.rb +0 -36
- data/spec/models/delete_posts200_response_spec.rb +0 -42
- data/spec/models/delete_users200_response_data_spec.rb +0 -36
- data/spec/models/delete_users200_response_spec.rb +0 -42
- data/spec/models/endpoints_input_spec.rb +0 -292
- data/spec/models/endpoints_update_spec.rb +0 -292
- data/spec/models/favorites_input_spec.rb +0 -66
- data/spec/models/favorites_update_spec.rb +0 -66
- data/spec/models/get_alerts_by_id200_response_spec.rb +0 -42
- data/spec/models/get_api_keys_by_id200_response_spec.rb +0 -42
- data/spec/models/get_asset_price_history_by_id200_response_spec.rb +0 -42
- data/spec/models/get_asset_usecases_by_id200_response_spec.rb +0 -42
- data/spec/models/get_assets_by_id_analyze200_response_spec.rb +0 -42
- data/spec/models/get_cloud_providers_by_id200_response_spec.rb +0 -42
- data/spec/models/get_companies_by_id200_response_spec.rb +0 -42
- data/spec/models/get_connections_by_id200_response_spec.rb +0 -42
- data/spec/models/get_endpoints_by_id_connections_describe200_response_spec.rb +0 -42
- data/spec/models/get_favorites_by_id200_response_spec.rb +0 -42
- data/spec/models/get_industries_by_id200_response_spec.rb +0 -42
- data/spec/models/get_job_functions_by_id200_response_spec.rb +0 -42
- data/spec/models/get_postgen_integrations_by_id200_response_spec.rb +0 -42
- data/spec/models/get_posts_by_id200_response_spec.rb +0 -42
- data/spec/models/get_storage_engines_by_id200_response_spec.rb +0 -42
- data/spec/models/get_users_by_id200_response_spec.rb +0 -42
- data/spec/models/industries_spec.rb +0 -78
- data/spec/models/inline_object4_spec.rb +0 -42
- data/spec/models/inline_object5_spec.rb +0 -42
- data/spec/models/inline_object6_spec.rb +0 -48
- data/spec/models/inline_object7_spec.rb +0 -42
- data/spec/models/job_functions_input_spec.rb +0 -36
- data/spec/models/job_functions_spec.rb +0 -54
- data/spec/models/job_functions_update_spec.rb +0 -36
- data/spec/models/list_api_keys200_response_spec.rb +0 -42
- data/spec/models/list_asset_usecases200_response_spec.rb +0 -42
- data/spec/models/list_assets200_response_spec.rb +0 -42
- data/spec/models/list_cloud_providers200_response_spec.rb +0 -42
- data/spec/models/list_companies_analytics_assets200_response_spec.rb +0 -42
- data/spec/models/list_connections200_response_spec.rb +0 -42
- data/spec/models/list_endpoints200_response_spec.rb +0 -42
- data/spec/models/list_industries200_response_spec.rb +0 -42
- data/spec/models/list_job_functions200_response_spec.rb +0 -42
- data/spec/models/list_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/list_posts200_response_spec.rb +0 -42
- data/spec/models/list_storage_engines200_response_spec.rb +0 -42
- data/spec/models/list_users200_response_spec.rb +0 -42
- data/spec/models/post_publications_input_spec.rb +0 -84
- data/spec/models/post_publications_spec.rb +0 -102
- data/spec/models/post_publications_update_spec.rb +0 -84
- data/spec/models/postgen_integrations_input_spec.rb +0 -72
- data/spec/models/postgen_integrations_update_spec.rb +0 -72
- data/spec/models/posts_spec.rb +0 -186
- data/spec/models/posts_update_spec.rb +0 -168
- data/spec/models/storage_engines_spec.rb +0 -82
- data/spec/models/update_alerts200_response_data_spec.rb +0 -36
- data/spec/models/update_alerts200_response_spec.rb +0 -42
- data/spec/models/update_api_keys200_response_data_spec.rb +0 -36
- data/spec/models/update_api_keys200_response_spec.rb +0 -42
- data/spec/models/update_asset_price_history200_response_data_spec.rb +0 -36
- data/spec/models/update_asset_price_history200_response_spec.rb +0 -42
- data/spec/models/update_assets200_response_data_spec.rb +0 -36
- data/spec/models/update_assets200_response_spec.rb +0 -42
- data/spec/models/update_companies200_response_data_spec.rb +0 -36
- data/spec/models/update_companies200_response_spec.rb +0 -42
- data/spec/models/update_connections200_response_data_spec.rb +0 -36
- data/spec/models/update_connections200_response_spec.rb +0 -42
- data/spec/models/update_endpoints200_response_data_spec.rb +0 -36
- data/spec/models/update_endpoints200_response_spec.rb +0 -42
- data/spec/models/update_favorites200_response_data_spec.rb +0 -36
- data/spec/models/update_favorites200_response_spec.rb +0 -42
- data/spec/models/update_postgen_integrations200_response_data_spec.rb +0 -36
- data/spec/models/update_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/update_posts200_response_data_spec.rb +0 -36
- data/spec/models/update_posts200_response_spec.rb +0 -42
- data/spec/models/update_users200_response_data_spec.rb +0 -36
- data/spec/models/update_users200_response_spec.rb +0 -42
- data/spec/models/users_input_spec.rb +0 -76
- data/spec/models/users_spec.rb +0 -94
- data/spec/models/users_update_spec.rb +0 -76
data/CHANGELOG.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 0.3.7
|
|
4
|
-
|
|
5
|
-
- Auto-generated release from spartera-com/backend@f5f1ea3915b99559b3fc5c8c7901dd56621f99e2
|
|
6
|
-
|
|
7
|
-
## 0.3.6
|
|
8
|
-
|
|
9
|
-
- Auto-generated release from spartera-com/backend@95b296c9276b89afe2c3159df5fd96b474733c7e
|
|
10
|
-
|
|
11
|
-
## 1.0.78
|
|
12
|
-
|
|
13
|
-
- Initial release
|
data/docs/Alerts.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::Alerts
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **date_created** | **Time** | Optional. | [optional] |
|
|
8
|
-
| **last_updated** | **Time** | Optional. | [optional] |
|
|
9
|
-
| **alert_id** | **Integer** | Auto-generated unique identifier. | [optional] |
|
|
10
|
-
| **asset_id** | **String** | References assets.asset_id — A published analytics asset — a calculation or visualization built on a data connection. See GET /assets for valid values. Required. | |
|
|
11
|
-
| **user_id** | **String** | References users.user_id — An individual user account within a company. See GET /users for valid values. Optional. | [optional] |
|
|
12
|
-
| **company_id** | **String** | References companies.company_id — A Spartera seller or buyer company account. See GET /companies for valid values. Required. | |
|
|
13
|
-
| **is_active** | **Boolean** | Whether this alert is currently active | |
|
|
14
|
-
|
|
15
|
-
## Example
|
|
16
|
-
|
|
17
|
-
```ruby
|
|
18
|
-
require 'spartera_api_sdk'
|
|
19
|
-
|
|
20
|
-
instance = SparteraApiSdk::Alerts.new(
|
|
21
|
-
date_created: 2025-04-01T00:00:00Z,
|
|
22
|
-
last_updated: 2025-04-01T00:00:00Z,
|
|
23
|
-
alert_id: 1,
|
|
24
|
-
asset_id: asset_id_abc123,
|
|
25
|
-
user_id: user_id_abc123,
|
|
26
|
-
company_id: company_id_abc123,
|
|
27
|
-
is_active: true
|
|
28
|
-
)
|
|
29
|
-
```
|
|
30
|
-
|
data/docs/AlertsInput.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::AlertsInput
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **asset_id** | **String** | References assets.asset_id — A published analytics asset — a calculation or visualization built on a data connection. See GET /assets for valid values. Required. | |
|
|
8
|
-
| **user_id** | **String** | References users.user_id — An individual user account within a company. See GET /users for valid values. Optional. | [optional] |
|
|
9
|
-
| **company_id** | **String** | References companies.company_id — A Spartera seller or buyer company account. See GET /companies for valid values. Required. | |
|
|
10
|
-
| **is_active** | **Boolean** | Whether this alert is currently active | [optional] |
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```ruby
|
|
15
|
-
require 'spartera_api_sdk'
|
|
16
|
-
|
|
17
|
-
instance = SparteraApiSdk::AlertsInput.new(
|
|
18
|
-
asset_id: asset_id_abc123,
|
|
19
|
-
user_id: user_id_abc123,
|
|
20
|
-
company_id: company_id_abc123,
|
|
21
|
-
is_active: true
|
|
22
|
-
)
|
|
23
|
-
```
|
|
24
|
-
|
data/docs/AlertsUpdate.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::AlertsUpdate
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **asset_id** | **String** | References assets.asset_id — A published analytics asset — a calculation or visualization built on a data connection. See GET /assets for valid values. Required. | [optional] |
|
|
8
|
-
| **user_id** | **String** | References users.user_id — An individual user account within a company. See GET /users for valid values. Optional. | [optional] |
|
|
9
|
-
| **company_id** | **String** | References companies.company_id — A Spartera seller or buyer company account. See GET /companies for valid values. Required. | [optional] |
|
|
10
|
-
| **is_active** | **Boolean** | Whether this alert is currently active | [optional] |
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```ruby
|
|
15
|
-
require 'spartera_api_sdk'
|
|
16
|
-
|
|
17
|
-
instance = SparteraApiSdk::AlertsUpdate.new(
|
|
18
|
-
asset_id: asset_id_abc123,
|
|
19
|
-
user_id: user_id_abc123,
|
|
20
|
-
company_id: company_id_abc123,
|
|
21
|
-
is_active: true
|
|
22
|
-
)
|
|
23
|
-
```
|
|
24
|
-
|
data/docs/ApiKeys.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::ApiKeys
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **date_created** | **Time** | Optional. | [optional] |
|
|
8
|
-
| **last_updated** | **Time** | Optional. | [optional] |
|
|
9
|
-
| **api_key_id** | **Integer** | Unique identifier. | |
|
|
10
|
-
| **user_id** | **String** | User who owns this API key | [optional] |
|
|
11
|
-
| **company_id** | **String** | Company this API key belongs to | |
|
|
12
|
-
| **role_id** | **Integer** | Role/permission level for this API key | |
|
|
13
|
-
| **key_type** | **String** | Type of API key (analytics, mcp, or endpoint) | |
|
|
14
|
-
| **is_system_generated** | **Boolean** | True if key was auto-generated for MCP deployment | |
|
|
15
|
-
| **mcp_deployment_id** | **String** | MCP deployment this key is tied to (NULL for analytics/endpoint keys) | [optional] |
|
|
16
|
-
| **endpoint_id** | **String** | Endpoint this key is tied to (NULL for analytics/mcp keys) | [optional] |
|
|
17
|
-
| **name** | **String** | Human-readable name for this API key | [optional] |
|
|
18
|
-
| **expiration_date_utc** | **Time** | When this API key expires (NULL = never expires) | [optional] |
|
|
19
|
-
|
|
20
|
-
## Example
|
|
21
|
-
|
|
22
|
-
```ruby
|
|
23
|
-
require 'spartera_api_sdk'
|
|
24
|
-
|
|
25
|
-
instance = SparteraApiSdk::ApiKeys.new(
|
|
26
|
-
date_created: 2025-04-01T00:00:00Z,
|
|
27
|
-
last_updated: 2025-04-01T00:00:00Z,
|
|
28
|
-
api_key_id: key_abc123,
|
|
29
|
-
user_id: user_id_abc123,
|
|
30
|
-
company_id: company_id_abc123,
|
|
31
|
-
role_id: 1,
|
|
32
|
-
key_type: key_abc123,
|
|
33
|
-
is_system_generated: 0.15,
|
|
34
|
-
mcp_deployment_id: mcp_deployment_id_abc123,
|
|
35
|
-
endpoint_id: endpoint_id_abc123,
|
|
36
|
-
name: Example Name,
|
|
37
|
-
expiration_date_utc: 2025-04-01T00:00:00Z
|
|
38
|
-
)
|
|
39
|
-
```
|
|
40
|
-
|
data/docs/ApiKeysInput.md
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::ApiKeysInput
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **user_id** | **String** | User who owns this API key | [optional] |
|
|
8
|
-
| **company_id** | **String** | Company this API key belongs to | |
|
|
9
|
-
| **role_id** | **Integer** | Role/permission level for this API key | |
|
|
10
|
-
| **key_type** | **String** | Type of API key (analytics, mcp, or endpoint) | [optional] |
|
|
11
|
-
| **is_system_generated** | **Boolean** | True if key was auto-generated for MCP deployment | [optional] |
|
|
12
|
-
| **mcp_deployment_id** | **String** | MCP deployment this key is tied to (NULL for analytics/endpoint keys) | [optional] |
|
|
13
|
-
| **endpoint_id** | **String** | Endpoint this key is tied to (NULL for analytics/mcp keys) | [optional] |
|
|
14
|
-
| **name** | **String** | Human-readable name for this API key | [optional] |
|
|
15
|
-
| **expiration_date_utc** | **Time** | When this API key expires (NULL = never expires) | [optional] |
|
|
16
|
-
|
|
17
|
-
## Example
|
|
18
|
-
|
|
19
|
-
```ruby
|
|
20
|
-
require 'spartera_api_sdk'
|
|
21
|
-
|
|
22
|
-
instance = SparteraApiSdk::ApiKeysInput.new(
|
|
23
|
-
user_id: user_id_abc123,
|
|
24
|
-
company_id: company_id_abc123,
|
|
25
|
-
role_id: 1,
|
|
26
|
-
key_type: key_abc123,
|
|
27
|
-
is_system_generated: 0.15,
|
|
28
|
-
mcp_deployment_id: mcp_deployment_id_abc123,
|
|
29
|
-
endpoint_id: endpoint_id_abc123,
|
|
30
|
-
name: Example Name,
|
|
31
|
-
expiration_date_utc: 2025-04-01T00:00:00Z
|
|
32
|
-
)
|
|
33
|
-
```
|
|
34
|
-
|
data/docs/ApiKeysUpdate.md
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::ApiKeysUpdate
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **user_id** | **String** | User who owns this API key | [optional] |
|
|
8
|
-
| **company_id** | **String** | Company this API key belongs to | [optional] |
|
|
9
|
-
| **role_id** | **Integer** | Role/permission level for this API key | [optional] |
|
|
10
|
-
| **key_type** | **String** | Type of API key (analytics, mcp, or endpoint) | [optional] |
|
|
11
|
-
| **is_system_generated** | **Boolean** | True if key was auto-generated for MCP deployment | [optional] |
|
|
12
|
-
| **mcp_deployment_id** | **String** | MCP deployment this key is tied to (NULL for analytics/endpoint keys) | [optional] |
|
|
13
|
-
| **endpoint_id** | **String** | Endpoint this key is tied to (NULL for analytics/mcp keys) | [optional] |
|
|
14
|
-
| **name** | **String** | Human-readable name for this API key | [optional] |
|
|
15
|
-
| **expiration_date_utc** | **Time** | When this API key expires (NULL = never expires) | [optional] |
|
|
16
|
-
|
|
17
|
-
## Example
|
|
18
|
-
|
|
19
|
-
```ruby
|
|
20
|
-
require 'spartera_api_sdk'
|
|
21
|
-
|
|
22
|
-
instance = SparteraApiSdk::ApiKeysUpdate.new(
|
|
23
|
-
user_id: user_id_abc123,
|
|
24
|
-
company_id: company_id_abc123,
|
|
25
|
-
role_id: 1,
|
|
26
|
-
key_type: key_abc123,
|
|
27
|
-
is_system_generated: 0.15,
|
|
28
|
-
mcp_deployment_id: mcp_deployment_id_abc123,
|
|
29
|
-
endpoint_id: endpoint_id_abc123,
|
|
30
|
-
name: Example Name,
|
|
31
|
-
expiration_date_utc: 2025-04-01T00:00:00Z
|
|
32
|
-
)
|
|
33
|
-
```
|
|
34
|
-
|
data/docs/AssetPriceHistory.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::AssetPriceHistory
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **date_created** | **Time** | Optional. | [optional] |
|
|
8
|
-
| **last_updated** | **Time** | Optional. | [optional] |
|
|
9
|
-
| **aph_id** | **String** | Unique identifier. | [optional] |
|
|
10
|
-
| **asset_id** | **String** | FK to assets. NULL when this record belongs to an endpoint. | [optional] |
|
|
11
|
-
| **endpoint_id** | **String** | FK to endpoints. NULL when this record belongs to an asset. | [optional] |
|
|
12
|
-
| **price_usd** | **Float** | Optional. | [optional] |
|
|
13
|
-
| **date_ended** | **Time** | SCD Type 2 — when this price record was superseded | [optional] |
|
|
14
|
-
|
|
15
|
-
## Example
|
|
16
|
-
|
|
17
|
-
```ruby
|
|
18
|
-
require 'spartera_api_sdk'
|
|
19
|
-
|
|
20
|
-
instance = SparteraApiSdk::AssetPriceHistory.new(
|
|
21
|
-
date_created: 2025-04-01T00:00:00Z,
|
|
22
|
-
last_updated: 2025-04-01T00:00:00Z,
|
|
23
|
-
aph_id: aph_id_abc123,
|
|
24
|
-
asset_id: asset_id_abc123,
|
|
25
|
-
endpoint_id: endpoint_id_abc123,
|
|
26
|
-
price_usd: 5.0,
|
|
27
|
-
date_ended: 2025-04-01T00:00:00Z
|
|
28
|
-
)
|
|
29
|
-
```
|
|
30
|
-
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::AssetPriceHistoryInput
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **asset_id** | **String** | FK to assets. NULL when this record belongs to an endpoint. | [optional] |
|
|
8
|
-
| **endpoint_id** | **String** | FK to endpoints. NULL when this record belongs to an asset. | [optional] |
|
|
9
|
-
| **price_usd** | **Float** | Optional. | [optional] |
|
|
10
|
-
| **date_ended** | **Time** | SCD Type 2 — when this price record was superseded | [optional] |
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```ruby
|
|
15
|
-
require 'spartera_api_sdk'
|
|
16
|
-
|
|
17
|
-
instance = SparteraApiSdk::AssetPriceHistoryInput.new(
|
|
18
|
-
asset_id: asset_id_abc123,
|
|
19
|
-
endpoint_id: endpoint_id_abc123,
|
|
20
|
-
price_usd: 5.0,
|
|
21
|
-
date_ended: 2025-04-01T00:00:00Z
|
|
22
|
-
)
|
|
23
|
-
```
|
|
24
|
-
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::AssetPriceHistoryUpdate
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **asset_id** | **String** | FK to assets. NULL when this record belongs to an endpoint. | [optional] |
|
|
8
|
-
| **endpoint_id** | **String** | FK to endpoints. NULL when this record belongs to an asset. | [optional] |
|
|
9
|
-
| **price_usd** | **Float** | Optional. | [optional] |
|
|
10
|
-
| **date_ended** | **Time** | SCD Type 2 — when this price record was superseded | [optional] |
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```ruby
|
|
15
|
-
require 'spartera_api_sdk'
|
|
16
|
-
|
|
17
|
-
instance = SparteraApiSdk::AssetPriceHistoryUpdate.new(
|
|
18
|
-
asset_id: asset_id_abc123,
|
|
19
|
-
endpoint_id: endpoint_id_abc123,
|
|
20
|
-
price_usd: 5.0,
|
|
21
|
-
date_ended: 2025-04-01T00:00:00Z
|
|
22
|
-
)
|
|
23
|
-
```
|
|
24
|
-
|
data/docs/AssetUsecases.md
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::AssetUsecases
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **date_created** | **Time** | Optional. | [optional] |
|
|
8
|
-
| **last_updated** | **Time** | Optional. | [optional] |
|
|
9
|
-
| **auc_id** | **Integer** | Unique identifier. | [optional] |
|
|
10
|
-
| **auc_name** | **String** | Required. Must be unique. | |
|
|
11
|
-
| **slug** | **String** | URL-friendly slug derived from auc_name (e.g. 'competitive-benchmarking') | [optional] |
|
|
12
|
-
| **auc_description** | **String** | Optional. | [optional] |
|
|
13
|
-
|
|
14
|
-
## Example
|
|
15
|
-
|
|
16
|
-
```ruby
|
|
17
|
-
require 'spartera_api_sdk'
|
|
18
|
-
|
|
19
|
-
instance = SparteraApiSdk::AssetUsecases.new(
|
|
20
|
-
date_created: 2025-04-01T00:00:00Z,
|
|
21
|
-
last_updated: 2025-04-01T00:00:00Z,
|
|
22
|
-
auc_id: 1,
|
|
23
|
-
auc_name: Example Name,
|
|
24
|
-
slug: example-slug,
|
|
25
|
-
auc_description: Example description.
|
|
26
|
-
)
|
|
27
|
-
```
|
|
28
|
-
|
data/docs/AssetUsecasesApi.md
DELETED
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::AssetUsecasesApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *https://api.spartera.com*
|
|
4
|
-
|
|
5
|
-
| Method | HTTP request | Description |
|
|
6
|
-
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**get_asset_usecases_by_id**](AssetUsecasesApi.md#get_asset_usecases_by_id) | **GET** /asset_usecases/{auc_id} | Get single asset use case by ID |
|
|
8
|
-
| [**list_asset_usecases**](AssetUsecasesApi.md#list_asset_usecases) | **GET** /asset_usecases | Get a list of all asset use cases |
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
## get_asset_usecases_by_id
|
|
12
|
-
|
|
13
|
-
> <GetAssetUsecasesById200Response> get_asset_usecases_by_id(auc_id)
|
|
14
|
-
|
|
15
|
-
Get single asset use case by ID
|
|
16
|
-
|
|
17
|
-
### Examples
|
|
18
|
-
|
|
19
|
-
```ruby
|
|
20
|
-
require 'time'
|
|
21
|
-
require 'spartera_api_sdk'
|
|
22
|
-
# setup authorization
|
|
23
|
-
SparteraApiSdk.configure do |config|
|
|
24
|
-
# Configure API key authorization: ApiKeyAuth
|
|
25
|
-
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
26
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
27
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
api_instance = SparteraApiSdk::AssetUsecasesApi.new
|
|
31
|
-
auc_id = 'auc_id_example' # String | Unique identifier for the Auc
|
|
32
|
-
|
|
33
|
-
begin
|
|
34
|
-
# Get single asset use case by ID
|
|
35
|
-
result = api_instance.get_asset_usecases_by_id(auc_id)
|
|
36
|
-
p result
|
|
37
|
-
rescue SparteraApiSdk::ApiError => e
|
|
38
|
-
puts "Error when calling AssetUsecasesApi->get_asset_usecases_by_id: #{e}"
|
|
39
|
-
end
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
#### Using the get_asset_usecases_by_id_with_http_info variant
|
|
43
|
-
|
|
44
|
-
This returns an Array which contains the response data, status code and headers.
|
|
45
|
-
|
|
46
|
-
> <Array(<GetAssetUsecasesById200Response>, Integer, Hash)> get_asset_usecases_by_id_with_http_info(auc_id)
|
|
47
|
-
|
|
48
|
-
```ruby
|
|
49
|
-
begin
|
|
50
|
-
# Get single asset use case by ID
|
|
51
|
-
data, status_code, headers = api_instance.get_asset_usecases_by_id_with_http_info(auc_id)
|
|
52
|
-
p status_code # => 2xx
|
|
53
|
-
p headers # => { ... }
|
|
54
|
-
p data # => <GetAssetUsecasesById200Response>
|
|
55
|
-
rescue SparteraApiSdk::ApiError => e
|
|
56
|
-
puts "Error when calling AssetUsecasesApi->get_asset_usecases_by_id_with_http_info: #{e}"
|
|
57
|
-
end
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
### Parameters
|
|
61
|
-
|
|
62
|
-
| Name | Type | Description | Notes |
|
|
63
|
-
| ---- | ---- | ----------- | ----- |
|
|
64
|
-
| **auc_id** | **String** | Unique identifier for the Auc | |
|
|
65
|
-
|
|
66
|
-
### Return type
|
|
67
|
-
|
|
68
|
-
[**GetAssetUsecasesById200Response**](GetAssetUsecasesById200Response.md)
|
|
69
|
-
|
|
70
|
-
### Authorization
|
|
71
|
-
|
|
72
|
-
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
73
|
-
|
|
74
|
-
### HTTP request headers
|
|
75
|
-
|
|
76
|
-
- **Content-Type**: Not defined
|
|
77
|
-
- **Accept**: application/json
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## list_asset_usecases
|
|
81
|
-
|
|
82
|
-
> <ListAssetUsecases200Response> list_asset_usecases(opts)
|
|
83
|
-
|
|
84
|
-
Get a list of all asset use cases
|
|
85
|
-
|
|
86
|
-
### Examples
|
|
87
|
-
|
|
88
|
-
```ruby
|
|
89
|
-
require 'time'
|
|
90
|
-
require 'spartera_api_sdk'
|
|
91
|
-
# setup authorization
|
|
92
|
-
SparteraApiSdk.configure do |config|
|
|
93
|
-
# Configure API key authorization: ApiKeyAuth
|
|
94
|
-
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
95
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
96
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
api_instance = SparteraApiSdk::AssetUsecasesApi.new
|
|
100
|
-
opts = {
|
|
101
|
-
page: 56, # Integer | Page number for pagination
|
|
102
|
-
limit: 56, # Integer | Number of items per page
|
|
103
|
-
sort_by: 'sort_by_example', # String | Field to sort by
|
|
104
|
-
sort_order: 'asc', # String | Sort order (ascending or descending)
|
|
105
|
-
search: 'search_example' # String | Search term to filter results
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
begin
|
|
109
|
-
# Get a list of all asset use cases
|
|
110
|
-
result = api_instance.list_asset_usecases(opts)
|
|
111
|
-
p result
|
|
112
|
-
rescue SparteraApiSdk::ApiError => e
|
|
113
|
-
puts "Error when calling AssetUsecasesApi->list_asset_usecases: #{e}"
|
|
114
|
-
end
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
#### Using the list_asset_usecases_with_http_info variant
|
|
118
|
-
|
|
119
|
-
This returns an Array which contains the response data, status code and headers.
|
|
120
|
-
|
|
121
|
-
> <Array(<ListAssetUsecases200Response>, Integer, Hash)> list_asset_usecases_with_http_info(opts)
|
|
122
|
-
|
|
123
|
-
```ruby
|
|
124
|
-
begin
|
|
125
|
-
# Get a list of all asset use cases
|
|
126
|
-
data, status_code, headers = api_instance.list_asset_usecases_with_http_info(opts)
|
|
127
|
-
p status_code # => 2xx
|
|
128
|
-
p headers # => { ... }
|
|
129
|
-
p data # => <ListAssetUsecases200Response>
|
|
130
|
-
rescue SparteraApiSdk::ApiError => e
|
|
131
|
-
puts "Error when calling AssetUsecasesApi->list_asset_usecases_with_http_info: #{e}"
|
|
132
|
-
end
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
### Parameters
|
|
136
|
-
|
|
137
|
-
| Name | Type | Description | Notes |
|
|
138
|
-
| ---- | ---- | ----------- | ----- |
|
|
139
|
-
| **page** | **Integer** | Page number for pagination | [optional][default to 1] |
|
|
140
|
-
| **limit** | **Integer** | Number of items per page | [optional][default to 20] |
|
|
141
|
-
| **sort_by** | **String** | Field to sort by | [optional] |
|
|
142
|
-
| **sort_order** | **String** | Sort order (ascending or descending) | [optional][default to 'desc'] |
|
|
143
|
-
| **search** | **String** | Search term to filter results | [optional] |
|
|
144
|
-
|
|
145
|
-
### Return type
|
|
146
|
-
|
|
147
|
-
[**ListAssetUsecases200Response**](ListAssetUsecases200Response.md)
|
|
148
|
-
|
|
149
|
-
### Authorization
|
|
150
|
-
|
|
151
|
-
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
152
|
-
|
|
153
|
-
### HTTP request headers
|
|
154
|
-
|
|
155
|
-
- **Content-Type**: Not defined
|
|
156
|
-
- **Accept**: application/json
|
|
157
|
-
|
data/docs/Assets.md
DELETED
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
# SparteraApiSdk::Assets
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **date_created** | **Time** | Optional. | [optional] |
|
|
8
|
-
| **last_updated** | **Time** | Optional. | [optional] |
|
|
9
|
-
| **asset_id** | **String** | Unique identifier. | [optional] |
|
|
10
|
-
| **user_id** | **String** | References users.user_id — An individual user account within a company. See GET /users for valid values. Optional. | [optional] |
|
|
11
|
-
| **company_id** | **String** | References companies.company_id — A Spartera seller or buyer company account. See GET /companies for valid values. Required. | |
|
|
12
|
-
| **connection_id** | **String** | Optional. | [optional] |
|
|
13
|
-
| **llm_connection_id** | **String** | References connections.connection_id — Secure connections from Spartera to your databases and data warehouses. See GET /connections for valid values. Optional. | [optional] |
|
|
14
|
-
| **snippet_id** | **Integer** | References snippets.snippet_id — Predefined code snippets to accelerate insight creation. See GET /snippets for valid values. Optional. | [optional] |
|
|
15
|
-
| **industry_id** | **Integer** | References industries.industry_id — Available industry categories for asset classification. Based on US NAISC codes.. See GET /industries for valid values. Optional. | [optional] |
|
|
16
|
-
| **ai_job_id** | **String** | Links to the AutoInsights job that created this asset | [optional] |
|
|
17
|
-
| **auc_id** | **Integer** | Primary use case for this asset, from clustering analysis | [optional] |
|
|
18
|
-
| **function_id** | **String** | Optional identifier for routing to specific functions/models at seller endpoint. For GET: appended to URL path. For POST: included in JSON body. | [optional] |
|
|
19
|
-
| **approval_status** | **String** | Approval status for AI-generated assets | [optional] |
|
|
20
|
-
| **approved_by_user_id** | **String** | User who approved this asset for marketplace | [optional] |
|
|
21
|
-
| **approved_at** | **Time** | When this asset was approved for marketplace | [optional] |
|
|
22
|
-
| **name** | **String** | Required. | |
|
|
23
|
-
| **slug** | **String** | Optional. | [optional] |
|
|
24
|
-
| **description** | **String** | Optional. | [optional] |
|
|
25
|
-
| **detailed_description** | **String** | Long-form HTML description for product pages and SEO | [optional] |
|
|
26
|
-
| **source** | **String** | Required. One of: MANUAL, AUTOMATIC. | |
|
|
27
|
-
| **asset_type** | **String** | Optional. One of: CALCULATION, VISUALIZATION, DATA. | [optional] |
|
|
28
|
-
| **asset_schema** | **Object** | Stores database table schema data including columns, types, and metadata | [optional] |
|
|
29
|
-
| **visibility** | **String** | Optional. One of: PRIVATE, SHARED. | [optional] |
|
|
30
|
-
| **tags** | **String** | Optional. | [optional] |
|
|
31
|
-
| **top_questions** | **String** | Top 3 questions this asset can help answer, in English. Stored as JSON array of strings (1-3 items, 15-200 chars each). Required for marketplace assets. | [optional] |
|
|
32
|
-
| **short_code** | **String** | Short code for tera.ac URL shortener (e.g., 'f78zq1') | [optional] |
|
|
33
|
-
| **restricted_domains** | **String** | Semicolon or comma-separated list of domains restricted from accessing this asset | [optional] |
|
|
34
|
-
| **sql_logic** | **String** | Optional. | [optional] |
|
|
35
|
-
| **source_schema_name** | **String** | Optional. | [optional] |
|
|
36
|
-
| **source_table_name** | **String** | Optional. | [optional] |
|
|
37
|
-
| **sell_in_marketplace** | **Boolean** | Required. | |
|
|
38
|
-
| **require_customization** | **Boolean** | Whether this asset requires customization before use | |
|
|
39
|
-
| **viz_spec** | **Object** | Plotly figure JSON describing the visualization. Authored via the visual editor or via API. When populated, takes precedence over the legacy viz_* fields. Shape follows Plotly's figure schema: {data: [{type: '...', xsrc: '...', ...}], layout: {...}}. Column references use *src keys (xsrc, ysrc, labelssrc, etc.) and are hydrated with actual data at render time. | [optional] |
|
|
40
|
-
| **viz_chart_library** | **String** | Optional. One of: PLOTLY, MATPLOTLIB, SEABORN. | [optional] |
|
|
41
|
-
| **viz_chart_type** | **String** | Optional. One of: LINE, BAR, PIE, DOUGHNUT, POLAR, … (8 total). | [optional] |
|
|
42
|
-
| **viz_dep_var_col_name** | **String** | Optional. | [optional] |
|
|
43
|
-
| **viz_indep_var_col_name** | **String** | Optional. | [optional] |
|
|
44
|
-
| **viz_size_col_name** | **String** | Optional. | [optional] |
|
|
45
|
-
| **viz_color_col_name** | **String** | Optional. | [optional] |
|
|
46
|
-
| **viz_data_aggregation** | **String** | Optional. One of: No Aggregation, Sum, Average, Count, Minimum, … (6 total). | [optional] |
|
|
47
|
-
| **viz_sort_direction** | **String** | Optional. One of: No Sorting, Ascending, Descending. | [optional] |
|
|
48
|
-
| **viz_data_limit** | **Integer** | Optional. | [optional] |
|
|
49
|
-
| **viz_color_scheme** | **String** | Optional. One of: Default, Sequential, Diverging, Categorical, Monochrome, … (8 total). | [optional] |
|
|
50
|
-
| **viz_show_legend** | **Boolean** | Show/hide chart legend | [optional] |
|
|
51
|
-
| **viz_show_grid** | **Boolean** | Show/hide grid lines | [optional] |
|
|
52
|
-
| **viz_show_trendline** | **Boolean** | Show trendline for scatter/line charts | [optional] |
|
|
53
|
-
| **viz_line_smoothing** | **Boolean** | Enable smoothing for line charts | [optional] |
|
|
54
|
-
| **viz_bar_stacked** | **Boolean** | Stack bars instead of grouping | [optional] |
|
|
55
|
-
| **viz_filter_direction** | **String** | Whether data_limit shows TOP or BOTTOM N | [optional] |
|
|
56
|
-
| **allow_params** | **Boolean** | Required. | |
|
|
57
|
-
| **accept_terms** | **Boolean** | Required. | |
|
|
58
|
-
| **cached** | **Boolean** | Optional. | [optional] |
|
|
59
|
-
| **schedule** | **String** | Optional. | [optional] |
|
|
60
|
-
| **next_run** | **Time** | Optional. | [optional] |
|
|
61
|
-
| **data_time_period_start** | **Time** | Start date of the data time period covered | [optional] |
|
|
62
|
-
| **data_time_period_end** | **Time** | End date of the data time period covered | [optional] |
|
|
63
|
-
| **date_collection_start** | **Time** | When the seller began actively collecting this data. Distinct from data_time_period_start, which describes when the records themselves begin. Backfilled historical data will have date_collection_start > data_time_period_start. | [optional] |
|
|
64
|
-
| **geographic_coverage_type** | **String** | Type of geographic coverage | [optional] |
|
|
65
|
-
| **geographic_coverage_details** | **String** | Specific regions/countries covered (e.g., 'United States, Canada, Mexico') | [optional] |
|
|
66
|
-
| **data_source_refresh_frequency** | **String** | How often the source data is refreshed | [optional] |
|
|
67
|
-
| **rate_limit_number** | **Integer** | Number of requests allowed per period (e.g., 100) | [optional] |
|
|
68
|
-
| **rate_limit_period** | **String** | Time period for rate limiting (second, minute, hour, day) | [optional] |
|
|
69
|
-
| **rate_limit_granularity** | **String** | Granularity level for rate limiting (USER, COMPANY, IP) | [optional] |
|
|
70
|
-
|
|
71
|
-
## Example
|
|
72
|
-
|
|
73
|
-
```ruby
|
|
74
|
-
require 'spartera_api_sdk'
|
|
75
|
-
|
|
76
|
-
instance = SparteraApiSdk::Assets.new(
|
|
77
|
-
date_created: 2025-04-01T00:00:00Z,
|
|
78
|
-
last_updated: 2025-04-01T00:00:00Z,
|
|
79
|
-
asset_id: asset_id_abc123,
|
|
80
|
-
user_id: user_id_abc123,
|
|
81
|
-
company_id: company_id_abc123,
|
|
82
|
-
connection_id: connection_id_abc123,
|
|
83
|
-
llm_connection_id: llm_connection_id_abc123,
|
|
84
|
-
snippet_id: 1,
|
|
85
|
-
industry_id: 1,
|
|
86
|
-
ai_job_id: ai_job_id_abc123,
|
|
87
|
-
auc_id: 1,
|
|
88
|
-
function_id: function_id_abc123,
|
|
89
|
-
approval_status: PENDING,
|
|
90
|
-
approved_by_user_id: approved_by_user_id_abc123,
|
|
91
|
-
approved_at: 2025-04-01T00:00:00Z,
|
|
92
|
-
name: Example Name,
|
|
93
|
-
slug: example-slug,
|
|
94
|
-
description: Example description.,
|
|
95
|
-
detailed_description: Example description.,
|
|
96
|
-
source: MANUAL,
|
|
97
|
-
asset_type: CALCULATION,
|
|
98
|
-
asset_schema: {},
|
|
99
|
-
visibility: PRIVATE,
|
|
100
|
-
tags: example_value,
|
|
101
|
-
top_questions: example_value,
|
|
102
|
-
short_code: ABC123,
|
|
103
|
-
restricted_domains: example.com,
|
|
104
|
-
sql_logic: example_value,
|
|
105
|
-
source_schema_name: Example Name,
|
|
106
|
-
source_table_name: Example Name,
|
|
107
|
-
sell_in_marketplace: true,
|
|
108
|
-
require_customization: true,
|
|
109
|
-
viz_spec: {},
|
|
110
|
-
viz_chart_library: PLOTLY,
|
|
111
|
-
viz_chart_type: LINE,
|
|
112
|
-
viz_dep_var_col_name: Example Name,
|
|
113
|
-
viz_indep_var_col_name: Example Name,
|
|
114
|
-
viz_size_col_name: Example Name,
|
|
115
|
-
viz_color_col_name: Example Name,
|
|
116
|
-
viz_data_aggregation: No Aggregation,
|
|
117
|
-
viz_sort_direction: No Sorting,
|
|
118
|
-
viz_data_limit: 1,
|
|
119
|
-
viz_color_scheme: Default,
|
|
120
|
-
viz_show_legend: true,
|
|
121
|
-
viz_show_grid: true,
|
|
122
|
-
viz_show_trendline: true,
|
|
123
|
-
viz_line_smoothing: true,
|
|
124
|
-
viz_bar_stacked: true,
|
|
125
|
-
viz_filter_direction: TOP,
|
|
126
|
-
allow_params: true,
|
|
127
|
-
accept_terms: true,
|
|
128
|
-
cached: true,
|
|
129
|
-
schedule: example_value,
|
|
130
|
-
next_run: 2025-04-01T00:00:00Z,
|
|
131
|
-
data_time_period_start: 2025-04-01T00:00:00Z,
|
|
132
|
-
data_time_period_end: 2025-04-01T00:00:00Z,
|
|
133
|
-
date_collection_start: 2025-04-01T00:00:00Z,
|
|
134
|
-
geographic_coverage_type: GLOBAL,
|
|
135
|
-
geographic_coverage_details: example_value,
|
|
136
|
-
data_source_refresh_frequency: EVERY_SECOND,
|
|
137
|
-
rate_limit_number: 0.15,
|
|
138
|
-
rate_limit_period: SECOND,
|
|
139
|
-
rate_limit_granularity: USER
|
|
140
|
-
)
|
|
141
|
-
```
|
|
142
|
-
|