diff --git a/cli/beamable.common/Runtime/OpenApi/ContentBasic.gs.cs b/cli/beamable.common/Runtime/OpenApi/ContentBasic.gs.cs
index 20a8ddd802..bc3f67212e 100644
--- a/cli/beamable.common/Runtime/OpenApi/ContentBasic.gs.cs
+++ b/cli/beamable.common/Runtime/OpenApi/ContentBasic.gs.cs
@@ -92,10 +92,11 @@ public partial interface IContentApi
/// GET call to `/basic/content/manifest` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- Promise GetManifest([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ Promise GetManifest([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
/// POST call to `/basic/content/manifest` endpoint.
///
@@ -134,18 +135,20 @@ public partial interface IContentApi
/// GET call to `/basic/content/manifest/public` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- Promise GetManifestPublic([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ Promise GetManifestPublic([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
/// GET call to `/basic/content/manifest/public/json` endpoint.
///
/// Content ID of the content manifest
+ /// When true, the tags array is emitted empty for every entry. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- Promise GetManifestPublicJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ Promise GetManifestPublicJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
/// PUT call to `/basic/content/manifest/repeat` endpoint.
///
@@ -157,18 +160,20 @@ public partial interface IContentApi
/// GET call to `/basic/content/manifest/private/json` endpoint.
///
/// Content ID of the content manifest
+ /// When true, the tags array is emitted empty for every entry. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- Promise GetManifestPrivateJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ Promise GetManifestPrivateJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
/// GET call to `/basic/content/manifest/private` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- Promise GetManifestPrivate([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ Promise GetManifestPrivate([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
/// GET call to `/basic/content/manifest/checksums` endpoint.
///
@@ -186,10 +191,11 @@ public partial interface IContentApi
/// GET call to `/basic/content/manifest/checksum` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- Promise GetManifestChecksum([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ Promise GetManifestChecksum([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
/// GET call to `/basic/content/manifests` endpoint.
///
@@ -370,10 +376,11 @@ public virtual Promise GetManifestExact(string uid, [Syste
/// GET call to `/basic/content/manifest` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- public virtual Promise GetManifest([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ public virtual Promise GetManifest([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
{
string gsUrl = "/basic/content/manifest";
string gsQuery = "?";
@@ -388,6 +395,11 @@ public virtual Promise GetManifest([System.Runtime.Interop
{
gsQueries.Add(string.Concat("uid=", uid.Value.ToString()));
}
+ if (((omitTags != default(OptionalBool))
+ && omitTags.HasValue))
+ {
+ gsQueries.Add(string.Concat("omitTags=", omitTags.Value.ToString()));
+ }
if ((gsQueries.Count > 0))
{
gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
@@ -492,10 +504,11 @@ public virtual Promise Post(SaveContentRequest gsReq, [Syst
/// GET call to `/basic/content/manifest/public` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- public virtual Promise GetManifestPublic([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ public virtual Promise GetManifestPublic([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
{
string gsUrl = "/basic/content/manifest/public";
string gsQuery = "?";
@@ -510,6 +523,11 @@ public virtual Promise GetManifestPublic([System.Runtime
{
gsQueries.Add(string.Concat("uid=", uid.Value.ToString()));
}
+ if (((omitTags != default(OptionalBool))
+ && omitTags.HasValue))
+ {
+ gsQueries.Add(string.Concat("omitTags=", omitTags.Value.ToString()));
+ }
if ((gsQueries.Count > 0))
{
gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
@@ -522,10 +540,11 @@ public virtual Promise GetManifestPublic([System.Runtime
/// GET call to `/basic/content/manifest/public/json` endpoint.
///
/// Content ID of the content manifest
+ /// When true, the tags array is emitted empty for every entry. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- public virtual Promise GetManifestPublicJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ public virtual Promise GetManifestPublicJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
{
string gsUrl = "/basic/content/manifest/public/json";
string gsQuery = "?";
@@ -540,6 +559,11 @@ public virtual Promise GetManifestPublicJson([System
{
gsQueries.Add(string.Concat("uid=", uid.Value.ToString()));
}
+ if (((omitTags != default(OptionalBool))
+ && omitTags.HasValue))
+ {
+ gsQueries.Add(string.Concat("omitTags=", omitTags.Value.ToString()));
+ }
if ((gsQueries.Count > 0))
{
gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
@@ -564,10 +588,11 @@ public virtual Promise PutManifestRepeat(RepeatManifestRequest g
/// GET call to `/basic/content/manifest/private/json` endpoint.
///
/// Content ID of the content manifest
+ /// When true, the tags array is emitted empty for every entry. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- public virtual Promise GetManifestPrivateJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ public virtual Promise GetManifestPrivateJson([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
{
string gsUrl = "/basic/content/manifest/private/json";
string gsQuery = "?";
@@ -582,6 +607,11 @@ public virtual Promise GetManifestPrivateJson([Syste
{
gsQueries.Add(string.Concat("uid=", uid.Value.ToString()));
}
+ if (((omitTags != default(OptionalBool))
+ && omitTags.HasValue))
+ {
+ gsQueries.Add(string.Concat("omitTags=", omitTags.Value.ToString()));
+ }
if ((gsQueries.Count > 0))
{
gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
@@ -594,10 +624,11 @@ public virtual Promise GetManifestPrivateJson([Syste
/// GET call to `/basic/content/manifest/private` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- public virtual Promise GetManifestPrivate([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ public virtual Promise GetManifestPrivate([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
{
string gsUrl = "/basic/content/manifest/private";
string gsQuery = "?";
@@ -612,6 +643,11 @@ public virtual Promise GetManifestPrivate([System.Runtim
{
gsQueries.Add(string.Concat("uid=", uid.Value.ToString()));
}
+ if (((omitTags != default(OptionalBool))
+ && omitTags.HasValue))
+ {
+ gsQueries.Add(string.Concat("omitTags=", omitTags.Value.ToString()));
+ }
if ((gsQueries.Count > 0))
{
gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
@@ -647,10 +683,11 @@ public virtual Promise PostBinaryPrivateUrls(GetB
/// GET call to `/basic/content/manifest/checksum` endpoint.
///
/// ID of the content manifest
+ /// When true, the tags column is emitted empty for every row. Defaults to false.
/// UID of the content manifest
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
- public virtual Promise GetManifestChecksum([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ public virtual Promise GetManifestChecksum([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional id, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional omitTags, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional uid, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
{
string gsUrl = "/basic/content/manifest/checksum";
string gsQuery = "?";
@@ -665,6 +702,11 @@ public virtual Promise GetManifestChecksum([System
{
gsQueries.Add(string.Concat("uid=", uid.Value.ToString()));
}
+ if (((omitTags != default(OptionalBool))
+ && omitTags.HasValue))
+ {
+ gsQueries.Add(string.Concat("omitTags=", omitTags.Value.ToString()));
+ }
if ((gsQueries.Count > 0))
{
gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
diff --git a/cli/beamable.common/Runtime/OpenApi/Models.gs.cs b/cli/beamable.common/Runtime/OpenApi/Models.gs.cs
index 65ceabca60..a0172cbf63 100644
--- a/cli/beamable.common/Runtime/OpenApi/Models.gs.cs
+++ b/cli/beamable.common/Runtime/OpenApi/Models.gs.cs
@@ -8134,6 +8134,7 @@ public static BinaryReference_type FromEnumString(string str)
public partial class ContentBasicGetManifestRequest : Beamable.Serialization.JsonSerializable.ISerializable
{
public OptionalString id = new OptionalString();
+ public OptionalBool omitTags = new OptionalBool();
public OptionalString uid = new OptionalString();
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
{
@@ -8144,6 +8145,13 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer
s.Serialize("id", ref id.Value);
id.HasValue = true;
}
+ if ((s.HasKey("omitTags")
+ || ((omitTags != default(OptionalBool))
+ && omitTags.HasValue)))
+ {
+ s.Serialize("omitTags", ref omitTags.Value);
+ omitTags.HasValue = true;
+ }
if ((s.HasKey("uid")
|| ((uid != default(OptionalString))
&& uid.HasValue)))
@@ -8301,6 +8309,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer
public partial class GetManifestRequestJson : Beamable.Serialization.JsonSerializable.ISerializable
{
public OptionalString id = new OptionalString();
+ public OptionalBool omitTags = new OptionalBool();
public OptionalString uid = new OptionalString();
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
{
@@ -8311,6 +8320,13 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer
s.Serialize("id", ref id.Value);
id.HasValue = true;
}
+ if ((s.HasKey("omitTags")
+ || ((omitTags != default(OptionalBool))
+ && omitTags.HasValue)))
+ {
+ s.Serialize("omitTags", ref omitTags.Value);
+ omitTags.HasValue = true;
+ }
if ((s.HasKey("uid")
|| ((uid != default(OptionalString))
&& uid.HasValue)))
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs
index 34091a58c0..45e622644d 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Accounts
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs.meta
index 76723fd363..0ce3999cf2 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasic.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f9c8c8de63a5458e3c48122d3fe6a75e
+guid: 8b57bf13d7ddc739f20d12e452d68e99
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs
index 7121404dfc..351a5b0a91 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Accounts
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs.meta
index 4f5569b027..5ccf8fa5a5 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 78f16d17c7f6d44e5cf67284c0c1869e
+guid: 8f41e42f62a32584c0d2d73d293b4ef8
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs
index fa519da99e..fdbb194729 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Accounts
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs.meta
index 1513fd2ee6..04693c8505 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AccountsObject.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: d0f5c7eb64fe41f16d323440cb1e5525
+guid: 5c496ca54ec727519ba4c74f19a3f1ea
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs
index 690fc1decc..64f4fae1cc 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Announcements
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs.meta
index 66d5b65a74..0e11c7c265 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 985ab627ce8926eabedd829061e9ec26
+guid: 0b6de1671be8c05bc7fbd7fcd7bbd9da
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs
index 17c82c17c2..1423106fab 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Announcements
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs.meta
index b819e66b92..8c01f05d22 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9cbb0aa0182ec16283db400721058f20
+guid: ce7d93d6740e9a96962853221caf5efd
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs
index 78602ef8c6..40174eca4c 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Announcements
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs.meta
index c0a51571a9..85c2792710 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 51d0716dc8db7061679510ac87156047
+guid: c7b82d05ad2eef03d5618330c83acb14
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs
index 3d631a5f38..70912d9127 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Auth
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs.meta
index 731ffa7398..0e09192bea 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasic.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c0f1b6c355bda0e92709c2c6570c3d45
+guid: 478ecd002542f625fb654d7f4b863633
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs
index 5ce6a54647..c2c3a17f5e 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Auth
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs.meta
index 6e14375017..ba04e0aa4d 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 26d2634aed6689ec5bdd36ff80620da0
+guid: 69eeb4ab14d740008b4cfe0104e700d5
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdmin.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdmin.gs.cs
deleted file mode 100644
index 479d83eab2..0000000000
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdmin.gs.cs
+++ /dev/null
@@ -1,178 +0,0 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
-
-
-namespace Beamable.Api.Autogenerated.Admin
-{
- using Beamable.Api.Autogenerated.Models;
- using Beamable.Common.Content;
- using Beamable.Common;
- using IBeamableRequester = Beamable.Common.Api.IBeamableRequester;
- using Method = Beamable.Common.Api.Method;
- using Beamable.Common.Dependencies;
-
- public partial interface IBeamAdminApi
- {
- ///
- /// Retrieve in-flight actor message failures for a given service.
- ///
- /// GET call to `/api/admin/inflight/failures` endpoint.
- ///
- /// The name of the service to query failures for.
- /// Optional actor/object ID to filter failures by.
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise GetInflightFailures([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional serviceName, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional serviceObjectId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- ///
- /// Delete a batch of in-flight actor message failures.
- ///
- /// DELETE call to `/api/admin/inflight/failures` endpoint.
- ///
- /// The instance to use for the request
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise DeleteInflightFailures(BatchDeleteInFlightRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- ///
- /// List all registered cache names.
- ///
- /// GET call to `/api/admin/caches` endpoint.
- ///
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise GetCaches([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- ///
- /// Purge all caches cluster-wide.
- ///
- /// DELETE call to `/api/admin/caches` endpoint.
- ///
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise DeleteCaches([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- ///
- /// Purge a specific cache by name cluster-wide.
- ///
- /// DELETE call to `/api/admin/caches/{cacheName}` endpoint.
- ///
- /// The name of the cache to purge.
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise DeleteCaches(string cacheName, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- ///
- /// Purge a specific key from a cache cluster-wide.
- ///
- /// DELETE call to `/api/admin/caches/{cacheName}/keys/{key}` endpoint.
- ///
- /// The name of the cache.
- /// The cache key to purge.
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise DeleteCachesKeys(string cacheName, string key, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- }
- public partial class BeamAdminApi : IBeamAdminApi
- {
- ///
- /// Retrieve in-flight actor message failures for a given service.
- ///
- /// GET call to `/api/admin/inflight/failures` endpoint.
- ///
- /// The name of the service to query failures for.
- /// Optional actor/object ID to filter failures by.
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise GetInflightFailures([System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional serviceName, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional serviceObjectId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/admin/inflight/failures";
- string gsQuery = "?";
- System.Collections.Generic.List gsQueries = new System.Collections.Generic.List();
- if (((serviceName != default(OptionalString))
- && serviceName.HasValue))
- {
- gsQueries.Add(string.Concat("serviceName=", serviceName.Value.ToString()));
- }
- if (((serviceObjectId != default(OptionalString))
- && serviceObjectId.HasValue))
- {
- gsQueries.Add(string.Concat("serviceObjectId=", serviceObjectId.Value.ToString()));
- }
- if ((gsQueries.Count > 0))
- {
- gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
- gsUrl = string.Concat(gsUrl, gsQuery);
- }
- // make the request and return the result
- return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
- }
- ///
- /// Delete a batch of in-flight actor message failures.
- ///
- /// DELETE call to `/api/admin/inflight/failures` endpoint.
- ///
- /// The instance to use for the request
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise DeleteInflightFailures(BatchDeleteInFlightRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/admin/inflight/failures";
- // make the request and return the result
- return _requester.Request(Method.DELETE, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize);
- }
- ///
- /// List all registered cache names.
- ///
- /// GET call to `/api/admin/caches` endpoint.
- ///
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise GetCaches([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/admin/caches";
- // make the request and return the result
- return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
- }
- ///
- /// Purge all caches cluster-wide.
- ///
- /// DELETE call to `/api/admin/caches` endpoint.
- ///
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise DeleteCaches([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/admin/caches";
- // make the request and return the result
- return _requester.Request(Method.DELETE, gsUrl, default(object), includeAuthHeader, this.Serialize);
- }
- ///
- /// Purge a specific cache by name cluster-wide.
- ///
- /// DELETE call to `/api/admin/caches/{cacheName}` endpoint.
- ///
- /// The name of the cache to purge.
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise DeleteCaches(string cacheName, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/admin/caches/{cacheName}";
- gsUrl = gsUrl.Replace("{cacheName}", _requester.EscapeURL(cacheName.ToString()));
- // make the request and return the result
- return _requester.Request(Method.DELETE, gsUrl, default(object), includeAuthHeader, this.Serialize);
- }
- ///
- /// Purge a specific key from a cache cluster-wide.
- ///
- /// DELETE call to `/api/admin/caches/{cacheName}/keys/{key}` endpoint.
- ///
- /// The name of the cache.
- /// The cache key to purge.
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise DeleteCachesKeys(string cacheName, string key, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/admin/caches/{cacheName}/keys/{key}";
- gsUrl = gsUrl.Replace("{cacheName}", _requester.EscapeURL(cacheName.ToString()));
- gsUrl = gsUrl.Replace("{key}", _requester.EscapeURL(key.ToString()));
- // make the request and return the result
- return _requester.Request(Method.DELETE, gsUrl, default(object), includeAuthHeader, this.Serialize);
- }
- }
-}
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs
index a37e5ea801..6f98f78071 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Auth
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs.meta
index 3faaaa0419..630e5e9e8d 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuth.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a590ea17205f1bec31a654dc6ed2fcd7
+guid: d719a21dc15d7a757764b1c50505fca5
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs
index e23b9038dc..ae5f0f5efa 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Auth
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs.meta
index 8611dcaf75..ccfd0c3952 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 448a0aa97d1806f6ce753d3822e5c8f7
+guid: 4aa3fe7862f5cfe70f7ab642cfe7cdd9
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs
index c2f61d25a4..c1028aa037 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Beamo
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs.meta
index e75cea52a9..4354809a74 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamo.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 40f0e4573bd8d8ed324d6cc8e40aeabb
+guid: 2f41e3cabf73cedacb8374ea65927bda
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs
index 61975aa180..b636d4a00e 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Beamo
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs.meta
index 594217dbe5..f0f7d4260a 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a74f4c25883791c2a4b1d82fd88a1f02
+guid: 67b4ff357a05059a39a16f84afc96ae1
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs
index e1fdce0618..bf2725bce9 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Beamootel
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs.meta
index 2d3c244373..e6c116fc4e 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootel.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 5df1772db798c383c7550f0f2c608419
+guid: 1c90ddc28561799365d9e0bd70a2df88
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs
index 9fc06a89ec..c4b9ea0ac8 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Beamootel
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs.meta
index 806cba1500..0927735924 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 65f263f75e45ed2cd2b449cfc38d9f40
+guid: 939bd250570663eddb310afe5d9fcb50
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBilling.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBilling.gs.cs
new file mode 100644
index 0000000000..522024c399
--- /dev/null
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBilling.gs.cs
@@ -0,0 +1,45 @@
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
+
+
+namespace Beamable.Api.Autogenerated.Billing
+{
+ using Beamable.Api.Autogenerated.Models;
+ using Beamable.Common.Content;
+ using Beamable.Common;
+ using IBeamableRequester = Beamable.Common.Api.IBeamableRequester;
+ using Method = Beamable.Common.Api.Method;
+ using Beamable.Common.Dependencies;
+
+ public partial interface IBeamBillingApi
+ {
+ ///
+ /// Create a Stripe Customer Portal session so the
+ ///customer can manage payment methods and
+ ///subscriptions.
+ ///
+ /// POST call to `/api/billing/portal-session` endpoint.
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise PostPortalSession([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ }
+ public partial class BeamBillingApi : IBeamBillingApi
+ {
+ ///
+ /// Create a Stripe Customer Portal session so the
+ ///customer can manage payment methods and
+ ///subscriptions.
+ ///
+ /// POST call to `/api/billing/portal-session` endpoint.
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise PostPortalSession([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/billing/portal-session";
+ // make the request and return the result
+ return _requester.Request(Method.POST, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ }
+}
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplan.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBilling.gs.cs.meta
similarity index 80%
rename from client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplan.gs.cs.meta
rename to client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBilling.gs.cs.meta
index 343b3978a2..f42870efcf 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplan.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBilling.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b9313ca02a880e8e676207bc5d5f45e6
+guid: 4a33a12fd51e79c02f8b1ad19c6914cb
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBillingCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBillingCommon.gs.cs
new file mode 100644
index 0000000000..aacf49b6df
--- /dev/null
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBillingCommon.gs.cs
@@ -0,0 +1,45 @@
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
+
+
+namespace Beamable.Api.Autogenerated.Billing
+{
+ using Beamable.Api.Autogenerated.Models;
+ using Beamable.Common.Content;
+ using Beamable.Common;
+ using IBeamableRequester = Beamable.Common.Api.IBeamableRequester;
+ using Method = Beamable.Common.Api.Method;
+ using Beamable.Common.Dependencies;
+
+ public partial interface IBeamBillingApi
+ {
+ }
+ public partial class BeamBillingApi : IBeamBillingApi
+ {
+ private IBeamableRequester _requester;
+ private IDependencyProvider _provider;
+ private System.Collections.Generic.List _serializationFactories;
+ public BeamBillingApi(IBeamableRequester requester, [System.Runtime.InteropServices.DefaultParameterValueAttribute(default(Beamable.Common.Dependencies.IDependencyProvider))] [System.Runtime.InteropServices.OptionalAttribute()] IDependencyProvider provider)
+ {
+ this._requester = requester;
+ _provider = provider;
+ _serializationFactories = new System.Collections.Generic.List();
+ _serializationFactories.Add(new IOneOf_HttpCallOrPublishMessageOrServiceCallFactory());
+ _serializationFactories.Add(new IOneOf_CronTriggerOrExactTriggerFactory());
+ _serializationFactories.Add(new IOneOf_ContentOrTextOrBinaryFactory());
+ }
+ private T Serialize(string json)
+ where T : Beamable.Serialization.JsonSerializable.ISerializable, new ()
+ {
+ if ((_provider != default(Beamable.Common.Dependencies.IDependencyProvider)))
+ {
+ if (_provider.CanBuildService>())
+ {
+ ICustomSerializer serializer = _provider.GetService>();
+ return serializer.Deserialize(json);
+ }
+ }
+ return Beamable.Serialization.JsonSerializable.FromJson(json, _serializationFactories);
+ }
+ }
+}
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdmin.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBillingCommon.gs.cs.meta
similarity index 80%
rename from client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdmin.gs.cs.meta
rename to client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBillingCommon.gs.cs.meta
index d38fd07eb9..b1d5b56361 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdmin.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamBillingCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3d913eff2f6f62c8c5d1e94f9d1ec2b4
+guid: e674ffb93c0b154fbc8f9b7698bbd562
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs
index 981a03e0c1..8433edaa07 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Customer
@@ -60,16 +60,6 @@ public partial interface IBeamCustomerApi
/// A promise containing the
Promise Get(string customerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional showHiddenRealms, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
- /// Update properties of a customer.
- ///
- /// PUT call to `/api/customers/{customerId}` endpoint.
- ///
- /// ID of the customer to update.
- /// The instance to use for the request
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise Put(string customerId, UpdateCustomerRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- ///
/// Get the full admin view of a customer (includes all fields).
///
/// GET call to `/api/customers/{customerId}/admin-view` endpoint.
@@ -80,6 +70,15 @@ public partial interface IBeamCustomerApi
/// A promise containing the
Promise GetAdminView(string customerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional showHiddenRealms, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
///
+ /// Get the current Stripe subscription tier for a customer.
+ ///
+ /// GET call to `/api/customers/{customerId}/stripe/subscription` endpoint.
+ ///
+ /// ID of the customer.
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise GetStripeSubscription(string customerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
/// Update the hidden or archive status of a realm.
///
/// PUT call to `/api/customers/{customerId}/realms/{realmId}` endpoint.
@@ -257,16 +256,6 @@ public partial interface IBeamCustomerApi
/// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
/// A promise containing the
Promise GetAliases(string alias, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
- ///
- /// Set a vanity alias for a customer.
- ///
- /// PUT call to `/api/customers/{customerId}/alias` endpoint.
- ///
- /// ID of the customer to update.
- /// The instance to use for the request
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- Promise PutAlias(string customerId, SetCustomerAliasRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
}
public partial class BeamCustomerApi : IBeamCustomerApi
{
@@ -367,22 +356,6 @@ public virtual Promise Get(string customerId, [System
return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
}
///
- /// Update properties of a customer.
- ///
- /// PUT call to `/api/customers/{customerId}` endpoint.
- ///
- /// ID of the customer to update.
- /// The instance to use for the request
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise Put(string customerId, UpdateCustomerRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/customers/{customerId}";
- gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
- // make the request and return the result
- return _requester.Request(Method.PUT, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize);
- }
- ///
/// Get the full admin view of a customer (includes all fields).
///
/// GET call to `/api/customers/{customerId}/admin-view` endpoint.
@@ -411,6 +384,21 @@ public virtual Promise GetAdminView(string customerId, [S
return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
}
///
+ /// Get the current Stripe subscription tier for a customer.
+ ///
+ /// GET call to `/api/customers/{customerId}/stripe/subscription` endpoint.
+ ///
+ /// ID of the customer.
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise GetStripeSubscription(string customerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/stripe/subscription";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ // make the request and return the result
+ return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ ///
/// Update the hidden or archive status of a realm.
///
/// PUT call to `/api/customers/{customerId}/realms/{realmId}` endpoint.
@@ -748,21 +736,5 @@ public virtual Promise GetAliases(string al
// make the request and return the result
return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
}
- ///
- /// Set a vanity alias for a customer.
- ///
- /// PUT call to `/api/customers/{customerId}/alias` endpoint.
- ///
- /// ID of the customer to update.
- /// The instance to use for the request
- /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
- /// A promise containing the
- public virtual Promise PutAlias(string customerId, SetCustomerAliasRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
- {
- string gsUrl = "/api/customers/{customerId}/alias";
- gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
- // make the request and return the result
- return _requester.Request(Method.PUT, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize);
- }
}
}
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs.meta
index 0bb4e90750..82abc42b99 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomer.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 0bbbdddc1c74e173cbf9b5cfaa8ac315
+guid: 1c2827edb9479102725261b1fc5f6dd7
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs
index 8fea7ecba2..a97b250b76 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Customer
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs.meta
index d54ee87ee9..e1c806a3f1 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 676c80b9b9140fc4391b9dbf2497dfc2
+guid: af79be01cb1197ad1f78fb914b44a446
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs
index bc54311a48..6554f01748 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Lobby
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs.meta
index 7a24091d02..2d8829c052 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobby.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 5305f7b37567e60c29dcb8c452ba87ba
+guid: e4be0b33384897ef5c774db96da78ccf
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs
index 446cfe9a34..470044ddf1 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Lobby
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs.meta
index 0629a95b8b..76fdb56d62 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a422f09c5bf8c139cfd85e6bf764cafa
+guid: 02227357f68d45f84678a9ff28880651
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs
index 4ef690e7d3..675261910a 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Mailbox
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs.meta
index d2e90dbfb3..2dd5fa67e9 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailbox.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 127fcb8b7323fbd10a9357ba2431b294
+guid: 70ce24179fc733ff7560a159e433ca7c
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs
index abc4d0d054..1902f156aa 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Mailbox
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs.meta
index d701884fbe..cac2fa40b2 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a33616201916017ee7b59a9837ce5df5
+guid: 807a2a0a22f37290f29960c0f116dbae
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs
index 658b04a651..5057cd931d 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Matchmaking
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs.meta
index 6a2d6acd47..eba1c9a20e 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 0b3cc5da1e6cf999d4932ab9b06c5ef8
+guid: 2505158294512a84b46eb2a47aa5f794
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs
index 6b16dc3621..cf4c9b78a5 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Matchmaking
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs.meta
index 3f98f62c3d..b5d5971152 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: d3527e6d3d9f18fe985c2971e6c06900
+guid: fc604b40745f8e0b0069522d9afad687
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs
index b4d91bf879..00ed8498a2 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Party
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs.meta
index 5a3d153593..ead7f0d740 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamParty.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 347b5ad417c5f74b1cacbc6d5b00383d
+guid: 2daef4d077e5ee836c57a36cdb7fc9b6
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs
index ca70e7bf01..0975a36917 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Party
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs.meta
index acc49d933c..ec37a25d11 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: fc0a0363df8299c866af8f83eb412a6f
+guid: 689cd53bf6347c403d703bf617293794
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs
index 1903800f11..2d4774b57e 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Player
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs.meta
index 787f6e1709..3c4b56b281 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayer.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7c39752b0655cea20bc85915c14e1094
+guid: 1fe11739e9411deaa2d2aaf3fcd9400b
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs
index 18d17bacd0..bb2a7c16c7 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Player
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs.meta
index 68c7388d8b..95ec7e1723 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ac9984c4ead57bef9ebbdc708c9be9db
+guid: 54ad7411ce7a4ea5c615922c98ea49ab
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs
index 2c4c2db4c3..7816cdb909 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playerlobby
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs.meta
index 43132b4c32..27602d505e 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 60d9b7fa51016b3a832776e5937f5cea
+guid: d15d40f1170cb697bfc76137786079ca
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs
index 3b1c422d46..ed2ee3ed46 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playerlobby
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs.meta
index c67fcbee7b..86f10c2c7a 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a830e9dcde780e2cd8c3be1611363e84
+guid: 72b4b3687fcc3f2f4b525ad7c191e049
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs
index 625f614e16..e147fd560e 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playerparty
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs.meta
index be7340744b..020a9917ed 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 818b659ad678646c7da2bed4459f0907
+guid: b325810c09c9da8c54a5b9c4fa949b90
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs
index d9ae4713d2..c09ce0367c 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playerparty
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs.meta
index 1b274305a6..894cdcc85b 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c37114f679fc530273937594763ec5b8
+guid: 28e2b0ab0312d09d487ed4ff4f31313a
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs
index 80567fc2a9..54075df615 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playersession
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs.meta
index 0c43b61809..273890fe80 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersession.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ad3f819910ca358659a9ef8a7f7dffa3
+guid: f99360c1bd9886999f3e95b66467616a
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs
index e2307e83a6..8510403877 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playersession
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs.meta
index 6a57172daf..7214caf1cf 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayersessionCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 23c7b46e846e928680ceb6082d1c0df6
+guid: 7eb1083fb6cfa32fc8d22569bb4e5ee4
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstats.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstats.gs.cs
new file mode 100644
index 0000000000..d888931c19
--- /dev/null
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstats.gs.cs
@@ -0,0 +1,159 @@
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
+
+
+namespace Beamable.Api.Autogenerated.Playerstats
+{
+ using Beamable.Api.Autogenerated.Models;
+ using Beamable.Common.Content;
+ using Beamable.Common;
+ using IBeamableRequester = Beamable.Common.Api.IBeamableRequester;
+ using Method = Beamable.Common.Api.Method;
+ using Beamable.Common.Dependencies;
+
+ public partial interface IBeamPlayerstatsApi
+ {
+ ///
+ /// GET call to `/api/players/{playerId}/stats` endpoint.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise GetStats(string playerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional domain, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional keys, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional visibility, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// POST call to `/api/players/{playerId}/stats` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// The instance to use for the request
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise PostStats(string playerId, SetStatsRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional domain, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional visibility, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// DELETE call to `/api/players/{playerId}/stats` endpoint.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise DeleteStats(string playerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional domain, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional keys, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional visibility, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ }
+ public partial class BeamPlayerstatsApi : IBeamPlayerstatsApi
+ {
+ ///
+ /// GET call to `/api/players/{playerId}/stats` endpoint.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise GetStats(string playerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional domain, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional keys, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional visibility, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/players/{playerId}/stats";
+ gsUrl = gsUrl.Replace("{playerId}", _requester.EscapeURL(playerId.ToString()));
+ string gsQuery = "?";
+ System.Collections.Generic.List gsQueries = new System.Collections.Generic.List();
+ if (((domain != default(OptionalString))
+ && domain.HasValue))
+ {
+ gsQueries.Add(string.Concat("domain=", domain.Value.ToString()));
+ }
+ if (((visibility != default(OptionalString))
+ && visibility.HasValue))
+ {
+ gsQueries.Add(string.Concat("visibility=", visibility.Value.ToString()));
+ }
+ if (((keys != default(OptionalArrayOfString))
+ && keys.HasValue))
+ {
+ gsQueries.Add(string.Concat("keys=", keys.Value.ToString()));
+ }
+ if ((gsQueries.Count > 0))
+ {
+ gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
+ gsUrl = string.Concat(gsUrl, gsQuery);
+ }
+ // make the request and return the result
+ return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// POST call to `/api/players/{playerId}/stats` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// The instance to use for the request
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise PostStats(string playerId, SetStatsRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional domain, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional visibility, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/players/{playerId}/stats";
+ gsUrl = gsUrl.Replace("{playerId}", _requester.EscapeURL(playerId.ToString()));
+ string gsQuery = "?";
+ System.Collections.Generic.List gsQueries = new System.Collections.Generic.List();
+ if (((domain != default(OptionalString))
+ && domain.HasValue))
+ {
+ gsQueries.Add(string.Concat("domain=", domain.Value.ToString()));
+ }
+ if (((visibility != default(OptionalString))
+ && visibility.HasValue))
+ {
+ gsQueries.Add(string.Concat("visibility=", visibility.Value.ToString()));
+ }
+ if ((gsQueries.Count > 0))
+ {
+ gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
+ gsUrl = string.Concat(gsUrl, gsQuery);
+ }
+ // make the request and return the result
+ return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// DELETE call to `/api/players/{playerId}/stats` endpoint.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise DeleteStats(string playerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional domain, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional keys, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional visibility, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/players/{playerId}/stats";
+ gsUrl = gsUrl.Replace("{playerId}", _requester.EscapeURL(playerId.ToString()));
+ string gsQuery = "?";
+ System.Collections.Generic.List gsQueries = new System.Collections.Generic.List();
+ if (((domain != default(OptionalString))
+ && domain.HasValue))
+ {
+ gsQueries.Add(string.Concat("domain=", domain.Value.ToString()));
+ }
+ if (((visibility != default(OptionalString))
+ && visibility.HasValue))
+ {
+ gsQueries.Add(string.Concat("visibility=", visibility.Value.ToString()));
+ }
+ if (((keys != default(OptionalArrayOfString))
+ && keys.HasValue))
+ {
+ gsQueries.Add(string.Concat("keys=", keys.Value.ToString()));
+ }
+ if ((gsQueries.Count > 0))
+ {
+ gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
+ gsUrl = string.Concat(gsUrl, gsQuery);
+ }
+ // make the request and return the result
+ return _requester.Request(Method.DELETE, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ }
+}
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstats.gs.cs.meta
similarity index 80%
rename from client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs.meta
rename to client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstats.gs.cs.meta
index 174304eafb..49f98b5fa3 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstats.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 576cb1d74aab97255119168111109878
+guid: 5c5deaa7cf2f376308461cb32531e243
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstatsCommon.gs.cs
similarity index 83%
rename from client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs
rename to client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstatsCommon.gs.cs
index c1a4fe8615..3ccc2c77b2 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstatsCommon.gs.cs
@@ -1,8 +1,8 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
-namespace Beamable.Api.Autogenerated.Serviceplan
+namespace Beamable.Api.Autogenerated.Playerstats
{
using Beamable.Api.Autogenerated.Models;
using Beamable.Common.Content;
@@ -11,15 +11,15 @@ namespace Beamable.Api.Autogenerated.Serviceplan
using Method = Beamable.Common.Api.Method;
using Beamable.Common.Dependencies;
- public partial interface IBeamServiceplanApi
+ public partial interface IBeamPlayerstatsApi
{
}
- public partial class BeamServiceplanApi : IBeamServiceplanApi
+ public partial class BeamPlayerstatsApi : IBeamPlayerstatsApi
{
private IBeamableRequester _requester;
private IDependencyProvider _provider;
private System.Collections.Generic.List _serializationFactories;
- public BeamServiceplanApi(IBeamableRequester requester, [System.Runtime.InteropServices.DefaultParameterValueAttribute(default(Beamable.Common.Dependencies.IDependencyProvider))] [System.Runtime.InteropServices.OptionalAttribute()] IDependencyProvider provider)
+ public BeamPlayerstatsApi(IBeamableRequester requester, [System.Runtime.InteropServices.DefaultParameterValueAttribute(default(Beamable.Common.Dependencies.IDependencyProvider))] [System.Runtime.InteropServices.OptionalAttribute()] IDependencyProvider provider)
{
this._requester = requester;
_provider = provider;
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstatsCommon.gs.cs.meta
similarity index 80%
rename from client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs.meta
rename to client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstatsCommon.gs.cs.meta
index dd1cbc8359..6ec9cde597 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerstatsCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 06ee677df2b83f55801eff787244f26e
+guid: ac0cd96aeff86747051f3df281997729
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs
index bfb776f952..d88f7eac17 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playerticket
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs.meta
index 2cb3e81182..96bc8f0f2c 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b977ae65de1858e3ddd8a0965c9bd8f6
+guid: 9b2a031113a1d0eb7025c07e5fc68ff6
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs
index a1e5ada17f..7112751126 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Playerticket
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs.meta
index 25eca34f29..30ec0e9ab9 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: bfa1f844a454d435bad6750443fe04a1
+guid: b24058c676ad1846a0d6df7d29146ace
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs
index 9a14390af6..dec02d8337 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Presence
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs.meta
index 316be3b35f..435000846d 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresence.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 194cb6a92689860f5df49bc0196773dd
+guid: 31bde5c91238810a09bc5a72fb95dfdf
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs
index ecad331508..c0b54062c8 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs
@@ -1,5 +1,5 @@
-// This file generated by a copy-operation from another project.
-// Edits to this file will be overwritten by the build process.
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
namespace Beamable.Api.Autogenerated.Presence
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs.meta
index 19f85fc905..1fc9d5c0a8 100644
--- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs.meta
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c84c193ed4768c12ffbcc0178f504408
+guid: baf7ffd7b128372230a4e854739fb901
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecrets.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecrets.gs.cs
new file mode 100644
index 0000000000..3df9925fc6
--- /dev/null
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecrets.gs.cs
@@ -0,0 +1,255 @@
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
+
+
+namespace Beamable.Api.Autogenerated.Realmsecrets
+{
+ using Beamable.Api.Autogenerated.Models;
+ using Beamable.Common.Content;
+ using Beamable.Common;
+ using IBeamableRequester = Beamable.Common.Api.IBeamableRequester;
+ using Method = Beamable.Common.Api.Method;
+ using Beamable.Common.Dependencies;
+
+ public partial interface IBeamRealmsecretsApi
+ {
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise GetRealmsSecretsValues(string customerId, string key, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// PUT call to `/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// The instance to use for the request
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise PutRealmsSecretsValues(string customerId, string key, string realmId, PutRealmSecretRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// DELETE call to `/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise DeleteRealmsSecretsValues(string customerId, string key, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/values` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise GetRealmsSecretsValues(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional cursor, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/data-keys` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise GetRealmsSecretsDataKeys(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional cursor, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// POST call to `/api/customers/{customerId}/realms/{realmId}/secrets/data-keys` endpoint.
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise PostRealmsSecretsDataKeys(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/audit-logs` endpoint.
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ Promise GetRealmsSecretsAuditLogs(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional AccountId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional PlayerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional SecretKey, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional cursor, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader);
+ }
+ public partial class BeamRealmsecretsApi : IBeamRealmsecretsApi
+ {
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise GetRealmsSecretsValues(string customerId, string key, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ gsUrl = gsUrl.Replace("{realmId}", _requester.EscapeURL(realmId.ToString()));
+ gsUrl = gsUrl.Replace("{key}", _requester.EscapeURL(key.ToString()));
+ // make the request and return the result
+ return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// PUT call to `/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// The instance to use for the request
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise PutRealmsSecretsValues(string customerId, string key, string realmId, PutRealmSecretRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ gsUrl = gsUrl.Replace("{realmId}", _requester.EscapeURL(realmId.ToString()));
+ gsUrl = gsUrl.Replace("{key}", _requester.EscapeURL(key.ToString()));
+ // make the request and return the result
+ return _requester.Request(Method.PUT, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// DELETE call to `/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise DeleteRealmsSecretsValues(string customerId, string key, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/realms/{realmId}/secrets/values/{key}";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ gsUrl = gsUrl.Replace("{realmId}", _requester.EscapeURL(realmId.ToString()));
+ gsUrl = gsUrl.Replace("{key}", _requester.EscapeURL(key.ToString()));
+ // make the request and return the result
+ return _requester.Request(Method.DELETE, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/values` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise GetRealmsSecretsValues(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional cursor, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/realms/{realmId}/secrets/values";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ gsUrl = gsUrl.Replace("{realmId}", _requester.EscapeURL(realmId.ToString()));
+ string gsQuery = "?";
+ System.Collections.Generic.List gsQueries = new System.Collections.Generic.List();
+ if (((cursor != default(OptionalString))
+ && cursor.HasValue))
+ {
+ gsQueries.Add(string.Concat("cursor=", cursor.Value.ToString()));
+ }
+ if ((gsQueries.Count > 0))
+ {
+ gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
+ gsUrl = string.Concat(gsUrl, gsQuery);
+ }
+ // make the request and return the result
+ return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/data-keys` endpoint.
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise GetRealmsSecretsDataKeys(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional cursor, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/realms/{realmId}/secrets/data-keys";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ gsUrl = gsUrl.Replace("{realmId}", _requester.EscapeURL(realmId.ToString()));
+ string gsQuery = "?";
+ System.Collections.Generic.List gsQueries = new System.Collections.Generic.List();
+ if (((cursor != default(OptionalString))
+ && cursor.HasValue))
+ {
+ gsQueries.Add(string.Concat("cursor=", cursor.Value.ToString()));
+ }
+ if ((gsQueries.Count > 0))
+ {
+ gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
+ gsUrl = string.Concat(gsUrl, gsQuery);
+ }
+ // make the request and return the result
+ return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// POST call to `/api/customers/{customerId}/realms/{realmId}/secrets/data-keys` endpoint.
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise PostRealmsSecretsDataKeys(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/realms/{realmId}/secrets/data-keys";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ gsUrl = gsUrl.Replace("{realmId}", _requester.EscapeURL(realmId.ToString()));
+ // make the request and return the result
+ return _requester.Request(Method.POST, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ ///
+ /// GET call to `/api/customers/{customerId}/realms/{realmId}/secrets/audit-logs` endpoint.
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// By default, every request will include an authorization header so that the request acts on behalf of the current user. When the includeAuthHeader argument is false, the request will not include the authorization header for the current user.
+ /// A promise containing the
+ public virtual Promise GetRealmsSecretsAuditLogs(string customerId, string realmId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional AccountId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional PlayerId, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional SecretKey, [System.Runtime.InteropServices.DefaultParameterValueAttribute(null)] [System.Runtime.InteropServices.OptionalAttribute()] Beamable.Common.Content.Optional cursor, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader)
+ {
+ string gsUrl = "/api/customers/{customerId}/realms/{realmId}/secrets/audit-logs";
+ gsUrl = gsUrl.Replace("{customerId}", _requester.EscapeURL(customerId.ToString()));
+ gsUrl = gsUrl.Replace("{realmId}", _requester.EscapeURL(realmId.ToString()));
+ string gsQuery = "?";
+ System.Collections.Generic.List gsQueries = new System.Collections.Generic.List();
+ if (((cursor != default(OptionalString))
+ && cursor.HasValue))
+ {
+ gsQueries.Add(string.Concat("cursor=", cursor.Value.ToString()));
+ }
+ if (((SecretKey != default(OptionalString))
+ && SecretKey.HasValue))
+ {
+ gsQueries.Add(string.Concat("SecretKey=", SecretKey.Value.ToString()));
+ }
+ if (((AccountId != default(OptionalString))
+ && AccountId.HasValue))
+ {
+ gsQueries.Add(string.Concat("AccountId=", AccountId.Value.ToString()));
+ }
+ if (((PlayerId != default(OptionalString))
+ && PlayerId.HasValue))
+ {
+ gsQueries.Add(string.Concat("PlayerId=", PlayerId.Value.ToString()));
+ }
+ if ((gsQueries.Count > 0))
+ {
+ gsQuery = string.Concat(gsQuery, string.Join("&", gsQueries));
+ gsUrl = string.Concat(gsUrl, gsQuery);
+ }
+ // make the request and return the result
+ return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize);
+ }
+ }
+}
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecrets.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecrets.gs.cs.meta
new file mode 100644
index 0000000000..4727374332
--- /dev/null
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecrets.gs.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: e580e3591f0117ec1dbf7576111f8e0b
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecretsCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecretsCommon.gs.cs
new file mode 100644
index 0000000000..092f7db87d
--- /dev/null
+++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecretsCommon.gs.cs
@@ -0,0 +1,45 @@
+// this file was copied from nuget package Beamable.Common@7.2.0-PREVIEW.RC6
+// https://www.nuget.org/packages/Beamable.Common/7.2.0-PREVIEW.RC6
+
+
+namespace Beamable.Api.Autogenerated.Realmsecrets
+{
+ using Beamable.Api.Autogenerated.Models;
+ using Beamable.Common.Content;
+ using Beamable.Common;
+ using IBeamableRequester = Beamable.Common.Api.IBeamableRequester;
+ using Method = Beamable.Common.Api.Method;
+ using Beamable.Common.Dependencies;
+
+ public partial interface IBeamRealmsecretsApi
+ {
+ }
+ public partial class BeamRealmsecretsApi : IBeamRealmsecretsApi
+ {
+ private IBeamableRequester _requester;
+ private IDependencyProvider _provider;
+ private System.Collections.Generic.List _serializationFactories;
+ public BeamRealmsecretsApi(IBeamableRequester requester, [System.Runtime.InteropServices.DefaultParameterValueAttribute(default(Beamable.Common.Dependencies.IDependencyProvider))] [System.Runtime.InteropServices.OptionalAttribute()] IDependencyProvider provider)
+ {
+ this._requester = requester;
+ _provider = provider;
+ _serializationFactories = new System.Collections.Generic.List();
+ _serializationFactories.Add(new IOneOf_HttpCallOrPublishMessageOrServiceCallFactory());
+ _serializationFactories.Add(new IOneOf_CronTriggerOrExactTriggerFactory());
+ _serializationFactories.Add(new IOneOf_ContentOrTextOrBinaryFactory());
+ }
+ private T Serialize(string json)
+ where T : Beamable.Serialization.JsonSerializable.ISerializable, new ()
+ {
+ if ((_provider != default(Beamable.Common.Dependencies.IDependencyProvider)))
+ {
+ if (_provider.CanBuildService>())
+ {
+ ICustomSerializer serializer = _provider.GetService>();
+ return serializer.Deserialize(json);
+ }
+ }
+ return Beamable.Serialization.JsonSerializable.FromJson