Skip to content

Commit bfd4050

Browse files
author
Playfab Jenkins Bot
committed
https://api.playfab.com/releaseNotes/#170411
1 parent 46ebf43 commit bfd4050

14 files changed

+348
-142
lines changed

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ if(!PlayFab._internalSettings) {
9999
}
100100
}
101101

102-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
103-
PlayFab.sdkVersion = "1.3.170403";
102+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
103+
PlayFab.sdkVersion = "1.4.170411";
104104

105105
PlayFab.AdminApi = {
106106

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ if(!PlayFab._internalSettings) {
9999
}
100100
}
101101

102-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
103-
PlayFab.sdkVersion = "1.3.170403";
102+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
103+
PlayFab.sdkVersion = "1.4.170411";
104104

105105
PlayFab.ClientApi = {
106106

PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ if(!PlayFab._internalSettings) {
9999
}
100100
}
101101

102-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
103-
PlayFab.sdkVersion = "1.3.170403";
102+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
103+
PlayFab.sdkVersion = "1.4.170411";
104104

105105
PlayFab.MatchmakerApi = {
106106

PlayFabSdk/src/PlayFab/PlayFabServerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ if(!PlayFab._internalSettings) {
9999
}
100100
}
101101

102-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
103-
PlayFab.sdkVersion = "1.3.170403";
102+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
103+
PlayFab.sdkVersion = "1.4.170411";
104104

105105
PlayFab.ServerApi = {
106106

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,17 @@ declare module PlayFabAdminModels {
731731

732732
}
733733

734+
/**
735+
/ https://api.playfab.com/Documentation/Client/datatype/PlayFab.Admin.Models/PlayFab.Admin.Models.ApiCondition
736+
*/
737+
export interface ApiCondition {
738+
/**
739+
/ Require that API calls contain an RSA encrypted payload or signed headers.
740+
*/
741+
HasSignatureOrEncryption?: string;
742+
743+
}
744+
734745
/**
735746
/ https://api.playfab.com/Documentation/Client/datatype/PlayFab.Admin.Models/PlayFab.Admin.Models.BanInfo
736747
*/
@@ -1058,6 +1069,10 @@ declare module PlayFabAdminModels {
10581069

10591070
}
10601071

1072+
type Conditionals = "Any"
1073+
| "True"
1074+
| "False";
1075+
10611076
/**
10621077
/ https://api.playfab.com/Documentation/Client/datatype/PlayFab.Admin.Models/PlayFab.Admin.Models.ContentInfo
10631078
*/
@@ -3086,6 +3101,10 @@ declare module PlayFabAdminModels {
30863101
/ A comment about the statement. Intended solely for bookeeping and debugging.
30873102
*/
30883103
Comment?: string;
3104+
/**
3105+
/ Additional conditions to be applied for API Resources.
3106+
*/
3107+
ApiConditions?: ApiCondition;
30893108

30903109
}
30913110

0 commit comments

Comments
 (0)