@acceleratxr/core_sdk
Advanced tools
Comparing version 1.17.1 to 1.17.2
@@ -85,6 +85,6 @@ "use strict"; | ||
if (!this.baseServicePaths.has(services_1.PersonaStatDefinitionService)) { | ||
this.baseServicePaths.set(services_1.PersonaStatDefinitionService, "/personas/stats/definitions"); | ||
this.baseServicePaths.set(services_1.PersonaStatDefinitionService, "/personastatsdefinitions"); | ||
} | ||
if (!this.baseServicePaths.has(services_1.PersonaStatService)) { | ||
this.baseServicePaths.set(services_1.PersonaStatService, "/personas/stats"); | ||
this.baseServicePaths.set(services_1.PersonaStatService, "/personastats"); | ||
} | ||
@@ -91,0 +91,0 @@ if (!this.baseServicePaths.has(services_1.ProfileService)) { |
@@ -20,2 +20,6 @@ "use strict"; | ||
/** | ||
* Indicates whether the user will request a dedicated server for the matched session or will self-host (P2P). | ||
*/ | ||
this.dedicatedServer = true; | ||
/** | ||
* The UUID of the user that is responsible for maintaining this ticket. | ||
@@ -54,2 +58,3 @@ */ | ||
this.criteria = other.criteria ? other.criteria : this.criteria; | ||
this.dedicatedServer = other.dedicatedServer ? other.dedicatedServer : this.dedicatedServer; | ||
this.hostUid = other.hostUid ? other.hostUid : this.hostUid; | ||
@@ -56,0 +61,0 @@ this.teamSize = other.teamSize ? other.teamSize : this.teamSize; |
@@ -15,2 +15,6 @@ import EntityBase from "../EntityBase"; | ||
/** | ||
* Indicates whether the user will request a dedicated server for the matched session or will self-host (P2P). | ||
*/ | ||
dedicatedServer: boolean; | ||
/** | ||
* The UUID of the user that is responsible for maintaining this ticket. | ||
@@ -17,0 +21,0 @@ */ |
{ | ||
"name": "@acceleratxr/core_sdk", | ||
"version": "1.17.1", | ||
"version": "1.17.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3976074
14075