Skip to content

Commit abfccfd

Browse files
author
PlayFabJenkinsBot
committed
https://api.playfab.com/releaseNotes/#180409
2 parents fa2700d + 2c3ee95 commit abfccfd

17 files changed

+113
-25
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.20.180316",
3+
"version": "1.20.180409",
44
"description": "Playfab SDK for JS client applications",
55
"license": "Apache-2.0",
66
"repository": {

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.20.180316",
24+
sdkVersion: "1.20.180409",
2525
sessionTicket: null,
2626
productionServerUrl: ".playfabapi.com",
2727
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
@@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
126126
}
127127

128128
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
129-
PlayFab.sdkVersion = "1.20.180316";
129+
PlayFab.sdkVersion = "1.20.180409";
130130
PlayFab.GenerateErrorReport = function (error) {
131131
if (error == null)
132132
return "";

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.20.180316",
24+
sdkVersion: "1.20.180409",
2525
sessionTicket: null,
2626
productionServerUrl: ".playfabapi.com",
2727
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
@@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
126126
}
127127

128128
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
129-
PlayFab.sdkVersion = "1.20.180316";
129+
PlayFab.sdkVersion = "1.20.180409";
130130
PlayFab.GenerateErrorReport = function (error) {
131131
if (error == null)
132132
return "";

PlayFabSdk/src/PlayFab/PlayFabEntityApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.20.180316",
24+
sdkVersion: "1.20.180409",
2525
sessionTicket: null,
2626
productionServerUrl: ".playfabapi.com",
2727
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
@@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
126126
}
127127

128128
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
129-
PlayFab.sdkVersion = "1.20.180316";
129+
PlayFab.sdkVersion = "1.20.180409";
130130
PlayFab.GenerateErrorReport = function (error) {
131131
if (error == null)
132132
return "";

PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.20.180316",
24+
sdkVersion: "1.20.180409",
2525
sessionTicket: null,
2626
productionServerUrl: ".playfabapi.com",
2727
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
@@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
126126
}
127127

128128
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
129-
PlayFab.sdkVersion = "1.20.180316";
129+
PlayFab.sdkVersion = "1.20.180409";
130130
PlayFab.GenerateErrorReport = function (error) {
131131
if (error == null)
132132
return "";

PlayFabSdk/src/PlayFab/PlayFabServerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.20.180316",
24+
sdkVersion: "1.20.180409",
2525
sessionTicket: null,
2626
productionServerUrl: ".playfabapi.com",
2727
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
@@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
126126
}
127127

128128
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
129-
PlayFab.sdkVersion = "1.20.180316";
129+
PlayFab.sdkVersion = "1.20.180409";
130130
PlayFab.GenerateErrorReport = function (error) {
131131
if (error == null)
132132
return "";

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,23 @@ declare module PlayFabAdminModels {
15791579

15801580
}
15811581

1582+
/** https://api.playfab.com/Documentation/Entity/datatype/PlayFab.Admin.Models/PlayFab.Admin.Models.EntityKey */
1583+
export interface EntityKey {
1584+
/** Entity profile ID. */
1585+
Id: string;
1586+
/** Entity type. Optional to be used but one of EntityType or EntityTypeString must be set. */
1587+
Type?: string;
1588+
/** Entity type. Optional to be used but one of EntityType or EntityTypeString must be set. */
1589+
TypeString?: string;
1590+
1591+
}
1592+
1593+
type EntityTypes = "title"
1594+
| "master_player_account"
1595+
| "title_player_account"
1596+
| "character"
1597+
| "group";
1598+
15821599
/** https://api.playfab.com/Documentation/Entity/datatype/PlayFab.Admin.Models/PlayFab.Admin.Models.ExecuteCloudScriptResult */
15831600
export interface ExecuteCloudScriptResult extends PlayFabModule.IPlayFabResultCommon {
15841601
/** Number of PlayFab API requests issued by the CloudScript function */
@@ -1996,7 +2013,9 @@ declare module PlayFabAdminModels {
19962013
| "RoleNameNotAvailable"
19972014
| "GroupNameNotAvailable"
19982015
| "EmailReportAlreadySent"
1999-
| "EmailReportRecipientBlacklisted";
2016+
| "EmailReportRecipientBlacklisted"
2017+
| "EventNamespaceNotAllowed"
2018+
| "EventEntityNotAllowed";
20002019

20012020
/** https://api.playfab.com/Documentation/Entity/datatype/PlayFab.Admin.Models/PlayFab.Admin.Models.GetActionsOnPlayersInSegmentTaskInstanceResult */
20022021
export interface GetActionsOnPlayersInSegmentTaskInstanceResult extends PlayFabModule.IPlayFabResultCommon {
@@ -4183,6 +4202,8 @@ declare module PlayFabAdminModels {
41834202
LastLogin?: string;
41844203
/** source by which the user first joined the game, if known */
41854204
Origination?: string;
4205+
/** Title player account entity for this user */
4206+
TitlePlayerAccount?: EntityKey;
41864207

41874208
}
41884209

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4699,6 +4699,8 @@ declare module PlayFabClientModels {
46994699
LastLogin?: string;
47004700
/** source by which the user first joined the game, if known */
47014701
Origination?: string;
4702+
/** Title player account entity for this user */
4703+
TitlePlayerAccount?: EntityKey;
47024704

47034705
}
47044706

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,23 @@ declare module PlayFabServerModels {
14991499

15001500
}
15011501

1502+
/** https://api.playfab.com/Documentation/Entity/datatype/PlayFab.Server.Models/PlayFab.Server.Models.EntityKey */
1503+
export interface EntityKey {
1504+
/** Entity profile ID. */
1505+
Id: string;
1506+
/** Entity type. Optional to be used but one of EntityType or EntityTypeString must be set. */
1507+
Type?: string;
1508+
/** Entity type. Optional to be used but one of EntityType or EntityTypeString must be set. */
1509+
TypeString?: string;
1510+
1511+
}
1512+
1513+
type EntityTypes = "title"
1514+
| "master_player_account"
1515+
| "title_player_account"
1516+
| "character"
1517+
| "group";
1518+
15021519
/** https://api.playfab.com/Documentation/Entity/datatype/PlayFab.Server.Models/PlayFab.Server.Models.EvaluateRandomResultTableRequest */
15031520
export interface EvaluateRandomResultTableRequest extends PlayFabModule.IPlayFabRequestCommon {
15041521
/**
@@ -1975,7 +1992,9 @@ declare module PlayFabServerModels {
19751992
| "RoleNameNotAvailable"
19761993
| "GroupNameNotAvailable"
19771994
| "EmailReportAlreadySent"
1978-
| "EmailReportRecipientBlacklisted";
1995+
| "EmailReportRecipientBlacklisted"
1996+
| "EventNamespaceNotAllowed"
1997+
| "EventEntityNotAllowed";
19791998

19801999
/** https://api.playfab.com/Documentation/Entity/datatype/PlayFab.Server.Models/PlayFab.Server.Models.GetAllSegmentsRequest */
19812000
export interface GetAllSegmentsRequest extends PlayFabModule.IPlayFabRequestCommon {
@@ -4322,6 +4341,8 @@ declare module PlayFabServerModels {
43224341
LastLogin?: string;
43234342
/** source by which the user first joined the game, if known */
43244343
Origination?: string;
4344+
/** Title player account entity for this user */
4345+
TitlePlayerAccount?: EntityKey;
43254346

43264347
}
43274348

PlayFabTestingExample/src/PlayFab/PlayFabAdminApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.20.180316",
24+
sdkVersion: "1.20.180409",
2525
sessionTicket: null,
2626
productionServerUrl: ".playfabapi.com",
2727
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
@@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
126126
}
127127

128128
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
129-
PlayFab.sdkVersion = "1.20.180316";
129+
PlayFab.sdkVersion = "1.20.180409";
130130
PlayFab.GenerateErrorReport = function (error) {
131131
if (error == null)
132132
return "";

0 commit comments

Comments
 (0)