Skip to content

Commit a011e68

Browse files
PlayFab SDK TeamPlayFab SDK Team
authored andcommitted
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240401
1 parent 8f18123 commit a011e68

31 files changed

+319
-115
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.168.240315",
3+
"version": "1.169.240401",
44
"description": "Playfab SDK for JS client applications",
55
"license": "Apache-2.0",
66
"repository": {

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

PlayFabSdk/src/PlayFab/PlayFabAuthenticationApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

PlayFabSdk/src/PlayFab/PlayFabCloudScriptApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

PlayFabSdk/src/PlayFab/PlayFabDataApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

PlayFabSdk/src/PlayFab/PlayFabEconomyApi.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";
@@ -273,6 +273,10 @@ PlayFab.EconomyApi = {
273273
return PlayFab._internalSettings.ExecuteRequestWrapper("/Inventory/ExecuteInventoryOperations", request, "X-EntityToken", callback, customData, extraHeaders);
274274
},
275275

276+
ExecuteTransferOperations: function (request, callback, customData, extraHeaders) {
277+
return PlayFab._internalSettings.ExecuteRequestWrapper("/Inventory/ExecuteTransferOperations", request, "X-EntityToken", callback, customData, extraHeaders);
278+
},
279+
276280
GetCatalogConfig: function (request, callback, customData, extraHeaders) {
277281
return PlayFab._internalSettings.ExecuteRequestWrapper("/Catalog/GetCatalogConfig", request, "X-EntityToken", callback, customData, extraHeaders);
278282
},
@@ -301,6 +305,10 @@ PlayFab.EconomyApi = {
301305
return PlayFab._internalSettings.ExecuteRequestWrapper("/Inventory/GetInventoryItems", request, "X-EntityToken", callback, customData, extraHeaders);
302306
},
303307

308+
GetInventoryOperationStatus: function (request, callback, customData, extraHeaders) {
309+
return PlayFab._internalSettings.ExecuteRequestWrapper("/Inventory/GetInventoryOperationStatus", request, "X-EntityToken", callback, customData, extraHeaders);
310+
},
311+
304312
GetItem: function (request, callback, customData, extraHeaders) {
305313
return PlayFab._internalSettings.ExecuteRequestWrapper("/Catalog/GetItem", request, "X-EntityToken", callback, customData, extraHeaders);
306314
},

PlayFabSdk/src/PlayFab/PlayFabEventsApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

PlayFabSdk/src/PlayFab/PlayFabExperimentationApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

PlayFabSdk/src/PlayFab/PlayFabGroupsApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414
if(!PlayFab._internalSettings) {
1515
PlayFab._internalSettings = {
1616
entityToken: null,
17-
sdkVersion: "1.168.240315",
17+
sdkVersion: "1.169.240401",
1818
requestGetParams: {
19-
sdk: "JavaScriptSDK-1.168.240315"
19+
sdk: "JavaScriptSDK-1.169.240401"
2020
},
2121
sessionTicket: null,
2222
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223
}
224224
}
225225

226-
PlayFab.buildIdentifier = "adobuild_javascriptsdk_114";
227-
PlayFab.sdkVersion = "1.168.240315";
226+
PlayFab.buildIdentifier = "adobuild_javascriptsdk_116";
227+
PlayFab.sdkVersion = "1.169.240401";
228228
PlayFab.GenerateErrorReport = function (error) {
229229
if (error == null)
230230
return "";

0 commit comments

Comments
 (0)