From 0ecb0ddb6d5fb0198175974bf92fb93a494665c1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 18 Apr 2016 23:49:40 +0000 Subject: [PATCH 01/61] Automated build from Jenkins --- PlayFabSDK/PlayFabServerApi.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 71908146..e76b7f12 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -320,6 +320,12 @@ PlayFab.ServerApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/ConsumeItem", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); }, + EvaluateRandomResultTable: function (request, callback) { + if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/EvaluateRandomResultTable", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); + }, + GetCharacterInventory: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; From a9103d64a3d23078cd13cbdd700a961ef6192802 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 25 Apr 2016 16:52:18 +0000 Subject: [PATCH 02/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index e27ce164..97110274 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.15.160414", + sdkVersion: "0.16.160425", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 76b78d1d..ac221d06 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.15.160414", + sdkVersion: "0.16.160425", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index e75e05f6..784c3e86 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.15.160414", + sdkVersion: "0.16.160425", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index e76b7f12..79b48508 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.15.160414", + sdkVersion: "0.16.160425", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 52fc651779a31a3b7a74cbb6001f1d87c30b4ea9 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 28 Apr 2016 20:54:42 +0000 Subject: [PATCH 03/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 97110274..8be8557f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -308,6 +308,12 @@ PlayFab.AdminApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/SetStoreItems", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); }, + SetStoreSegmentOverrides: function (request, callback) { + if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/SetStoreSegmentOverrides", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); + }, + SetTitleData: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; From 6aa3283ccb973d366054d182ad2fd59d03492081 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 2 May 2016 17:08:12 +0000 Subject: [PATCH 04/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 8be8557f..194f8e20 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.16.160425", + sdkVersion: "0.17.160502", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ac221d06..c4293ebf 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.16.160425", + sdkVersion: "0.17.160502", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 784c3e86..16be47f4 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.16.160425", + sdkVersion: "0.17.160502", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 79b48508..c98c4223 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.16.160425", + sdkVersion: "0.17.160502", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 93bb216c0850c5feda66090ad61e41df1550ec3b Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 9 May 2016 22:48:36 +0000 Subject: [PATCH 05/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 194f8e20..6b3d19ae 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -308,12 +308,6 @@ PlayFab.AdminApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/SetStoreItems", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); }, - SetStoreSegmentOverrides: function (request, callback) { - if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; - - PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/SetStoreSegmentOverrides", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); - }, - SetTitleData: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; From 9c622ce6b7548ee88a8bb4f342938d413b8a9017 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 10 May 2016 01:25:03 +0000 Subject: [PATCH 06/61] Automated build from Jenkins --- PlayFabSDK/PlayFabServerApi.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c98c4223..fddec123 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -440,6 +440,12 @@ PlayFab.ServerApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/RedeemMatchmakerTicket", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); }, + SetGameServerInstanceState: function (request, callback) { + if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/SetGameServerInstanceState", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); + }, + AwardSteamAchievement: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; From f46a0d90768cbd0bae8b47e57ee1efa0c972189f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 23 May 2016 18:19:12 +0000 Subject: [PATCH 07/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 6b3d19ae..accc140f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.17.160502", + sdkVersion: "0.18.160523", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index c4293ebf..12584ad4 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.17.160502", + sdkVersion: "0.18.160523", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 16be47f4..c6627b94 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.17.160502", + sdkVersion: "0.18.160523", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index fddec123..aa01c0c6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -18,7 +18,7 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.17.160502", + sdkVersion: "0.18.160523", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 798dc78074f6f5a943837d24c8228a09a368ac79 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 18:27:35 +0000 Subject: [PATCH 08/61] Automated build from Jenkins --- PlayFabApiTest.js | 203 +++++++++++++++-------------- PlayFabSDK/PlayFabAdminApi.js | 2 + PlayFabSDK/PlayFabClientApi.js | 6 + PlayFabSDK/PlayFabMatchmakerApi.js | 2 + PlayFabSDK/PlayFabServerApi.js | 2 + 5 files changed, 115 insertions(+), 100 deletions(-) diff --git a/PlayFabApiTest.js b/PlayFabApiTest.js index adb76a22..63f63ce3 100644 --- a/PlayFabApiTest.js +++ b/PlayFabApiTest.js @@ -29,7 +29,8 @@ var PlayFabApiTests = { }, testConstants: { TEST_KEY: "testCounter", - TEST_STAT_NAME: "str" + TEST_STAT_NAME: "str", + CHAR_TEST_TYPE: "Fighter" }, ManualExecution: function () { @@ -60,7 +61,7 @@ var PlayFabApiTests = { if (count > 5) return; - if (PlayFab._internalSettings.sessionTicket == null) { + if (!PlayFabClientSDK.IsClientLoggedIn()) { // Wait for login setTimeout(function () { PlayFabApiTests.PostLoginTests(count + 1); }, 200); } else { @@ -200,55 +201,22 @@ var PlayFabApiTests = { LoginOrRegister: function (assert) { var loginRequest = { // Currently, you need to look up the correct format for this object in the API-docs: - // https://api.playfab.com/Documentation/Client/method/LoginWithEmailAddress + // https://api.playfab.com/Documentation/Client/method/LoginWithCustomID TitleId: PlayFab.settings.titleId, - Email: PlayFabApiTests.titleData.userEmail, - Password: PlayFabApiTests.titleData.userPassword - }; - var registerRequest = { - // Currently, you need to look up the correct format for this object in the API-docs: - // https://api.playfab.com/Documentation/Client/method/RegisterPlayFabUser - TitleId: PlayFab.settings.titleId, - Username: PlayFabApiTests.titleData.userName, - Email: PlayFabApiTests.titleData.userEmail, - Password: PlayFabApiTests.titleData.userPassword + CustomId: PlayFab._internalSettings.buildIdentifier, + CreateAccount: true }; - // We don't know at this point how many async calls we'll make - var loginDone = null; - var registerDone = null; - - var mandatoryLoginCallback = function (result, error) { - // Login MUST succeed at some point during this test + var loginDone = assert.async(); + var loginCallback = function (result, error) { PlayFabApiTests.VerifyNullError(result, error, assert, "Testing Valid login result"); - assert.ok(PlayFab._internalSettings.sessionTicket != null, "Testing Login credentials cache"); - PlayFabApiTests.testData.playFabId = result.data.PlayFabId; // Save the PlayFabId, it will be used in other tests + assert.ok(PlayFabClientSDK.IsClientLoggedIn(), "Testing Login credentials cache"); + if (result != null) + PlayFabApiTests.testData.playFabId = result.data.PlayFabId; // Save the PlayFabId, it will be used in other tests loginDone(); }; - var registerCallback = function (result, error) { - // Second login MUST succeed - PlayFabApiTests.VerifyNullError(result, error, assert, "Testing Registration result"); - - // Log in again, this time with the newly registered account - loginDone = assert.async(); - PlayFabClientSDK.LoginWithEmailAddress(loginRequest, PlayFabApiTests.CallbackWrapper("mandatoryLoginCallback", mandatoryLoginCallback, assert)); - registerDone(); - }; - var optionalLoginCallback = function (result, error) { - // First login falls back upon registration if login failed - if (result == null) { - // Register the character and try again - registerDone = assert.async(); - PlayFabClientSDK.RegisterPlayFabUser(registerRequest, PlayFabApiTests.CallbackWrapper("registerCallback", registerCallback, assert)); - loginDone(); - } - else { - // Confirm the successful login - mandatoryLoginCallback(result, error); - } - }; - loginDone = assert.async(); - PlayFabClientSDK.LoginWithEmailAddress(loginRequest, PlayFabApiTests.CallbackWrapper("optionalLoginCallback", optionalLoginCallback, assert)); + + PlayFabClientSDK.LoginWithCustomID(loginRequest, PlayFabApiTests.CallbackWrapper("loginCallback", loginCallback, assert)); }, /// @@ -263,12 +231,12 @@ var PlayFabApiTests = { var count = -1; var finishAdvertId = function () { count += 1; - if (count > 10) - assert.ok(false, "The advertisingId was not submitted properly"); - else if (PlayFab.settings.advertisingIdType === PlayFab.settings.AD_TYPE_ANDROID_ID + "_Successful") - loginDone(); - else + if (count <= 10 && PlayFab.settings.advertisingIdType !== PlayFab.settings.AD_TYPE_ANDROID_ID + "_Successful") { setTimeout(PlayFabApiTests.SimpleCallbackWrapper("finishAdvertId", finishAdvertId, assert), 200); + } else { + assert.ok(PlayFab.settings.advertisingIdType === PlayFab.settings.AD_TYPE_ANDROID_ID + "_Successful", "Testing whether advertisingId submitted properly"); + loginDone(); + } }; var advertLoginCallback = function (result, error) { PlayFabApiTests.VerifyNullError(result, error, assert, "Testing Advert-Login result"); @@ -276,12 +244,12 @@ var PlayFabApiTests = { }; var loginRequest = { // Currently, you need to look up the correct format for this object in the API-docs: - // https://api.playfab.com/Documentation/Client/method/LoginWithEmailAddress + // https://api.playfab.com/Documentation/Client/method/LoginWithCustomID TitleId: PlayFab.settings.titleId, - Email: PlayFabApiTests.titleData.userEmail, - Password: PlayFabApiTests.titleData.userPassword + CustomId: PlayFab._internalSettings.buildIdentifier, + CreateAccount: true }; - PlayFabClientSDK.LoginWithEmailAddress(loginRequest, PlayFabApiTests.CallbackWrapper("advertLoginCallback", advertLoginCallback, assert)); + PlayFabClientSDK.LoginWithCustomID(loginRequest, PlayFabApiTests.CallbackWrapper("advertLoginCallback", advertLoginCallback, assert)); }, /// @@ -323,9 +291,9 @@ var PlayFabApiTests = { var getDataCallback1 = function (result, error) { PlayFabApiTests.VerifyNullError(result, error, assert, "Testing GetUserData result"); assert.ok(result.data.Data != null, "Testing GetUserData Data"); - assert.ok(result.data.Data.hasOwnProperty(PlayFabApiTests.testConstants.TEST_KEY), "Testing GetUserData DataKey"); - PlayFabApiTests.testData.testNumber = parseInt(result.data.Data[PlayFabApiTests.testConstants.TEST_KEY].Value, 10); + var hasData = result.data.Data.hasOwnProperty(PlayFabApiTests.testConstants.TEST_KEY); + PlayFabApiTests.testData.testNumber = !hasData ? 1 : parseInt(result.data.Data[PlayFabApiTests.testConstants.TEST_KEY].Value, 10); PlayFabApiTests.testData.testNumber = (PlayFabApiTests.testData.testNumber + 1) % 100; // This test is about the expected value changing - but not testing more complicated issues like bounds var updateDataRequest = { @@ -375,9 +343,9 @@ var PlayFabApiTests = { var getStatsCallback1 = function (result, error) { PlayFabApiTests.VerifyNullError(result, error, assert, "Testing GetUserStats result"); assert.ok(result.data.UserStatistics != null, "Testing GetUserData Stats"); - assert.ok(result.data.UserStatistics.hasOwnProperty(PlayFabApiTests.testConstants.TEST_STAT_NAME), "Testing GetUserData Stat-value"); - PlayFabApiTests.testData.testNumber = result.data.UserStatistics[PlayFabApiTests.testConstants.TEST_STAT_NAME]; + var hasData = result.data.UserStatistics.hasOwnProperty(PlayFabApiTests.testConstants.TEST_STAT_NAME); + PlayFabApiTests.testData.testNumber = !hasData ? 1 : result.data.UserStatistics[PlayFabApiTests.testConstants.TEST_STAT_NAME]; PlayFabApiTests.testData.testNumber = (PlayFabApiTests.testData.testNumber + 1) % 100; // This test is about the expected value changing - but not testing more complicated issues like bounds var updateStatsRequest = { @@ -406,8 +374,8 @@ var PlayFabApiTests = { // https://api.playfab.com/Documentation/Server/method/GrantCharacterToUser TitleId: PlayFabApiTests.titleData.titleId, PlayFabId: PlayFabApiTests.testData.playFabId, - CharacterName: PlayFabApiTests.titleData.CHAR_NAME, - CharacterType: PlayFabApiTests.titleData.CHAR_TEST_TYPE + CharacterName: PlayFabApiTests.titleData.characterName, + CharacterType: PlayFabApiTests.testConstants.CHAR_TEST_TYPE }; // We don't know at this point how many async calls we'll make @@ -431,12 +399,12 @@ var PlayFabApiTests = { // Get chars again, this time with the newly granted character getDone = assert.async(); - PlayFabClientSDK.GetAllUsersCharacters(getCharsRequest, PlayFabApiTests.CallbackWrapper("mandatoryGetCharsCallback", mandatoryGetCharsCallback, assert)); + PlayFabClientSDK.GetAllUsersCharacters(grantCharRequest, PlayFabApiTests.CallbackWrapper("mandatoryGetCharsCallback", mandatoryGetCharsCallback, assert)); grantDone(); }; var optionalGetCharsCallback = function (result, error) { // First get chars falls back upon grant-char if target character not present - if (result == null) { + if (result.data.Characters.length === 0) { // Register the character and try again grantDone = assert.async(); PlayFabServerSDK.GrantCharacterToUser(grantCharRequest, PlayFabApiTests.CallbackWrapper("grantCharCallback", grantCharCallback, assert)); @@ -520,45 +488,25 @@ var PlayFabApiTests = { /// Test that CloudScript can be properly set up and invoked /// CloudScript: function (assert) { - var urlDone = null; - var hwDone = null; + var hwDone = assert.async(); - if (PlayFab._internalSettings.logicServerUrl == null) { - var getCloudUrlRequest = {}; - - var getCloudScriptUrlCallback = function (result, error) { - PlayFabApiTests.VerifyNullError(result, error, assert, "Testing GetCloudUrl result"); - - if (PlayFab._internalSettings.logicServerUrl != null) - PlayFabApiTests.CloudScript(assert); // Recursively call this test to get the case below - else - assert.ok(false, "GetCloudScriptUrl did not retrieve the logicServerUrl"); - - urlDone(); - }; - - urlDone = assert.async(); - PlayFabClientSDK.GetCloudScriptUrl(getCloudUrlRequest, PlayFabApiTests.CallbackWrapper("getCloudScriptUrlCallback", getCloudScriptUrlCallback, assert)); - } else { - var helloWorldRequest = { - // Currently, you need to look up the correct format for this object in the API-docs: - // https://api.playfab.com/Documentation/Client/method/RunCloudScript - ActionId: "helloWorld" - }; - - var helloWorldCallback = function (result, error) { - PlayFabApiTests.VerifyNullError(result, error, assert, "Testing HelloWorld result"); - if (result != null) { - assert.ok(result.data.Results != null, "Testing HelloWorld result"); - assert.ok(result.data.Results.messageValue != null, "Testing HelloWorld result message"); - assert.equal(result.data.Results.messageValue, "Hello " + PlayFabApiTests.testData.playFabId + "!", "HelloWorld cloudscript result: " + result.data.Results.messageValue); - } - hwDone(); - }; - - hwDone = assert.async(); - PlayFabClientSDK.RunCloudScript(helloWorldRequest, PlayFabApiTests.CallbackWrapper("helloWorldCallback", helloWorldCallback, assert)); - } + var helloWorldRequest = { + // Currently, you need to look up the correct format for this object in the API-docs: + // https://api.playfab.com/Documentation/Client/method/ExecuteCloudScript + FunctionName: "helloWorld" + }; + + var helloWorldCallback = function (result, error) { + PlayFabApiTests.VerifyNullError(result, error, assert, "Testing HelloWorld result"); + if (result != null) { + assert.ok(result.data.FunctionResult != null, "Testing HelloWorld result"); + assert.ok(result.data.FunctionResult.messageValue != null, "Testing HelloWorld result message"); + assert.equal(result.data.FunctionResult.messageValue, "Hello " + PlayFabApiTests.testData.playFabId + "!", "HelloWorld cloudscript result: " + result.data.FunctionResult.messageValue); + } + hwDone(); + }; + + PlayFabClientSDK.ExecuteCloudScript(helloWorldRequest, PlayFabApiTests.CallbackWrapper("helloWorldCallback", helloWorldCallback, assert)); }, /// @@ -587,4 +535,59 @@ var PlayFabApiTests = { }, }; +// The test report that will ultimately be relayed back to Cloud Script when the suite finishes +var PfTestReport = [{ + name: PlayFab._internalSettings.buildIdentifier, + tests: 0, + failures: 0, + errors: 0, + skipped: 0, + time: 0.0, + timestamp: "", + testResults: [] + }]; + +QUnit.begin(function (details) { + PfTestReport[0].timestamp = (new Date()).toISOString(); +}); + +QUnit.testDone(function (details) { + PfTestReport[0].tests += 1; + var isFail = details.failed > 0 || details.passed !== details.total; + if (isFail) { + PfTestReport[0].failures += 1; + PfTestReport[0].testResults.push({ + classname: PlayFab._internalSettings.buildIdentifier, + name: details.name, + time: details.runtime / 1000.0, + message: "Test failure message", // TODO: Can we get the real test message here? + failureText: "FAILED" + }); + } else { + PfTestReport[0].testResults.push({ + classname: PlayFab._internalSettings.buildIdentifier, + name: details.name, + time: details.runtime / 1000.0 + }); + } +}); + +// Register for all the QUnit hooks so we can track all the tests that are complete +QUnit.done(function (details) { + PfTestReport[0].time = details.runtime / 1000.0; + + var saveResultsRequest = { + // Currently, you need to look up the correct format for this object in the API-docs: + // https://api.playfab.com/Documentation/Client/method/ExecuteCloudScript + FunctionName: "SaveTestData", + FunctionParameter: { customId: PlayFab._internalSettings.buildIdentifier, testReport: PfTestReport } + }; + if (PlayFabClientSDK.IsClientLoggedIn()) { + PlayFabClientSDK.ExecuteCloudScript(saveResultsRequest, null); + console.log(PlayFabApiTests.testData.playFabId, ", Test report saved to CloudScript: ", PlayFab._internalSettings.buildIdentifier, "\n", JSON.stringify(PfTestReport, null, 4)); + } else { + console.log(PlayFabApiTests.testData.playFabId, ", Failed to save test report to CloudScript: ", PlayFab._internalSettings.buildIdentifier, "\n", JSON.stringify(PfTestReport, null, 4)); + } +}); + PlayFabApiTests.ManualExecution(); diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index accc140f..144f287a 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,6 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", + buildIdentifier: "jbuild_javascriptsdk_1170", productionServerUrl: ".playfabapi.com", logicServerUrl: null, @@ -104,6 +105,7 @@ if(!PlayFab._internalSettings) { } PlayFab.AdminApi = { + GetUserAccountInfo: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 12584ad4..20fe0312 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,6 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", + buildIdentifier: "jbuild_javascriptsdk_1170", productionServerUrl: ".playfabapi.com", logicServerUrl: null, @@ -104,6 +105,11 @@ if(!PlayFab._internalSettings) { } PlayFab.ClientApi = { + + IsClientLoggedIn: function () { + return PlayFab._internalSettings.sessionTicket != null && PlayFab._internalSettings.sessionTicket.length > 0; + }, + GetPhotonAuthenticationToken: function (request, callback) { if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index c6627b94..44e1d268 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,6 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", + buildIdentifier: "jbuild_javascriptsdk_1170", productionServerUrl: ".playfabapi.com", logicServerUrl: null, @@ -104,6 +105,7 @@ if(!PlayFab._internalSettings) { } PlayFab.MatchmakerApi = { + AuthUser: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index aa01c0c6..25b80bb1 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,6 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", + buildIdentifier: "jbuild_javascriptsdk_1170", productionServerUrl: ".playfabapi.com", logicServerUrl: null, @@ -104,6 +105,7 @@ if(!PlayFab._internalSettings) { } PlayFab.ServerApi = { + AuthenticateSessionTicket: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; From 993b0dfe508f4b767a4d3f9a1256a4fa172d2d35 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 18:45:42 +0000 Subject: [PATCH 09/61] https://github.com/PlayFab/SDKGenerator/commit/4a2d5be6b3996643a4bd8c2262239e20b37eda76 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 144f287a..d0ea8e9f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1170", + buildIdentifier: "jbuild_javascriptsdk_1171", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 20fe0312..b3e60a0a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1170", + buildIdentifier: "jbuild_javascriptsdk_1171", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 44e1d268..21c86e68 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1170", + buildIdentifier: "jbuild_javascriptsdk_1171", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 25b80bb1..5c80e8f9 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1170", + buildIdentifier: "jbuild_javascriptsdk_1171", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b21483b48b5318412bed29aaee928e67a5f33156 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 19:12:20 +0000 Subject: [PATCH 10/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index d0ea8e9f..7fececcf 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1171", + buildIdentifier: "jbuild_javascriptsdk_1172", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b3e60a0a..51d6c4b2 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1171", + buildIdentifier: "jbuild_javascriptsdk_1172", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 21c86e68..c07e4628 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1171", + buildIdentifier: "jbuild_javascriptsdk_1172", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 5c80e8f9..121ce8b2 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1171", + buildIdentifier: "jbuild_javascriptsdk_1172", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 52711b49093b7ad3395618957b04c4b308c871fc Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 19:41:57 +0000 Subject: [PATCH 11/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 7fececcf..7f2b3287 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1172", + buildIdentifier: "jbuild_javascriptsdk_1173", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 51d6c4b2..ef1ab4df 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1172", + buildIdentifier: "jbuild_javascriptsdk_1173", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index c07e4628..4c46f61a 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1172", + buildIdentifier: "jbuild_javascriptsdk_1173", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 121ce8b2..889e69f0 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1172", + buildIdentifier: "jbuild_javascriptsdk_1173", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From daadffcb9eae9622020be8523dbb691e19d68086 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 20:42:25 +0000 Subject: [PATCH 12/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 7f2b3287..6498818b 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1173", + buildIdentifier: "jbuild_javascriptsdk_1174", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ef1ab4df..0dcc65af 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1173", + buildIdentifier: "jbuild_javascriptsdk_1174", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4c46f61a..bb40b898 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1173", + buildIdentifier: "jbuild_javascriptsdk_1174", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 889e69f0..79ef1410 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1173", + buildIdentifier: "jbuild_javascriptsdk_1174", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From dd9ea3db77ac385390c57481beea56fffbb0fe53 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 21:37:43 +0000 Subject: [PATCH 13/61] https://github.com/PlayFab/SDKGenerator/commit/00e8d9c6d1698f651f3cfd7cc9b4e2c79b41c379 --- PlayFabSDK/PlayFabAdminApi.js | 4 ++-- PlayFabSDK/PlayFabClientApi.js | 4 ++-- PlayFabSDK/PlayFabMatchmakerApi.js | 4 ++-- PlayFabSDK/PlayFabServerApi.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 6498818b..85a06335 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1174", + sdkVersion: "0.19.160606", + buildIdentifier: "jbuild_javascriptsdk_1175", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 0dcc65af..ec8570a4 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1174", + sdkVersion: "0.19.160606", + buildIdentifier: "jbuild_javascriptsdk_1175", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index bb40b898..8a795955 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1174", + sdkVersion: "0.19.160606", + buildIdentifier: "jbuild_javascriptsdk_1175", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 79ef1410..ed95bb5a 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.18.160523", - buildIdentifier: "jbuild_javascriptsdk_1174", + sdkVersion: "0.19.160606", + buildIdentifier: "jbuild_javascriptsdk_1175", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From e2930cbab1401be6c5f2f656a11f31e26406b71c Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 21:57:21 +0000 Subject: [PATCH 14/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 85a06335..b5ee63dc 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1175", + buildIdentifier: "jbuild_javascriptsdk_1176", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ec8570a4..363f3872 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1175", + buildIdentifier: "jbuild_javascriptsdk_1176", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8a795955..4c7b008c 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1175", + buildIdentifier: "jbuild_javascriptsdk_1176", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index ed95bb5a..2bdb5551 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1175", + buildIdentifier: "jbuild_javascriptsdk_1176", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f941c20d15cb6de0a3853d99dfeaee84c3f4a0d4 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 22:15:32 +0000 Subject: [PATCH 15/61] https://github.com/PlayFab/SDKGenerator/commit/bd433f65207155e8a47362a69afc3e6e43c8e1fc --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index b5ee63dc..a36c031f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1176", + buildIdentifier: "jbuild_javascriptsdk_1177", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 363f3872..2dea2ff4 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1176", + buildIdentifier: "jbuild_javascriptsdk_1177", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4c7b008c..23a72454 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1176", + buildIdentifier: "jbuild_javascriptsdk_1177", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2bdb5551..fd757458 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1176", + buildIdentifier: "jbuild_javascriptsdk_1177", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 97a0e3b0029867a72693a304050a6bbe896a2a0d Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 22:50:02 +0000 Subject: [PATCH 16/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index a36c031f..aa68399d 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1177", + buildIdentifier: "jbuild_javascriptsdk_1178", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 2dea2ff4..ae4b205f 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1177", + buildIdentifier: "jbuild_javascriptsdk_1178", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 23a72454..cc10dd81 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1177", + buildIdentifier: "jbuild_javascriptsdk_1178", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index fd757458..d635e379 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1177", + buildIdentifier: "jbuild_javascriptsdk_1178", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f19b670093c3454555b8b265900a7e5fa84e6ee8 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 23:10:56 +0000 Subject: [PATCH 17/61] https://github.com/PlayFab/SDKGenerator/commit/514efaa363364b69337e988da5d4153e73edfc46 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index aa68399d..201f6efa 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1178", + buildIdentifier: "jbuild_javascriptsdk_1179", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ae4b205f..fdb92a45 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1178", + buildIdentifier: "jbuild_javascriptsdk_1179", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index cc10dd81..e3fe0d9e 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1178", + buildIdentifier: "jbuild_javascriptsdk_1179", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index d635e379..08ba317f 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1178", + buildIdentifier: "jbuild_javascriptsdk_1179", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 04e98e50d8ef3a2987b28d00506369aede2b99cc Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 23:32:07 +0000 Subject: [PATCH 18/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 201f6efa..d0e51854 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1179", + buildIdentifier: "jbuild_javascriptsdk_1180", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index fdb92a45..5af66c00 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1179", + buildIdentifier: "jbuild_javascriptsdk_1180", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index e3fe0d9e..78b00ecc 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1179", + buildIdentifier: "jbuild_javascriptsdk_1180", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 08ba317f..e54cd7f6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1179", + buildIdentifier: "jbuild_javascriptsdk_1180", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 77638784ff06e09db6f40e84a243ad4a7a0ad75d Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 6 Jun 2016 23:51:56 +0000 Subject: [PATCH 19/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index d0e51854..586f1b8c 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1180", + buildIdentifier: "jbuild_javascriptsdk_1181", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5af66c00..454f3b36 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1180", + buildIdentifier: "jbuild_javascriptsdk_1181", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 78b00ecc..9ec5ddf0 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1180", + buildIdentifier: "jbuild_javascriptsdk_1181", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index e54cd7f6..51358c26 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1180", + buildIdentifier: "jbuild_javascriptsdk_1181", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a1883ef5bd07a1bbd026e990f50d62e59185cf96 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 00:10:05 +0000 Subject: [PATCH 20/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 586f1b8c..9d99ff95 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1181", + buildIdentifier: "jbuild_javascriptsdk_1182", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 454f3b36..33e8981f 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1181", + buildIdentifier: "jbuild_javascriptsdk_1182", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 9ec5ddf0..40e12764 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1181", + buildIdentifier: "jbuild_javascriptsdk_1182", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 51358c26..243dabb4 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1181", + buildIdentifier: "jbuild_javascriptsdk_1182", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From c27b781555eded542a2b17a55633709a0ce7c3b3 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 00:26:19 +0000 Subject: [PATCH 21/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 9d99ff95..e484c912 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1182", + buildIdentifier: "jbuild_javascriptsdk_1183", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 33e8981f..4dad7d0d 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1182", + buildIdentifier: "jbuild_javascriptsdk_1183", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 40e12764..418063b2 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1182", + buildIdentifier: "jbuild_javascriptsdk_1183", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 243dabb4..00d3c646 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1182", + buildIdentifier: "jbuild_javascriptsdk_1183", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From e88c6607718c3631a9e3687390d7a2d8e4b551ed Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 01:58:09 +0000 Subject: [PATCH 22/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index e484c912..56bcd873 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1183", + buildIdentifier: "jbuild_javascriptsdk_1184", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4dad7d0d..b2f1d737 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1183", + buildIdentifier: "jbuild_javascriptsdk_1184", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 418063b2..b75eeae8 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1183", + buildIdentifier: "jbuild_javascriptsdk_1184", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 00d3c646..38aa6a35 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1183", + buildIdentifier: "jbuild_javascriptsdk_1184", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 39a12e60e77735a171242130aca92ea431e7047e Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 02:14:32 +0000 Subject: [PATCH 23/61] https://github.com/PlayFab/SDKGenerator/commit/409df4e651eab4b8e8431d7a97eed8b3b184d6b4 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 56bcd873..0ea842bd 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1184", + buildIdentifier: "jbuild_javascriptsdk_1185", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b2f1d737..cce757df 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1184", + buildIdentifier: "jbuild_javascriptsdk_1185", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index b75eeae8..6cc2d410 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1184", + buildIdentifier: "jbuild_javascriptsdk_1185", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 38aa6a35..ee7fc96b 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1184", + buildIdentifier: "jbuild_javascriptsdk_1185", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 5620381dfdb95ecb675845896af0ff060e6c63a7 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 02:23:54 +0000 Subject: [PATCH 24/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 0ea842bd..16c23f1f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1185", + buildIdentifier: "jbuild_javascriptsdk_1186", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index cce757df..650b5e6c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1185", + buildIdentifier: "jbuild_javascriptsdk_1186", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 6cc2d410..3319a231 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1185", + buildIdentifier: "jbuild_javascriptsdk_1186", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index ee7fc96b..0a1ef4a8 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1185", + buildIdentifier: "jbuild_javascriptsdk_1186", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From c358f2f400931cf419e920570a3054c0e9955421 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 16:37:12 +0000 Subject: [PATCH 25/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 16c23f1f..ad7620e6 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1186", + buildIdentifier: "jbuild_javascriptsdk_1187", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 650b5e6c..5b5f477a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1186", + buildIdentifier: "jbuild_javascriptsdk_1187", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 3319a231..bc596093 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1186", + buildIdentifier: "jbuild_javascriptsdk_1187", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 0a1ef4a8..2c44b065 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1186", + buildIdentifier: "jbuild_javascriptsdk_1187", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 84f8ab2609e272403c47aaabe6c02cafbb435bca Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 17:00:46 +0000 Subject: [PATCH 26/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index ad7620e6..09f7c00a 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1187", + buildIdentifier: "jbuild_javascriptsdk_1188", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5b5f477a..a2c66bee 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1187", + buildIdentifier: "jbuild_javascriptsdk_1188", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index bc596093..1d1c4ad0 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1187", + buildIdentifier: "jbuild_javascriptsdk_1188", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2c44b065..5f5103c1 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1187", + buildIdentifier: "jbuild_javascriptsdk_1188", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 36eb7b362fd3087f74c42bb6c09ac21e2ef08a9f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 17:35:55 +0000 Subject: [PATCH 27/61] https://github.com/PlayFab/SDKGenerator/commit/7cfb169905a9f4a2b6003ca252d9be368ec82797 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 09f7c00a..3ec40cd8 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1188", + buildIdentifier: "jbuild_javascriptsdk_1189", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index a2c66bee..b6a1b50e 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1188", + buildIdentifier: "jbuild_javascriptsdk_1189", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 1d1c4ad0..8ce37e2e 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1188", + buildIdentifier: "jbuild_javascriptsdk_1189", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 5f5103c1..9ab99991 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1188", + buildIdentifier: "jbuild_javascriptsdk_1189", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a1cce44a780e238b0b3ada8591d945175c432b10 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 20:53:45 +0000 Subject: [PATCH 28/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 3ec40cd8..d6060a47 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1189", + buildIdentifier: "jbuild_javascriptsdk_1190", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b6a1b50e..5c7fc109 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1189", + buildIdentifier: "jbuild_javascriptsdk_1190", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8ce37e2e..9b858b08 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1189", + buildIdentifier: "jbuild_javascriptsdk_1190", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 9ab99991..71541f2a 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1189", + buildIdentifier: "jbuild_javascriptsdk_1190", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b00b083366a4c3f4cdacffe3fce8d768a93add6b Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 21:49:53 +0000 Subject: [PATCH 29/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index d6060a47..9a8b520a 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1190", + buildIdentifier: "jbuild_javascriptsdk_1191", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5c7fc109..2c08d735 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1190", + buildIdentifier: "jbuild_javascriptsdk_1191", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 9b858b08..5366eaf3 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1190", + buildIdentifier: "jbuild_javascriptsdk_1191", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 71541f2a..00dbc7e8 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1190", + buildIdentifier: "jbuild_javascriptsdk_1191", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 558094578c5bc19b80533660688bd81e769928d7 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 7 Jun 2016 22:26:46 +0000 Subject: [PATCH 30/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 9a8b520a..1586d80f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1191", + buildIdentifier: "jbuild_javascriptsdk_1192", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 2c08d735..45207616 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1191", + buildIdentifier: "jbuild_javascriptsdk_1192", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 5366eaf3..8e814cef 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1191", + buildIdentifier: "jbuild_javascriptsdk_1192", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 00dbc7e8..f1ad3935 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1191", + buildIdentifier: "jbuild_javascriptsdk_1192", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From eae6281c10df382554e33cef646cd623bc783938 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 8 Jun 2016 11:05:29 +0000 Subject: [PATCH 31/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 1586d80f..54ff0589 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1192", + buildIdentifier: "jbuild_javascriptsdk_1193", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 45207616..b7637189 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1192", + buildIdentifier: "jbuild_javascriptsdk_1193", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8e814cef..1a900405 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1192", + buildIdentifier: "jbuild_javascriptsdk_1193", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index f1ad3935..33e8825f 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1192", + buildIdentifier: "jbuild_javascriptsdk_1193", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9168826460e693ab10f0b6c7b427a9b4da91d9f2 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 8 Jun 2016 17:10:03 +0000 Subject: [PATCH 32/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 54ff0589..e0a1f303 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1193", + buildIdentifier: "jbuild_javascriptsdk_1194", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b7637189..a16e34f2 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1193", + buildIdentifier: "jbuild_javascriptsdk_1194", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 1a900405..bb574e10 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1193", + buildIdentifier: "jbuild_javascriptsdk_1194", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 33e8825f..dd1c5e9c 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1193", + buildIdentifier: "jbuild_javascriptsdk_1194", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 6ce858fdd516acb0c60ce798b47baff7a98598ab Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 8 Jun 2016 21:17:57 +0000 Subject: [PATCH 33/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index e0a1f303..76b897bf 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1194", + buildIdentifier: "jbuild_javascriptsdk_1195", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index a16e34f2..c6fc9065 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1194", + buildIdentifier: "jbuild_javascriptsdk_1195", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index bb574e10..f775d61c 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1194", + buildIdentifier: "jbuild_javascriptsdk_1195", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index dd1c5e9c..6a18a1cd 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1194", + buildIdentifier: "jbuild_javascriptsdk_1195", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From e717c25f46ec3a0cf33e5a5bfde31e1f105ff169 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 8 Jun 2016 22:08:54 +0000 Subject: [PATCH 34/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 76b897bf..4f5f3267 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1195", + buildIdentifier: "jbuild_javascriptsdk_1196", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index c6fc9065..931ae857 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1195", + buildIdentifier: "jbuild_javascriptsdk_1196", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index f775d61c..d1e9ee21 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1195", + buildIdentifier: "jbuild_javascriptsdk_1196", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 6a18a1cd..d8a0f2f4 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1195", + buildIdentifier: "jbuild_javascriptsdk_1196", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From bc61572492e3d9fc72f6e764311cb6ea2c5e64fe Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 11:05:01 +0000 Subject: [PATCH 35/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 4f5f3267..969a813c 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1196", + buildIdentifier: "jbuild_javascriptsdk_1197", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 931ae857..11dbaca9 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1196", + buildIdentifier: "jbuild_javascriptsdk_1197", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index d1e9ee21..778f3576 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1196", + buildIdentifier: "jbuild_javascriptsdk_1197", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index d8a0f2f4..c69e7df2 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1196", + buildIdentifier: "jbuild_javascriptsdk_1197", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 86f4d64e9b0dae11f224cd91d6487f471a32370b Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 18:31:14 +0000 Subject: [PATCH 36/61] https://github.com/PlayFab/SDKGenerator/commit/ebdac468562b9d4d2cdf2bf31282eab898b0a278 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 969a813c..1a55e450 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1197", + buildIdentifier: "jbuild_javascriptsdk_1198", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 11dbaca9..b6e7d6ed 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1197", + buildIdentifier: "jbuild_javascriptsdk_1198", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 778f3576..4a34dda7 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1197", + buildIdentifier: "jbuild_javascriptsdk_1198", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c69e7df2..7f7d3f06 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1197", + buildIdentifier: "jbuild_javascriptsdk_1198", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 6d36d362a87a351e3e5e6f18884179e22319a23e Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 20:22:15 +0000 Subject: [PATCH 37/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 1a55e450..46fd187c 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1198", + buildIdentifier: "jbuild_javascriptsdk_1199", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b6e7d6ed..b7319e29 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1198", + buildIdentifier: "jbuild_javascriptsdk_1199", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4a34dda7..b5ce625a 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1198", + buildIdentifier: "jbuild_javascriptsdk_1199", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 7f7d3f06..75c3b066 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1198", + buildIdentifier: "jbuild_javascriptsdk_1199", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From feeeaafaf3337147144403b446e21f6456718fc0 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 21:39:27 +0000 Subject: [PATCH 38/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 46fd187c..122b579c 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1199", + buildIdentifier: "jbuild_javascriptsdk_1200", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b7319e29..67889be9 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1199", + buildIdentifier: "jbuild_javascriptsdk_1200", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index b5ce625a..b0e38102 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1199", + buildIdentifier: "jbuild_javascriptsdk_1200", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 75c3b066..ed11725f 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1199", + buildIdentifier: "jbuild_javascriptsdk_1200", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From c6931c2abba55714a8cc1d651695b28165ec7e66 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 22:00:47 +0000 Subject: [PATCH 39/61] https://github.com/PlayFab/SDKGenerator/commit/f3e0f088b25b0fdfa17857893897a9e995ae56f2 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 122b579c..77dadba0 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1200", + buildIdentifier: "jbuild_javascriptsdk_1201", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 67889be9..e6932c1e 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1200", + buildIdentifier: "jbuild_javascriptsdk_1201", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index b0e38102..deb95d7e 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1200", + buildIdentifier: "jbuild_javascriptsdk_1201", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index ed11725f..91d7c17c 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1200", + buildIdentifier: "jbuild_javascriptsdk_1201", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 5f4fd72c9ff47d46cc127a41fbafb525ebd48acb Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 22:16:56 +0000 Subject: [PATCH 40/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 77dadba0..5704dbf2 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1201", + buildIdentifier: "jbuild_javascriptsdk_1202", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e6932c1e..5609f28e 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1201", + buildIdentifier: "jbuild_javascriptsdk_1202", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index deb95d7e..3a134b66 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1201", + buildIdentifier: "jbuild_javascriptsdk_1202", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 91d7c17c..91dd5cb0 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1201", + buildIdentifier: "jbuild_javascriptsdk_1202", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 5bb214218295c1682589a06e6c92518e9bbc0445 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 22:33:01 +0000 Subject: [PATCH 41/61] https://github.com/PlayFab/SDKGenerator/commit/44eb6e3bf2640cb952aa22ec95ce9b5b79181639 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 5704dbf2..1bab0e53 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1202", + buildIdentifier: "jbuild_javascriptsdk_1203", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5609f28e..7f93bff1 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1202", + buildIdentifier: "jbuild_javascriptsdk_1203", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 3a134b66..7bd0ce5c 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1202", + buildIdentifier: "jbuild_javascriptsdk_1203", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 91dd5cb0..571a091b 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1202", + buildIdentifier: "jbuild_javascriptsdk_1203", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 8bb271880f908efe2a8d10ad9c60b36f6f6e9638 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 22:49:05 +0000 Subject: [PATCH 42/61] https://github.com/PlayFab/SDKGenerator/commit/ff41cb27abbea1dc6f1d37685238ac55561aa939 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 1bab0e53..ef78ce50 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1203", + buildIdentifier: "jbuild_javascriptsdk_1204", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 7f93bff1..8ee70a12 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1203", + buildIdentifier: "jbuild_javascriptsdk_1204", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 7bd0ce5c..fc42b57c 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1203", + buildIdentifier: "jbuild_javascriptsdk_1204", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 571a091b..ab289c49 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1203", + buildIdentifier: "jbuild_javascriptsdk_1204", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From dcb489850225bb176e13d14551ee380326baadec Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 9 Jun 2016 23:12:08 +0000 Subject: [PATCH 43/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index ef78ce50..e3ab72e9 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1204", + buildIdentifier: "jbuild_javascriptsdk_1205", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 8ee70a12..25333ef0 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1204", + buildIdentifier: "jbuild_javascriptsdk_1205", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index fc42b57c..8614487b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1204", + buildIdentifier: "jbuild_javascriptsdk_1205", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index ab289c49..7b4b5d36 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1204", + buildIdentifier: "jbuild_javascriptsdk_1205", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 46da87d003dd13c29f1b8033b35fc231a6651cc2 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 00:04:46 +0000 Subject: [PATCH 44/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index e3ab72e9..314a2710 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1205", + buildIdentifier: "jbuild_javascriptsdk_1206", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 25333ef0..3fb8d95f 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1205", + buildIdentifier: "jbuild_javascriptsdk_1206", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8614487b..4e5298cc 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1205", + buildIdentifier: "jbuild_javascriptsdk_1206", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 7b4b5d36..323414fd 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1205", + buildIdentifier: "jbuild_javascriptsdk_1206", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 30cae47f6a7cdb8fb4f4c3f15acd5f36d4476aaa Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 00:21:49 +0000 Subject: [PATCH 45/61] https://github.com/PlayFab/SDKGenerator/commit/9be767d9ad6369b464aaea8cf99588e16f4b9cbc --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 314a2710..9090fa28 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1206", + buildIdentifier: "jbuild_javascriptsdk_1207", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 3fb8d95f..9df59e44 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1206", + buildIdentifier: "jbuild_javascriptsdk_1207", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4e5298cc..4e0683d3 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1206", + buildIdentifier: "jbuild_javascriptsdk_1207", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 323414fd..27ee11a5 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1206", + buildIdentifier: "jbuild_javascriptsdk_1207", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a6a177989a2d6fca2ea213dbf4cdf81d8c92e7c0 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 00:45:52 +0000 Subject: [PATCH 46/61] https://github.com/PlayFab/SDKGenerator/commit/edce013e252af1f964fae8c57a30465e65abceab --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 9090fa28..ff2d40de 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1207", + buildIdentifier: "jbuild_javascriptsdk_1208", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 9df59e44..1a143ae7 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1207", + buildIdentifier: "jbuild_javascriptsdk_1208", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4e0683d3..f3f10b19 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1207", + buildIdentifier: "jbuild_javascriptsdk_1208", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 27ee11a5..47bc07d0 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1207", + buildIdentifier: "jbuild_javascriptsdk_1208", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9955d8e07e3d5890bb588c8a4e5b2064c2c6feb1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 01:50:23 +0000 Subject: [PATCH 47/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 8 +++++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index ff2d40de..a0765f4f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1208", + buildIdentifier: "jbuild_javascriptsdk_1209", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 1a143ae7..0e51e65c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1208", + buildIdentifier: "jbuild_javascriptsdk_1209", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index f3f10b19..9387c745 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1208", + buildIdentifier: "jbuild_javascriptsdk_1209", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 47bc07d0..9000dd37 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1208", + buildIdentifier: "jbuild_javascriptsdk_1209", productionServerUrl: ".playfabapi.com", logicServerUrl: null, @@ -442,6 +442,12 @@ PlayFab.ServerApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/RedeemMatchmakerTicket", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); }, + SetGameServerInstanceData: function (request, callback) { + if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/SetGameServerInstanceData", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); + }, + SetGameServerInstanceState: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; From d082e51562ded99300562feeefbaaef3f0adae2c Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 15:05:57 +0000 Subject: [PATCH 48/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index a0765f4f..0c22edb6 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1209", + buildIdentifier: "jbuild_javascriptsdk_1210", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 0e51e65c..30c5378a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1209", + buildIdentifier: "jbuild_javascriptsdk_1210", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 9387c745..f5528f73 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1209", + buildIdentifier: "jbuild_javascriptsdk_1210", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 9000dd37..03eee6b4 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1209", + buildIdentifier: "jbuild_javascriptsdk_1210", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9c26af6b4690fdf9ebcd90832ff5eb4717335aa9 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 17:00:05 +0000 Subject: [PATCH 49/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 0c22edb6..b8b0e85f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1210", + buildIdentifier: "jbuild_javascriptsdk_1211", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 30c5378a..25aa6ff2 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1210", + buildIdentifier: "jbuild_javascriptsdk_1211", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index f5528f73..cc599824 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1210", + buildIdentifier: "jbuild_javascriptsdk_1211", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 03eee6b4..b330e280 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1210", + buildIdentifier: "jbuild_javascriptsdk_1211", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From c98e7085c838bf97df2a7f94589e1e4ee80b3221 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 17:38:14 +0000 Subject: [PATCH 50/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index b8b0e85f..fe4938c7 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1211", + buildIdentifier: "jbuild_javascriptsdk_1212", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 25aa6ff2..8fd33d11 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1211", + buildIdentifier: "jbuild_javascriptsdk_1212", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index cc599824..303912dd 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1211", + buildIdentifier: "jbuild_javascriptsdk_1212", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index b330e280..32093a92 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1211", + buildIdentifier: "jbuild_javascriptsdk_1212", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 34bea9d1f9ae949c5e415133163842b9ae38d534 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 17:59:32 +0000 Subject: [PATCH 51/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index fe4938c7..fdb79f1f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1212", + buildIdentifier: "jbuild_javascriptsdk_1213", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 8fd33d11..35a62c41 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1212", + buildIdentifier: "jbuild_javascriptsdk_1213", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 303912dd..65a29c06 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1212", + buildIdentifier: "jbuild_javascriptsdk_1213", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 32093a92..b57859d6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1212", + buildIdentifier: "jbuild_javascriptsdk_1213", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 7e28e9f319273ed497a3788bcee0e0c63ce4ad85 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 18:16:29 +0000 Subject: [PATCH 52/61] https://github.com/PlayFab/SDKGenerator/commit/5f5eaa01948c3b6787a0d68596ab6dfab9e6fe96 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index fdb79f1f..ca660e5f 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1213", + buildIdentifier: "jbuild_javascriptsdk_1214", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 35a62c41..83625e12 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1213", + buildIdentifier: "jbuild_javascriptsdk_1214", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 65a29c06..3a8a76e5 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1213", + buildIdentifier: "jbuild_javascriptsdk_1214", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index b57859d6..64fe2f96 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1213", + buildIdentifier: "jbuild_javascriptsdk_1214", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 161cb0da23c6b389dd626aae76d67a86b30d10cf Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 18:36:46 +0000 Subject: [PATCH 53/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index ca660e5f..0cb66325 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1214", + buildIdentifier: "jbuild_javascriptsdk_1215", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 83625e12..945ac234 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1214", + buildIdentifier: "jbuild_javascriptsdk_1215", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 3a8a76e5..99db492d 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1214", + buildIdentifier: "jbuild_javascriptsdk_1215", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 64fe2f96..bb8bf692 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1214", + buildIdentifier: "jbuild_javascriptsdk_1215", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 09510660bb23378307a1973c3e8086edb96d6834 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 20:10:55 +0000 Subject: [PATCH 54/61] https://github.com/PlayFab/SDKGenerator/commit/4cf7e8762ddf31148d9a64d751e2976c3dbded6b --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 0cb66325..7c5f48a6 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1215", + buildIdentifier: "jbuild_javascriptsdk_1216", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 945ac234..84c818e9 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1215", + buildIdentifier: "jbuild_javascriptsdk_1216", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 99db492d..6368c372 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1215", + buildIdentifier: "jbuild_javascriptsdk_1216", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index bb8bf692..b6885709 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1215", + buildIdentifier: "jbuild_javascriptsdk_1216", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From e8f58b74689047c0026fac47d4ea6ef96e83a4e7 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 10 Jun 2016 20:34:35 +0000 Subject: [PATCH 55/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 7c5f48a6..55ead2da 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1216", + buildIdentifier: "jbuild_javascriptsdk_1217", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 84c818e9..ac9e2568 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1216", + buildIdentifier: "jbuild_javascriptsdk_1217", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 6368c372..785dc03d 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1216", + buildIdentifier: "jbuild_javascriptsdk_1217", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index b6885709..7e0ade61 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1216", + buildIdentifier: "jbuild_javascriptsdk_1217", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From ac32418e76c538bceeb1df70c9f06af10d370ae9 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Sat, 11 Jun 2016 00:16:23 +0000 Subject: [PATCH 56/61] https://github.com/PlayFab/SDKGenerator/commit/8c46b5023b084d28364a10e00b0054cf622306d8 --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 55ead2da..0daf3846 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1217", + buildIdentifier: "jbuild_javascriptsdk_1218", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ac9e2568..b2edadb9 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1217", + buildIdentifier: "jbuild_javascriptsdk_1218", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 785dc03d..867cc4ed 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1217", + buildIdentifier: "jbuild_javascriptsdk_1218", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 7e0ade61..40d5c62f 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1217", + buildIdentifier: "jbuild_javascriptsdk_1218", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 3cb383308ad7fa6d2c05760c509323708cf181c4 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Sat, 11 Jun 2016 00:32:23 +0000 Subject: [PATCH 57/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 0daf3846..9ba8c971 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1218", + buildIdentifier: "jbuild_javascriptsdk_1219", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b2edadb9..c0461d58 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1218", + buildIdentifier: "jbuild_javascriptsdk_1219", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 867cc4ed..3e4f7989 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1218", + buildIdentifier: "jbuild_javascriptsdk_1219", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 40d5c62f..d8b24865 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1218", + buildIdentifier: "jbuild_javascriptsdk_1219", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 41f25a4bbda0bc5c087c85b19393f6d51aae2bf8 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 13 Jun 2016 02:14:12 +0000 Subject: [PATCH 58/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 9ba8c971..737d1c94 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1219", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index c0461d58..5371dce3 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1219", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 3e4f7989..593abbdb 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1219", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index d8b24865..db192392 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_javascriptsdk_1219", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 1a54e2eb05e342995ab499214dfa2d04ab9b7df5 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 13 Jun 2016 17:33:46 +0000 Subject: [PATCH 59/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 4 ++-- PlayFabSDK/PlayFabClientApi.js | 4 ++-- PlayFabSDK/PlayFabMatchmakerApi.js | 4 ++-- PlayFabSDK/PlayFabServerApi.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 737d1c94..853d1507 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_0", + sdkVersion: "0.20.160613", + buildIdentifier: "jbuild_2", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5371dce3..71d76c7d 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_0", + sdkVersion: "0.20.160613", + buildIdentifier: "jbuild_2", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 593abbdb..9bdcace8 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_0", + sdkVersion: "0.20.160613", + buildIdentifier: "jbuild_2", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index db192392..b66f071d 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -18,8 +18,8 @@ if(!PlayFab.settings) { if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, - sdkVersion: "0.19.160606", - buildIdentifier: "jbuild_0", + sdkVersion: "0.20.160613", + buildIdentifier: "jbuild_2", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 7749c7a8b5cd2449c6c65a076528c3254891253f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 13 Jun 2016 17:53:25 +0000 Subject: [PATCH 60/61] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 853d1507..8034d3d3 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_2", + buildIdentifier: "jbuild_3", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 71d76c7d..e02bd76e 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_2", + buildIdentifier: "jbuild_3", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 9bdcace8..cc4b2aa7 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_2", + buildIdentifier: "jbuild_3", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index b66f071d..d516fda3 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_2", + buildIdentifier: "jbuild_3", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 6845deab98308606c5781310397006061d3a488a Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 13 Jun 2016 18:28:23 +0000 Subject: [PATCH 61/61] Automated build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 8034d3d3..8c4ccb3d 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_3", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e02bd76e..50ae9c2d 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_3", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index cc4b2aa7..33ad833a 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_3", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index d516fda3..8c0abc29 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.20.160613", - buildIdentifier: "jbuild_3", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null,