Skip to content

Commit 3e0a5fd

Browse files
https://api.playfab.com/releaseNotes/#170814
2 parents 63d1e16 + 80c360a commit 3e0a5fd

14 files changed

+68
-36
lines changed

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106-
PlayFab.sdkVersion = "1.9.170807";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106+
PlayFab.sdkVersion = "1.10.170814";
107107

108108
PlayFab.AdminApi = {
109109

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106-
PlayFab.sdkVersion = "1.9.170807";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106+
PlayFab.sdkVersion = "1.10.170814";
107107

108108
PlayFab.ClientApi = {
109109

PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106-
PlayFab.sdkVersion = "1.9.170807";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106+
PlayFab.sdkVersion = "1.10.170814";
107107

108108
PlayFab.MatchmakerApi = {
109109

PlayFabSdk/src/PlayFab/PlayFabServerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106-
PlayFab.sdkVersion = "1.9.170807";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106+
PlayFab.sdkVersion = "1.10.170814";
107107

108108
PlayFab.ServerApi = {
109109

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4549,7 +4549,7 @@ declare module PlayFabAdminModels {
45494549
*/
45504550
PlayFabId: string;
45514551
/**
4552-
/ new title display name for the user - must be between 3 and 25 characters
4552+
/ New title display name for the user - must be between 3 and 25 characters
45534553
*/
45544554
DisplayName: string;
45554555

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,10 @@ declare module PlayFabClientModels {
18621862
/ Available Game Center information (if the user and PlayFab friend are also connected in Game Center).
18631863
*/
18641864
GameCenterInfo?: UserGameCenterInfo;
1865+
/**
1866+
/ The profile of the user, if requested.
1867+
*/
1868+
Profile?: PlayerProfileModel;
18651869

18661870
}
18671871

@@ -2253,7 +2257,7 @@ declare module PlayFabClientModels {
22532257
*/
22542258
Version?: number;
22552259
/**
2256-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2260+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
22572261
*/
22582262
ProfileConstraints?: number;
22592263

@@ -2307,7 +2311,7 @@ declare module PlayFabClientModels {
23072311
*/
23082312
Version?: number;
23092313
/**
2310-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2314+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
23112315
*/
23122316
ProfileConstraints?: number;
23132317

@@ -2325,6 +2329,10 @@ declare module PlayFabClientModels {
23252329
/ Indicates whether Facebook friends should be included in the response. Default is true.
23262330
*/
23272331
IncludeFacebookFriends?: boolean;
2332+
/**
2333+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
2334+
*/
2335+
ProfileConstraints?: number;
23282336

23292337
}
23302338

@@ -2394,7 +2402,7 @@ declare module PlayFabClientModels {
23942402
*/
23952403
Version?: number;
23962404
/**
2397-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2405+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
23982406
*/
23992407
ProfileConstraints?: number;
24002408

@@ -2466,7 +2474,7 @@ declare module PlayFabClientModels {
24662474
*/
24672475
Version?: number;
24682476
/**
2469-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2477+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
24702478
*/
24712479
ProfileConstraints?: number;
24722480

@@ -2678,7 +2686,7 @@ declare module PlayFabClientModels {
26782686
*/
26792687
PlayFabId: string;
26802688
/**
2681-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2689+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
26822690
*/
26832691
ProfileConstraints?: number;
26842692

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,6 +1867,10 @@ declare module PlayFabServerModels {
18671867
/ Available Game Center information (if the user and PlayFab friend are also connected in Game Center).
18681868
*/
18691869
GameCenterInfo?: UserGameCenterInfo;
1870+
/**
1871+
/ The profile of the user, if requested.
1872+
*/
1873+
Profile?: PlayerProfileModel;
18701874

18711875
}
18721876

@@ -2173,7 +2177,7 @@ declare module PlayFabServerModels {
21732177
*/
21742178
Version?: number;
21752179
/**
2176-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2180+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
21772181
*/
21782182
ProfileConstraints?: number;
21792183

@@ -2195,6 +2199,10 @@ declare module PlayFabServerModels {
21952199
/ Indicates whether Facebook friends should be included in the response. Default is true.
21962200
*/
21972201
IncludeFacebookFriends?: boolean;
2202+
/**
2203+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
2204+
*/
2205+
ProfileConstraints?: number;
21982206

21992207
}
22002208

@@ -2264,7 +2272,7 @@ declare module PlayFabServerModels {
22642272
*/
22652273
MaxResultsCount: number;
22662274
/**
2267-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2275+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
22682276
*/
22692277
ProfileConstraints?: number;
22702278
/**
@@ -2340,7 +2348,7 @@ declare module PlayFabServerModels {
23402348
*/
23412349
MaxResultsCount: number;
23422350
/**
2343-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2351+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
23442352
*/
23452353
ProfileConstraints?: number;
23462354
/**
@@ -2534,7 +2542,7 @@ declare module PlayFabServerModels {
25342542
*/
25352543
PlayFabId: string;
25362544
/**
2537-
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. For API calls from the client, only ShowDisplayName, ShowAvatarUrl are allowed at this time.
2545+
/ If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
25382546
*/
25392547
ProfileConstraints?: number;
25402548

PlayFabTestingExample/src/PlayFab/PlayFabAdminApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106-
PlayFab.sdkVersion = "1.9.170807";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106+
PlayFab.sdkVersion = "1.10.170814";
107107

108108
PlayFab.AdminApi = {
109109

PlayFabTestingExample/src/PlayFab/PlayFabClientApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106-
PlayFab.sdkVersion = "1.9.170807";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106+
PlayFab.sdkVersion = "1.10.170814";
107107

108108
PlayFab.ClientApi = {
109109

PlayFabTestingExample/src/PlayFab/PlayFabMatchmakerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106-
PlayFab.sdkVersion = "1.9.170807";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106+
PlayFab.sdkVersion = "1.10.170814";
107107

108108
PlayFab.MatchmakerApi = {
109109

0 commit comments

Comments
 (0)