We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5b4607 + 77eeebd commit 041591aCopy full SHA for 041591a
2 files changed
Scripts/typings/PlayFab/CloudScript.d.ts
@@ -1617,6 +1617,7 @@ declare namespace PlayFabServerModels {
1617
| "DuplicateTitleNameForPublisher"
1618
| "AzureTitleCreationInProgress"
1619
| "DuplicateAzureResourceId"
1620
+ | "TitleContraintsPublisherDeletion"
1621
| "MatchmakingEntityInvalid"
1622
| "MatchmakingPlayerAttributesInvalid"
1623
| "MatchmakingQueueNotFound"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "playfab-cloudscriptexample",
3
- "version": "0.0.210913",
+ "version": "0.0.210927",
4
"description": "PlayFab CloudScriptExample",
5
"main": "ExampleCloudScript.js",
6
"author": {
0 commit comments