@xfloor/floor-memory-sdk-js 1.0.22 → 1.0.24

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.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/AuthApi.js +1 -1
  4. package/dist/api/EventApi.js +1 -1
  5. package/dist/api/FloorApi.js +1 -1
  6. package/dist/api/QueryApi.js +1 -1
  7. package/dist/model/BlockDetails.js +1 -1
  8. package/dist/model/ChangePassword200Response.js +1 -1
  9. package/dist/model/EditFloor200Response.js +1 -1
  10. package/dist/model/EditFloor400Response.js +1 -1
  11. package/dist/model/EditFloor400ResponseError.js +1 -1
  12. package/dist/model/Event400Response.js +1 -1
  13. package/dist/model/Event400ResponseError.js +1 -1
  14. package/dist/model/EventResponse.js +1 -1
  15. package/dist/model/FloorInfo.js +1 -1
  16. package/dist/model/GetRecentEvents200Response.js +1 -1
  17. package/dist/model/GetRecentEvents200ResponseItemsInner.js +1 -1
  18. package/dist/model/GetRecentEvents200ResponseItemsInnerAuthor.js +1 -1
  19. package/dist/model/GetRecentEvents400Response.js +1 -1
  20. package/dist/model/GetRecentEvents400ResponseError.js +1 -1
  21. package/dist/model/Media.js +1 -1
  22. package/dist/model/Model400ErrorCode.js +1 -1
  23. package/dist/model/Query422Response.js +1 -1
  24. package/dist/model/Query422ResponseError.js +1 -1
  25. package/dist/model/QueryRequest.js +1 -1
  26. package/dist/model/QueryRequestFilters.js +1 -1
  27. package/dist/model/QueryResponse.js +1 -1
  28. package/dist/model/QueryResponseItemsInner.js +1 -1
  29. package/dist/model/Remaining.js +1 -1
  30. package/dist/model/ResetPassword200Response.js +1 -1
  31. package/dist/model/ResetPassword400Response.js +1 -1
  32. package/dist/model/SendValidationCode200Response.js +1 -1
  33. package/dist/model/SignInResponse.js +1 -1
  34. package/dist/model/SignUp200Response.js +1 -1
  35. package/dist/model/SignUpResponse.js +1 -1
  36. package/dist/model/UserDetails.js +1 -1
  37. package/dist/model/UserDetailsPodInfo.js +1 -1
  38. package/dist/model/UserDetailsProfile.js +13 -1
  39. package/dist/model/UserDetailsProfileAvatar.js +13 -13
  40. package/dist/model/ValidateCode400Response.js +1 -1
  41. package/dist/model/ValidateCode400ResponseError.js +1 -1
  42. package/dist/model/ValidateCode412Response.js +1 -1
  43. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ The developer has two ways of using the APIs for the app development. Developer
11
11
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
12
12
 
13
13
  - API version: 1.0.0
14
- - Package version: 1.0.22
14
+ - Package version: 1.0.24
15
15
  - Generator version: 7.18.0
16
16
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
17
17
  For more information, please visit [https://xfloor.ai/ipomo/blog1551084548304/](https://xfloor.ai/ipomo/blog1551084548304/)
package/dist/ApiClient.js CHANGED
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  */
28
28
  /**
29
29
  * @module ApiClient
30
- * @version 1.0.22
30
+ * @version 1.0.24
31
31
  */
32
32
  /**
33
33
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -68,7 +68,7 @@ var ApiClient = /*#__PURE__*/function () {
68
68
  * @default {}
69
69
  */
70
70
  this.defaultHeaders = {
71
- 'User-Agent': 'OpenAPI-Generator/1.0.22/Javascript'
71
+ 'User-Agent': 'OpenAPI-Generator/1.0.24/Javascript'
72
72
  };
73
73
 
74
74
  /**
@@ -38,7 +38,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
38
38
  /**
39
39
  * Auth service.
40
40
  * @module api/AuthApi
41
- * @version 1.0.22
41
+ * @version 1.0.24
42
42
  */
43
43
  var AuthApi = exports["default"] = /*#__PURE__*/function () {
44
44
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * Event service.
34
34
  * @module api/EventApi
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var EventApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * Floor service.
34
34
  * @module api/FloorApi
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var FloorApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * Query service.
33
33
  * @module api/QueryApi
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var QueryApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The BlockDetails model module.
33
33
  * @module model/BlockDetails
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var BlockDetails = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The ChangePassword200Response model module.
33
33
  * @module model/ChangePassword200Response
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var ChangePassword200Response = /*#__PURE__*/function () {
37
37
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The EditFloor200Response model module.
35
35
  * @module model/EditFloor200Response
36
- * @version 1.0.22
36
+ * @version 1.0.24
37
37
  */
38
38
  var EditFloor200Response = /*#__PURE__*/function () {
39
39
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The EditFloor400Response model module.
34
34
  * @module model/EditFloor400Response
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var EditFloor400Response = /*#__PURE__*/function () {
38
38
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The EditFloor400ResponseError model module.
33
33
  * @module model/EditFloor400ResponseError
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var EditFloor400ResponseError = /*#__PURE__*/function () {
37
37
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The Event400Response model module.
34
34
  * @module model/Event400Response
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var Event400Response = /*#__PURE__*/function () {
38
38
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The Event400ResponseError model module.
33
33
  * @module model/Event400ResponseError
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var Event400ResponseError = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The EventResponse model module.
33
33
  * @module model/EventResponse
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var EventResponse = /*#__PURE__*/function () {
37
37
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The FloorInfo model module.
35
35
  * @module model/FloorInfo
36
- * @version 1.0.22
36
+ * @version 1.0.24
37
37
  */
38
38
  var FloorInfo = /*#__PURE__*/function () {
39
39
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The GetRecentEvents200Response model module.
34
34
  * @module model/GetRecentEvents200Response
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var GetRecentEvents200Response = /*#__PURE__*/function () {
38
38
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The GetRecentEvents200ResponseItemsInner model module.
35
35
  * @module model/GetRecentEvents200ResponseItemsInner
36
- * @version 1.0.22
36
+ * @version 1.0.24
37
37
  */
38
38
  var GetRecentEvents200ResponseItemsInner = /*#__PURE__*/function () {
39
39
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The GetRecentEvents200ResponseItemsInnerAuthor model module.
31
31
  * @module model/GetRecentEvents200ResponseItemsInnerAuthor
32
- * @version 1.0.22
32
+ * @version 1.0.24
33
33
  */
34
34
  var GetRecentEvents200ResponseItemsInnerAuthor = /*#__PURE__*/function () {
35
35
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The GetRecentEvents400Response model module.
34
34
  * @module model/GetRecentEvents400Response
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var GetRecentEvents400Response = /*#__PURE__*/function () {
38
38
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The GetRecentEvents400ResponseError model module.
33
33
  * @module model/GetRecentEvents400ResponseError
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var GetRecentEvents400ResponseError = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The Media model module.
33
33
  * @module model/Media
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var Media = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The Model400ErrorCode model module.
33
33
  * @module model/Model400ErrorCode
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var Model400ErrorCode = /*#__PURE__*/function () {
37
37
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The Query422Response model module.
34
34
  * @module model/Query422Response
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var Query422Response = /*#__PURE__*/function () {
38
38
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The Query422ResponseError model module.
33
33
  * @module model/Query422ResponseError
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var Query422ResponseError = /*#__PURE__*/function () {
37
37
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The QueryRequest model module.
34
34
  * @module model/QueryRequest
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var QueryRequest = /*#__PURE__*/function () {
38
38
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The QueryRequestFilters model module.
33
33
  * @module model/QueryRequestFilters
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var QueryRequestFilters = /*#__PURE__*/function () {
37
37
  /**
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The QueryResponse model module.
34
34
  * @module model/QueryResponse
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var QueryResponse = /*#__PURE__*/function () {
38
38
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The QueryResponseItemsInner model module.
30
30
  * @module model/QueryResponseItemsInner
31
- * @version 1.0.22
31
+ * @version 1.0.24
32
32
  */
33
33
  var QueryResponseItemsInner = /*#__PURE__*/function () {
34
34
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Remaining model module.
30
30
  * @module model/Remaining
31
- * @version 1.0.22
31
+ * @version 1.0.24
32
32
  */
33
33
  var Remaining = /*#__PURE__*/function () {
34
34
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The ResetPassword200Response model module.
33
33
  * @module model/ResetPassword200Response
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var ResetPassword200Response = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The ResetPassword400Response model module.
33
33
  * @module model/ResetPassword400Response
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var ResetPassword400Response = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The SendValidationCode200Response model module.
33
33
  * @module model/SendValidationCode200Response
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var SendValidationCode200Response = /*#__PURE__*/function () {
37
37
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The SignInResponse model module.
35
35
  * @module model/SignInResponse
36
- * @version 1.0.22
36
+ * @version 1.0.24
37
37
  */
38
38
  var SignInResponse = /*#__PURE__*/function () {
39
39
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The SignUp200Response model module.
33
33
  * @module model/SignUp200Response
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var SignUp200Response = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The SignUpResponse model module.
33
33
  * @module model/SignUpResponse
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var SignUpResponse = /*#__PURE__*/function () {
37
37
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The UserDetails model module.
35
35
  * @module model/UserDetails
36
- * @version 1.0.22
36
+ * @version 1.0.24
37
37
  */
38
38
  var UserDetails = /*#__PURE__*/function () {
39
39
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The UserDetailsPodInfo model module.
35
35
  * @module model/UserDetailsPodInfo
36
- * @version 1.0.22
36
+ * @version 1.0.24
37
37
  */
38
38
  var UserDetailsPodInfo = /*#__PURE__*/function () {
39
39
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The UserDetailsProfile model module.
35
35
  * @module model/UserDetailsProfile
36
- * @version 1.0.22
36
+ * @version 1.0.24
37
37
  */
38
38
  var UserDetailsProfile = /*#__PURE__*/function () {
39
39
  /**
@@ -86,6 +86,9 @@ var UserDetailsProfile = /*#__PURE__*/function () {
86
86
  if (data.hasOwnProperty('FID')) {
87
87
  obj['FID'] = _ApiClient["default"].convertToType(data['FID'], 'String');
88
88
  }
89
+ if (data.hasOwnProperty('title')) {
90
+ obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
91
+ }
89
92
  if (data.hasOwnProperty('name')) {
90
93
  obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
91
94
  }
@@ -147,6 +150,10 @@ var UserDetailsProfile = /*#__PURE__*/function () {
147
150
  throw new Error("Expected the field `FID` to be a primitive type in the JSON string but got " + data['FID']);
148
151
  }
149
152
  // ensure the json data is a string
153
+ if (data['title'] && !(typeof data['title'] === 'string' || data['title'] instanceof String)) {
154
+ throw new Error("Expected the field `title` to be a primitive type in the JSON string but got " + data['title']);
155
+ }
156
+ // ensure the json data is a string
150
157
  if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
151
158
  throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
152
159
  }
@@ -195,6 +202,11 @@ UserDetailsProfile.prototype['block_count_info'] = undefined;
195
202
  */
196
203
  UserDetailsProfile.prototype['FID'] = undefined;
197
204
 
205
+ /**
206
+ * @member {String} title
207
+ */
208
+ UserDetailsProfile.prototype['title'] = undefined;
209
+
198
210
  /**
199
211
  * User Name
200
212
  * @member {String} name
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The UserDetailsProfileAvatar model module.
33
33
  * @module model/UserDetailsProfileAvatar
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var UserDetailsProfileAvatar = /*#__PURE__*/function () {
37
37
  /**
@@ -39,11 +39,11 @@ var UserDetailsProfileAvatar = /*#__PURE__*/function () {
39
39
  * Profile Pick details
40
40
  * @alias module:model/UserDetailsProfileAvatar
41
41
  * @param url {String} Image URL
42
- * @param id {String} Image ID
42
+ * @param type {String} Image ID
43
43
  */
44
- function UserDetailsProfileAvatar(url, id) {
44
+ function UserDetailsProfileAvatar(url, type) {
45
45
  _classCallCheck(this, UserDetailsProfileAvatar);
46
- UserDetailsProfileAvatar.initialize(this, url, id);
46
+ UserDetailsProfileAvatar.initialize(this, url, type);
47
47
  }
48
48
 
49
49
  /**
@@ -53,9 +53,9 @@ var UserDetailsProfileAvatar = /*#__PURE__*/function () {
53
53
  */
54
54
  return _createClass(UserDetailsProfileAvatar, null, [{
55
55
  key: "initialize",
56
- value: function initialize(obj, url, id) {
56
+ value: function initialize(obj, url, type) {
57
57
  obj['url'] = url;
58
- obj['id'] = id;
58
+ obj['type'] = type;
59
59
  }
60
60
 
61
61
  /**
@@ -73,8 +73,8 @@ var UserDetailsProfileAvatar = /*#__PURE__*/function () {
73
73
  if (data.hasOwnProperty('url')) {
74
74
  obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
75
75
  }
76
- if (data.hasOwnProperty('id')) {
77
- obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
76
+ if (data.hasOwnProperty('type')) {
77
+ obj['type'] = _ApiClient["default"].convertToType(data['type'], 'String');
78
78
  }
79
79
  }
80
80
  return obj;
@@ -108,14 +108,14 @@ var UserDetailsProfileAvatar = /*#__PURE__*/function () {
108
108
  throw new Error("Expected the field `url` to be a primitive type in the JSON string but got " + data['url']);
109
109
  }
110
110
  // ensure the json data is a string
111
- if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
112
- throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
111
+ if (data['type'] && !(typeof data['type'] === 'string' || data['type'] instanceof String)) {
112
+ throw new Error("Expected the field `type` to be a primitive type in the JSON string but got " + data['type']);
113
113
  }
114
114
  return true;
115
115
  }
116
116
  }]);
117
117
  }();
118
- UserDetailsProfileAvatar.RequiredProperties = ["url", "id"];
118
+ UserDetailsProfileAvatar.RequiredProperties = ["url", "type"];
119
119
 
120
120
  /**
121
121
  * Image URL
@@ -125,7 +125,7 @@ UserDetailsProfileAvatar.prototype['url'] = undefined;
125
125
 
126
126
  /**
127
127
  * Image ID
128
- * @member {String} id
128
+ * @member {String} type
129
129
  */
130
- UserDetailsProfileAvatar.prototype['id'] = undefined;
130
+ UserDetailsProfileAvatar.prototype['type'] = undefined;
131
131
  var _default = exports["default"] = UserDetailsProfileAvatar;
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The ValidateCode400Response model module.
34
34
  * @module model/ValidateCode400Response
35
- * @version 1.0.22
35
+ * @version 1.0.24
36
36
  */
37
37
  var ValidateCode400Response = /*#__PURE__*/function () {
38
38
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The ValidateCode400ResponseError model module.
33
33
  * @module model/ValidateCode400ResponseError
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var ValidateCode400ResponseError = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The ValidateCode412Response model module.
33
33
  * @module model/ValidateCode412Response
34
- * @version 1.0.22
34
+ * @version 1.0.24
35
35
  */
36
36
  var ValidateCode412Response = /*#__PURE__*/function () {
37
37
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfloor/floor-memory-sdk-js",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "JavaScript SDK for xFloor Memory APIs (Memory + Registration).",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",