Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ docs/BeamoBasicManifestChecksums.md
docs/BeamoBasicReference.md
docs/BeamoBasicUrlResponse.md
docs/BeamoLimits.md
docs/BeamoOtelApi.md
docs/BeamoV2ConnectionStringResponse.md
docs/BeamoV2DataPoint.md
docs/BeamoV2DatabaseMeasurement.md
Expand Down Expand Up @@ -271,6 +272,8 @@ docs/GetLogsInsightUrlRequest.md
docs/GetLogsUrlHeader.md
docs/GetLogsUrlRequest.md
docs/GetMailDetailsRequest.md
docs/GetManifestDiffsRequest.md
docs/GetManifestDiffsResponse.md
docs/GetManifestHistoryRequest.md
docs/GetManifestHistoryResponse.md
docs/GetManifestRequestJson.md
Expand Down Expand Up @@ -430,6 +433,7 @@ docs/MailTemplate.md
docs/MailboxApi.md
docs/MakeDonationRequest.md
docs/MakeFriendshipRequest.md
docs/ManifestDiffSummary.md
docs/ManifestSummary.md
docs/ManifestView.md
docs/Match.md
Expand Down Expand Up @@ -470,6 +474,7 @@ docs/OnlineStatusResponses.md
docs/OptionalJsonNodeWrapper.md
docs/OrderRule.md
docs/OrderRules.md
docs/OtelAuthConfig.md
docs/PaNamespace.md
docs/PaSlowQuery.md
docs/PaSuggestedIndex.md
Expand Down Expand Up @@ -570,6 +575,7 @@ docs/SaveContentRequest.md
docs/SaveContentResponse.md
docs/SaveGameDataResponse.md
docs/SaveManifestRequest.md
docs/SaveManifestResponse.md
docs/SaveSkusRequest.md
docs/SaveTextRequest.md
docs/SaveTextResponse.md
Expand Down Expand Up @@ -615,6 +621,7 @@ docs/SessionHistoryResponse.md
docs/SessionLanguageContext.md
docs/SessionUser.md
docs/SetContentRequest.md
docs/SetLobbyResponse.md
docs/SetPresenceStatusRequest.md
docs/Sku.md
docs/SkuDefinitions.md
Expand Down Expand Up @@ -700,6 +707,7 @@ docs/WebhookServiceType.md
git_push.sh
src/apis/auth_api.rs
src/apis/beamo_api.rs
src/apis/beamo_otel_api.rs
src/apis/configuration.rs
src/apis/default_api.rs
src/apis/lobby_api.rs
Expand Down Expand Up @@ -982,6 +990,8 @@ src/models/get_logs_insight_url_request.rs
src/models/get_logs_url_header.rs
src/models/get_logs_url_request.rs
src/models/get_mail_details_request.rs
src/models/get_manifest_diffs_request.rs
src/models/get_manifest_diffs_response.rs
src/models/get_manifest_history_request.rs
src/models/get_manifest_history_response.rs
src/models/get_manifest_request_json.rs
Expand Down Expand Up @@ -1139,6 +1149,7 @@ src/models/mail_success_response.rs
src/models/mail_template.rs
src/models/make_donation_request.rs
src/models/make_friendship_request.rs
src/models/manifest_diff_summary.rs
src/models/manifest_summary.rs
src/models/manifest_view.rs
src/models/match_making_matches_pvp_response.rs
Expand Down Expand Up @@ -1179,6 +1190,7 @@ src/models/online_status_responses.rs
src/models/optional_json_node_wrapper.rs
src/models/order_rule.rs
src/models/order_rules.rs
src/models/otel_auth_config.rs
src/models/pa_namespace.rs
src/models/pa_slow_query.rs
src/models/pa_suggested_index.rs
Expand Down Expand Up @@ -1273,6 +1285,7 @@ src/models/save_content_request.rs
src/models/save_content_response.rs
src/models/save_game_data_response.rs
src/models/save_manifest_request.rs
src/models/save_manifest_response.rs
src/models/save_skus_request.rs
src/models/save_text_request.rs
src/models/save_text_response.rs
Expand Down Expand Up @@ -1317,6 +1330,7 @@ src/models/session_history_response.rs
src/models/session_language_context.rs
src/models/session_user.rs
src/models/set_content_request.rs
src/models/set_lobby_response.rs
src/models/set_presence_status_request.rs
src/models/sku.rs
src/models/sku_definitions.rs
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Class | Method | HTTP request | Description
*BeamoApi* | [**api_beamo_storage_connection_get**](docs/BeamoApi.md#api_beamo_storage_connection_get) | **GET** /api/beamo/storage/connection |
*BeamoApi* | [**api_beamo_storage_storage_object_name_performance_get**](docs/BeamoApi.md#api_beamo_storage_storage_object_name_performance_get) | **GET** /api/beamo/storage/{storageObjectName}/performance |
*BeamoApi* | [**api_beamo_templates_get**](docs/BeamoApi.md#api_beamo_templates_get) | **GET** /api/beamo/templates |
*BeamoOtelApi* | [**api_beamo_otel_auth_reader_config_get**](docs/BeamoOtelApi.md#api_beamo_otel_auth_reader_config_get) | **GET** /api/beamo/otel/auth/reader/config |
*BeamoOtelApi* | [**api_beamo_otel_auth_writer_config_get**](docs/BeamoOtelApi.md#api_beamo_otel_auth_writer_config_get) | **GET** /api/beamo/otel/auth/writer/config |
*DefaultApi* | [**basic_accounts_admin_admin_user_post**](docs/DefaultApi.md#basic_accounts_admin_admin_user_post) | **POST** /basic/accounts/admin/admin-user |
*DefaultApi* | [**basic_accounts_admin_admin_users_get**](docs/DefaultApi.md#basic_accounts_admin_admin_users_get) | **GET** /basic/accounts/admin/admin-users |
*DefaultApi* | [**basic_accounts_admin_me_get**](docs/DefaultApi.md#basic_accounts_admin_me_get) | **GET** /basic/accounts/admin/me |
Expand Down Expand Up @@ -129,6 +131,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**basic_content_localizations_put**](docs/DefaultApi.md#basic_content_localizations_put) | **PUT** /basic/content/localizations |
*DefaultApi* | [**basic_content_manifest_checksum_get**](docs/DefaultApi.md#basic_content_manifest_checksum_get) | **GET** /basic/content/manifest/checksum |
*DefaultApi* | [**basic_content_manifest_checksums_get**](docs/DefaultApi.md#basic_content_manifest_checksums_get) | **GET** /basic/content/manifest/checksums |
*DefaultApi* | [**basic_content_manifest_diffs_get**](docs/DefaultApi.md#basic_content_manifest_diffs_get) | **GET** /basic/content/manifest/diffs |
*DefaultApi* | [**basic_content_manifest_exact_get**](docs/DefaultApi.md#basic_content_manifest_exact_get) | **GET** /basic/content/manifest/exact |
*DefaultApi* | [**basic_content_manifest_get**](docs/DefaultApi.md#basic_content_manifest_get) | **GET** /basic/content/manifest |
*DefaultApi* | [**basic_content_manifest_history_get**](docs/DefaultApi.md#basic_content_manifest_history_get) | **GET** /basic/content/manifest/history |
Expand Down Expand Up @@ -414,6 +417,7 @@ Class | Method | HTTP request | Description
*LobbyApi* | [**api_lobbies_id_tags_put**](docs/LobbyApi.md#api_lobbies_id_tags_put) | **PUT** /api/lobbies/{id}/tags |
*LobbyApi* | [**api_lobbies_passcode_put**](docs/LobbyApi.md#api_lobbies_passcode_put) | **PUT** /api/lobbies/passcode |
*LobbyApi* | [**api_lobbies_post**](docs/LobbyApi.md#api_lobbies_post) | **POST** /api/lobbies |
*LobbyApi* | [**api_lobbies_put**](docs/LobbyApi.md#api_lobbies_put) | **PUT** /api/lobbies |
*MailboxApi* | [**api_mailbox_publish_post**](docs/MailboxApi.md#api_mailbox_publish_post) | **POST** /api/mailbox/publish |
*MatchApi* | [**api_matchmaking_matches_id_get**](docs/MatchApi.md#api_matchmaking_matches_id_get) | **GET** /api/matchmaking/matches/{id} |
*PartyApi* | [**api_parties_id_get**](docs/PartyApi.md#api_parties_id_get) | **GET** /api/parties/{id} |
Expand Down Expand Up @@ -723,6 +727,8 @@ Class | Method | HTTP request | Description
- [GetLogsUrlHeader](docs/GetLogsUrlHeader.md)
- [GetLogsUrlRequest](docs/GetLogsUrlRequest.md)
- [GetMailDetailsRequest](docs/GetMailDetailsRequest.md)
- [GetManifestDiffsRequest](docs/GetManifestDiffsRequest.md)
- [GetManifestDiffsResponse](docs/GetManifestDiffsResponse.md)
- [GetManifestHistoryRequest](docs/GetManifestHistoryRequest.md)
- [GetManifestHistoryResponse](docs/GetManifestHistoryResponse.md)
- [GetManifestRequestJson](docs/GetManifestRequestJson.md)
Expand Down Expand Up @@ -880,6 +886,7 @@ Class | Method | HTTP request | Description
- [MailTemplate](docs/MailTemplate.md)
- [MakeDonationRequest](docs/MakeDonationRequest.md)
- [MakeFriendshipRequest](docs/MakeFriendshipRequest.md)
- [ManifestDiffSummary](docs/ManifestDiffSummary.md)
- [ManifestSummary](docs/ManifestSummary.md)
- [ManifestView](docs/ManifestView.md)
- [Match](docs/Match.md)
Expand Down Expand Up @@ -919,6 +926,7 @@ Class | Method | HTTP request | Description
- [OptionalJsonNodeWrapper](docs/OptionalJsonNodeWrapper.md)
- [OrderRule](docs/OrderRule.md)
- [OrderRules](docs/OrderRules.md)
- [OtelAuthConfig](docs/OtelAuthConfig.md)
- [PaNamespace](docs/PaNamespace.md)
- [PaSlowQuery](docs/PaSlowQuery.md)
- [PaSuggestedIndex](docs/PaSuggestedIndex.md)
Expand Down Expand Up @@ -1013,6 +1021,7 @@ Class | Method | HTTP request | Description
- [SaveContentResponse](docs/SaveContentResponse.md)
- [SaveGameDataResponse](docs/SaveGameDataResponse.md)
- [SaveManifestRequest](docs/SaveManifestRequest.md)
- [SaveManifestResponse](docs/SaveManifestResponse.md)
- [SaveSkusRequest](docs/SaveSkusRequest.md)
- [SaveTextRequest](docs/SaveTextRequest.md)
- [SaveTextResponse](docs/SaveTextResponse.md)
Expand Down Expand Up @@ -1057,6 +1066,7 @@ Class | Method | HTTP request | Description
- [SessionLanguageContext](docs/SessionLanguageContext.md)
- [SessionUser](docs/SessionUser.md)
- [SetContentRequest](docs/SetContentRequest.md)
- [SetLobbyResponse](docs/SetLobbyResponse.md)
- [SetPresenceStatusRequest](docs/SetPresenceStatusRequest.md)
- [Sku](docs/Sku.md)
- [SkuDefinitions](docs/SkuDefinitions.md)
Expand Down
68 changes: 68 additions & 0 deletions docs/BeamoOtelApi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# \BeamoOtelApi

All URIs are relative to *https://api.beamable.com*

Method | HTTP request | Description
------------- | ------------- | -------------
[**api_beamo_otel_auth_reader_config_get**](BeamoOtelApi.md#api_beamo_otel_auth_reader_config_get) | **GET** /api/beamo/otel/auth/reader/config |
[**api_beamo_otel_auth_writer_config_get**](BeamoOtelApi.md#api_beamo_otel_auth_writer_config_get) | **GET** /api/beamo/otel/auth/writer/config |



## api_beamo_otel_auth_reader_config_get

> models::OtelAuthConfig api_beamo_otel_auth_reader_config_get(x_beam_scope, x_beam_gamertag)


### Parameters


Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**x_beam_scope** | Option<**String**> | Customer and project scope. This should be in the form of '{customerId}.{projectId}'. This is only necessary when not using a JWT bearer token | |
**x_beam_gamertag** | Option<**String**> | Override the playerId of the requester. This is only necessary when not using a JWT bearer token. | |

### Return type

[**models::OtelAuthConfig**](OtelAuthConfig.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain, application/json, text/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## api_beamo_otel_auth_writer_config_get

> models::OtelAuthConfig api_beamo_otel_auth_writer_config_get(x_beam_scope, x_beam_gamertag)


### Parameters


Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**x_beam_scope** | Option<**String**> | Customer and project scope. This should be in the form of '{customerId}.{projectId}'. This is only necessary when not using a JWT bearer token | |
**x_beam_gamertag** | Option<**String**> | Override the playerId of the requester. This is only necessary when not using a JWT bearer token. | |

### Return type

[**models::OtelAuthConfig**](OtelAuthConfig.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain, application/json, text/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

6 changes: 4 additions & 2 deletions docs/ClientManifestJsonResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uid** | Option<**String**> | | [optional]
**entries** | [**Vec<models::ClientContentInfoJson>**](ClientContentInfoJson.md) | |
**latest_update** | Option<**i64**> | | [optional]
**publisher_account_id** | Option<**i64**> | | [optional]
**entries** | [**Vec<models::ClientContentInfoJson>**](ClientContentInfoJson.md) | |
**created_at** | Option<**i64**> | | [optional]
**uid** | Option<**String**> | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/ClientManifestResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**items** | [**Vec<models::ClientContentInfo>**](ClientContentInfo.md) | |
**created_at** | Option<**i64**> | | [optional]
**latest_update** | Option<**i64**> | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/ContentBasicManifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**archived** | Option<**bool**> | | [optional]
**diff_object_key** | Option<**String**> | | [optional]
**references** | [**Vec<models::ContentBasicManifestReferencesInner>**](ContentBasicManifest_references_inner.md) | |
**publisher_account_id** | Option<**i64**> | | [optional]
**id** | **String** | |
**checksum** | **String** | |
**last_changed** | Option<**i64**> | | [optional]
**uid** | Option<**String**> | | [optional]
**created** | **i64** | |

Expand Down
41 changes: 39 additions & 2 deletions docs/DefaultApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Method | HTTP request | Description
[**basic_content_localizations_put**](DefaultApi.md#basic_content_localizations_put) | **PUT** /basic/content/localizations |
[**basic_content_manifest_checksum_get**](DefaultApi.md#basic_content_manifest_checksum_get) | **GET** /basic/content/manifest/checksum |
[**basic_content_manifest_checksums_get**](DefaultApi.md#basic_content_manifest_checksums_get) | **GET** /basic/content/manifest/checksums |
[**basic_content_manifest_diffs_get**](DefaultApi.md#basic_content_manifest_diffs_get) | **GET** /basic/content/manifest/diffs |
[**basic_content_manifest_exact_get**](DefaultApi.md#basic_content_manifest_exact_get) | **GET** /basic/content/manifest/exact |
[**basic_content_manifest_get**](DefaultApi.md#basic_content_manifest_get) | **GET** /basic/content/manifest |
[**basic_content_manifest_history_get**](DefaultApi.md#basic_content_manifest_history_get) | **GET** /basic/content/manifest/history |
Expand Down Expand Up @@ -2672,6 +2673,42 @@ Name | Type | Description | Required | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## basic_content_manifest_diffs_get

> models::GetManifestDiffsResponse basic_content_manifest_diffs_get(x_beam_scope, manifest_id, x_beam_gamertag, from_uid, to_uid, offset, from_date, to_date, limit)


### Parameters


Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**x_beam_scope** | **String** | Customer and project scope. This should be in the form of '<customer-id>.<project-id>'. | [required] |
**manifest_id** | **String** | | [required] |
**x_beam_gamertag** | Option<**String**> | Override the Gamer Tag of the player. This is generally inferred by the auth token. | |
**from_uid** | Option<**String**> | | |
**to_uid** | Option<**String**> | | |
**offset** | Option<**i32**> | | |
**from_date** | Option<**i64**> | | |
**to_date** | Option<**i64**> | | |
**limit** | Option<**i32**> | | |

### Return type

[**models::GetManifestDiffsResponse**](GetManifestDiffsResponse.md)

### Authorization

[server](../README.md#server), [user](../README.md#user)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## basic_content_manifest_exact_get

> models::ContentBasicManifest basic_content_manifest_exact_get(x_beam_scope, uid, x_beam_gamertag)
Expand Down Expand Up @@ -2766,7 +2803,7 @@ Name | Type | Description | Required | Notes

## basic_content_manifest_post

> models::ContentBasicManifest basic_content_manifest_post(x_beam_scope, x_beam_gamertag, save_manifest_request)
> models::SaveManifestResponse basic_content_manifest_post(x_beam_scope, x_beam_gamertag, save_manifest_request)


### Parameters
Expand All @@ -2780,7 +2817,7 @@ Name | Type | Description | Required | Notes

### Return type

[**models::ContentBasicManifest**](ContentBasicManifest.md)
[**models::SaveManifestResponse**](SaveManifestResponse.md)

### Authorization

Expand Down
17 changes: 17 additions & 0 deletions docs/GetManifestDiffsRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# GetManifestDiffsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**manifest_id** | **String** | |
**from_uid** | Option<**String**> | | [optional]
**to_uid** | Option<**String**> | | [optional]
**offset** | Option<**i32**> | | [optional]
**from_date** | Option<**i64**> | | [optional]
**to_date** | Option<**i64**> | | [optional]
**limit** | Option<**i32**> | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


14 changes: 14 additions & 0 deletions docs/GetManifestDiffsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# GetManifestDiffsResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**manifest_id** | **String** | |
**diffs** | [**Vec<models::ManifestDiffSummary>**](ManifestDiffSummary.md) | |
**has_more** | **bool** | |
**total_count** | **i32** | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading