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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 54 additions & 12 deletions cli/beamable.common/Runtime/OpenApi/ContentBasic.gs.cs

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions cli/beamable.common/Runtime/OpenApi/Models.gs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)))
Expand Down Expand Up @@ -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)
{
Expand All @@ -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)))
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading