Skip to content

Commit

Permalink
Merge pull request #9 from PlayFab/IncApiVersion150824
Browse files Browse the repository at this point in the history
Updating all SDKs after changes to API_Specs
  • Loading branch information
Paul Gilmore committed Aug 24, 2015
2 parents 159eea4 + d350c7d commit 5c935c1
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 17 deletions.
14 changes: 12 additions & 2 deletions PlayFabClientSDK/source/PlayFabClientModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public class CatalogItem : IComparable<CatalogItem>
public bool CanBecomeCharacter { get; set;}

/// <summary>
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded
/// </summary>
public bool IsStackable { get; set;}

Expand Down Expand Up @@ -1198,6 +1198,16 @@ public class GetCharacterInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose character inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Unique identifier of the character for this inventory.
/// </summary>
public string CharacterId { get; set;}

/// <summary>
/// Array of inventory items belonging to the character.
/// </summary>
Expand Down Expand Up @@ -1900,7 +1910,7 @@ public class GetTitleDataRequest


/// <summary>
/// array of keys to get back data from the TitleData data blob, set by the admin tools
/// Specific keys to search for in the title data (leave null to get all keys)
/// </summary>
public List<string> Keys { get; set;}

Expand Down
2 changes: 1 addition & 1 deletion PlayFabClientSDK/source/PlayFabVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
public static string ApiRevision = "1.4.20150810";
public static string ApiRevision = "1.4.20150824";
public static string SdkRevision = "1.0.2";

public static string getVersionString()
Expand Down
11 changes: 8 additions & 3 deletions PlayFabSDK/source/PlayFabAdminModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public class CatalogItem : IComparable<CatalogItem>
public bool CanBecomeCharacter { get; set;}

/// <summary>
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded
/// </summary>
public bool IsStackable { get; set;}

Expand Down Expand Up @@ -830,7 +830,7 @@ public class GetContentUploadUrlRequest
public string Key { get; set;}

/// <summary>
/// A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when uploading the content.
/// A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when uploading the content. If not specified, the MIME type is 'binary/octet-stream' by default.
/// </summary>
public string ContentType { get; set;}

Expand Down Expand Up @@ -1195,7 +1195,7 @@ public class GetTitleDataRequest


/// <summary>
/// array of keys to get back data from the TitleData data blob, set by the admin tools
/// Specific keys to search for in the title data (leave null to get all keys)
/// </summary>
public List<string> Keys { get; set;}

Expand Down Expand Up @@ -1284,6 +1284,11 @@ public class GetUserInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Array of inventory items belonging to the user.
/// </summary>
Expand Down
14 changes: 12 additions & 2 deletions PlayFabSDK/source/PlayFabClientModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public class CatalogItem : IComparable<CatalogItem>
public bool CanBecomeCharacter { get; set;}

/// <summary>
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded
/// </summary>
public bool IsStackable { get; set;}

Expand Down Expand Up @@ -1198,6 +1198,16 @@ public class GetCharacterInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose character inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Unique identifier of the character for this inventory.
/// </summary>
public string CharacterId { get; set;}

/// <summary>
/// Array of inventory items belonging to the character.
/// </summary>
Expand Down Expand Up @@ -1900,7 +1910,7 @@ public class GetTitleDataRequest


/// <summary>
/// array of keys to get back data from the TitleData data blob, set by the admin tools
/// Specific keys to search for in the title data (leave null to get all keys)
/// </summary>
public List<string> Keys { get; set;}

Expand Down
34 changes: 32 additions & 2 deletions PlayFabSDK/source/PlayFabServerModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public class CatalogItem : IComparable<CatalogItem>
public bool CanBecomeCharacter { get; set;}

/// <summary>
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded
/// </summary>
public bool IsStackable { get; set;}

Expand Down Expand Up @@ -857,6 +857,16 @@ public class GetCharacterInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose character inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Unique identifier of the character for this inventory.
/// </summary>
public string CharacterId { get; set;}

/// <summary>
/// Array of inventory items belonging to the character.
/// </summary>
Expand Down Expand Up @@ -944,6 +954,16 @@ public class GetCharacterStatisticsResult
{


/// <summary>
/// PlayFab unique identifier of the user whose character statistics are being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Unique identifier of the character for the statistics.
/// </summary>
public string CharacterId { get; set;}

/// <summary>
/// Character statistics for the requested user.
/// </summary>
Expand Down Expand Up @@ -1307,7 +1327,7 @@ public class GetTitleDataRequest


/// <summary>
/// array of keys to get back data from the TitleData data blob, set by the admin tools
/// Specific keys to search for in the title data (leave null to get all keys)
/// </summary>
public List<string> Keys { get; set;}

Expand Down Expand Up @@ -1424,6 +1444,11 @@ public class GetUserInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Array of inventory items belonging to the user.
/// </summary>
Expand Down Expand Up @@ -1463,6 +1488,11 @@ public class GetUserStatisticsResult
{


/// <summary>
/// PlayFab unique identifier of the user whose statistics are being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// User statistics for the requested user.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion PlayFabSDK/source/PlayFabVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
public static string ApiRevision = "1.4.20150810";
public static string ApiRevision = "1.4.20150824";
public static string SdkRevision = "1.0.2";

public static string getVersionString()
Expand Down
11 changes: 8 additions & 3 deletions PlayFabServerSDK/source/PlayFabAdminModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public class CatalogItem : IComparable<CatalogItem>
public bool CanBecomeCharacter { get; set;}

/// <summary>
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded
/// </summary>
public bool IsStackable { get; set;}

Expand Down Expand Up @@ -830,7 +830,7 @@ public class GetContentUploadUrlRequest
public string Key { get; set;}

/// <summary>
/// A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when uploading the content.
/// A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when uploading the content. If not specified, the MIME type is 'binary/octet-stream' by default.
/// </summary>
public string ContentType { get; set;}

Expand Down Expand Up @@ -1195,7 +1195,7 @@ public class GetTitleDataRequest


/// <summary>
/// array of keys to get back data from the TitleData data blob, set by the admin tools
/// Specific keys to search for in the title data (leave null to get all keys)
/// </summary>
public List<string> Keys { get; set;}

Expand Down Expand Up @@ -1284,6 +1284,11 @@ public class GetUserInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Array of inventory items belonging to the user.
/// </summary>
Expand Down
34 changes: 32 additions & 2 deletions PlayFabServerSDK/source/PlayFabServerModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public class CatalogItem : IComparable<CatalogItem>
public bool CanBecomeCharacter { get; set;}

/// <summary>
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead
/// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded
/// </summary>
public bool IsStackable { get; set;}

Expand Down Expand Up @@ -857,6 +857,16 @@ public class GetCharacterInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose character inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Unique identifier of the character for this inventory.
/// </summary>
public string CharacterId { get; set;}

/// <summary>
/// Array of inventory items belonging to the character.
/// </summary>
Expand Down Expand Up @@ -944,6 +954,16 @@ public class GetCharacterStatisticsResult
{


/// <summary>
/// PlayFab unique identifier of the user whose character statistics are being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Unique identifier of the character for the statistics.
/// </summary>
public string CharacterId { get; set;}

/// <summary>
/// Character statistics for the requested user.
/// </summary>
Expand Down Expand Up @@ -1307,7 +1327,7 @@ public class GetTitleDataRequest


/// <summary>
/// array of keys to get back data from the TitleData data blob, set by the admin tools
/// Specific keys to search for in the title data (leave null to get all keys)
/// </summary>
public List<string> Keys { get; set;}

Expand Down Expand Up @@ -1424,6 +1444,11 @@ public class GetUserInventoryResult
{


/// <summary>
/// PlayFab unique identifier of the user whose inventory is being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// Array of inventory items belonging to the user.
/// </summary>
Expand Down Expand Up @@ -1463,6 +1488,11 @@ public class GetUserStatisticsResult
{


/// <summary>
/// PlayFab unique identifier of the user whose statistics are being returned.
/// </summary>
public string PlayFabId { get; set;}

/// <summary>
/// User statistics for the requested user.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion PlayFabServerSDK/source/PlayFabVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
public static string ApiRevision = "1.4.20150810";
public static string ApiRevision = "1.4.20150824";
public static string SdkRevision = "1.0.2";

public static string getVersionString()
Expand Down

0 comments on commit 5c935c1

Please sign in to comment.