From 0ecb0ddb6d5fb0198175974bf92fb93a494665c1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 18 Apr 2016 23:49:40 +0000 Subject: [PATCH 001/172] 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 002/172] 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 003/172] 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 004/172] 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 005/172] 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 006/172] 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 007/172] 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 008/172] 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 009/172] 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 010/172] 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 011/172] 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 012/172] 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 013/172] 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 014/172] 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 015/172] 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 016/172] 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 017/172] 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 018/172] 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 019/172] 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 020/172] 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 021/172] 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 022/172] 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 023/172] 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 024/172] 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 025/172] 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 026/172] 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 027/172] 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 028/172] 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 029/172] 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 030/172] 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 031/172] 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 032/172] 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 033/172] 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 034/172] 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 035/172] 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 036/172] 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 037/172] 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 038/172] 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 039/172] 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 040/172] 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 041/172] 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 042/172] 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 043/172] 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 044/172] 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 045/172] 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 046/172] 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 047/172] 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 048/172] 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 049/172] 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 050/172] 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 051/172] 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 052/172] 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 053/172] 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 054/172] 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 055/172] 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 056/172] 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 057/172] 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 058/172] 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 059/172] 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 060/172] 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 061/172] 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, From 56ed79be244a75b0fee3f2a54aa64ee2ecd78fb2 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 13 Jun 2016 20:26:45 +0000 Subject: [PATCH 062/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From d7c115ac660573c768edad10d9cc25be21ef3609 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 13 Jun 2016 21:43:48 +0000 Subject: [PATCH 063/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 026d3096f64f3ee42f1bca904206d9d547e94e61 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 13 Jun 2016 22:36:29 +0000 Subject: [PATCH 064/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 7de2758d71d83015e2f8b027ead33da80e268360 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 00:40:56 +0000 Subject: [PATCH 065/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 34a4d824869463c7c4ef3abe9c20e39350237046 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 01:04:29 +0000 Subject: [PATCH 066/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 18617eff651ea1fd1063676ae0c699d829f6f72d Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 01:30:20 +0000 Subject: [PATCH 067/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9670cf5a18b298e208abcf0a630ebfc4a6804896 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 02:26:48 +0000 Subject: [PATCH 068/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 3c76c0cb935c6d54999c284222218b31d10d5c98 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 03:49:52 +0000 Subject: [PATCH 069/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 23584cfd7a78aebc0844b428f34f22551b6edc6b Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 21:19:57 +0000 Subject: [PATCH 070/172] https://github.com/PlayFab/SDKGenerator/commit/3f054faa0bc54d49f0575c2649f7e5b07832504e --- 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b22168f1dcde25ed1a1ec56f9792fa81b29dcfea Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 22:26:36 +0000 Subject: [PATCH 071/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 3c4caea450d06451155673179828b2c2b476c4ab Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 14 Jun 2016 23:04:19 +0000 Subject: [PATCH 072/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 78116a903c8de6f6275c949b73708d453a9b5b90 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 00:18:34 +0000 Subject: [PATCH 073/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a1ffc518ec1c0a57c5547b7828890fac041d4813 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 00:46:26 +0000 Subject: [PATCH 074/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 1df1e823c939b1ddb0932c9d49ff25f50dfef744 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 01:12:06 +0000 Subject: [PATCH 075/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a11761c3b6f565232c173b39808d1ec36e2ec4ba Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 11:02:57 +0000 Subject: [PATCH 076/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f3e6f6226c39bb488625d925bfb4363c8e8198b1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 18:10:36 +0000 Subject: [PATCH 077/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 65eb36b6c9e4ae87afc052aced8cc00b3c6343a9 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 18:28:45 +0000 Subject: [PATCH 078/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From d03caf4856968f42bf830df0a4c9f0d3b3bf5339 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 20:04:13 +0000 Subject: [PATCH 079/172] 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 f01ee150..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From cf1fa75de9e5cb761be116c842c10a7f464e898d Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 15 Jun 2016 21:59:32 +0000 Subject: [PATCH 080/172] 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 8c4ccb3d..f01ee150 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From e3fac9d7f19c67a459bb4001f325a4662e67ac29 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 16 Jun 2016 02:01:57 +0000 Subject: [PATCH 081/172] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index f01ee150..4c7aecfa 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -292,6 +292,12 @@ PlayFab.AdminApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/GetTitleData", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); }, + GetTitleInternalData: 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/GetTitleInternalData", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); + }, + ListVirtualCurrencyTypes: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; @@ -316,6 +322,12 @@ PlayFab.AdminApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/SetTitleData", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); }, + SetTitleInternalData: 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/SetTitleInternalData", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback); + }, + SetupPushNotification: function (request, callback) { if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method"; From 4abf5db96cc52e0e41a33366839e0715f9f410d2 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 16 Jun 2016 02:24:18 +0000 Subject: [PATCH 082/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 24cb7fd9083e038fb5e0d0fb6c18952bc3d800ee Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 16 Jun 2016 04:50:36 +0000 Subject: [PATCH 083/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9549bd919298d7a6757d1406e7fcc7e30afc5daa Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 16 Jun 2016 18:13:18 +0000 Subject: [PATCH 084/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 17bae900d8877185a1bcfa4a09d6a1c2be79b1e4 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 16 Jun 2016 18:44:17 +0000 Subject: [PATCH 085/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From d2c07a5000cd80eacbd13df74e20d247ecfdb1e5 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 16 Jun 2016 21:29:41 +0000 Subject: [PATCH 086/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From d482f7206805c4e8407cbaf0ca1d8c6c72b05f49 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 16 Jun 2016 21:51:44 +0000 Subject: [PATCH 087/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 5f3a694d9f0ba5c558ceb74cf4372ca4cab8449c Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 17 Jun 2016 00:26:22 +0000 Subject: [PATCH 088/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 0d0c63b776e4efc058ad37389fc6c10b043f2faa Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 17 Jun 2016 00:46:25 +0000 Subject: [PATCH 089/172] https://github.com/PlayFab/SDKGenerator/commit/d027604b60851f0506413d7f23ca9bbb49864b89 --- PlayFabApiTest.js | 2 +- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PlayFabApiTest.js b/PlayFabApiTest.js index 63f63ce3..dbaadf0a 100644 --- a/PlayFabApiTest.js +++ b/PlayFabApiTest.js @@ -165,7 +165,7 @@ var PlayFabApiTests = { /// /// CLIENT API - /// Try to deliberately register a character with an invalid email and password. + /// Try to deliberately register a user with an invalid email and password /// Verify that errorDetails are populated correctly. /// InvalidRegistration: function (assert) { diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 83334fa00fe47a8cc5ef5aba228975d5f389de2f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 17 Jun 2016 11:03:13 +0000 Subject: [PATCH 090/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 61d30983bba698bb4706df041094ebe1bf4e7dfb Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 17 Jun 2016 20:45:38 +0000 Subject: [PATCH 091/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 14e0dd75bdbd2e3eb0d5ef84c917d880e4b7a92e Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Sun, 19 Jun 2016 02:16:59 +0000 Subject: [PATCH 092/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f1bc2130120ac214fc05b648aa271e19748fe114 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Sun, 19 Jun 2016 05:49:02 +0000 Subject: [PATCH 093/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 0224230928deade78884add7102bc89958e9edbc Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 20 Jun 2016 11:02:57 +0000 Subject: [PATCH 094/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f858c02a0f7b0453204a4f93dcdc37454262e2d4 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 20 Jun 2016 16:39:42 +0000 Subject: [PATCH 095/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b1c179bb8f951b59d543f2e452ed91fc634972e7 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 20 Jun 2016 21:58:53 +0000 Subject: [PATCH 096/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 6a546d14fbda91ef1cf92dd3b390bbcc8231428e Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 20 Jun 2016 23:08:32 +0000 Subject: [PATCH 097/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a40b35f65d03894103a3a592a4caac75fea4bd21 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 20 Jun 2016 23:38:51 +0000 Subject: [PATCH 098/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b6bd043c0d9a918d349b591aa5c116b0a4a9ad29 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 21 Jun 2016 22:28:15 +0000 Subject: [PATCH 099/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f7b1ed17701cd6713112574b120693e14d5a1ec8 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 22 Jun 2016 03:47:23 +0000 Subject: [PATCH 100/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 8cc6cbf4f27f0678348c4f53f82dcd12c7e31326 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 22 Jun 2016 04:29:31 +0000 Subject: [PATCH 101/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 84c5aa194aea618b2799eb4fc8a183261974517f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 22 Jun 2016 16:48:15 +0000 Subject: [PATCH 102/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9abc73f7820f222dd30336fb368ac424e279d291 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 22 Jun 2016 20:24:30 +0000 Subject: [PATCH 103/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 278ca7b8aa65766ac696856292ebde8fc0d05000 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 22 Jun 2016 22:02:59 +0000 Subject: [PATCH 104/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 93c0c828fa5b0f46f2fd4e34b88fd697c58915c1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 23 Jun 2016 11:03:22 +0000 Subject: [PATCH 105/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9d5f0e227d7055658520eedc0f107e03872da9b8 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 23 Jun 2016 19:00:37 +0000 Subject: [PATCH 106/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 7c970174df329b91b7f11614305334d8245a9067 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 23 Jun 2016 23:13:26 +0000 Subject: [PATCH 107/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 1c0614614e1fe022819f1d40a51ffc1b455d8787 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 24 Jun 2016 00:48:32 +0000 Subject: [PATCH 108/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 334faf08fcd23cc94b568eaa7b0058d9377c7eca Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 24 Jun 2016 17:58:24 +0000 Subject: [PATCH 109/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From fcdd32f867563f071a3a036c42abdf4323d62b65 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 24 Jun 2016 21:55:23 +0000 Subject: [PATCH 110/172] 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 0e043875e8799eec16512d0a2bd814896bcebe19 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 24 Jun 2016 22:58:14 +0000 Subject: [PATCH 111/172] https://github.com/PlayFab/SDKGenerator/commit/a549733c17456d4b976b9b7e431243146b045fbb --- 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 3aeaee7d03846ce0c17252e49afff205f1a5482b Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 27 Jun 2016 10:18:21 +0000 Subject: [PATCH 112/172] https://github.com/PlayFab/SDKGenerator/commit/a549733c17456d4b976b9b7e431243146b045fbb --- 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 4c7aecfa..de468319 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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..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_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 50f7a62bb97ad5efd972b52b354021842d16a4d2 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 27 Jun 2016 11:03:04 +0000 Subject: [PATCH 113/172] 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 de468319..4c7aecfa 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 50ae9c2d..e36a536a 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 33ad833a..4ca83982 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 8c0abc29..cd865224 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_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 2808d63abcb826fd58234e48f7b4723f2c4c3f33 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 27 Jun 2016 16:14:27 +0000 Subject: [PATCH 114/172] 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 4c7aecfa..94fcb89b 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.20.160613", - buildIdentifier: "jbuild_1", + sdkVersion: "0.21.160627", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36a536a..d563d9e8 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.20.160613", - buildIdentifier: "jbuild_1", + sdkVersion: "0.21.160627", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 4ca83982..e9e2852e 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.20.160613", - buildIdentifier: "jbuild_1", + sdkVersion: "0.21.160627", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index cd865224..78715f6e 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.20.160613", - buildIdentifier: "jbuild_1", + sdkVersion: "0.21.160627", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 1f3b19ced97c40ab0977dbcac8989037e45e18bb Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 27 Jun 2016 16:56:17 +0000 Subject: [PATCH 115/172] 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 94fcb89b..b5458dae 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index d563d9e8..ce5a142a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index e9e2852e..9986c564 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 78715f6e..9bf1d0ec 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a178400fad2ef9f6c87fa8ae2e4144bdd04e40aa Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 27 Jun 2016 17:32:26 +0000 Subject: [PATCH 116/172] 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 b5458dae..94fcb89b 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ce5a142a..d563d9e8 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 9986c564..e9e2852e 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 9bf1d0ec..78715f6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From fa2f0dffe9cc945e896995ff1529f987389a2f40 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 28 Jun 2016 18:23:25 +0000 Subject: [PATCH 117/172] 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 94fcb89b..b5458dae 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index d563d9e8..ce5a142a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index e9e2852e..9986c564 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 78715f6e..9bf1d0ec 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_0", + buildIdentifier: "jbuild_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 929f0d54db55a8c1802fc3df43b52ffe5c4dbe7d Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 28 Jun 2016 20:51:09 +0000 Subject: [PATCH 118/172] 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 b5458dae..7f992950 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ce5a142a..42157963 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 9986c564..10ebb583 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 9bf1d0ec..07dfd774 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_1", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 203452606ae0c68cf31da200b25eb1d59eb227df Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 28 Jun 2016 23:23:20 +0000 Subject: [PATCH 119/172] https://github.com/PlayFab/SDKGenerator/commit/9c61ecd81f2f445707bf29e9695604e73c34a30b --- 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 7f992950..f9247d67 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 42157963..222b0a45 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 10ebb583..10f6b058 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 07dfd774..5caad1f2 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 34abded88a3465472dcebb68193a367dd524352a Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 28 Jun 2016 23:45:41 +0000 Subject: [PATCH 120/172] https://github.com/PlayFab/SDKGenerator/commit/84f27fc73037bde6bd0b8bb9f6b84f8d6871b395 --- PlayFabApiTest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayFabApiTest.js b/PlayFabApiTest.js index dbaadf0a..c299b10a 100644 --- a/PlayFabApiTest.js +++ b/PlayFabApiTest.js @@ -580,7 +580,8 @@ QUnit.done(function (details) { // 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 } + FunctionParameter: { customId: PlayFab._internalSettings.buildIdentifier, testReport: PfTestReport }, + GeneratePlayStreamEvent: true }; if (PlayFabClientSDK.IsClientLoggedIn()) { PlayFabClientSDK.ExecuteCloudScript(saveResultsRequest, null); From 88f730cc8a7358f5113da8145a71964bd03d6f7c Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 1 Jul 2016 23:58:55 +0000 Subject: [PATCH 121/172] https://github.com/PlayFab/SDKGenerator/commit/db13b8628df01066403bac61ecdf66ec6253c14f --- 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 f9247d67..7f992950 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 222b0a45..42157963 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 10f6b058..10ebb583 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 5caad1f2..07dfd774 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a2b7ab6c28c5acccb845665fa7b8ee32b7174ef0 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 4 Jul 2016 10:19:11 +0000 Subject: [PATCH 122/172] https://github.com/PlayFab/SDKGenerator/commit/db13b8628df01066403bac61ecdf66ec6253c14f --- 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 7f992950..f9247d67 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 42157963..222b0a45 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 10ebb583..10f6b058 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 07dfd774..5caad1f2 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.21.160627", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 747711a131adc9c16625098ff5937d601815f03a Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 5 Jul 2016 18:43:51 +0000 Subject: [PATCH 123/172] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabClientApi.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 222b0a45..e36e57ba 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -282,6 +282,12 @@ PlayFab.ClientApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetAccountInfo", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); }, + GetPlayerCombinedInfo: function (request, callback) { + if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayerCombinedInfo", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); + }, + GetPlayFabIDsFromFacebookIDs: function (request, callback) { if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; From ff49880a5f7d749b1df47c96e82a7fc216923e58 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 5 Jul 2016 19:07:23 +0000 Subject: [PATCH 124/172] 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 f9247d67..8e1fe275 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.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + sdkVersion: "0.22.160705", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index e36e57ba..ed0e7b5a 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.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + sdkVersion: "0.22.160705", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 10f6b058..2a83706b 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.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + sdkVersion: "0.22.160705", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 5caad1f2..875a4e95 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.21.160627", - buildIdentifier: "jbuild_javascriptsdk_0", + sdkVersion: "0.22.160705", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 8c7b6ee56478ebb138a507f2515faf08ce8701b0 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 5 Jul 2016 19:24:59 +0000 Subject: [PATCH 125/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 637b4828bbdfeade958ef94ab8923910b8b2299f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 5 Jul 2016 22:06:27 +0000 Subject: [PATCH 126/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 0df09d79d283fcf5e961e45d6e8c8379d9cc7e87 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 6 Jul 2016 16:28:16 +0000 Subject: [PATCH 127/172] https://github.com/PlayFab/SDKGenerator/commit/81e550e655029bc60e8d997f3f5739a144afd805 --- PlayFabApiTest.html | 2 +- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 2 +- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PlayFabApiTest.html b/PlayFabApiTest.html index 1b492770..b2c8e098 100644 --- a/PlayFabApiTest.html +++ b/PlayFabApiTest.html @@ -8,7 +8,7 @@
- + diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 033cfee9dd24445174ede15f162d57a5a0c643f5 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 6 Jul 2016 18:30:12 +0000 Subject: [PATCH 128/172] https://github.com/PlayFab/SDKGenerator/commit/89ab2c4ee4f421ad17819acb3524dd31c4bdd274 --- 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 01cf31468323860796481532040c581897aefeda Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 6 Jul 2016 21:04:44 +0000 Subject: [PATCH 129/172] https://github.com/PlayFab/SDKGenerator/commit/a8f6e66af35076b284f81264f88a82c5de261416 --- 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f8c17814d492c90b039f1ece89582fa213852b32 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 6 Jul 2016 21:18:32 +0000 Subject: [PATCH 130/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 99faa9744dab9dd5d832562e423ee3a9361771af Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 6 Jul 2016 21:41:26 +0000 Subject: [PATCH 131/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 252daced353f15f750f6810c486813ff311bc2ea Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 6 Jul 2016 22:07:32 +0000 Subject: [PATCH 132/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 321c764da908d83271297b31e8f1d1589057290c Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 6 Jul 2016 22:55:59 +0000 Subject: [PATCH 133/172] https://github.com/PlayFab/SDKGenerator/commit/96f8d558e03a03c9754ae74a5c91a147cfd99a34 --- 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 041d5a468d4b4f6aedbd0f07a2f16d34054e8d76 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 7 Jul 2016 17:54:02 +0000 Subject: [PATCH 134/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 93765b21b29a93674fee6bb61ad6f7d835fc9dfa Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 7 Jul 2016 18:26:45 +0000 Subject: [PATCH 135/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From ceca4464a782307ade3f6e66eb90c3d6b78da87e Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 7 Jul 2016 18:53:53 +0000 Subject: [PATCH 136/172] https://github.com/PlayFab/SDKGenerator/commit/19cb95461b67175761a06f25a1f88b549e1bdeb1 --- 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From d13da5add6a2f1af9a7febc380fa42c69be38425 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 7 Jul 2016 19:41:04 +0000 Subject: [PATCH 137/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b1d19bd6260d4a88777b438040004475ab4039b3 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 7 Jul 2016 22:55:15 +0000 Subject: [PATCH 138/172] https://github.com/PlayFab/SDKGenerator/commit/9e3bef846b73ee539f04a1229278af1ca65221e0 --- 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From dbdea754c806d35195b643a9e53a9252d759756d Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 7 Jul 2016 23:20:51 +0000 Subject: [PATCH 139/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 50386fce85364080dce3a0da5edda9fa3dde6b2f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 17:20:03 +0000 Subject: [PATCH 140/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From d510d115bb7129b97244f48f895f5713a651764c Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 17:37:25 +0000 Subject: [PATCH 141/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 72e86ecf77d5f2b87b07d0840b4f7962543c8393 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 18:43:11 +0000 Subject: [PATCH 142/172] https://github.com/PlayFab/SDKGenerator/commit/80f10a6343fa45441cb99d39a982664c5c025db0 --- 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a44763d16213602ae5ca900505f9c8096d8bf85f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 19:00:19 +0000 Subject: [PATCH 143/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 79a5a743ec26379103add757adacbea9621e7c4d Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 19:17:50 +0000 Subject: [PATCH 144/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 76232922ee67d630a5a4a91635a997b55dda3dd0 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 20:05:54 +0000 Subject: [PATCH 145/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..dce2bb1c 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9d9c3ad6e04228e88d0ed9665b934070cebc7367 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 20:36:58 +0000 Subject: [PATCH 146/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index dce2bb1c..ed0e7b5a 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 0f95684c95740e315054b7c5685dadf605ea61e5 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 20:57:04 +0000 Subject: [PATCH 147/172] Automated pf-main build from Jenkins --- PlayFabSDK/PlayFabAdminApi.js | 2 +- PlayFabSDK/PlayFabClientApi.js | 34 +++++++++++++++++++++++++++++- PlayFabSDK/PlayFabMatchmakerApi.js | 2 +- PlayFabSDK/PlayFabServerApi.js | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/PlayFabSDK/PlayFabAdminApi.js b/PlayFabSDK/PlayFabAdminApi.js index 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index ed0e7b5a..5a55a205 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, @@ -256,6 +256,20 @@ PlayFab.ClientApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/LoginWithSteam", request, null, null, overloadCallback); }, + LoginWithTwitch: function (request, callback) { + request.TitleId = PlayFab.settings.titleId != null ? PlayFab.settings.titleId : request.TitleId; if (request.TitleId == null) throw "Must be have PlayFab.settings.titleId set to call this method"; + + var overloadCallback = function (result, error) { + if (result != null && result.data.SessionTicket != null) { + PlayFab._internalSettings.sessionTicket = result.data.SessionTicket; + PlayFab.ClientApi._MultiStepClientLogin(result.data.SettingsForUser.NeedsAttribution); + } + if (callback != null && typeof (callback) == "function") + callback(result, error); + }; + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/LoginWithTwitch", request, null, null, overloadCallback); + }, + RegisterPlayFabUser: function (request, callback) { request.TitleId = PlayFab.settings.titleId != null ? PlayFab.settings.titleId : request.TitleId; if (request.TitleId == null) throw "Must be have PlayFab.settings.titleId set to call this method"; @@ -318,6 +332,12 @@ PlayFab.ClientApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayFabIDsFromSteamIDs", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); }, + GetPlayFabIDsFromTwitchIDs: function (request, callback) { + if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayFabIDsFromTwitchIDs", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); + }, + GetUserCombinedInfo: function (request, callback) { if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; @@ -372,6 +392,12 @@ PlayFab.ClientApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/LinkSteamAccount", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); }, + LinkTwitch: function (request, callback) { + if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/LinkTwitch", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); + }, + ReportPlayer: function (request, callback) { if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; @@ -431,6 +457,12 @@ PlayFab.ClientApi = { PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/UnlinkSteamAccount", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); }, + UnlinkTwitch: function (request, callback) { + if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method"; + + PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/UnlinkTwitch", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback); + }, + UpdateUserTitleDisplayName: 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 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 3dd3213c747a8c5d946d82b41c5ee992e61530b0 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 21:30:18 +0000 Subject: [PATCH 148/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5a55a205..b616ef3d 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 1408968a3db1238a1accefaeda30c2e346bfebb5 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Fri, 8 Jul 2016 23:04:50 +0000 Subject: [PATCH 149/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b616ef3d..5a55a205 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 025dafff51a748876bcec335bf4038e5c6cc4f4b Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Sat, 9 Jul 2016 01:03:37 +0000 Subject: [PATCH 150/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5a55a205..b616ef3d 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 2d837e139006d74b53fd2413aedf44e3ca89d1e9 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Sat, 9 Jul 2016 04:34:37 +0000 Subject: [PATCH 151/172] 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b616ef3d..5a55a205 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 5506e6bff06b41040d2a3003acfcddca77db9f23 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 11 Jul 2016 00:22:50 +0000 Subject: [PATCH 152/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5a55a205..b616ef3d 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From db8762d66e6a250a17278b89c7f2b30697abcb4f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 11 Jul 2016 10:18:03 +0000 Subject: [PATCH 153/172] https://github.com/PlayFab/SDKGenerator/commit/80f10a6343fa45441cb99d39a982664c5c025db0 --- 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 8e1fe275..419c2872 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b616ef3d..5a55a205 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..60380859 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..2635daf6 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 61f8ec46b75f0008c436046bd364fe7bbdd5367f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 11 Jul 2016 10:58:58 +0000 Subject: [PATCH 154/172] 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 419c2872..8e1fe275 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 5a55a205..b616ef3d 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 60380859..2a83706b 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 2635daf6..875a4e95 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.22.160705", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From ff186b7c871d2baec1d732061e5e97e5346386c0 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 11 Jul 2016 17:24:14 +0000 Subject: [PATCH 155/172] 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 8e1fe275..47f2d4ef 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.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + sdkVersion: "0.23.160711", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index b616ef3d..4ae9c0bc 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.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + sdkVersion: "0.23.160711", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 2a83706b..66bdbd48 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.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + sdkVersion: "0.23.160711", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 875a4e95..c21e5b28 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.22.160705", - buildIdentifier: "jbuild_javascriptsdk_1", + sdkVersion: "0.23.160711", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 26552070f53e58c9536cbd2573d5f712eaeca2b1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 11 Jul 2016 17:48:08 +0000 Subject: [PATCH 156/172] 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From a96c0b5583353e7c42ac582b929549b915146682 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 11 Jul 2016 18:05:59 +0000 Subject: [PATCH 157/172] 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 a2bc94ab..47f2d4ef 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..4ae9c0bc 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..66bdbd48 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..c21e5b28 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From bb3b7bc0c85f5610aa068f7064dece8bfcf2d59f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Mon, 11 Jul 2016 18:25:11 +0000 Subject: [PATCH 158/172] 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 544b6334ac94d04a7dbae7499864417ffd3a30c1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 12 Jul 2016 18:38:25 +0000 Subject: [PATCH 159/172] 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From bb73480ea058553e209c6c7489e390665abfc9c4 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 12 Jul 2016 19:29:21 +0000 Subject: [PATCH 160/172] 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 a2bc94ab..47f2d4ef 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..4ae9c0bc 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..66bdbd48 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..c21e5b28 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From e0f095e157bea93d4accf7e4fa1c1c63245d945f Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 12 Jul 2016 21:31:26 +0000 Subject: [PATCH 161/172] 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 9fb2a8c354d3e9f5516cc604f0418fa1e7b3f35b Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Tue, 12 Jul 2016 23:48:04 +0000 Subject: [PATCH 162/172] https://github.com/PlayFab/SDKGenerator/commit/d450ad2c4a889dbdf29ef2bc06021b7a17b1309a --- 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 a2bc94ab..47f2d4ef 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..4ae9c0bc 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..66bdbd48 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..c21e5b28 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 1bbcbbb914c83405bf0df6a3044cc2a396aefd55 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 13 Jul 2016 01:13:53 +0000 Subject: [PATCH 163/172] https://github.com/PlayFab/SDKGenerator/commit/752c5bdd1e9126149fe26f08c5410d7714819a92 --- 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b1993cc245667376774f0b20f26a761f09f16054 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 13 Jul 2016 01:42:00 +0000 Subject: [PATCH 164/172] 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 a2bc94ab..47f2d4ef 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..4ae9c0bc 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..66bdbd48 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..c21e5b28 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From b138eb8d735913456586314caa716209b28458e3 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 13 Jul 2016 16:38:06 +0000 Subject: [PATCH 165/172] 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 58032522e3d1b4f2e32851587b2cfb18dc0c8e99 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 13 Jul 2016 18:11:55 +0000 Subject: [PATCH 166/172] 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 a2bc94ab..47f2d4ef 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..4ae9c0bc 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..66bdbd48 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..c21e5b28 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From f77bd979ee1f61a0d2daf1978e68093ebd257a29 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 13 Jul 2016 18:35:14 +0000 Subject: [PATCH 167/172] 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From efeb04e4799aaa693834b8e469be41b2cc9d83e6 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 13 Jul 2016 21:30:04 +0000 Subject: [PATCH 168/172] 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 a2bc94ab..47f2d4ef 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..4ae9c0bc 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..66bdbd48 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..c21e5b28 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 8f194ff7d26ca9c19bc9345a6fef676d50f6384e Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 13 Jul 2016 22:00:34 +0000 Subject: [PATCH 169/172] 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 8a9b3cd87d0a86858249c0c52344e6786399c227 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 14 Jul 2016 10:58:53 +0000 Subject: [PATCH 170/172] 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 a2bc94ab..47f2d4ef 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..4ae9c0bc 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..66bdbd48 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..c21e5b28 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_1", + buildIdentifier: "jbuild_javascriptsdk_0", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 93612bbc80d17f0a1aeed458d0f9549f722294cf Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 14 Jul 2016 17:33:10 +0000 Subject: [PATCH 171/172] https://github.com/PlayFab/SDKGenerator/commit/f64b36875dda5408252cac4c698948e5b0053f2b --- 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 47f2d4ef..a2bc94ab 100644 --- a/PlayFabSDK/PlayFabAdminApi.js +++ b/PlayFabSDK/PlayFabAdminApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 4ae9c0bc..57d370a6 100644 --- a/PlayFabSDK/PlayFabClientApi.js +++ b/PlayFabSDK/PlayFabClientApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 66bdbd48..8efd0883 100644 --- a/PlayFabSDK/PlayFabMatchmakerApi.js +++ b/PlayFabSDK/PlayFabMatchmakerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index c21e5b28..23a13b6e 100644 --- a/PlayFabSDK/PlayFabServerApi.js +++ b/PlayFabSDK/PlayFabServerApi.js @@ -19,7 +19,7 @@ if(!PlayFab._internalSettings) { PlayFab._internalSettings = { sessionTicket: null, sdkVersion: "0.23.160711", - buildIdentifier: "jbuild_javascriptsdk_0", + buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, From 79c2263f87508ceb43644f0ac5cc5672ea2b7e0a Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Thu, 14 Jul 2016 17:48:30 +0000 Subject: [PATCH 172/172] 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 a2bc94ab..2cb4af99 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.23.160711", + sdkVersion: "0.23.160714", buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabClientApi.js b/PlayFabSDK/PlayFabClientApi.js index 57d370a6..45a0d6ee 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.23.160711", + sdkVersion: "0.23.160714", buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabMatchmakerApi.js b/PlayFabSDK/PlayFabMatchmakerApi.js index 8efd0883..21fc0b12 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.23.160711", + sdkVersion: "0.23.160714", buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null, diff --git a/PlayFabSDK/PlayFabServerApi.js b/PlayFabSDK/PlayFabServerApi.js index 23a13b6e..cd50d1ad 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.23.160711", + sdkVersion: "0.23.160714", buildIdentifier: "jbuild_javascriptsdk_1", productionServerUrl: ".playfabapi.com", logicServerUrl: null,