Skip to content

Commit 6b508d9

Browse files
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#200629
2 parents aae22ad + aea3971 commit 6b508d9

33 files changed

+121
-129
lines changed

PlayFabSdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playfab-web-sdk",
3-
"version": "1.67.200615",
3+
"version": "1.68.200629",
44
"description": "Playfab SDK for JS client applications",
55
"license": "Apache-2.0",
66
"repository": {

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabAuthenticationApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";
@@ -580,8 +580,8 @@ PlayFab.ClientApi = {
580580
return PlayFab._internalSettings.ExecuteRequestWrapper("/Client/LinkKongregate", request, "X-Authorization", callback, customData, extraHeaders);
581581
},
582582

583-
LinkNintendoAccount: function (request, callback, customData, extraHeaders) {
584-
return PlayFab._internalSettings.ExecuteRequestWrapper("/Client/LinkNintendoAccount", request, "X-Authorization", callback, customData, extraHeaders);
583+
LinkNintendoServiceAccount: function (request, callback, customData, extraHeaders) {
584+
return PlayFab._internalSettings.ExecuteRequestWrapper("/Client/LinkNintendoServiceAccount", request, "X-Authorization", callback, customData, extraHeaders);
585585
},
586586

587587
LinkNintendoSwitchDeviceId: function (request, callback, customData, extraHeaders) {
@@ -862,7 +862,7 @@ PlayFab.ClientApi = {
862862
return new Promise(function(resolve){resolve(authenticationContext);});
863863
},
864864

865-
LoginWithNintendoAccount: function (request, callback, customData, extraHeaders) {
865+
LoginWithNintendoServiceAccount: function (request, callback, customData, extraHeaders) {
866866
request.TitleId = PlayFab.settings.titleId ? PlayFab.settings.titleId : request.TitleId; if (!request.TitleId) throw PlayFab._internalSettings.errorTitleId;
867867
// PlayFab._internalSettings.authenticationContext can be modified by other asynchronous login attempts
868868
// Deep-copy the authenticationContext here to safely update it
@@ -882,7 +882,7 @@ PlayFab.ClientApi = {
882882
if (callback != null && typeof (callback) === "function")
883883
callback(result, error);
884884
};
885-
PlayFab._internalSettings.ExecuteRequestWrapper("/Client/LoginWithNintendoAccount", request, null, overloadCallback, customData, extraHeaders);
885+
PlayFab._internalSettings.ExecuteRequestWrapper("/Client/LoginWithNintendoServiceAccount", request, null, overloadCallback, customData, extraHeaders);
886886
// Return a Promise so that multiple asynchronous calls to this method can be handled simultaneously with Promise.all()
887887
return new Promise(function(resolve){resolve(authenticationContext);});
888888
},
@@ -1252,8 +1252,8 @@ PlayFab.ClientApi = {
12521252
return PlayFab._internalSettings.ExecuteRequestWrapper("/Client/UnlinkKongregate", request, "X-Authorization", callback, customData, extraHeaders);
12531253
},
12541254

1255-
UnlinkNintendoAccount: function (request, callback, customData, extraHeaders) {
1256-
return PlayFab._internalSettings.ExecuteRequestWrapper("/Client/UnlinkNintendoAccount", request, "X-Authorization", callback, customData, extraHeaders);
1255+
UnlinkNintendoServiceAccount: function (request, callback, customData, extraHeaders) {
1256+
return PlayFab._internalSettings.ExecuteRequestWrapper("/Client/UnlinkNintendoServiceAccount", request, "X-Authorization", callback, customData, extraHeaders);
12571257
},
12581258

12591259
UnlinkNintendoSwitchDeviceId: function (request, callback, customData, extraHeaders) {

PlayFabSdk/src/PlayFab/PlayFabCloudScriptApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabDataApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabEventsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabExperimentationApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabGroupsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabInsightsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.67.200615",
24+
sdkVersion: "1.68.200629",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.67.200615"
26+
sdk: "JavaScriptSDK-1.68.200629"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-genericslave-3_2";
235-
PlayFab.sdkVersion = "1.67.200615";
235+
PlayFab.sdkVersion = "1.68.200629";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

0 commit comments

Comments
 (0)