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(json, _serializationFactories); + } + } +} diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecretsCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecretsCommon.gs.cs.meta new file mode 100644 index 0000000000..55d5c7d907 --- /dev/null +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamRealmsecretsCommon.gs.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3310f307ff651051d88ce7348d1ab86b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.gs.cs index 07098d615e..9229d92f98 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.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.Scheduler diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.gs.cs.meta index 4f6df5c362..3ca2949ac9 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamScheduler.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: eb3af65d83bf302cd8a61fe29e1965cf +guid: 5baf9d83ae4754e7f56e2f686db9e00c MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs index e29724ab58..cdb251a01b 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.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.Scheduler diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs.meta index 360350f319..255953db0f 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 2d866ae8f8ac14959f4470154b26f437 +guid: 1666dfe1091726fd92e5321990bf879a MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplan.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplan.gs.cs deleted file mode 100644 index 3b9a90e72e..0000000000 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamServiceplan.gs.cs +++ /dev/null @@ -1,112 +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.Serviceplan -{ - 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 IBeamServiceplanApi - { - /// - /// List all available service plans. - /// - /// GET call to `/api/service-plans` 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 GetApiServicePlans([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); - /// - /// Create or update a service plan. - /// - /// POST call to `/api/service-plans` 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 PostApiServicePlans(CreateServicePlanRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); - /// - /// Get a service plan by name. - /// - /// GET call to `/api/service-plans/{name}` endpoint. - /// - /// Name of the service plan. - /// 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 Get(string name, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); - /// - /// Delete a service plan by name. - /// - /// DELETE call to `/api/service-plans/{name}` endpoint. - /// - /// Name of the service plan to delete. - /// 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 Delete(string name, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); - } - public partial class BeamServiceplanApi : IBeamServiceplanApi - { - /// - /// List all available service plans. - /// - /// GET call to `/api/service-plans` 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 GetApiServicePlans([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) - { - string gsUrl = "/api/service-plans"; - // make the request and return the result - return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize); - } - /// - /// Create or update a service plan. - /// - /// POST call to `/api/service-plans` 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 PostApiServicePlans(CreateServicePlanRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) - { - string gsUrl = "/api/service-plans"; - // make the request and return the result - return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); - } - /// - /// Get a service plan by name. - /// - /// GET call to `/api/service-plans/{name}` endpoint. - /// - /// Name of the service plan. - /// 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 Get(string name, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) - { - string gsUrl = "/api/service-plans/{name}"; - gsUrl = gsUrl.Replace("{name}", _requester.EscapeURL(name.ToString())); - // make the request and return the result - return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize); - } - /// - /// Delete a service plan by name. - /// - /// DELETE call to `/api/service-plans/{name}` endpoint. - /// - /// Name of the service plan to delete. - /// 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 Delete(string name, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) - { - string gsUrl = "/api/service-plans/{name}"; - gsUrl = gsUrl.Replace("{name}", _requester.EscapeURL(name.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/BeamSession.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSession.gs.cs index 52902c7ae3..bf5524cdee 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSession.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSession.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.Session diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSession.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSession.gs.cs.meta index 9fa8789863..1e767f6b13 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSession.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSession.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 15671eb736584341e68d616963bcc3a3 +guid: c750ffb5ff3b17f4e9db3b56a5a0d668 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.gs.cs index bf80a39e80..64b7093583 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.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.Session diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.gs.cs.meta index b6c317f5a6..39d4ae8d93 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamSessionCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 4c19c61388c4abab4ea86e66002a4eb1 +guid: d8cf17ea2f50c930cb5de4cde9d85ec0 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStats.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStats.gs.cs new file mode 100644 index 0000000000..1e66f4cd01 --- /dev/null +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStats.gs.cs @@ -0,0 +1,308 @@ +// 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.Stats +{ + 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 IBeamStatsApi + { + /// + /// GET call to `/api/stats/{itemType}/{id}` 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 Get(string id, string itemType, [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/stats/{itemType}/{id}` 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 Post(string id, string itemType, 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/stats/{itemType}/{id}` 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 Delete(string id, string itemType, [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); + /// + /// Subscribe a service to stat change notifications. + /// + /// PUT call to `/api/stats/subscription` 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 PutSubscription(StatsSubscribeRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// + /// Unsubscribe a service from stat change notifications. + /// + /// DELETE call to `/api/stats/subscription` 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 DeleteSubscription(StatsUnsubscribeRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// + /// Batch get stats for multiple targets. + /// + /// POST call to `/api/stats/batch` 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 PostBatch(BatchGetRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// + /// Batch write stats for multiple targets. + /// + /// PUT call to `/api/stats/batch` 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 PutBatch(BatchWriteRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// + /// Query for objects by stat criteria. Returns matching object IDs. + /// + /// POST call to `/api/stats/query` 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 PostQuery(StatsActorStatsSearchRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// + /// Query for objects by stat criteria. Returns matching object IDs + ///with their stat values, optionally filtered by statKeys. + /// + /// POST call to `/api/stats/query/extended` 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 PostQueryExtended(StatsSearchExtendedRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + } + public partial class BeamStatsApi : IBeamStatsApi + { + /// + /// GET call to `/api/stats/{itemType}/{id}` 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 Get(string id, string itemType, [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/stats/{itemType}/{id}"; + gsUrl = gsUrl.Replace("{itemType}", _requester.EscapeURL(itemType.ToString())); + gsUrl = gsUrl.Replace("{id}", _requester.EscapeURL(id.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(OptionalStatsVisibility)) + && 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/stats/{itemType}/{id}` 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 Post(string id, string itemType, 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/stats/{itemType}/{id}"; + gsUrl = gsUrl.Replace("{itemType}", _requester.EscapeURL(itemType.ToString())); + gsUrl = gsUrl.Replace("{id}", _requester.EscapeURL(id.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(OptionalStatsVisibility)) + && 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/stats/{itemType}/{id}` 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 Delete(string id, string itemType, [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/stats/{itemType}/{id}"; + gsUrl = gsUrl.Replace("{itemType}", _requester.EscapeURL(itemType.ToString())); + gsUrl = gsUrl.Replace("{id}", _requester.EscapeURL(id.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(OptionalStatsVisibility)) + && 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); + } + /// + /// Subscribe a service to stat change notifications. + /// + /// PUT call to `/api/stats/subscription` 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 PutSubscription(StatsSubscribeRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/api/stats/subscription"; + // make the request and return the result + return _requester.Request(Method.PUT, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// + /// Unsubscribe a service from stat change notifications. + /// + /// DELETE call to `/api/stats/subscription` 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 DeleteSubscription(StatsUnsubscribeRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/api/stats/subscription"; + // make the request and return the result + return _requester.Request(Method.DELETE, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// + /// Batch get stats for multiple targets. + /// + /// POST call to `/api/stats/batch` 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 PostBatch(BatchGetRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/api/stats/batch"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// + /// Batch write stats for multiple targets. + /// + /// PUT call to `/api/stats/batch` 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 PutBatch(BatchWriteRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/api/stats/batch"; + // make the request and return the result + return _requester.Request(Method.PUT, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// + /// Query for objects by stat criteria. Returns matching object IDs. + /// + /// POST call to `/api/stats/query` 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 PostQuery(StatsActorStatsSearchRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/api/stats/query"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// + /// Query for objects by stat criteria. Returns matching object IDs + ///with their stat values, optionally filtered by statKeys. + /// + /// POST call to `/api/stats/query/extended` 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 PostQueryExtended(StatsSearchExtendedRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/api/stats/query/extended"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + } +} diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStats.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStats.gs.cs.meta new file mode 100644 index 0000000000..edfa549be6 --- /dev/null +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStats.gs.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6327a5249571f0c458e1149b9d860352 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStatsCommon.gs.cs similarity index 84% rename from client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs rename to client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStatsCommon.gs.cs index 9bec4d0898..17008d692e 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStatsCommon.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.Admin +namespace Beamable.Api.Autogenerated.Stats { using Beamable.Api.Autogenerated.Models; using Beamable.Common.Content; @@ -11,15 +11,15 @@ namespace Beamable.Api.Autogenerated.Admin using Method = Beamable.Common.Api.Method; using Beamable.Common.Dependencies; - public partial interface IBeamAdminApi + public partial interface IBeamStatsApi { } - public partial class BeamAdminApi : IBeamAdminApi + public partial class BeamStatsApi : IBeamStatsApi { private IBeamableRequester _requester; private IDependencyProvider _provider; private System.Collections.Generic.List _serializationFactories; - public BeamAdminApi(IBeamableRequester requester, [System.Runtime.InteropServices.DefaultParameterValueAttribute(default(Beamable.Common.Dependencies.IDependencyProvider))] [System.Runtime.InteropServices.OptionalAttribute()] IDependencyProvider provider) + public BeamStatsApi(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/BeamStatsCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStatsCommon.gs.cs.meta new file mode 100644 index 0000000000..3d4f240dec --- /dev/null +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamStatsCommon.gs.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8a9ad88b6fad6f37d48315fb08e0ec43 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasic.gs.cs index 99b76cf25c..15c26ddd88 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasic.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/BeamoBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasic.gs.cs.meta index f571264f1c..eef5871e7f 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b7b1911173153821353e380f8c0af044 +guid: 3670fd7b020055c2140273ede6314f6b MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs index 862a8e6fbd..33b9e47014 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasicCommon.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/BeamoBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs.meta index 9585368662..8bfb82c2a2 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 726723e65039656d610b7ace8813d8bb +guid: 403b835fe298164a7f22c3c47305b68c MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.gs.cs index 22e8a17880..4732959ef6 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.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.Calendars diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.gs.cs.meta index d91d1c565a..467429a379 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 6e6f91b7f475c84e9f4198d7eed4e813 +guid: 345ffd74943f8f9f00e767169d40fb22 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs index 0058d0a4f8..bd480baf6c 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.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.Calendars diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs.meta index 733d69daf8..e3a0e5ee38 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: c2ffe30de9b38a5820c96ac4914ba3c9 +guid: cb8e78bd9f418e21e4d721bd9a8a1654 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs index eb677bebf8..c50afa08fb 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.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.Cloudsaving diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs.meta index f006a19564..c3ff534ccc 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: eb226d4f27bf0ca6b1ca30de7884219d +guid: 230c6432fa7c26261137fa3fd47fcb4e MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs index 1a7b9afe4f..47c02e2619 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.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.Cloudsaving diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs.meta index 9ddb39a042..307ea11217 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 7b26dc1d2e508275ad408ed1447e1952 +guid: 4f7d443d5ead908454d2eec54ae37635 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.gs.cs index 32b1425ae9..5e2561d1a4 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.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.Commerce diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.gs.cs.meta index 67602c16eb..172ed9eae9 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: e8b1cac3378c8ac760df99fe214eee87 +guid: 0e5fb2ddd33387cee971df0bf3254559 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs index 7967b88745..d8b8f2806d 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.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.Commerce diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs.meta index 1012c53b20..90b92ad3ab 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 0ff3d4e055c1232ceea442854e3421e6 +guid: 9d79b08aec5ff238bcee5551b035429a MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.gs.cs index 42ce7a72b2..e09fb3e54c 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.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.Commerce diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.gs.cs.meta index ceeb2ca9a4..79003efa14 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/CommerceObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: fdf7a1c23bd82fe630c014693b50fc38 +guid: 14c946e2aebc65e9afcd3d2f2df5f0b4 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.gs.cs index 200e7c7fbf..3dc2f2782e 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.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.Content diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.gs.cs.meta index 5fe3297006..70520690d9 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b7491ce2935e2ba1a357db8ea9c2b977 +guid: 310c20e9c4e8460a38368e7db9803ded MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs index f5bb584a54..5ab4607a6d 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.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.Content diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs.meta index 4b62ebac3f..cc0ffe59d6 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 42055c3b57f1900d9b5c07f9159b44a8 +guid: 1e3c1061a48e0861d49b4592d8a3fb3c MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.gs.cs index 0637a59770..03841ca8a2 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.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.EventPlayers diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.gs.cs.meta index 1d329463d0..5b4c8a4032 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 2d3dd162ad708e50b8a293584e57ab63 +guid: 4ed097c2b3e0af75f4727502e9c91974 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs index 50d334de75..95e1260ea3 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.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.EventPlayers diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs.meta index 65d343ddbb..f14b8da7cd 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: f4f6f313f17e17ec7134482a6d6b724e +guid: d522612310ee3ba7c7e1567a02e5e090 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.gs.cs index 3d99f0ccda..825c7c1259 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.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.Events diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.gs.cs.meta index f52bd2b849..1ac95b529a 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 4d48c23a561ad15ccb83eea49102ae39 +guid: 372569c547687ae3eb8df5a3c40bc9f5 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs index c856261b92..e8083483c2 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.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.Events diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs.meta index 343c011732..e4e238a95c 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: d5d23d23bce33bb2cb79f0f2d24360de +guid: 7f23c06d27ff01ce5bff8d62f3643b60 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.gs.cs index 2c93c74e6e..00246dcf80 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.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.Events diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.gs.cs.meta index 9f30139db9..9e005cc6ea 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/EventsObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: fddbdf37df9e47bf33fabdbf177bf195 +guid: 7b615219c118f83fb7384f5b27b1e00b MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.gs.cs index 23a0c8a7c0..3c193bee22 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.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.GroupUsers diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.gs.cs.meta index d458e1bc2e..b16baf17bf 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a97256fd2b4a72501e97dd9214258a8f +guid: 2936b6f35e0b8e1f8e52197baeb3401d MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs index 725a3650f2..15fdddff88 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.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.GroupUsers diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs.meta index abd8232d8a..025d5ed41d 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 48a6bc4c5ee08d2f089212b13b85c9cd +guid: 6546d56d22dcc41b40e0cdbdf9c864b8 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.gs.cs index 6db14be23d..7c8b551404 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.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.Groups diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.gs.cs.meta index 39f333cb53..54f2537dc9 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: eebfdc415faa92c3190b2291587ab4b0 +guid: f25df278ff48e945361b43cbed419c9f MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs index 1967019d8a..570e7f18bf 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.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.Groups diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs.meta index 0a63183e1e..f5fa10b9dc 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 291b7f122415a7c87cfdf0a41fb7bbd5 +guid: 01ee3e93908ac0b1eff060997f0b71ad MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.gs.cs index fcb95e4fee..bf48d8d5fc 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.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.Inventory diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.gs.cs.meta index 40338f3ec2..3f6b231221 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b1b07f1bab020a244be7ccf3d08fd45f +guid: 1f99a5556bbf703b55a3282dda122747 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs index 4234604b7c..0b9e426fea 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.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.Inventory diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs.meta index 704201f2c2..82830df1e1 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1bf42e50b5904824a27463c5aca9184a +guid: d00345ed4e9127a95b9acf80a3627d18 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.gs.cs index 7936966ace..fe26d7b4ad 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.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.Inventory diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.gs.cs.meta index 73ec6dcf8d..3643a7e3b6 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/InventoryObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 9a49e9652e15bc71054f8c0e739154eb +guid: 471a6f8185289756d7fc7d458ef97daa MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs index c2eb983d76..aa8be3e960 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.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.Leaderboards diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs.meta index 4f2b6d0817..bbda19b90b 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 8fbe1a3b4af8b33029ba6e2242de16d0 +guid: 3641f64fd2363ce304c9eba7c19ffa97 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs index ab46f2014c..d8dfdeca03 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.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.Leaderboards diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs.meta index 6c9748cf83..f459d9c8a1 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 684e8a6502b5682c16b7147abe67abbc +guid: c56e3f7497c3e8a75fa397e5fff0b658 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs index ccccb7b555..9171fb4ef4 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.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.Leaderboards diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs.meta index 9ee3f693ad..85c2c45c4f 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 326ebfaef3094d6fbae8ea898602d2f7 +guid: 8b1754987851b9760b8445ec67eb5718 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.gs.cs index 8001fc1795..3b64317ea7 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.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.Mail diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.gs.cs.meta index 8147ba7afa..3baed3af5c 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 0e99d0c6a6a3ea800934b8af2663e6ea +guid: 38999b6b9b64f2d067d25141188c82f7 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.gs.cs index a187cf3bd5..5cfaaa6f97 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.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.Mail diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.gs.cs.meta index 84ffc131c3..d355e031c1 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: f4ef19e5fb8840e77f9812b612f43c0f +guid: 583badd338752e7bad1581baaefc1e68 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.gs.cs index 9eb0f7c0d4..58a6cc6380 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.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.Mail diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.gs.cs.meta index 8c01b25cef..0193fabc8d 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/MailObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 9a3b5e0f56613c62f63ecf251f744d29 +guid: 514c25ccdefe317672091af83858d7c3 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.gs.cs index 0b25ca6f8d..9b182cc6cc 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.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.Models @@ -7,106 +7,6 @@ namespace Beamable.Api.Autogenerated.Models using Beamable.Common.Content; using Beamable.Serialization; - [System.SerializableAttribute()] - public partial class AdminActorInFlightFailureResponse : Beamable.Serialization.JsonSerializable.ISerializable - { - public AdminActorInFlightFailure[] failures; - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.SerializeArray("failures", ref failures); - } - } - [System.SerializableAttribute()] - public partial class BatchDeleteInFlightRequest : Beamable.Serialization.JsonSerializable.ISerializable - { - public string[] inFlightFailureIds; - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.SerializeArray("inFlightFailureIds", ref inFlightFailureIds); - } - } - [System.SerializableAttribute()] - public partial class EmptyMessage : Beamable.Serialization.JsonSerializable.ISerializable - { - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - } - } - [System.SerializableAttribute()] - public partial class CacheListResponse : Beamable.Serialization.JsonSerializable.ISerializable - { - public string[] cacheNames; - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.SerializeArray("cacheNames", ref cacheNames); - } - } - [System.SerializableAttribute()] - public partial class AdminActorInFlightFailure : Beamable.Serialization.JsonSerializable.ISerializable - { - public string id; - public InFlightMessage inFlightMessage = new InFlightMessage(); - public string lastError; - public string serviceName; - public string serviceObjectId; - public OptionalDateTime timestamp = new OptionalDateTime(); - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.Serialize("id", ref id); - s.Serialize("inFlightMessage", ref inFlightMessage); - s.Serialize("lastError", ref lastError); - s.Serialize("serviceName", ref serviceName); - s.Serialize("serviceObjectId", ref serviceObjectId); - if ((s.HasKey("timestamp") - || ((timestamp != default(OptionalDateTime)) - && timestamp.HasValue))) - { - s.Serialize("timestamp", ref timestamp.Value, "yyyy-MM-ddTHH:mm:ssZ", "yyyy-MM-ddTHH:mm:ss.fZ", "yyyy-MM-ddTHH:mm:ss.ffZ", "yyyy-MM-ddTHH:mm:ss.fffZ", "yyyy-MM-ddTHH:mm:ss.ffffZ", "yyyy-MM-ddTHH:mm:ss.fffffZ", "yyyy-MM-ddTHH:mm:ss.ffffffZ", "yyyy-MM-ddTHH:mm:ss.fffffffzzz", "yyyy-MM-ddTHH:mm:ss.ffffffffzzz", "yyyy-MM-ddTHH:mm:ss.fffffffffzzz"); - timestamp.HasValue = true; - } - } - } - [System.SerializableAttribute()] - public partial class InFlightMessage : Beamable.Serialization.JsonSerializable.ISerializable - { - public string body; - public OptionalLong gamerTag = new OptionalLong(); - public string id; - public OptionalBool limitFailureRetries = new OptionalBool(); - public string method; - public string path; - public string service; - public OptionalString shard = new OptionalString(); - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.Serialize("body", ref body); - if ((s.HasKey("gamerTag") - || ((gamerTag != default(OptionalLong)) - && gamerTag.HasValue))) - { - s.Serialize("gamerTag", ref gamerTag.Value); - gamerTag.HasValue = true; - } - s.Serialize("id", ref id); - if ((s.HasKey("limitFailureRetries") - || ((limitFailureRetries != default(OptionalBool)) - && limitFailureRetries.HasValue))) - { - s.Serialize("limitFailureRetries", ref limitFailureRetries.Value); - limitFailureRetries.HasValue = true; - } - s.Serialize("method", ref method); - s.Serialize("path", ref path); - s.Serialize("service", ref service); - if ((s.HasKey("shard") - || ((shard != default(OptionalString)) - && shard.HasValue))) - { - s.Serialize("shard", ref shard.Value); - shard.HasValue = true; - } - } - } [System.SerializableAttribute()] public partial class AuthV2OpenIdConfigResponse : Beamable.Serialization.JsonSerializable.ISerializable { @@ -3269,6 +3169,21 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class PortalSessionResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString url = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("url") + || ((url != default(OptionalString)) + && url.HasValue))) + { + s.Serialize("url", ref url.Value); + url.HasValue = true; + } + } + } + [System.SerializableAttribute()] public partial class CustomerActorNewCustomerRequest : Beamable.Serialization.JsonSerializable.ISerializable { public OptionalString alias = new OptionalString(); @@ -3388,21 +3303,6 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class UpdateCustomerRequest : Beamable.Serialization.JsonSerializable.ISerializable - { - public OptionalPaymentStatus paymentStatus = new OptionalPaymentStatus(); - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - if ((s.HasKey("paymentStatus") - || ((paymentStatus != default(OptionalPaymentStatus)) - && paymentStatus.HasValue))) - { - s.SerializeEnum("paymentStatus", ref paymentStatus.Value, PaymentStatusExtensions.ToEnumString, PaymentStatusExtensions.FromEnumString); - paymentStatus.HasValue = true; - } - } - } - [System.SerializableAttribute()] public partial class CustomerActorCustomer : Beamable.Serialization.JsonSerializable.ISerializable { public OptionalArrayOfCustomerActorAccount accounts = new OptionalArrayOfCustomerActorAccount(); @@ -3415,6 +3315,8 @@ public partial class CustomerActorCustomer : Beamable.Serialization.JsonSerializ public string name; public OptionalPaymentStatus paymentStatus = new OptionalPaymentStatus(); public OptionalArrayOfRealm realms = new OptionalArrayOfRealm(); + public OptionalBool requiresCustomTier = new OptionalBool(); + public OptionalString stripeCustomerId = new OptionalString(); public OptionalDateTime updated = new OptionalDateTime(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { @@ -3476,6 +3378,20 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer s.SerializeArray("realms", ref realms.Value); realms.HasValue = true; } + if ((s.HasKey("requiresCustomTier") + || ((requiresCustomTier != default(OptionalBool)) + && requiresCustomTier.HasValue))) + { + s.Serialize("requiresCustomTier", ref requiresCustomTier.Value); + requiresCustomTier.HasValue = true; + } + if ((s.HasKey("stripeCustomerId") + || ((stripeCustomerId != default(OptionalString)) + && stripeCustomerId.HasValue))) + { + s.Serialize("stripeCustomerId", ref stripeCustomerId.Value); + stripeCustomerId.HasValue = true; + } if ((s.HasKey("updated") || ((updated != default(OptionalDateTime)) && updated.HasValue))) @@ -3486,6 +3402,17 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class StripeSubscriptionResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public string status; + public string tier; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("status", ref status); + s.Serialize("tier", ref tier); + } + } + [System.SerializableAttribute()] public partial class UpdateRealmRequest : Beamable.Serialization.JsonSerializable.ISerializable { public OptionalBool archiveStatus = new OptionalBool(); @@ -3509,6 +3436,13 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class EmptyMessage : Beamable.Serialization.JsonSerializable.ISerializable + { + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + } + } + [System.SerializableAttribute()] public partial class RealmView : Beamable.Serialization.JsonSerializable.ISerializable { public OptionalBool archived = new OptionalBool(); @@ -3800,15 +3734,6 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class SetCustomerAliasRequest : Beamable.Serialization.JsonSerializable.ISerializable - { - public string alias; - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.Serialize("alias", ref alias); - } - } - [System.SerializableAttribute()] public partial class AuthResponse : Beamable.Serialization.JsonSerializable.ISerializable { public OptionalString accessToken = new OptionalString(); @@ -4378,6 +4303,12 @@ public partial class CreateLobby : Beamable.Serialization.JsonSerializable.ISeri { public OptionalMapOfString data = new OptionalMapOfString(); public OptionalString description = new OptionalString(); + public OptionalBool hasDescription = new OptionalBool(); + public OptionalBool hasMatchType = new OptionalBool(); + public OptionalBool hasMaxPlayers = new OptionalBool(); + public OptionalBool hasName = new OptionalBool(); + public OptionalBool hasPasscodeLength = new OptionalBool(); + public OptionalBool hasRestriction = new OptionalBool(); public OptionalString matchType = new OptionalString(); public OptionalInt maxPlayers = new OptionalInt(); public OptionalString name = new OptionalString(); @@ -4400,6 +4331,48 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer s.Serialize("description", ref description.Value); description.HasValue = true; } + if ((s.HasKey("hasDescription") + || ((hasDescription != default(OptionalBool)) + && hasDescription.HasValue))) + { + s.Serialize("hasDescription", ref hasDescription.Value); + hasDescription.HasValue = true; + } + if ((s.HasKey("hasMatchType") + || ((hasMatchType != default(OptionalBool)) + && hasMatchType.HasValue))) + { + s.Serialize("hasMatchType", ref hasMatchType.Value); + hasMatchType.HasValue = true; + } + if ((s.HasKey("hasMaxPlayers") + || ((hasMaxPlayers != default(OptionalBool)) + && hasMaxPlayers.HasValue))) + { + s.Serialize("hasMaxPlayers", ref hasMaxPlayers.Value); + hasMaxPlayers.HasValue = true; + } + if ((s.HasKey("hasName") + || ((hasName != default(OptionalBool)) + && hasName.HasValue))) + { + s.Serialize("hasName", ref hasName.Value); + hasName.HasValue = true; + } + if ((s.HasKey("hasPasscodeLength") + || ((hasPasscodeLength != default(OptionalBool)) + && hasPasscodeLength.HasValue))) + { + s.Serialize("hasPasscodeLength", ref hasPasscodeLength.Value); + hasPasscodeLength.HasValue = true; + } + if ((s.HasKey("hasRestriction") + || ((hasRestriction != default(OptionalBool)) + && hasRestriction.HasValue))) + { + s.Serialize("hasRestriction", ref hasRestriction.Value); + hasRestriction.HasValue = true; + } if ((s.HasKey("matchType") || ((matchType != default(OptionalString)) && matchType.HasValue))) @@ -4604,6 +4577,7 @@ public partial class UpdateLobby : Beamable.Serialization.JsonSerializable.ISeri { public OptionalUpdateData data = new OptionalUpdateData(); public OptionalString description = new OptionalString(); + public OptionalBool hasRestriction = new OptionalBool(); public OptionalString matchType = new OptionalString(); public OptionalInt maxPlayers = new OptionalInt(); public OptionalString name = new OptionalString(); @@ -4625,6 +4599,13 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer s.Serialize("description", ref description.Value); description.HasValue = true; } + if ((s.HasKey("hasRestriction") + || ((hasRestriction != default(OptionalBool)) + && hasRestriction.HasValue))) + { + s.Serialize("hasRestriction", ref hasRestriction.Value); + hasRestriction.HasValue = true; + } if ((s.HasKey("matchType") || ((matchType != default(OptionalString)) && matchType.HasValue))) @@ -4947,6 +4928,11 @@ public partial class MessageRequest : Beamable.Serialization.JsonSerializable.IS { public OptionalString body = new OptionalString(); public OptionalString channel = new OptionalString(); + public OptionalBool hasChannel = new OptionalBool(); + public OptionalBool hasPid = new OptionalBool(); + public OptionalBool hasPlayerId = new OptionalBool(); + public OptionalBool hasRealmId = new OptionalBool(); + public OptionalBool hasSingleDelivery = new OptionalBool(); public OptionalString pid = new OptionalString(); public OptionalString playerId = new OptionalString(); public OptionalString realmId = new OptionalString(); @@ -4967,6 +4953,41 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer s.Serialize("channel", ref channel.Value); channel.HasValue = true; } + if ((s.HasKey("hasChannel") + || ((hasChannel != default(OptionalBool)) + && hasChannel.HasValue))) + { + s.Serialize("hasChannel", ref hasChannel.Value); + hasChannel.HasValue = true; + } + if ((s.HasKey("hasPid") + || ((hasPid != default(OptionalBool)) + && hasPid.HasValue))) + { + s.Serialize("hasPid", ref hasPid.Value); + hasPid.HasValue = true; + } + if ((s.HasKey("hasPlayerId") + || ((hasPlayerId != default(OptionalBool)) + && hasPlayerId.HasValue))) + { + s.Serialize("hasPlayerId", ref hasPlayerId.Value); + hasPlayerId.HasValue = true; + } + if ((s.HasKey("hasRealmId") + || ((hasRealmId != default(OptionalBool)) + && hasRealmId.HasValue))) + { + s.Serialize("hasRealmId", ref hasRealmId.Value); + hasRealmId.HasValue = true; + } + if ((s.HasKey("hasSingleDelivery") + || ((hasSingleDelivery != default(OptionalBool)) + && hasSingleDelivery.HasValue))) + { + s.Serialize("hasSingleDelivery", ref hasSingleDelivery.Value); + hasSingleDelivery.HasValue = true; + } if ((s.HasKey("pid") || ((pid != default(OptionalString)) && pid.HasValue))) @@ -5441,6 +5462,149 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class GetStatsResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString id = new OptionalString(); + public OptionalMapOfStatsValue stats = new OptionalMapOfStatsValue(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("id") + || ((id != default(OptionalString)) + && id.HasValue))) + { + s.Serialize("id", ref id.Value); + id.HasValue = true; + } + if ((s.HasKey("stats") + || ((stats != default(OptionalMapOfStatsValue)) + && stats.HasValue))) + { + s.SerializeDictionary("stats", ref stats.Value); + stats.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class SetStatsRequest : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalMapOfStatsValue add = new OptionalMapOfStatsValue(); + public OptionalBool emitAnalytics = new OptionalBool(); + public OptionalBool hasEmitAnalytics = new OptionalBool(); + public OptionalMapOfStatsValue set = new OptionalMapOfStatsValue(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("add") + || ((add != default(OptionalMapOfStatsValue)) + && add.HasValue))) + { + s.SerializeDictionary("add", ref add.Value); + add.HasValue = true; + } + if ((s.HasKey("emitAnalytics") + || ((emitAnalytics != default(OptionalBool)) + && emitAnalytics.HasValue))) + { + s.Serialize("emitAnalytics", ref emitAnalytics.Value); + emitAnalytics.HasValue = true; + } + if ((s.HasKey("hasEmitAnalytics") + || ((hasEmitAnalytics != default(OptionalBool)) + && hasEmitAnalytics.HasValue))) + { + s.Serialize("hasEmitAnalytics", ref hasEmitAnalytics.Value); + hasEmitAnalytics.HasValue = true; + } + if ((s.HasKey("set") + || ((set != default(OptionalMapOfStatsValue)) + && set.HasValue))) + { + s.SerializeDictionary("set", ref set.Value); + set.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class PlayerStatsActorCommonResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString result = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("result") + || ((result != default(OptionalString)) + && result.HasValue))) + { + s.Serialize("result", ref result.Value); + result.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class StatsValue : Beamable.Serialization.SmallerJSON.IRawJsonProvider + { + public OptionalString StringValue; + public OptionalLong IntValue; + public OptionalDouble DoubleValue; + public OptionalBool BoolValue; + public OptionalArrayOfStatsValue ArrayValue; + public object ToRawValue() + { + if (StringValue != null && StringValue.HasValue) return StringValue.Value; + if (IntValue != null && IntValue.HasValue) return IntValue.Value; + if (DoubleValue != null && DoubleValue.HasValue) return DoubleValue.Value; + if (BoolValue != null && BoolValue.HasValue) return BoolValue.Value; + if (ArrayValue != null && ArrayValue.HasValue) + { + var raw_ = new System.Collections.Generic.List(); + foreach (var item_ in ArrayValue.Value) raw_.Add(item_ != null ? item_.ToRawValue() : null); + return raw_; + } + return null; + } + + public string ToJson() + { + var raw_ = ToRawValue(); + if (raw_ == null) return "null"; + var sb_ = new System.Text.StringBuilder(); + Beamable.Serialization.SmallerJSON.Json.Serialize(raw_, sb_); + return sb_.ToString(); + } + + public void SerializeAt(Beamable.Serialization.JsonSerializable.IStreamSerializer s, string key) + { + if (s.isSaving) + { + s.SetValue(key, ToRawValue()); + return; + } + if (!s.HasKey(key)) return; + AssignFromRaw(this, s.GetValue(key)); + } + + private static void AssignFromRaw(StatsValue target, object raw) + { + if (raw == null) return; + if (raw is string vStr_) { target.StringValue = new OptionalString(vStr_); return; } + if (raw is long vLong_) { target.IntValue = new OptionalLong(vLong_); return; } + if (raw is int vInt_) { target.IntValue = new OptionalLong(vInt_); return; } + if (raw is double vDouble_) { target.DoubleValue = vDouble_; return; } + if (raw is float vFloat_) { target.DoubleValue = (double)vFloat_; return; } + if (raw is bool vBool_) { target.BoolValue = new OptionalBool(vBool_); return; } + if (raw is System.Collections.IList vList_) + { + var built_ = new System.Collections.Generic.List(); + foreach (var elem_ in vList_) + { + var inner_ = new StatsValue(); + AssignFromRaw(inner_, elem_); + built_.Add(inner_); + } + target.ArrayValue = new OptionalArrayOfStatsValue(built_.ToArray()); + } + } + + } + [System.SerializableAttribute()] public partial class TicketQueryResponse : Beamable.Serialization.JsonSerializable.ISerializable { public OptionalArrayOfTicket results = new OptionalArrayOfTicket(); @@ -5710,11 +5874,238 @@ public static PresenceStatus FromEnumString(string str) } } [System.SerializableAttribute()] - public partial class ExecuteJobRequest : Beamable.Serialization.JsonSerializable.ISerializable + public partial class GetRealmSecretResponse : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalString executionId = new OptionalString(); - public OptionalDateTime executionTime = new OptionalDateTime(); - public OptionalJobDefinition jobDefinition = new OptionalJobDefinition(); + public OptionalString key = new OptionalString(); + public OptionalString value = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("key") + || ((key != default(OptionalString)) + && key.HasValue))) + { + s.Serialize("key", ref key.Value); + key.HasValue = true; + } + if ((s.HasKey("value") + || ((value != default(OptionalString)) + && value.HasValue))) + { + s.Serialize("value", ref value.Value); + value.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class PutRealmSecretRequest : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString value = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("value") + || ((value != default(OptionalString)) + && value.HasValue))) + { + s.Serialize("value", ref value.Value); + value.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class RealmSecretInfoCursorPagedResult : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString nextCursor = new OptionalString(); + public OptionalArrayOfRealmSecretInfo records = new OptionalArrayOfRealmSecretInfo(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("nextCursor") + || ((nextCursor != default(OptionalString)) + && nextCursor.HasValue))) + { + s.Serialize("nextCursor", ref nextCursor.Value); + nextCursor.HasValue = true; + } + if ((s.HasKey("records") + || ((records != default(OptionalArrayOfRealmSecretInfo)) + && records.HasValue))) + { + s.SerializeArray("records", ref records.Value); + records.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class RealmDataKeyInfoCursorPagedResult : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString nextCursor = new OptionalString(); + public OptionalArrayOfRealmDataKeyInfo records = new OptionalArrayOfRealmDataKeyInfo(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("nextCursor") + || ((nextCursor != default(OptionalString)) + && nextCursor.HasValue))) + { + s.Serialize("nextCursor", ref nextCursor.Value); + nextCursor.HasValue = true; + } + if ((s.HasKey("records") + || ((records != default(OptionalArrayOfRealmDataKeyInfo)) + && records.HasValue))) + { + s.SerializeArray("records", ref records.Value); + records.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class RotateRealmDataKeyResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString dataKeyId = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("dataKeyId") + || ((dataKeyId != default(OptionalString)) + && dataKeyId.HasValue))) + { + s.Serialize("dataKeyId", ref dataKeyId.Value); + dataKeyId.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class RealmSecretsAuditInfoCursorPagedResult : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString nextCursor = new OptionalString(); + public OptionalArrayOfRealmSecretsAuditInfo records = new OptionalArrayOfRealmSecretsAuditInfo(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("nextCursor") + || ((nextCursor != default(OptionalString)) + && nextCursor.HasValue))) + { + s.Serialize("nextCursor", ref nextCursor.Value); + nextCursor.HasValue = true; + } + if ((s.HasKey("records") + || ((records != default(OptionalArrayOfRealmSecretsAuditInfo)) + && records.HasValue))) + { + s.SerializeArray("records", ref records.Value); + records.HasValue = true; + } + } + } + [System.SerializableAttribute()] + public partial class RealmSecretInfo : Beamable.Serialization.JsonSerializable.ISerializable + { + public string algorithm; + public string dataKeyId; + public string key; + public System.DateTime updatedAt; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("algorithm", ref algorithm); + s.Serialize("dataKeyId", ref dataKeyId); + s.Serialize("key", ref key); + s.Serialize("updatedAt", ref updatedAt, "yyyy-MM-ddTHH:mm:ssZ", "yyyy-MM-ddTHH:mm:ss.fZ", "yyyy-MM-ddTHH:mm:ss.ffZ", "yyyy-MM-ddTHH:mm:ss.fffZ", "yyyy-MM-ddTHH:mm:ss.ffffZ", "yyyy-MM-ddTHH:mm:ss.fffffZ", "yyyy-MM-ddTHH:mm:ss.ffffffZ", "yyyy-MM-ddTHH:mm:ss.fffffffzzz", "yyyy-MM-ddTHH:mm:ss.ffffffffzzz", "yyyy-MM-ddTHH:mm:ss.fffffffffzzz"); + } + } + [System.SerializableAttribute()] + public partial class RealmDataKeyInfo : Beamable.Serialization.JsonSerializable.ISerializable + { + public System.DateTime createdAt; + public string id; + public string provider; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("createdAt", ref createdAt, "yyyy-MM-ddTHH:mm:ssZ", "yyyy-MM-ddTHH:mm:ss.fZ", "yyyy-MM-ddTHH:mm:ss.ffZ", "yyyy-MM-ddTHH:mm:ss.fffZ", "yyyy-MM-ddTHH:mm:ss.ffffZ", "yyyy-MM-ddTHH:mm:ss.fffffZ", "yyyy-MM-ddTHH:mm:ss.ffffffZ", "yyyy-MM-ddTHH:mm:ss.fffffffzzz", "yyyy-MM-ddTHH:mm:ss.ffffffffzzz", "yyyy-MM-ddTHH:mm:ss.fffffffffzzz"); + s.Serialize("id", ref id); + s.Serialize("provider", ref provider); + } + } + [System.SerializableAttribute()] + public partial class RealmSecretsAuditInfo : Beamable.Serialization.JsonSerializable.ISerializable + { + public RealmSecretsOperation operation = new RealmSecretsOperation(); + public OptionalMapOfString rc = new OptionalMapOfString(); + public OptionalString secretKey = new OptionalString(); + public System.DateTime timestamp; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.SerializeEnum("operation", ref operation, RealmSecretsOperationExtensions.ToEnumString, RealmSecretsOperationExtensions.FromEnumString); + if ((s.HasKey("rc") + || ((rc != default(OptionalMapOfString)) + && rc.HasValue))) + { + s.SerializeDictionary("rc", ref rc.Value); + rc.HasValue = true; + } + if ((s.HasKey("secretKey") + || ((secretKey != default(OptionalString)) + && secretKey.HasValue))) + { + s.Serialize("secretKey", ref secretKey.Value); + secretKey.HasValue = true; + } + s.Serialize("timestamp", ref timestamp, "yyyy-MM-ddTHH:mm:ssZ", "yyyy-MM-ddTHH:mm:ss.fZ", "yyyy-MM-ddTHH:mm:ss.ffZ", "yyyy-MM-ddTHH:mm:ss.fffZ", "yyyy-MM-ddTHH:mm:ss.ffffZ", "yyyy-MM-ddTHH:mm:ss.fffffZ", "yyyy-MM-ddTHH:mm:ss.ffffffZ", "yyyy-MM-ddTHH:mm:ss.fffffffzzz", "yyyy-MM-ddTHH:mm:ss.ffffffffzzz", "yyyy-MM-ddTHH:mm:ss.fffffffffzzz"); + } + } + public enum RealmSecretsOperation + { + Get, + Put, + Delete, + RotateDataKey, + } + public class RealmSecretsOperationExtensions + { + public static string ToEnumString(RealmSecretsOperation val) + { + if ((RealmSecretsOperation.Get == val)) + { + return "Get"; + } + if ((RealmSecretsOperation.Put == val)) + { + return "Put"; + } + if ((RealmSecretsOperation.Delete == val)) + { + return "Delete"; + } + if ((RealmSecretsOperation.RotateDataKey == val)) + { + return "RotateDataKey"; + } + throw new System.ArgumentException("Unknown enum value"); + } + public static RealmSecretsOperation FromEnumString(string str) + { + if (("Get" == str)) + { + return RealmSecretsOperation.Get; + } + if (("Put" == str)) + { + return RealmSecretsOperation.Put; + } + if (("Delete" == str)) + { + return RealmSecretsOperation.Delete; + } + if (("RotateDataKey" == str)) + { + return RealmSecretsOperation.RotateDataKey; + } + throw new System.ArgumentException("Unknown string value"); + } + } + [System.SerializableAttribute()] + public partial class ExecuteJobRequest : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString executionId = new OptionalString(); + public OptionalDateTime executionTime = new OptionalDateTime(); + public OptionalJobDefinition jobDefinition = new OptionalJobDefinition(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { if ((s.HasKey("executionId") @@ -6631,338 +7022,462 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class ServicePlanActorServicePlansResponse : Beamable.Serialization.JsonSerializable.ISerializable - { - public OptionalArrayOfServicePlanActorServicePlan plans = new OptionalArrayOfServicePlanActorServicePlan(); - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - if ((s.HasKey("plans") - || ((plans != default(OptionalArrayOfServicePlanActorServicePlan)) - && plans.HasValue))) - { - s.SerializeArray("plans", ref plans.Value); - plans.HasValue = true; - } - } - } - [System.SerializableAttribute()] - public partial class CreateServicePlanRequest : Beamable.Serialization.JsonSerializable.ISerializable + public partial class SessionActorStartSessionRequest : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalArrayOfString messageBusAnalytics = new OptionalArrayOfString(); - public OptionalArrayOfString messageBusCommon = new OptionalArrayOfString(); - public OptionalString mongoHosts = new OptionalString(); - public OptionalBool mongoSharded = new OptionalBool(); - public OptionalString mongoSrvAddress = new OptionalString(); - public OptionalBool mongoTls = new OptionalBool(); - public string name; - public OptionalArrayOfRedisShardRequest redisShards = new OptionalArrayOfRedisShardRequest(); + public OptionalMapOfString customParams = new OptionalMapOfString(); + public OptionalString device = new OptionalString(); + public OptionalSessionLanguageContextDto language = new OptionalSessionLanguageContextDto(); + public OptionalString locale = new OptionalString(); + public OptionalString platform = new OptionalString(); + public OptionalString source = new OptionalString(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - if ((s.HasKey("messageBusAnalytics") - || ((messageBusAnalytics != default(OptionalArrayOfString)) - && messageBusAnalytics.HasValue))) - { - s.SerializeArray("messageBusAnalytics", ref messageBusAnalytics.Value); - messageBusAnalytics.HasValue = true; - } - if ((s.HasKey("messageBusCommon") - || ((messageBusCommon != default(OptionalArrayOfString)) - && messageBusCommon.HasValue))) + if ((s.HasKey("customParams") + || ((customParams != default(OptionalMapOfString)) + && customParams.HasValue))) { - s.SerializeArray("messageBusCommon", ref messageBusCommon.Value); - messageBusCommon.HasValue = true; + s.SerializeDictionary("customParams", ref customParams.Value); + customParams.HasValue = true; } - if ((s.HasKey("mongoHosts") - || ((mongoHosts != default(OptionalString)) - && mongoHosts.HasValue))) + if ((s.HasKey("device") + || ((device != default(OptionalString)) + && device.HasValue))) { - s.Serialize("mongoHosts", ref mongoHosts.Value); - mongoHosts.HasValue = true; + s.Serialize("device", ref device.Value); + device.HasValue = true; } - if ((s.HasKey("mongoSharded") - || ((mongoSharded != default(OptionalBool)) - && mongoSharded.HasValue))) + if ((s.HasKey("language") + || ((language != default(OptionalSessionLanguageContextDto)) + && language.HasValue))) { - s.Serialize("mongoSharded", ref mongoSharded.Value); - mongoSharded.HasValue = true; + s.Serialize("language", ref language.Value); + language.HasValue = true; } - if ((s.HasKey("mongoSrvAddress") - || ((mongoSrvAddress != default(OptionalString)) - && mongoSrvAddress.HasValue))) + if ((s.HasKey("locale") + || ((locale != default(OptionalString)) + && locale.HasValue))) { - s.Serialize("mongoSrvAddress", ref mongoSrvAddress.Value); - mongoSrvAddress.HasValue = true; + s.Serialize("locale", ref locale.Value); + locale.HasValue = true; } - if ((s.HasKey("mongoTls") - || ((mongoTls != default(OptionalBool)) - && mongoTls.HasValue))) + if ((s.HasKey("platform") + || ((platform != default(OptionalString)) + && platform.HasValue))) { - s.Serialize("mongoTls", ref mongoTls.Value); - mongoTls.HasValue = true; + s.Serialize("platform", ref platform.Value); + platform.HasValue = true; } - s.Serialize("name", ref name); - if ((s.HasKey("redisShards") - || ((redisShards != default(OptionalArrayOfRedisShardRequest)) - && redisShards.HasValue))) + if ((s.HasKey("source") + || ((source != default(OptionalString)) + && source.HasValue))) { - s.SerializeArray("redisShards", ref redisShards.Value); - redisShards.HasValue = true; + s.Serialize("source", ref source.Value); + source.HasValue = true; } } } [System.SerializableAttribute()] - public partial class ServicePlanActorServicePlan : Beamable.Serialization.JsonSerializable.ISerializable + public partial class ApiSessionsPostSessionResponse : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalDateTime created = new OptionalDateTime(); - public ServicePlanActorDataDomain dataDomain = new ServicePlanActorDataDomain(); - public string name; - public OptionalServicePlanActorServiceLimits serviceLimits = new OptionalServicePlanActorServiceLimits(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - if ((s.HasKey("created") - || ((created != default(OptionalDateTime)) - && created.HasValue))) - { - s.Serialize("created", ref created.Value, "yyyy-MM-ddTHH:mm:ssZ", "yyyy-MM-ddTHH:mm:ss.fZ", "yyyy-MM-ddTHH:mm:ss.ffZ", "yyyy-MM-ddTHH:mm:ss.fffZ", "yyyy-MM-ddTHH:mm:ss.ffffZ", "yyyy-MM-ddTHH:mm:ss.fffffZ", "yyyy-MM-ddTHH:mm:ss.ffffffZ", "yyyy-MM-ddTHH:mm:ss.fffffffzzz", "yyyy-MM-ddTHH:mm:ss.ffffffffzzz", "yyyy-MM-ddTHH:mm:ss.fffffffffzzz"); - created.HasValue = true; - } - s.Serialize("dataDomain", ref dataDomain); - s.Serialize("name", ref name); - if ((s.HasKey("serviceLimits") - || ((serviceLimits != default(OptionalServicePlanActorServiceLimits)) - && serviceLimits.HasValue))) - { - s.Serialize("serviceLimits", ref serviceLimits.Value); - serviceLimits.HasValue = true; - } } } [System.SerializableAttribute()] - public partial class ServicePlanActorDataDomain : Beamable.Serialization.JsonSerializable.ISerializable + public partial class ApiSessionsHeartbeatPostSessionResponse : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalArrayOfString messageBusAnalytics = new OptionalArrayOfString(); - public OptionalArrayOfString messageBusCommon = new OptionalArrayOfString(); - public OptionalArrayOfString mongoHosts = new OptionalArrayOfString(); - public OptionalBool mongoSharded = new OptionalBool(); - public OptionalString mongoSrvAddress = new OptionalString(); - public OptionalBool mongoTls = new OptionalBool(); - public OptionalArrayOfServicePlanActorRedisShard redisShards = new OptionalArrayOfServicePlanActorRedisShard(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - if ((s.HasKey("messageBusAnalytics") - || ((messageBusAnalytics != default(OptionalArrayOfString)) - && messageBusAnalytics.HasValue))) - { - s.SerializeArray("messageBusAnalytics", ref messageBusAnalytics.Value); - messageBusAnalytics.HasValue = true; - } - if ((s.HasKey("messageBusCommon") - || ((messageBusCommon != default(OptionalArrayOfString)) - && messageBusCommon.HasValue))) - { - s.SerializeArray("messageBusCommon", ref messageBusCommon.Value); - messageBusCommon.HasValue = true; - } - if ((s.HasKey("mongoHosts") - || ((mongoHosts != default(OptionalArrayOfString)) - && mongoHosts.HasValue))) - { - s.SerializeArray("mongoHosts", ref mongoHosts.Value); - mongoHosts.HasValue = true; - } - if ((s.HasKey("mongoSharded") - || ((mongoSharded != default(OptionalBool)) - && mongoSharded.HasValue))) - { - s.Serialize("mongoSharded", ref mongoSharded.Value); - mongoSharded.HasValue = true; - } - if ((s.HasKey("mongoSrvAddress") - || ((mongoSrvAddress != default(OptionalString)) - && mongoSrvAddress.HasValue))) + } + } + [System.SerializableAttribute()] + public partial class ApiSessionsStatusGetSessionResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + } + } + [System.SerializableAttribute()] + public partial class SessionLanguageContextDto : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString code = new OptionalString(); + public OptionalString ctx = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("code") + || ((code != default(OptionalString)) + && code.HasValue))) { - s.Serialize("mongoSrvAddress", ref mongoSrvAddress.Value); - mongoSrvAddress.HasValue = true; + s.Serialize("code", ref code.Value); + code.HasValue = true; } - if ((s.HasKey("mongoTls") - || ((mongoTls != default(OptionalBool)) - && mongoTls.HasValue))) + if ((s.HasKey("ctx") + || ((ctx != default(OptionalString)) + && ctx.HasValue))) { - s.Serialize("mongoTls", ref mongoTls.Value); - mongoTls.HasValue = true; + s.Serialize("ctx", ref ctx.Value); + ctx.HasValue = true; } - if ((s.HasKey("redisShards") - || ((redisShards != default(OptionalArrayOfServicePlanActorRedisShard)) - && redisShards.HasValue))) + } + } + [System.SerializableAttribute()] + public partial class StatsActorCommonResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalString result = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("result") + || ((result != default(OptionalString)) + && result.HasValue))) { - s.SerializeArray("redisShards", ref redisShards.Value); - redisShards.HasValue = true; + s.Serialize("result", ref result.Value); + result.HasValue = true; } } } [System.SerializableAttribute()] - public partial class ServicePlanActorServiceLimits : Beamable.Serialization.JsonSerializable.ISerializable + public partial class StatsSubscribeRequest : Beamable.Serialization.JsonSerializable.ISerializable + { + public string service; + public string[] subscriptions; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("service", ref service); + s.SerializeArray("subscriptions", ref subscriptions); + } + } + [System.SerializableAttribute()] + public partial class StatsUnsubscribeRequest : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalServicePlanActorBeamoLimits beamo = new OptionalServicePlanActorBeamoLimits(); + public string service; + public OptionalArrayOfString subscriptions = new OptionalArrayOfString(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - if ((s.HasKey("beamo") - || ((beamo != default(OptionalServicePlanActorBeamoLimits)) - && beamo.HasValue))) + s.Serialize("service", ref service); + if ((s.HasKey("subscriptions") + || ((subscriptions != default(OptionalArrayOfString)) + && subscriptions.HasValue))) { - s.Serialize("beamo", ref beamo.Value); - beamo.HasValue = true; + s.SerializeArray("subscriptions", ref subscriptions.Value); + subscriptions.HasValue = true; } } } [System.SerializableAttribute()] - public partial class RedisShardRequest : Beamable.Serialization.JsonSerializable.ISerializable + public partial class BatchGetRequest : Beamable.Serialization.JsonSerializable.ISerializable { - public string masterHost; - public int shardId; - public string slaveHosts; + public BatchGetItem[] requests; public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - s.Serialize("masterHost", ref masterHost); - s.Serialize("shardId", ref shardId); - s.Serialize("slaveHosts", ref slaveHosts); + s.SerializeArray("requests", ref requests); + } + } + [System.SerializableAttribute()] + public partial class BatchGetStatsResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public GetStatsResponse[] results; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.SerializeArray("results", ref results); } } [System.SerializableAttribute()] - public partial class ServicePlanActorBeamoLimits : Beamable.Serialization.JsonSerializable.ISerializable + public partial class BatchWriteRequest : Beamable.Serialization.JsonSerializable.ISerializable { + public BatchWriteItem[] requests; public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { + s.SerializeArray("requests", ref requests); } } [System.SerializableAttribute()] - public partial class ServicePlanActorRedisShard : Beamable.Serialization.JsonSerializable.ISerializable + public partial class StatsActorStatsSearchRequest : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalString masterHost = new OptionalString(); - public OptionalInt shardId = new OptionalInt(); - public OptionalArrayOfString slaveHosts = new OptionalArrayOfString(); + public OptionalArrayOfStatsActorStatsSearchCriteria criteria = new OptionalArrayOfStatsActorStatsSearchCriteria(); + public string domain; + public string itemType; + public OptionalInt limit = new OptionalInt(); + public OptionalInt offset = new OptionalInt(); + public StatsVisibility visibility = new StatsVisibility(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - if ((s.HasKey("masterHost") - || ((masterHost != default(OptionalString)) - && masterHost.HasValue))) + if ((s.HasKey("criteria") + || ((criteria != default(OptionalArrayOfStatsActorStatsSearchCriteria)) + && criteria.HasValue))) { - s.Serialize("masterHost", ref masterHost.Value); - masterHost.HasValue = true; + s.SerializeArray("criteria", ref criteria.Value); + criteria.HasValue = true; } - if ((s.HasKey("shardId") - || ((shardId != default(OptionalInt)) - && shardId.HasValue))) + s.Serialize("domain", ref domain); + s.Serialize("itemType", ref itemType); + if ((s.HasKey("limit") + || ((limit != default(OptionalInt)) + && limit.HasValue))) { - s.Serialize("shardId", ref shardId.Value); - shardId.HasValue = true; + s.Serialize("limit", ref limit.Value); + limit.HasValue = true; } - if ((s.HasKey("slaveHosts") - || ((slaveHosts != default(OptionalArrayOfString)) - && slaveHosts.HasValue))) + if ((s.HasKey("offset") + || ((offset != default(OptionalInt)) + && offset.HasValue))) { - s.SerializeArray("slaveHosts", ref slaveHosts.Value); - slaveHosts.HasValue = true; + s.Serialize("offset", ref offset.Value); + offset.HasValue = true; } + s.SerializeEnum("visibility", ref visibility, StatsVisibilityExtensions.ToEnumString, StatsVisibilityExtensions.FromEnumString); } } [System.SerializableAttribute()] - public partial class SessionActorStartSessionRequest : Beamable.Serialization.JsonSerializable.ISerializable + public partial class StatsActorStatsSearchResponse : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalMapOfString customParams = new OptionalMapOfString(); - public OptionalString device = new OptionalString(); - public OptionalSessionLanguageContextDto language = new OptionalSessionLanguageContextDto(); - public OptionalString locale = new OptionalString(); - public OptionalString platform = new OptionalString(); - public OptionalString source = new OptionalString(); + public string[] ids; + public int limit; + public int offset; + public long total; public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - if ((s.HasKey("customParams") - || ((customParams != default(OptionalMapOfString)) - && customParams.HasValue))) + s.SerializeArray("ids", ref ids); + s.Serialize("limit", ref limit); + s.Serialize("offset", ref offset); + s.Serialize("total", ref total); + } + } + [System.SerializableAttribute()] + public partial class StatsSearchExtendedRequest : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalArrayOfStatsActorStatsSearchCriteria criteria = new OptionalArrayOfStatsActorStatsSearchCriteria(); + public string domain; + public string itemType; + public OptionalInt limit = new OptionalInt(); + public OptionalInt offset = new OptionalInt(); + public OptionalArrayOfString statKeys = new OptionalArrayOfString(); + public StatsVisibility visibility = new StatsVisibility(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("criteria") + || ((criteria != default(OptionalArrayOfStatsActorStatsSearchCriteria)) + && criteria.HasValue))) { - s.SerializeDictionary("customParams", ref customParams.Value); - customParams.HasValue = true; + s.SerializeArray("criteria", ref criteria.Value); + criteria.HasValue = true; } - if ((s.HasKey("device") - || ((device != default(OptionalString)) - && device.HasValue))) + s.Serialize("domain", ref domain); + s.Serialize("itemType", ref itemType); + if ((s.HasKey("limit") + || ((limit != default(OptionalInt)) + && limit.HasValue))) { - s.Serialize("device", ref device.Value); - device.HasValue = true; + s.Serialize("limit", ref limit.Value); + limit.HasValue = true; } - if ((s.HasKey("language") - || ((language != default(OptionalSessionLanguageContextDto)) - && language.HasValue))) + if ((s.HasKey("offset") + || ((offset != default(OptionalInt)) + && offset.HasValue))) { - s.Serialize("language", ref language.Value); - language.HasValue = true; + s.Serialize("offset", ref offset.Value); + offset.HasValue = true; } - if ((s.HasKey("locale") - || ((locale != default(OptionalString)) - && locale.HasValue))) + if ((s.HasKey("statKeys") + || ((statKeys != default(OptionalArrayOfString)) + && statKeys.HasValue))) { - s.Serialize("locale", ref locale.Value); - locale.HasValue = true; + s.SerializeArray("statKeys", ref statKeys.Value); + statKeys.HasValue = true; } - if ((s.HasKey("platform") - || ((platform != default(OptionalString)) - && platform.HasValue))) + s.SerializeEnum("visibility", ref visibility, StatsVisibilityExtensions.ToEnumString, StatsVisibilityExtensions.FromEnumString); + } + } + [System.SerializableAttribute()] + public partial class StatsSearchExtendedResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public int limit; + public int offset; + public GetStatsResponse[] results; + public long total; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("limit", ref limit); + s.Serialize("offset", ref offset); + s.SerializeArray("results", ref results); + s.Serialize("total", ref total); + } + } + public enum StatsVisibility + { + Private, + Public, + } + public class StatsVisibilityExtensions + { + public static string ToEnumString(StatsVisibility val) + { + if ((StatsVisibility.Private == val)) + { + return "Private"; + } + if ((StatsVisibility.Public == val)) + { + return "Public"; + } + throw new System.ArgumentException("Unknown enum value"); + } + public static StatsVisibility FromEnumString(string str) + { + if (("Private" == str)) + { + return StatsVisibility.Private; + } + if (("Public" == str)) + { + return StatsVisibility.Public; + } + throw new System.ArgumentException("Unknown string value"); + } + } + [System.SerializableAttribute()] + public partial class BatchGetItem : Beamable.Serialization.JsonSerializable.ISerializable + { + public OptionalArrayOfString keys = new OptionalArrayOfString(); + public StatsTarget target = new StatsTarget(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + if ((s.HasKey("keys") + || ((keys != default(OptionalArrayOfString)) + && keys.HasValue))) + { + s.SerializeArray("keys", ref keys.Value); + keys.HasValue = true; + } + s.Serialize("target", ref target); + } + } + [System.SerializableAttribute()] + public partial class BatchWriteItem : Beamable.Serialization.JsonSerializable.ISerializable + { + public SetStatsRequest request = new SetStatsRequest(); + public StatsTarget target = new StatsTarget(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("request", ref request); + s.Serialize("target", ref target); + } + } + [System.SerializableAttribute()] + public partial class StatsActorStatsSearchCriteria : Beamable.Serialization.JsonSerializable.ISerializable + { + public string rel; + public string stat; + public StatsValue value = new StatsValue(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("rel", ref rel); + s.Serialize("stat", ref stat); + this.value.SerializeAt(s, "value"); + } + } + [System.SerializableAttribute()] + public partial class OneOf_StringOrIntegerOrNumberOrBooleanOrArray : Beamable.Serialization.SmallerJSON.IRawJsonProvider + { + public OptionalString StringValue; + public OptionalLong IntValue; + public OptionalDouble DoubleValue; + public OptionalBool BoolValue; + public OptionalArrayOfOneOf_StringOrIntegerOrNumberOrBooleanOrArray ArrayValue; + public object ToRawValue() + { + if (StringValue != null && StringValue.HasValue) return StringValue.Value; + if (IntValue != null && IntValue.HasValue) return IntValue.Value; + if (DoubleValue != null && DoubleValue.HasValue) return DoubleValue.Value; + if (BoolValue != null && BoolValue.HasValue) return BoolValue.Value; + if (ArrayValue != null && ArrayValue.HasValue) { - s.Serialize("platform", ref platform.Value); - platform.HasValue = true; + var raw_ = new System.Collections.Generic.List(); + foreach (var item_ in ArrayValue.Value) raw_.Add(item_ != null ? item_.ToRawValue() : null); + return raw_; } - if ((s.HasKey("source") - || ((source != default(OptionalString)) - && source.HasValue))) + return null; + } + + public string ToJson() + { + var raw_ = ToRawValue(); + if (raw_ == null) return "null"; + var sb_ = new System.Text.StringBuilder(); + Beamable.Serialization.SmallerJSON.Json.Serialize(raw_, sb_); + return sb_.ToString(); + } + + public void SerializeAt(Beamable.Serialization.JsonSerializable.IStreamSerializer s, string key) + { + if (s.isSaving) { - s.Serialize("source", ref source.Value); - source.HasValue = true; + s.SetValue(key, ToRawValue()); + return; } + if (!s.HasKey(key)) return; + AssignFromRaw(this, s.GetValue(key)); } + + private static void AssignFromRaw(OneOf_StringOrIntegerOrNumberOrBooleanOrArray target, object raw) + { + if (raw == null) return; + if (raw is string vStr_) { target.StringValue = new OptionalString(vStr_); return; } + if (raw is long vLong_) { target.IntValue = new OptionalLong(vLong_); return; } + if (raw is int vInt_) { target.IntValue = new OptionalLong(vInt_); return; } + if (raw is double vDouble_) { target.DoubleValue = vDouble_; return; } + if (raw is float vFloat_) { target.DoubleValue = (double)vFloat_; return; } + if (raw is bool vBool_) { target.BoolValue = new OptionalBool(vBool_); return; } + if (raw is System.Collections.IList vList_) + { + var built_ = new System.Collections.Generic.List(); + foreach (var elem_ in vList_) + { + var inner_ = new OneOf_StringOrIntegerOrNumberOrBooleanOrArray(); + AssignFromRaw(inner_, elem_); + built_.Add(inner_); + } + target.ArrayValue = new OptionalArrayOfOneOf_StringOrIntegerOrNumberOrBooleanOrArray(built_.ToArray()); + } + } + } [System.SerializableAttribute()] - public partial class ApiSessionsPostSessionResponse : Beamable.Serialization.JsonSerializable.ISerializable + public class OptionalOneOf_StringOrIntegerOrNumberOrBooleanOrArray : Beamable.Common.Content.Optional { - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + public OptionalOneOf_StringOrIntegerOrNumberOrBooleanOrArray() { } - } - [System.SerializableAttribute()] - public partial class ApiSessionsHeartbeatPostSessionResponse : Beamable.Serialization.JsonSerializable.ISerializable - { - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + public OptionalOneOf_StringOrIntegerOrNumberOrBooleanOrArray(OneOf_StringOrIntegerOrNumberOrBooleanOrArray value) { + HasValue = true; + Value = value; } } [System.SerializableAttribute()] - public partial class ApiSessionsStatusGetSessionResponse : Beamable.Serialization.JsonSerializable.ISerializable + public class OptionalArrayOfOneOf_StringOrIntegerOrNumberOrBooleanOrArray : Beamable.Common.Content.OptionalArray { - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + public OptionalArrayOfOneOf_StringOrIntegerOrNumberOrBooleanOrArray() + { + } + public OptionalArrayOfOneOf_StringOrIntegerOrNumberOrBooleanOrArray(OneOf_StringOrIntegerOrNumberOrBooleanOrArray[] value) { + HasValue = true; + Value = value; } } [System.SerializableAttribute()] - public partial class SessionLanguageContextDto : Beamable.Serialization.JsonSerializable.ISerializable + public partial class StatsTarget : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalString code = new OptionalString(); - public OptionalString ctx = new OptionalString(); + public string domain; + public string id; + public string itemType; + public StatsVisibility visibility = new StatsVisibility(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { - if ((s.HasKey("code") - || ((code != default(OptionalString)) - && code.HasValue))) - { - s.Serialize("code", ref code.Value); - code.HasValue = true; - } - if ((s.HasKey("ctx") - || ((ctx != default(OptionalString)) - && ctx.HasValue))) - { - s.Serialize("ctx", ref ctx.Value); - ctx.HasValue = true; - } + s.Serialize("domain", ref domain); + s.Serialize("id", ref id); + s.Serialize("itemType", ref itemType); + s.SerializeEnum("visibility", ref visibility, StatsVisibilityExtensions.ToEnumString, StatsVisibilityExtensions.FromEnumString); } } [System.SerializableAttribute()] @@ -7653,12 +8168,20 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer [System.SerializableAttribute()] public partial class ClientManifestJsonResponse : Beamable.Serialization.JsonSerializable.ISerializable { + public OptionalString clientVersion = new OptionalString(); public OptionalLong createdAt = new OptionalLong(); public ClientContentInfoJson[] entries; public OptionalLong publisherAccountId = new OptionalLong(); public OptionalString uid = new OptionalString(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { + if ((s.HasKey("clientVersion") + || ((clientVersion != default(OptionalString)) + && clientVersion.HasValue))) + { + s.Serialize("clientVersion", ref clientVersion.Value); + clientVersion.HasValue = true; + } if ((s.HasKey("createdAt") || ((createdAt != default(OptionalLong)) && createdAt.HasValue))) @@ -7747,11 +8270,19 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer [System.SerializableAttribute()] public partial class ClientManifestResponse : Beamable.Serialization.JsonSerializable.ISerializable { + public OptionalString clientVersion = new OptionalString(); public OptionalLong createdAt = new OptionalLong(); public ClientContentInfo[] items; public OptionalLong latestUpdate = new OptionalLong(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { + if ((s.HasKey("clientVersion") + || ((clientVersion != default(OptionalString)) + && clientVersion.HasValue))) + { + s.Serialize("clientVersion", ref clientVersion.Value); + clientVersion.HasValue = true; + } if ((s.HasKey("createdAt") || ((createdAt != default(OptionalLong)) && createdAt.HasValue))) @@ -7892,10 +8423,18 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer [System.SerializableAttribute()] public partial class SaveManifestRequest : Beamable.Serialization.JsonSerializable.ISerializable { + public OptionalString clientVersion = new OptionalString(); public string id; public ReferenceSuperset[] references; public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { + if ((s.HasKey("clientVersion") + || ((clientVersion != default(OptionalString)) + && clientVersion.HasValue))) + { + s.Serialize("clientVersion", ref clientVersion.Value); + clientVersion.HasValue = true; + } s.Serialize("id", ref id); s.SerializeArray("references", ref references); } @@ -7970,6 +8509,7 @@ public partial class ContentBasicManifest : Beamable.Serialization.JsonSerializa public string affectedContentIds; public OptionalBool archived = new OptionalBool(); public string checksum; + public OptionalString clientVersion = new OptionalString(); public long created; public OptionalString diffObjectKey = new OptionalString(); public string id; @@ -7988,6 +8528,13 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer archived.HasValue = true; } s.Serialize("checksum", ref checksum); + if ((s.HasKey("clientVersion") + || ((clientVersion != default(OptionalString)) + && clientVersion.HasValue))) + { + s.Serialize("clientVersion", ref clientVersion.Value); + clientVersion.HasValue = true; + } s.Serialize("created", ref created); if ((s.HasKey("diffObjectKey") || ((diffObjectKey != default(OptionalString)) @@ -9799,6 +10346,47 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class InFlightMessage : Beamable.Serialization.JsonSerializable.ISerializable + { + public string body; + public OptionalLong gamerTag = new OptionalLong(); + public string id; + public OptionalBool limitFailureRetries = new OptionalBool(); + public string method; + public string path; + public string service; + public OptionalString shard = new OptionalString(); + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("body", ref body); + if ((s.HasKey("gamerTag") + || ((gamerTag != default(OptionalLong)) + && gamerTag.HasValue))) + { + s.Serialize("gamerTag", ref gamerTag.Value); + gamerTag.HasValue = true; + } + s.Serialize("id", ref id); + if ((s.HasKey("limitFailureRetries") + || ((limitFailureRetries != default(OptionalBool)) + && limitFailureRetries.HasValue))) + { + s.Serialize("limitFailureRetries", ref limitFailureRetries.Value); + limitFailureRetries.HasValue = true; + } + s.Serialize("method", ref method); + s.Serialize("path", ref path); + s.Serialize("service", ref service); + if ((s.HasKey("shard") + || ((shard != default(OptionalString)) + && shard.HasValue))) + { + s.Serialize("shard", ref shard.Value); + shard.HasValue = true; + } + } + } + [System.SerializableAttribute()] public partial class LeaderboardCohortSettings : Beamable.Serialization.JsonSerializable.ISerializable { public LeaderboardCohort[] cohorts; @@ -13842,35 +14430,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class StatsUnsubscribeRequest : Beamable.Serialization.JsonSerializable.ISerializable - { - public string service; - public OptionalArrayOfString subscriptions = new OptionalArrayOfString(); - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.Serialize("service", ref service); - if ((s.HasKey("subscriptions") - || ((subscriptions != default(OptionalArrayOfString)) - && subscriptions.HasValue))) - { - s.SerializeArray("subscriptions", ref subscriptions.Value); - subscriptions.HasValue = true; - } - } - } - [System.SerializableAttribute()] - public partial class StatsSubscribeRequest : Beamable.Serialization.JsonSerializable.ISerializable - { - public string service; - public string[] subscriptions; - public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) - { - s.Serialize("service", ref service); - s.SerializeArray("subscriptions", ref subscriptions); - } - } - [System.SerializableAttribute()] - public partial class StatsSearchResponse : Beamable.Serialization.JsonSerializable.ISerializable + public partial class StatsBasicStatsSearchResponse : Beamable.Serialization.JsonSerializable.ISerializable { public long[] ids; public OptionalInt limit = new OptionalInt(); @@ -13944,10 +14504,10 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class StatsSearchRequest : Beamable.Serialization.JsonSerializable.ISerializable + public partial class StatsBasicStatsSearchRequest : Beamable.Serialization.JsonSerializable.ISerializable { public string access; - public StatsSearchCriteria[] criteria; + public StatsBasicStatsSearchCriteria[] criteria; public string domain; public OptionalInt limit = new OptionalInt(); public string objectType; @@ -13975,7 +14535,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class StatsSearchCriteria : Beamable.Serialization.JsonSerializable.ISerializable + public partial class StatsBasicStatsSearchCriteria : Beamable.Serialization.JsonSerializable.ISerializable { public string rel; public string stat; @@ -14039,7 +14599,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer public partial class SearchExtendedRequest : Beamable.Serialization.JsonSerializable.ISerializable { public string access; - public StatsSearchCriteria[] criteria; + public StatsBasicStatsSearchCriteria[] criteria; public string domain; public OptionalInt limit = new OptionalInt(); public string objectType; @@ -15506,6 +16066,7 @@ public partial class BeginPurchaseRequest : Beamable.Serialization.JsonSerializa { public OptionalString language = new OptionalString(); public string purchaseId; + public OptionalString returnUrl = new OptionalString(); public OptionalString time = new OptionalString(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { @@ -15517,6 +16078,13 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer language.HasValue = true; } s.Serialize("purchaseId", ref purchaseId); + if ((s.HasKey("returnUrl") + || ((returnUrl != default(OptionalString)) + && returnUrl.HasValue))) + { + s.Serialize("returnUrl", ref returnUrl.Value); + returnUrl.HasValue = true; + } if ((s.HasKey("time") || ((time != default(OptionalString)) && time.HasValue))) @@ -15544,6 +16112,19 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class StripeWebhookSetupResponse : Beamable.Serialization.JsonSerializable.ISerializable + { + public string endpointId; + public string status; + public string url; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("endpointId", ref endpointId); + s.Serialize("status", ref status); + s.Serialize("url", ref url); + } + } + [System.SerializableAttribute()] public partial class VerifyPurchaseRequest : Beamable.Serialization.JsonSerializable.ISerializable { public string receipt; @@ -16039,15 +16620,15 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicServiceLimits : Beamable.Serialization.JsonSerializable.ISerializable + public partial class ServiceLimits : Beamable.Serialization.JsonSerializable.ISerializable { - public OptionalRealmsBasicBeamoLimits beamo = new OptionalRealmsBasicBeamoLimits(); + public OptionalBeamoLimits beamo = new OptionalBeamoLimits(); public OptionalContentLimits content = new OptionalContentLimits(); public OptionalGatewayLimits gateway = new OptionalGatewayLimits(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { if ((s.HasKey("beamo") - || ((beamo != default(OptionalRealmsBasicBeamoLimits)) + || ((beamo != default(OptionalBeamoLimits)) && beamo.HasValue))) { s.Serialize("beamo", ref beamo.Value); @@ -16238,9 +16819,9 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicInFlightFailureResponse : Beamable.Serialization.JsonSerializable.ISerializable + public partial class InFlightFailureResponse : Beamable.Serialization.JsonSerializable.ISerializable { - public RealmsBasicInFlightFailure[] failures; + public InFlightFailure[] failures; public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { s.SerializeArray("failures", ref failures); @@ -16267,11 +16848,11 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicServicePlan : Beamable.Serialization.JsonSerializable.ISerializable + public partial class ServicePlan : Beamable.Serialization.JsonSerializable.ISerializable { public OptionalLong created = new OptionalLong(); - public RealmsBasicDataDomain dataDomain = new RealmsBasicDataDomain(); - public OptionalRealmsBasicServiceLimits limits = new OptionalRealmsBasicServiceLimits(); + public DataDomain dataDomain = new DataDomain(); + public OptionalServiceLimits limits = new OptionalServiceLimits(); public OptionalString minCustomerStatusSaved = new OptionalString(); public string name; public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) @@ -16285,7 +16866,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } s.Serialize("dataDomain", ref dataDomain); if ((s.HasKey("limits") - || ((limits != default(OptionalRealmsBasicServiceLimits)) + || ((limits != default(OptionalServiceLimits)) && limits.HasValue))) { s.Serialize("limits", ref limits.Value); @@ -16337,7 +16918,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicBeamoLimits : Beamable.Serialization.JsonSerializable.ISerializable + public partial class BeamoLimits : Beamable.Serialization.JsonSerializable.ISerializable { public string maxContainerSize; public int maxRunningContainersPerService; @@ -16442,6 +17023,19 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class RedisShardRequest : Beamable.Serialization.JsonSerializable.ISerializable + { + public string masterHost; + public int shardId; + public string slaveHosts; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.Serialize("masterHost", ref masterHost); + s.Serialize("shardId", ref shardId); + s.Serialize("slaveHosts", ref slaveHosts); + } + } + [System.SerializableAttribute()] public partial class RealmsBasicRealmConfigResponse : Beamable.Serialization.JsonSerializable.ISerializable { public MapOfString config = new MapOfString(); @@ -16556,7 +17150,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicInFlightFailure : Beamable.Serialization.JsonSerializable.ISerializable + public partial class InFlightFailure : Beamable.Serialization.JsonSerializable.ISerializable { public string id; public InFlightMessage inFlightMessage = new InFlightMessage(); @@ -16575,6 +17169,15 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] + public partial class BatchDeleteInFlightRequest : Beamable.Serialization.JsonSerializable.ISerializable + { + public string[] inFlightFailureIds; + public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) + { + s.SerializeArray("inFlightFailureIds", ref inFlightFailureIds); + } + } + [System.SerializableAttribute()] public partial class RealmsBasicWebSocketConfiguration : Beamable.Serialization.JsonSerializable.ISerializable { public string provider; @@ -16619,7 +17222,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicDataDomain : Beamable.Serialization.JsonSerializable.ISerializable + public partial class DataDomain : Beamable.Serialization.JsonSerializable.ISerializable { public string[] memcachedHosts; public OptionalArrayOfString messageBusAnalytics = new OptionalArrayOfString(); @@ -16629,7 +17232,7 @@ public partial class RealmsBasicDataDomain : Beamable.Serialization.JsonSerializ public bool mongoSSLEnabled; public bool mongoSharded; public OptionalString mongoSrvAddress = new OptionalString(); - public OptionalArrayOfRealmsBasicRedisShard redisShards = new OptionalArrayOfRealmsBasicRedisShard(); + public OptionalArrayOfRedisShard redisShards = new OptionalArrayOfRedisShard(); public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { s.SerializeArray("memcachedHosts", ref memcachedHosts); @@ -16665,7 +17268,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer mongoSrvAddress.HasValue = true; } if ((s.HasKey("redisShards") - || ((redisShards != default(OptionalArrayOfRealmsBasicRedisShard)) + || ((redisShards != default(OptionalArrayOfRedisShard)) && redisShards.HasValue))) { s.SerializeArray("redisShards", ref redisShards.Value); @@ -16674,9 +17277,9 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicServicePlansResponse : Beamable.Serialization.JsonSerializable.ISerializable + public partial class ServicePlansResponse : Beamable.Serialization.JsonSerializable.ISerializable { - public RealmsBasicServicePlan[] result; + public ServicePlan[] result; public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s) { s.SerializeArray("result", ref result); @@ -16745,7 +17348,7 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public partial class RealmsBasicRedisShard : Beamable.Serialization.JsonSerializable.ISerializable + public partial class RedisShard : Beamable.Serialization.JsonSerializable.ISerializable { public string masterHost; public int shardId; @@ -20199,18 +20802,6 @@ public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSer } } [System.SerializableAttribute()] - public class OptionalArrayOfInFlightMessage : Beamable.Common.Content.OptionalArray - { - public OptionalArrayOfInFlightMessage() - { - } - public OptionalArrayOfInFlightMessage(InFlightMessage[] value) - { - HasValue = true; - Value = value; - } - } - [System.SerializableAttribute()] public class OptionalAuthV2ContextInfo : Beamable.Common.Content.Optional { public OptionalAuthV2ContextInfo() @@ -20855,6 +21446,26 @@ public OptionalArrayOfPlayerSessionActorPaymentTotal(PlayerSessionActorPaymentTo } } [System.SerializableAttribute()] + public class OptionalArrayOfStatsValue : Beamable.Common.Content.OptionalArray + { + public OptionalArrayOfStatsValue() + { + } + public OptionalArrayOfStatsValue(StatsValue[] value) + { + HasValue = true; + Value = value; + } + } + [System.SerializableAttribute()] + public class OptionalMapOfStatsValue : Beamable.Common.Content.Optional + { + } + [System.SerializableAttribute()] + public class MapOfStatsValue : Beamable.Common.Content.SerializableDictionaryStringToSomething + { + } + [System.SerializableAttribute()] public class OptionalArrayOfTicket : Beamable.Common.Content.OptionalArray { public OptionalArrayOfTicket() @@ -20891,156 +21502,156 @@ public OptionalPresenceStatus(PresenceStatus value) } } [System.SerializableAttribute()] - public class OptionalArrayOfJobDefinitionView : Beamable.Common.Content.OptionalArray + public class OptionalArrayOfRealmSecretInfo : Beamable.Common.Content.OptionalArray { - public OptionalArrayOfJobDefinitionView() + public OptionalArrayOfRealmSecretInfo() { } - public OptionalArrayOfJobDefinitionView(JobDefinitionView[] value) + public OptionalArrayOfRealmSecretInfo(RealmSecretInfo[] value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalJobDefinition : Beamable.Common.Content.Optional + public class OptionalArrayOfRealmDataKeyInfo : Beamable.Common.Content.OptionalArray { - public OptionalJobDefinition() + public OptionalArrayOfRealmDataKeyInfo() { } - public OptionalJobDefinition(JobDefinition value) + public OptionalArrayOfRealmDataKeyInfo(RealmDataKeyInfo[] value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalJobRetryPolicy : Beamable.Common.Content.Optional + public class OptionalArrayOfRealmSecretsAuditInfo : Beamable.Common.Content.OptionalArray { - public OptionalJobRetryPolicy() + public OptionalArrayOfRealmSecretsAuditInfo() { } - public OptionalJobRetryPolicy(JobRetryPolicy value) + public OptionalArrayOfRealmSecretsAuditInfo(RealmSecretsAuditInfo[] value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalJobAnalytics : Beamable.Common.Content.Optional + public class OptionalArrayOfJobDefinitionView : Beamable.Common.Content.OptionalArray { - public OptionalJobAnalytics() + public OptionalArrayOfJobDefinitionView() { } - public OptionalJobAnalytics(JobAnalytics value) + public OptionalArrayOfJobDefinitionView(JobDefinitionView[] value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalArrayOfJobActivityView : Beamable.Common.Content.OptionalArray + public class OptionalJobDefinition : Beamable.Common.Content.Optional { - public OptionalArrayOfJobActivityView() + public OptionalJobDefinition() { } - public OptionalArrayOfJobActivityView(JobActivityView[] value) + public OptionalJobDefinition(JobDefinition value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalJobState : Beamable.Common.Content.Optional + public class OptionalJobRetryPolicy : Beamable.Common.Content.Optional { - public OptionalJobState() + public OptionalJobRetryPolicy() { } - public OptionalJobState(JobState value) + public OptionalJobRetryPolicy(JobRetryPolicy value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalArrayOfStringStringKeyValuePair : Beamable.Common.Content.OptionalArray + public class OptionalJobAnalytics : Beamable.Common.Content.Optional { - public OptionalArrayOfStringStringKeyValuePair() + public OptionalJobAnalytics() { } - public OptionalArrayOfStringStringKeyValuePair(StringStringKeyValuePair[] value) + public OptionalJobAnalytics(JobAnalytics value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalArrayOfServicePlanActorServicePlan : Beamable.Common.Content.OptionalArray + public class OptionalArrayOfJobActivityView : Beamable.Common.Content.OptionalArray { - public OptionalArrayOfServicePlanActorServicePlan() + public OptionalArrayOfJobActivityView() { } - public OptionalArrayOfServicePlanActorServicePlan(ServicePlanActorServicePlan[] value) + public OptionalArrayOfJobActivityView(JobActivityView[] value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalServicePlanActorServiceLimits : Beamable.Common.Content.Optional + public class OptionalJobState : Beamable.Common.Content.Optional { - public OptionalServicePlanActorServiceLimits() + public OptionalJobState() { } - public OptionalServicePlanActorServiceLimits(ServicePlanActorServiceLimits value) + public OptionalJobState(JobState value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalArrayOfRedisShardRequest : Beamable.Common.Content.OptionalArray + public class OptionalArrayOfStringStringKeyValuePair : Beamable.Common.Content.OptionalArray { - public OptionalArrayOfRedisShardRequest() + public OptionalArrayOfStringStringKeyValuePair() { } - public OptionalArrayOfRedisShardRequest(RedisShardRequest[] value) + public OptionalArrayOfStringStringKeyValuePair(StringStringKeyValuePair[] value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalServicePlanActorBeamoLimits : Beamable.Common.Content.Optional + public class OptionalSessionLanguageContextDto : Beamable.Common.Content.Optional { - public OptionalServicePlanActorBeamoLimits() + public OptionalSessionLanguageContextDto() { } - public OptionalServicePlanActorBeamoLimits(ServicePlanActorBeamoLimits value) + public OptionalSessionLanguageContextDto(SessionLanguageContextDto value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalArrayOfServicePlanActorRedisShard : Beamable.Common.Content.OptionalArray + public class OptionalStatsVisibility : Beamable.Common.Content.Optional { - public OptionalArrayOfServicePlanActorRedisShard() + public OptionalStatsVisibility() { } - public OptionalArrayOfServicePlanActorRedisShard(ServicePlanActorRedisShard[] value) + public OptionalStatsVisibility(StatsVisibility value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalSessionLanguageContextDto : Beamable.Common.Content.Optional + public class OptionalArrayOfStatsActorStatsSearchCriteria : Beamable.Common.Content.OptionalArray { - public OptionalSessionLanguageContextDto() + public OptionalArrayOfStatsActorStatsSearchCriteria() { } - public OptionalSessionLanguageContextDto(SessionLanguageContextDto value) + public OptionalArrayOfStatsActorStatsSearchCriteria(StatsActorStatsSearchCriteria[] value) { HasValue = true; Value = value; @@ -21255,6 +21866,18 @@ public OptionalEventPlayerGroupState(EventPlayerGroupState value) } } [System.SerializableAttribute()] + public class OptionalArrayOfInFlightMessage : Beamable.Common.Content.OptionalArray + { + public OptionalArrayOfInFlightMessage() + { + } + public OptionalArrayOfInFlightMessage(InFlightMessage[] value) + { + HasValue = true; + Value = value; + } + } + [System.SerializableAttribute()] public class OptionalLeaderboardCohortSettings : Beamable.Common.Content.Optional { public OptionalLeaderboardCohortSettings() @@ -21799,12 +22422,12 @@ public OptionalContentLimits(ContentLimits value) } } [System.SerializableAttribute()] - public class OptionalRealmsBasicServiceLimits : Beamable.Common.Content.Optional + public class OptionalServiceLimits : Beamable.Common.Content.Optional { - public OptionalRealmsBasicServiceLimits() + public OptionalServiceLimits() { } - public OptionalRealmsBasicServiceLimits(RealmsBasicServiceLimits value) + public OptionalServiceLimits(ServiceLimits value) { HasValue = true; Value = value; @@ -21823,24 +22446,24 @@ public OptionalGatewayLimits(GatewayLimits value) } } [System.SerializableAttribute()] - public class OptionalRealmsBasicBeamoLimits : Beamable.Common.Content.Optional + public class OptionalBeamoLimits : Beamable.Common.Content.Optional { - public OptionalRealmsBasicBeamoLimits() + public OptionalBeamoLimits() { } - public OptionalRealmsBasicBeamoLimits(RealmsBasicBeamoLimits value) + public OptionalBeamoLimits(BeamoLimits value) { HasValue = true; Value = value; } } [System.SerializableAttribute()] - public class OptionalArrayOfRealmsBasicRedisShard : Beamable.Common.Content.OptionalArray + public class OptionalArrayOfRedisShard : Beamable.Common.Content.OptionalArray { - public OptionalArrayOfRealmsBasicRedisShard() + public OptionalArrayOfRedisShard() { } - public OptionalArrayOfRealmsBasicRedisShard(RealmsBasicRedisShard[] value) + public OptionalArrayOfRedisShard(RedisShard[] value) { HasValue = true; Value = value; diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.gs.cs.meta index fe71c6b328..ca8d926d0b 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/Models.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: f7630b2ab4785c98ad207ec17052a450 +guid: f763aa1c48f0a317d6c7188641139430 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.gs.cs index 34e41af8b7..6a507a61bf 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.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.Notification diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.gs.cs.meta index fae66353e7..98269e0057 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 9138dfe717346046ce8fb755ba3e427f +guid: d17ce62a96f83ea7aa4ede44aa2283a8 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs index b59c52825c..4bd9ba8871 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.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.Notification diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs.meta index 60e67d14ef..7f4f228333 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: dfec18e5fca31a44e64a50e32cf1cacc +guid: 868985974da75d5f28b258e20d5cfaa6 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.gs.cs index a2b747cc98..8bdadcea4d 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.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.Payments @@ -62,6 +62,13 @@ public partial interface IPaymentsApi /// A promise containing the Promise PostFacebookPurchaseComplete(CompletePurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// + /// POST call to `/basic/payments/stripe/purchase/cancel` 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 PostStripePurchaseCancel(CancelPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// /// POST call to `/basic/payments/facebook/purchase/fail` endpoint. /// /// The instance to use for the request @@ -90,6 +97,13 @@ public partial interface IPaymentsApi /// A promise containing the Promise PostGoogleplayPurchaseComplete(CompletePurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// + /// POST call to `/basic/payments/stripe/purchase/complete` 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 PostStripePurchaseComplete(CompletePurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// /// POST call to `/basic/payments/test/purchase/track` endpoint. /// /// The instance to use for the request @@ -125,6 +139,12 @@ public partial interface IPaymentsApi /// A promise containing the Promise PostFacebookPurchaseCancel(CancelPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// + /// POST call to `/basic/payments/stripe/webhook/setup` 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 PostStripeWebhookSetup([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// /// POST call to `/basic/payments/coupon/purchase/track` endpoint. /// /// The instance to use for the request @@ -195,6 +215,20 @@ public partial interface IPaymentsApi /// A promise containing the Promise PostTestPurchaseFail(FailPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// + /// GET call to `/basic/payments/stripe/product` 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 GetStripeProduct(string sku, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// + /// POST call to `/basic/payments/stripe/purchase/verify` 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 PostStripePurchaseVerify(VerifyPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// /// POST call to `/basic/payments/coupon/purchase/cancel` endpoint. /// /// The instance to use for the request @@ -272,6 +306,13 @@ public partial interface IPaymentsApi /// A promise containing the Promise GetWindowsProduct(string sku, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// + /// POST call to `/basic/payments/stripe/purchase/fail` 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 PostStripePurchaseFail(FailPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// /// POST call to `/basic/payments/googleplay/purchase/fail` endpoint. /// /// The instance to use for the request @@ -279,6 +320,13 @@ public partial interface IPaymentsApi /// A promise containing the Promise PostGoogleplayPurchaseFail(FailPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// + /// POST call to `/basic/payments/stripe/purchase/begin` 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 PostStripePurchaseBegin(BeginPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// /// GET call to `/basic/payments/facebook/product` endpoint. /// /// @@ -370,6 +418,13 @@ public partial interface IPaymentsApi /// A promise containing the Promise PostWindowsPurchaseFail(FailPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// + /// POST call to `/basic/payments/stripe/purchase/track` 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 PostStripePurchaseTrack(TrackPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// /// POST call to `/basic/payments/itunes/purchase/cancel` endpoint. /// /// The instance to use for the request @@ -521,6 +576,18 @@ public virtual Promise PostFacebookPurchaseComplete(Compl return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); } /// + /// POST call to `/basic/payments/stripe/purchase/cancel` 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 PostStripePurchaseCancel(CancelPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/purchase/cancel"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// /// POST call to `/basic/payments/facebook/purchase/fail` endpoint. /// /// The instance to use for the request @@ -577,6 +644,18 @@ public virtual Promise PostGoogleplayPurchaseComplete(Com return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); } /// + /// POST call to `/basic/payments/stripe/purchase/complete` 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 PostStripePurchaseComplete(CompletePurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/purchase/complete"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// /// POST call to `/basic/payments/test/purchase/track` endpoint. /// /// The instance to use for the request @@ -637,6 +716,17 @@ public virtual Promise PostFacebookPurchaseCancel(CancelP return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); } /// + /// POST call to `/basic/payments/stripe/webhook/setup` 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 PostStripeWebhookSetup([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/webhook/setup"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, default(object), includeAuthHeader, this.Serialize); + } + /// /// POST call to `/basic/payments/coupon/purchase/track` endpoint. /// /// The instance to use for the request @@ -765,6 +855,38 @@ public virtual Promise PostTestPurchaseFail(FailPurchaseR return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); } /// + /// GET call to `/basic/payments/stripe/product` 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 GetStripeProduct(string sku, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/product"; + string gsQuery = "?"; + System.Collections.Generic.List gsQueries = new System.Collections.Generic.List(); + gsQueries.Add(string.Concat("sku=", _requester.EscapeURL(sku.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 `/basic/payments/stripe/purchase/verify` 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 PostStripePurchaseVerify(VerifyPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/purchase/verify"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// /// POST call to `/basic/payments/coupon/purchase/cancel` endpoint. /// /// The instance to use for the request @@ -913,6 +1035,18 @@ public virtual Promise GetWindowsProduct(string sku, [System return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize); } /// + /// POST call to `/basic/payments/stripe/purchase/fail` 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 PostStripePurchaseFail(FailPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/purchase/fail"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// /// POST call to `/basic/payments/googleplay/purchase/fail` endpoint. /// /// The instance to use for the request @@ -925,6 +1059,18 @@ public virtual Promise PostGoogleplayPurchaseFail(FailPur return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); } /// + /// POST call to `/basic/payments/stripe/purchase/begin` 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 PostStripePurchaseBegin(BeginPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/purchase/begin"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// /// GET call to `/basic/payments/facebook/product` endpoint. /// /// @@ -1121,6 +1267,18 @@ public virtual Promise PostWindowsPurchaseFail(FailPurcha return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); } /// + /// POST call to `/basic/payments/stripe/purchase/track` 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 PostStripePurchaseTrack(TrackPurchaseRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + { + string gsUrl = "/basic/payments/stripe/purchase/track"; + // make the request and return the result + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + } + /// /// POST call to `/basic/payments/itunes/purchase/cancel` endpoint. /// /// The instance to use for the request diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.gs.cs.meta index eed674d376..738eabf4e9 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: c2ec3c6d116a41949f5f5f7c9d068316 +guid: d43abd3390a93fb9b1d774d0490e87c0 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs index 2994b88a0f..d3a8aa2e1e 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.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.Payments diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs.meta index f3e9295c1d..533d0feb99 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: e54cba53aec8cc32484921b229bf4ba9 +guid: 3d05f0c0caa4941511411266054834dd MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.gs.cs index 02d4c5f5d6..4b62fe5983 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.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.Payments diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.gs.cs.meta index 0c547bedc2..b06504c7f3 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PaymentsObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 5cb42185d28ba5f68c249608791eae8d +guid: deea36994ae7526f583f3e08936bd4d5 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.gs.cs index 5644bd4bbd..efa196a2e6 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.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.Push diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.gs.cs.meta index ad82828094..1ac387a59d 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: d82d71e602f75a561e6709624fedfa0a +guid: 321b661b16a38af3a21b85c554c63fc4 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.gs.cs index bf24a2a32d..e1dc5ecd87 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.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.Push diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.gs.cs.meta index b985c47e2d..3635b2f515 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/PushBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 148cc33c973055c2a51228091708af30 +guid: 857814599290f5b7e7789051ec428f77 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.gs.cs index 44bc192929..abd20b0e84 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.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.Realms @@ -98,8 +98,8 @@ public partial interface IRealmsApi /// GET call to `/basic/realms/plans` 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 GetPlans([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// A promise containing the + Promise GetPlans([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// /// POST call to `/basic/realms/plans` endpoint. /// @@ -132,8 +132,8 @@ public partial interface IRealmsApi /// /// /// 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 GetAdminInflightFailures(string 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); + /// A promise containing the + Promise GetAdminInflightFailures(string 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 call to `/basic/realms/admin/inflight/failures` endpoint. /// @@ -388,12 +388,12 @@ public virtual Promise PutProjectRename(RenameProjectRequest gsR /// GET call to `/basic/realms/plans` 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 GetPlans([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + /// A promise containing the + public virtual Promise GetPlans([System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) { string gsUrl = "/basic/realms/plans"; // make the request and return the result - return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize); + return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize); } /// /// POST call to `/basic/realms/plans` endpoint. @@ -447,8 +447,8 @@ public virtual Promise PostCustomer(RealmsBasicN /// /// /// 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 GetAdminInflightFailures(string 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) + /// A promise containing the + public virtual Promise GetAdminInflightFailures(string 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 = "/basic/realms/admin/inflight/failures"; string gsQuery = "?"; @@ -465,7 +465,7 @@ public virtual Promise GetAdminInflightFailu gsUrl = string.Concat(gsUrl, gsQuery); } // make the request and return the result - return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize); + return _requester.Request(Method.GET, gsUrl, default(object), includeAuthHeader, this.Serialize); } /// /// DELETE call to `/basic/realms/admin/inflight/failures` endpoint. diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.gs.cs.meta index 6b3e51efd1..64a6df3ad8 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: aefc8f7cf13ed15848ea1501dedbd905 +guid: 1d6e834da352877cc4cc4a7496164e88 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs index 9412464cbf..30e40c5367 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.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.Realms diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs.meta index b66b99e976..c6cdbee5f5 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 7eac27a789a904f2d88229756a02cd88 +guid: 3fa72beec0a344a8d4b65a1feda4a60e MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.gs.cs index f5d1173d59..124cb682db 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.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.Session diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.gs.cs.meta index ed0834af64..341c9e68e9 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 4d7c7b3072dca61ec705658f82a80ca9 +guid: 29e88f48e59550f8cd262843163951e1 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs index 7f7e909450..28c3d38ff4 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.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.Session diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs.meta index 0a5492c807..807254a81c 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 763c43ac0467441085ddd5ce073b0a65 +guid: fe2ecf48074d3b7e7aac26d2a8ba50f7 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.gs.cs index 1c200382f0..d36ed478d2 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.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.Social diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.gs.cs.meta index 41ad4803e0..420129969e 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: bd45a11d83fa83a980ab4a5da1930247 +guid: 28823f7b2794f9b945b82b56a70c6d36 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs index 48f7b868c3..05874dd70a 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.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.Social diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs.meta index 0d7856599d..b4e7911925 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 84ed8544b7aec9a18071f3788005ac9e +guid: 86e1343fa5d7c83aa46471e67347aafe MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.gs.cs index bd9cfc7165..f188f5cfba 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.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.Stats @@ -46,10 +46,10 @@ public partial interface IStatsApi /// /// POST call to `/basic/stats/search` endpoint. /// - /// The instance to use for the request + /// 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 PostSearch(StatsSearchRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); + /// A promise containing the + Promise PostSearch(StatsBasicStatsSearchRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader); /// /// POST call to `/basic/stats/search/extended` endpoint. /// @@ -131,14 +131,14 @@ public virtual Promise PostBatch(BatchSetStatsRequest gsReq, [Sys /// /// POST call to `/basic/stats/search` endpoint. /// - /// The instance to use for the request + /// 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 PostSearch(StatsSearchRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) + /// A promise containing the + public virtual Promise PostSearch(StatsBasicStatsSearchRequest gsReq, [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] [System.Runtime.InteropServices.OptionalAttribute()] bool includeAuthHeader) { string gsUrl = "/basic/stats/search"; // make the request and return the result - return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); + return _requester.Request(Method.POST, gsUrl, Beamable.Serialization.JsonSerializable.ToJson(gsReq), includeAuthHeader, this.Serialize); } /// /// POST call to `/basic/stats/search/extended` endpoint. diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.gs.cs.meta index 9756ba7a4f..4f651107d0 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 0cd6d4e03779a43d12effb3fe4368ee2 +guid: b8c511648cc5869de0b320f86c6c6ab1 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs index d99f3212d8..0fa8d7fbb9 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.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.Stats diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs.meta index 25937ecf15..b31c41afe6 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: c2cfd8cd813f9cff3a4584422b911aff +guid: e002507dba7e55f4f777469760f4b31b MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.gs.cs index ce98cb6135..9ec56a1494 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.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.Stats diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.gs.cs.meta index aad7d9ddef..6237b45073 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/StatsObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 3ebe5c4e6791ca105d0007fcd7a5b75a +guid: a98e66e52f4e138a3575c4ecba33e47b MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.gs.cs index 3edbf54c3f..fe76106159 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.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.Tournaments diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.gs.cs.meta index 6146f6cd93..25819919d7 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1a2279522cf94ab9ea3a9c39df535368 +guid: 67cc000e6cf80dd399b0c32ce517ad2e MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs index 552c4a9e34..ce9a1291f2 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.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.Tournaments diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs.meta index 87b5ce531d..508f283ada 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: bc1859dce8c14cc17ab6e6ad6f09d57a +guid: 538c3ee41817bd63a77defdfbc42c6aa MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.gs.cs index b96c74f394..452fa37f0e 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.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.Tournaments diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.gs.cs.meta index 28682ce550..8fc8d58e21 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TournamentsObject.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 7926b8c5d1c037a2ba75720ccd796d18 +guid: 2d441d8a9c62436be1984b091f1001a2 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.gs.cs index f010f06afc..a9c0108a79 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.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.Trials diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.gs.cs.meta index f6ce1cc80e..96e9657fb3 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasic.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 263869f032d03b4af9ead13f95487d6e +guid: bdeecf314b57fed641c676e84bdd5b97 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs index 320a00158a..ec1afde574 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.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.Trials diff --git a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs.meta b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs.meta index bab425b856..42b3adf2bb 100644 --- a/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs.meta +++ b/client/Packages/com.beamable/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 029660358634e78052d46623cadb8ff7 +guid: 4575529b013d5fe3131b7e9cf05f21bd MonoImporter: externalObjects: {} serializedVersion: 2