Skip to content

Commit 5abbd00

Browse files
https://api.playfab.com/releaseNotes/#171026
1 parent eb1bb70 commit 5abbd00

16 files changed

+8422
-18680
lines changed

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if(!PlayFab._internalSettings) {
122122
}
123123
}
124124

125-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
126-
PlayFab.sdkVersion = "1.13.171016";
125+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_2";
126+
PlayFab.sdkVersion = "1.14.171026";
127127
PlayFab.GenerateErrorReport = function (error) {
128128
if (error == null)
129129
return "";
@@ -232,13 +232,10 @@ PlayFab.AdminApi = {
232232
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/DeleteTask", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
233233
},
234234

235-
/**
236-
* @deprecated Please use DeleteUser instead.
237-
*/
238-
DeleteUsers: function (request, callback, customData, extraHeaders) {
235+
DeleteTitle: function (request, callback, customData, extraHeaders) {
239236
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
240237

241-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/DeleteUsers", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
238+
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/DeleteTitle", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
242239
},
243240

244241
GetActionsOnPlayersInSegmentTaskInstance: function (request, callback, customData, extraHeaders) {
@@ -523,15 +520,6 @@ PlayFab.AdminApi = {
523520
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/ResetCharacterStatistics", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
524521
},
525522

526-
/**
527-
* @deprecated Please use DeletePlayer instead.
528-
*/
529-
ResetUsers: function (request, callback, customData, extraHeaders) {
530-
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
531-
532-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/ResetUsers", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
533-
},
534-
535523
ResetUserStatistics: function (request, callback, customData, extraHeaders) {
536524
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
537525

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if(!PlayFab._internalSettings) {
122122
}
123123
}
124124

125-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
126-
PlayFab.sdkVersion = "1.13.171016";
125+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_2";
126+
PlayFab.sdkVersion = "1.14.171026";
127127
PlayFab.GenerateErrorReport = function (error) {
128128
if (error == null)
129129
return "";

PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if(!PlayFab._internalSettings) {
122122
}
123123
}
124124

125-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
126-
PlayFab.sdkVersion = "1.13.171016";
125+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_2";
126+
PlayFab.sdkVersion = "1.14.171026";
127127
PlayFab.GenerateErrorReport = function (error) {
128128
if (error == null)
129129
return "";

PlayFabSdk/src/PlayFab/PlayFabServerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if(!PlayFab._internalSettings) {
122122
}
123123
}
124124

125-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
126-
PlayFab.sdkVersion = "1.13.171016";
125+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_2";
126+
PlayFab.sdkVersion = "1.14.171026";
127127
PlayFab.GenerateErrorReport = function (error) {
128128
if (error == null)
129129
return "";

PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts

Lines changed: 1197 additions & 2753 deletions
Large diffs are not rendered by default.

PlayFabSdk/src/Typings/PlayFab/PlayFabClientApi.d.ts

Lines changed: 1593 additions & 3443 deletions
Large diffs are not rendered by default.

PlayFabSdk/src/Typings/PlayFab/PlayFabMatchmakerApi.d.ts

Lines changed: 94 additions & 196 deletions
Large diffs are not rendered by default.

PlayFabSdk/src/Typings/PlayFab/PlayFabServerApi.d.ts

Lines changed: 1317 additions & 2926 deletions
Large diffs are not rendered by default.

PlayFabTestingExample/src/PlayFab/PlayFabAdminApi.js

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if(!PlayFab._internalSettings) {
122122
}
123123
}
124124

125-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
126-
PlayFab.sdkVersion = "1.13.171016";
125+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_2";
126+
PlayFab.sdkVersion = "1.14.171026";
127127
PlayFab.GenerateErrorReport = function (error) {
128128
if (error == null)
129129
return "";
@@ -232,13 +232,10 @@ PlayFab.AdminApi = {
232232
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/DeleteTask", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
233233
},
234234

235-
/**
236-
* @deprecated Please use DeleteUser instead.
237-
*/
238-
DeleteUsers: function (request, callback, customData, extraHeaders) {
235+
DeleteTitle: function (request, callback, customData, extraHeaders) {
239236
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
240237

241-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/DeleteUsers", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
238+
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/DeleteTitle", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
242239
},
243240

244241
GetActionsOnPlayersInSegmentTaskInstance: function (request, callback, customData, extraHeaders) {
@@ -523,15 +520,6 @@ PlayFab.AdminApi = {
523520
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/ResetCharacterStatistics", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
524521
},
525522

526-
/**
527-
* @deprecated Please use DeletePlayer instead.
528-
*/
529-
ResetUsers: function (request, callback, customData, extraHeaders) {
530-
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
531-
532-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/ResetUsers", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback, customData, extraHeaders);
533-
},
534-
535523
ResetUserStatistics: function (request, callback, customData, extraHeaders) {
536524
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
537525

PlayFabTestingExample/src/PlayFab/PlayFabClientApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if(!PlayFab._internalSettings) {
122122
}
123123
}
124124

125-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
126-
PlayFab.sdkVersion = "1.13.171016";
125+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_2";
126+
PlayFab.sdkVersion = "1.14.171026";
127127
PlayFab.GenerateErrorReport = function (error) {
128128
if (error == null)
129129
return "";

0 commit comments

Comments
 (0)