@xfloor/floor-memory-sdk-js 1.0.9 → 1.0.11
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.
- package/README.md +22 -1
- package/dist/ApiClient.js +2 -2
- package/dist/api/DefaultApi.js +1 -1
- package/dist/api/EditFloorApi.js +1 -1
- package/dist/api/EventApi.js +1 -1
- package/dist/api/GetFloorInformationApi.js +1 -1
- package/dist/api/GetRecentEventsApi.js +1 -1
- package/dist/api/QueryApi.js +1 -1
- package/dist/model/BlockDetails.js +1 -1
- package/dist/model/ChangePassword200Response.js +1 -1
- package/dist/model/ConversationThreads200Response.js +1 -1
- package/dist/model/ConversationThreads200ResponseThreadsInner.js +1 -1
- package/dist/model/EditFloor400Response.js +1 -1
- package/dist/model/EditFloor400ResponseError.js +1 -1
- package/dist/model/Event400Response.js +1 -1
- package/dist/model/Event400ResponseError.js +1 -1
- package/dist/model/EventResponse.js +1 -1
- package/dist/model/FloorInfo.js +14 -1
- package/dist/model/GetConversations200Response.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInner.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerAssistant.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerAssistantChoicesInner.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerUser.js +1 -1
- package/dist/model/GetConversations200ResponseConversationInnerUserContext.js +1 -1
- package/dist/model/GetFloorInformation200Response.js +14 -1
- package/dist/model/GetRecentEvents200Response.js +1 -1
- package/dist/model/GetRecentEvents200ResponseItemsInner.js +1 -1
- package/dist/model/GetRecentEvents200ResponseItemsInnerAuthor.js +1 -1
- package/dist/model/GetRecentEvents400Response.js +1 -1
- package/dist/model/GetRecentEvents400ResponseError.js +1 -1
- package/dist/model/Media.js +1 -1
- package/dist/model/Model400ErrorCode.js +1 -1
- package/dist/model/PostAdd.js +1 -1
- package/dist/model/Query422Response.js +1 -1
- package/dist/model/Query422ResponseError.js +1 -1
- package/dist/model/QueryRequest.js +1 -1
- package/dist/model/QueryRequestFilters.js +1 -1
- package/dist/model/QueryResponse.js +1 -1
- package/dist/model/QueryResponseItemsInner.js +1 -1
- package/dist/model/ResetPassword200Response.js +1 -1
- package/dist/model/ResetPassword400Response.js +1 -1
- package/dist/model/SendSignInValidationCode200Response.js +1 -1
- package/dist/model/SendValidationCode200Response.js +1 -1
- package/dist/model/SendValidationCodeRequest.js +1 -1
- package/dist/model/SignInWithEmail200Response.js +1 -1
- package/dist/model/SignInWithEmail200ResponsePodInfo.js +1 -1
- package/dist/model/SignInWithEmail200ResponseProfile.js +1 -1
- package/dist/model/SignInWithEmail200ResponseProfileAvatar.js +1 -1
- package/dist/model/SignUp200Response.js +1 -1
- package/dist/model/SignUpResponse.js +1 -1
- package/dist/model/Threads.js +1 -1
- package/dist/model/UserDetails.js +1 -1
- package/dist/model/ValidateCode400Response.js +1 -1
- package/dist/model/ValidateCode400ResponseError.js +1 -1
- package/dist/model/ValidateCode412Response.js +1 -1
- package/dist/model/ValidateCodeRequest.js +1 -1
- 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.
|
|
14
|
+
- Package version: 1.0.11
|
|
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/)
|
|
@@ -218,3 +218,24 @@ Authentication schemes defined for the API:
|
|
|
218
218
|
|
|
219
219
|
- **Type**: Bearer authentication
|
|
220
220
|
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
<!-- xfloor:platform-notes:start -->
|
|
224
|
+
## Platform Notes (macOS, Linux, Windows)
|
|
225
|
+
|
|
226
|
+
### macOS / Linux
|
|
227
|
+
```bash
|
|
228
|
+
npm install
|
|
229
|
+
npm run build
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
### Windows (PowerShell or CMD)
|
|
233
|
+
```powershell
|
|
234
|
+
npm install
|
|
235
|
+
npm run build
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
The npm commands are the same across operating systems. For local path references, use OS-specific path formats:
|
|
239
|
+
- macOS/Linux: `/path/to/project`
|
|
240
|
+
- Windows: `C:\path\to\project`
|
|
241
|
+
<!-- xfloor:platform-notes:end -->
|
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.
|
|
30
|
+
* @version 1.0.11
|
|
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.
|
|
71
|
+
'User-Agent': 'OpenAPI-Generator/1.0.11/Javascript'
|
|
72
72
|
};
|
|
73
73
|
|
|
74
74
|
/**
|
package/dist/api/DefaultApi.js
CHANGED
package/dist/api/EditFloorApi.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* EditFloor service.
|
|
32
32
|
* @module api/EditFloorApi
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.11
|
|
34
34
|
*/
|
|
35
35
|
var EditFloorApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/EventApi.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* GetFloorInformation service.
|
|
32
32
|
* @module api/GetFloorInformationApi
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.11
|
|
34
34
|
*/
|
|
35
35
|
var GetFloorInformationApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* GetRecentEvents service.
|
|
32
32
|
* @module api/GetRecentEventsApi
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.11
|
|
34
34
|
*/
|
|
35
35
|
var GetRecentEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/QueryApi.js
CHANGED
|
@@ -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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var ChangePassword200Response = /*#__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 ConversationThreads200Response model module.
|
|
34
34
|
* @module model/ConversationThreads200Response
|
|
35
|
-
* @version 1.0.
|
|
35
|
+
* @version 1.0.11
|
|
36
36
|
*/
|
|
37
37
|
var ConversationThreads200Response = /*#__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 ConversationThreads200ResponseThreadsInner model module.
|
|
33
33
|
* @module model/ConversationThreads200ResponseThreadsInner
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var ConversationThreads200ResponseThreadsInner = /*#__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 EditFloor400Response model module.
|
|
34
34
|
* @module model/EditFloor400Response
|
|
35
|
-
* @version 1.0.
|
|
35
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
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.
|
|
35
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var EventResponse = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/FloorInfo.js
CHANGED
|
@@ -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.
|
|
36
|
+
* @version 1.0.11
|
|
37
37
|
*/
|
|
38
38
|
var FloorInfo = /*#__PURE__*/function () {
|
|
39
39
|
/**
|
|
@@ -102,6 +102,9 @@ var FloorInfo = /*#__PURE__*/function () {
|
|
|
102
102
|
if (data.hasOwnProperty('floor_type')) {
|
|
103
103
|
obj['floor_type'] = _ApiClient["default"].convertToType(data['floor_type'], 'String');
|
|
104
104
|
}
|
|
105
|
+
if (data.hasOwnProperty('app_id')) {
|
|
106
|
+
obj['app_id'] = _ApiClient["default"].convertToType(data['app_id'], 'String');
|
|
107
|
+
}
|
|
105
108
|
}
|
|
106
109
|
return obj;
|
|
107
110
|
}
|
|
@@ -179,6 +182,10 @@ var FloorInfo = /*#__PURE__*/function () {
|
|
|
179
182
|
if (data['floor_type'] && !(typeof data['floor_type'] === 'string' || data['floor_type'] instanceof String)) {
|
|
180
183
|
throw new Error("Expected the field `floor_type` to be a primitive type in the JSON string but got " + data['floor_type']);
|
|
181
184
|
}
|
|
185
|
+
// ensure the json data is a string
|
|
186
|
+
if (data['app_id'] && !(typeof data['app_id'] === 'string' || data['app_id'] instanceof String)) {
|
|
187
|
+
throw new Error("Expected the field `app_id` to be a primitive type in the JSON string but got " + data['app_id']);
|
|
188
|
+
}
|
|
182
189
|
return true;
|
|
183
190
|
}
|
|
184
191
|
}]);
|
|
@@ -231,4 +238,10 @@ FloorInfo.prototype['is_owner'] = undefined;
|
|
|
231
238
|
* @member {String} floor_type
|
|
232
239
|
*/
|
|
233
240
|
FloorInfo.prototype['floor_type'] = undefined;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Optional - Applicable only if pod is present.
|
|
244
|
+
* @member {String} app_id
|
|
245
|
+
*/
|
|
246
|
+
FloorInfo.prototype['app_id'] = undefined;
|
|
234
247
|
var _default = exports["default"] = FloorInfo;
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The GetConversations200Response model module.
|
|
34
34
|
* @module model/GetConversations200Response
|
|
35
|
-
* @version 1.0.
|
|
35
|
+
* @version 1.0.11
|
|
36
36
|
*/
|
|
37
37
|
var GetConversations200Response = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetConversations200ResponseConversationInner model module.
|
|
32
32
|
* @module model/GetConversations200ResponseConversationInner
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.11
|
|
34
34
|
*/
|
|
35
35
|
var GetConversations200ResponseConversationInner = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
33
33
|
/**
|
|
34
34
|
* The GetConversations200ResponseConversationInnerAssistant model module.
|
|
35
35
|
* @module model/GetConversations200ResponseConversationInnerAssistant
|
|
36
|
-
* @version 1.0.
|
|
36
|
+
* @version 1.0.11
|
|
37
37
|
*/
|
|
38
38
|
var GetConversations200ResponseConversationInnerAssistant = /*#__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 GetConversations200ResponseConversationInnerAssistantChoicesInner model module.
|
|
33
33
|
* @module model/GetConversations200ResponseConversationInnerAssistantChoicesInner
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var GetConversations200ResponseConversationInnerAssistantChoicesInner = /*#__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 GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails model module.
|
|
33
33
|
* @module model/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage model module.
|
|
33
33
|
* @module model/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails model module.
|
|
33
33
|
* @module model/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.js
CHANGED
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts model module.
|
|
34
34
|
* @module model/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts
|
|
35
|
-
* @version 1.0.
|
|
35
|
+
* @version 1.0.11
|
|
36
36
|
*/
|
|
37
37
|
var GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts = /*#__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 GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner model module.
|
|
33
33
|
* @module model/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner = /*#__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 GetConversations200ResponseConversationInnerUser model module.
|
|
34
34
|
* @module model/GetConversations200ResponseConversationInnerUser
|
|
35
|
-
* @version 1.0.
|
|
35
|
+
* @version 1.0.11
|
|
36
36
|
*/
|
|
37
37
|
var GetConversations200ResponseConversationInnerUser = /*#__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 GetConversations200ResponseConversationInnerUserContext model module.
|
|
33
33
|
* @module model/GetConversations200ResponseConversationInnerUserContext
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var GetConversations200ResponseConversationInnerUserContext = /*#__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 GetFloorInformation200Response model module.
|
|
35
35
|
* @module model/GetFloorInformation200Response
|
|
36
|
-
* @version 1.0.
|
|
36
|
+
* @version 1.0.11
|
|
37
37
|
*/
|
|
38
38
|
var GetFloorInformation200Response = /*#__PURE__*/function () {
|
|
39
39
|
/**
|
|
@@ -101,6 +101,9 @@ var GetFloorInformation200Response = /*#__PURE__*/function () {
|
|
|
101
101
|
if (data.hasOwnProperty('floor_type')) {
|
|
102
102
|
obj['floor_type'] = _ApiClient["default"].convertToType(data['floor_type'], 'String');
|
|
103
103
|
}
|
|
104
|
+
if (data.hasOwnProperty('app_id')) {
|
|
105
|
+
obj['app_id'] = _ApiClient["default"].convertToType(data['app_id'], 'String');
|
|
106
|
+
}
|
|
104
107
|
}
|
|
105
108
|
return obj;
|
|
106
109
|
}
|
|
@@ -178,6 +181,10 @@ var GetFloorInformation200Response = /*#__PURE__*/function () {
|
|
|
178
181
|
if (data['floor_type'] && !(typeof data['floor_type'] === 'string' || data['floor_type'] instanceof String)) {
|
|
179
182
|
throw new Error("Expected the field `floor_type` to be a primitive type in the JSON string but got " + data['floor_type']);
|
|
180
183
|
}
|
|
184
|
+
// ensure the json data is a string
|
|
185
|
+
if (data['app_id'] && !(typeof data['app_id'] === 'string' || data['app_id'] instanceof String)) {
|
|
186
|
+
throw new Error("Expected the field `app_id` to be a primitive type in the JSON string but got " + data['app_id']);
|
|
187
|
+
}
|
|
181
188
|
return true;
|
|
182
189
|
}
|
|
183
190
|
}]);
|
|
@@ -230,4 +237,10 @@ GetFloorInformation200Response.prototype['is_owner'] = undefined;
|
|
|
230
237
|
* @member {String} floor_type
|
|
231
238
|
*/
|
|
232
239
|
GetFloorInformation200Response.prototype['floor_type'] = undefined;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Optional - Applicable only if pod is present.
|
|
243
|
+
* @member {String} app_id
|
|
244
|
+
*/
|
|
245
|
+
GetFloorInformation200Response.prototype['app_id'] = undefined;
|
|
233
246
|
var _default = exports["default"] = GetFloorInformation200Response;
|
|
@@ -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.
|
|
35
|
+
* @version 1.0.11
|
|
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.
|
|
36
|
+
* @version 1.0.11
|
|
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.
|
|
32
|
+
* @version 1.0.11
|
|
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.
|
|
35
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var GetRecentEvents400ResponseError = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/Media.js
CHANGED
|
@@ -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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var Model400ErrorCode = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/PostAdd.js
CHANGED
|
@@ -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.
|
|
35
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var Query422ResponseError = /*#__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 QueryRequestFilters model module.
|
|
33
33
|
* @module model/QueryRequestFilters
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
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.
|
|
35
|
+
* @version 1.0.11
|
|
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.
|
|
31
|
+
* @version 1.0.11
|
|
32
32
|
*/
|
|
33
33
|
var QueryResponseItemsInner = /*#__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.
|
|
34
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
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 SendSignInValidationCode200Response model module.
|
|
33
33
|
* @module model/SendSignInValidationCode200Response
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var SendSignInValidationCode200Response = /*#__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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var SendValidationCode200Response = /*#__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 SendValidationCodeRequest model module.
|
|
33
33
|
* @module model/SendValidationCodeRequest
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var SendValidationCodeRequest = /*#__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 SignInWithEmail200Response model module.
|
|
35
35
|
* @module model/SignInWithEmail200Response
|
|
36
|
-
* @version 1.0.
|
|
36
|
+
* @version 1.0.11
|
|
37
37
|
*/
|
|
38
38
|
var SignInWithEmail200Response = /*#__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 SignInWithEmail200ResponsePodInfo model module.
|
|
35
35
|
* @module model/SignInWithEmail200ResponsePodInfo
|
|
36
|
-
* @version 1.0.
|
|
36
|
+
* @version 1.0.11
|
|
37
37
|
*/
|
|
38
38
|
var SignInWithEmail200ResponsePodInfo = /*#__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 SignInWithEmail200ResponseProfile model module.
|
|
35
35
|
* @module model/SignInWithEmail200ResponseProfile
|
|
36
|
-
* @version 1.0.
|
|
36
|
+
* @version 1.0.11
|
|
37
37
|
*/
|
|
38
38
|
var SignInWithEmail200ResponseProfile = /*#__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 SignInWithEmail200ResponseProfileAvatar model module.
|
|
33
33
|
* @module model/SignInWithEmail200ResponseProfileAvatar
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var SignInWithEmail200ResponseProfileAvatar = /*#__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 SignUp200Response model module.
|
|
33
33
|
* @module model/SignUp200Response
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var SignUpResponse = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/Threads.js
CHANGED
|
@@ -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.
|
|
35
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
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.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var ValidateCode412Response = /*#__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 ValidateCodeRequest model module.
|
|
33
33
|
* @module model/ValidateCodeRequest
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.11
|
|
35
35
|
*/
|
|
36
36
|
var ValidateCodeRequest = /*#__PURE__*/function () {
|
|
37
37
|
/**
|