connected-spaces-platform.web 5.10.0 → 5.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33386,26 +33386,6 @@ export namespace Systems {
33386
33386
  [this.pointer, value],
33387
33387
  );
33388
33388
  }
33389
-
33390
- get lastPlatform(): string {
33391
- let _result = Module.ccall(
33392
- "csp_systems_BasicProfile__Get_LastPlatform",
33393
- "string",
33394
- ["number"],
33395
- [this.pointer],
33396
- );
33397
-
33398
- return _result;
33399
- }
33400
-
33401
- set lastPlatform(value: string) {
33402
- Module.ccall(
33403
- "csp_systems_BasicProfile__Set_LastPlatform",
33404
- "void",
33405
- ["number", "string"],
33406
- [this.pointer, value],
33407
- );
33408
- }
33409
33389
  }
33410
33390
  }
33411
33391
 
@@ -56074,12 +56054,14 @@ export namespace Systems {
56074
56054
  }
56075
56055
 
56076
56056
  /**
56077
- * @description Log in to Magnopus Connected Services services using a username-password or email-password combination.
56057
+ * @description Log in to Magnopus Connected Services services using a username-password or email-password combination.
56078
56058
  * @param userName - Csp::common::string
56079
56059
  * @param email - Csp::common::string
56080
56060
  * @param password - Csp::common::string
56081
56061
  * @param userHasVerifiedAge - An optional bool to specify whether or not the user has verified that they are over 18
56082
56062
  * @param callback - Callback to call when a response is received
56063
+ @pre One of either UserName or Email must not be empty.
56064
+ @pre Password must not be empty.
56083
56065
  */
56084
56066
 
56085
56067
  async login(
@@ -56143,11 +56125,12 @@ export namespace Systems {
56143
56125
  }
56144
56126
 
56145
56127
  /**
56146
- * @description Resume a previous session for the associated user ID using a refresh token
56147
- * The refresh token can be obtained after registering a callback with `SetNewLoginTokenReceivedCallback` and logging in regularly.
56128
+ * @description Resume a previous session for the associated user ID using a refresh token
56129
+ * The refresh token can be obtained after registering a callback with `SetNewLoginTokenReceivedCallback` and logging in regularly.
56148
56130
  * @param userId - User ID for the previous session
56149
56131
  * @param refreshToken - Refresh token to be used for refreshing the authentication token
56150
56132
  * @param callback - Callback when asynchronous task finishes
56133
+ @pre UserId must not be empty.
56151
56134
  */
56152
56135
 
56153
56136
  async loginWithRefreshToken(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "connected-spaces-platform.web",
3
3
  "displayName": "connected-spaces-platform.web",
4
- "version": "5.10.0+584",
4
+ "version": "5.11.0+585",
5
5
  "description": "This package provides the binaries required to interface with the Connected Spaces Platform API.",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {