@xfloor/floor-memory-sdk-ts 1.0.4 → 1.0.6
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 +152 -39
- package/dist/apis/DefaultApi.d.ts +88 -15
- package/dist/apis/DefaultApi.js +378 -10
- package/dist/apis/EditFloorApi.d.ts +3 -1
- package/dist/apis/EditFloorApi.js +3 -1
- package/dist/apis/EventApi.d.ts +5 -3
- package/dist/apis/EventApi.js +5 -3
- package/dist/apis/GetFloorInformationApi.d.ts +6 -4
- package/dist/apis/GetFloorInformationApi.js +8 -3
- package/dist/apis/GetRecentEventsApi.d.ts +4 -2
- package/dist/apis/GetRecentEventsApi.js +6 -1
- package/dist/apis/QueryApi.d.ts +3 -1
- package/dist/apis/QueryApi.js +3 -1
- package/dist/models/BlockDetails.d.ts +4 -2
- package/dist/models/BlockDetails.js +6 -4
- package/dist/models/ChangePassword200Response.d.ts +3 -1
- package/dist/models/ChangePassword200Response.js +3 -1
- package/dist/models/ConversationThreads200Response.d.ts +41 -0
- package/dist/models/ConversationThreads200Response.js +58 -0
- package/dist/models/ConversationThreads200ResponseThreadsInner.d.ts +46 -0
- package/dist/models/ConversationThreads200ResponseThreadsInner.js +61 -0
- package/dist/models/EditFloor400Response.d.ts +3 -1
- package/dist/models/EditFloor400Response.js +3 -1
- package/dist/models/EditFloor400ResponseError.d.ts +3 -1
- package/dist/models/EditFloor400ResponseError.js +3 -1
- package/dist/models/Event400Response.d.ts +3 -1
- package/dist/models/Event400Response.js +3 -1
- package/dist/models/Event400ResponseError.d.ts +3 -1
- package/dist/models/Event400ResponseError.js +3 -1
- package/dist/models/EventResponse.d.ts +3 -1
- package/dist/models/EventResponse.js +3 -1
- package/dist/models/FloorInfo.d.ts +3 -1
- package/dist/models/FloorInfo.js +3 -1
- package/dist/models/GetConversations200Response.d.ts +47 -0
- package/dist/models/GetConversations200Response.js +62 -0
- package/dist/models/GetConversations200ResponseConversationInner.d.ts +42 -0
- package/dist/models/GetConversations200ResponseConversationInner.js +55 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistant.d.ts +78 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistant.js +83 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInner.d.ts +61 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInner.js +62 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails.d.ts +76 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails.js +81 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.d.ts +40 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.js +57 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.d.ts +40 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.js +57 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.d.ts +59 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.js +70 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner.d.ts +82 -0
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner.js +85 -0
- package/dist/models/GetConversations200ResponseConversationInnerUser.d.ts +59 -0
- package/dist/models/GetConversations200ResponseConversationInnerUser.js +70 -0
- package/dist/models/GetConversations200ResponseConversationInnerUserContext.d.ts +58 -0
- package/dist/models/GetConversations200ResponseConversationInnerUserContext.js +69 -0
- package/dist/models/GetFloorInformation200Response.d.ts +3 -1
- package/dist/models/GetFloorInformation200Response.js +3 -1
- package/dist/models/GetRecentEvents200Response.d.ts +3 -1
- package/dist/models/GetRecentEvents200Response.js +3 -1
- package/dist/models/GetRecentEvents200ResponseItemsInner.d.ts +3 -1
- package/dist/models/GetRecentEvents200ResponseItemsInner.js +3 -1
- package/dist/models/GetRecentEvents200ResponseItemsInnerAuthor.d.ts +3 -1
- package/dist/models/GetRecentEvents200ResponseItemsInnerAuthor.js +3 -1
- package/dist/models/GetRecentEvents400Response.d.ts +3 -1
- package/dist/models/GetRecentEvents400Response.js +3 -1
- package/dist/models/GetRecentEvents400ResponseError.d.ts +3 -1
- package/dist/models/GetRecentEvents400ResponseError.js +3 -1
- package/dist/models/Media.d.ts +3 -1
- package/dist/models/Media.js +3 -1
- package/dist/models/Model400ErrorCode.d.ts +3 -1
- package/dist/models/Model400ErrorCode.js +3 -1
- package/dist/models/PostAdd.d.ts +58 -0
- package/dist/models/PostAdd.js +69 -0
- package/dist/models/Query422Response.d.ts +3 -1
- package/dist/models/Query422Response.js +3 -1
- package/dist/models/Query422ResponseError.d.ts +3 -1
- package/dist/models/Query422ResponseError.js +3 -1
- package/dist/models/QueryRequest.d.ts +4 -2
- package/dist/models/QueryRequest.js +6 -2
- package/dist/models/QueryRequestFilters.d.ts +3 -1
- package/dist/models/QueryRequestFilters.js +3 -1
- package/dist/models/QueryResponse.d.ts +3 -1
- package/dist/models/QueryResponse.js +3 -1
- package/dist/models/QueryResponseItemsInner.d.ts +3 -1
- package/dist/models/QueryResponseItemsInner.js +3 -1
- package/dist/models/ResetPassword200Response.d.ts +3 -1
- package/dist/models/ResetPassword200Response.js +3 -1
- package/dist/models/ResetPassword400Response.d.ts +3 -1
- package/dist/models/ResetPassword400Response.js +3 -1
- package/dist/models/SendSignInValidationCode200Response.d.ts +46 -0
- package/dist/models/SendSignInValidationCode200Response.js +59 -0
- package/dist/models/SendValidationCode200Response.d.ts +3 -1
- package/dist/models/SendValidationCode200Response.js +3 -1
- package/dist/models/SendValidationCodeRequest.d.ts +3 -1
- package/dist/models/SendValidationCodeRequest.js +3 -1
- package/dist/models/SignInWithEmail200Response.d.ts +3 -1
- package/dist/models/SignInWithEmail200Response.js +3 -1
- package/dist/models/SignInWithEmail200ResponsePodInfo.d.ts +3 -1
- package/dist/models/SignInWithEmail200ResponsePodInfo.js +3 -1
- package/dist/models/SignInWithEmail200ResponseProfile.d.ts +3 -1
- package/dist/models/SignInWithEmail200ResponseProfile.js +3 -1
- package/dist/models/SignInWithEmail200ResponseProfileAvatar.d.ts +3 -1
- package/dist/models/SignInWithEmail200ResponseProfileAvatar.js +3 -1
- package/dist/models/SignUp200Response.d.ts +3 -1
- package/dist/models/SignUp200Response.js +3 -1
- package/dist/models/SignUpResponse.d.ts +3 -1
- package/dist/models/SignUpResponse.js +3 -1
- package/dist/models/Threads.d.ts +46 -0
- package/dist/models/Threads.js +61 -0
- package/dist/models/UserDetails.d.ts +3 -1
- package/dist/models/UserDetails.js +3 -1
- package/dist/models/ValidateCode400Response.d.ts +3 -1
- package/dist/models/ValidateCode400Response.js +3 -1
- package/dist/models/ValidateCode400ResponseError.d.ts +3 -1
- package/dist/models/ValidateCode400ResponseError.js +3 -1
- package/dist/models/ValidateCode412Response.d.ts +3 -1
- package/dist/models/ValidateCode412Response.js +3 -1
- package/dist/models/ValidateCodeRequest.d.ts +3 -1
- package/dist/models/ValidateCodeRequest.js +3 -1
- package/dist/models/index.d.ts +16 -0
- package/dist/models/index.js +16 -0
- package/dist/runtime.d.ts +3 -1
- package/dist/runtime.js +3 -1
- package/package.json +1 -1
package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.js
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Floor Memory
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
9
|
+
*
|
|
10
|
+
* The version of the OpenAPI document: 1.0.0
|
|
11
|
+
* Contact: contact@ipomo.in
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14
|
+
* https://openapi-generator.tech
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.instanceOfGetConversations200ResponseConversationInnerAssistantFetchMultiplePosts = instanceOfGetConversations200ResponseConversationInnerAssistantFetchMultiplePosts;
|
|
19
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsFromJSON = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsFromJSON;
|
|
20
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsFromJSONTyped = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsFromJSONTyped;
|
|
21
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsToJSON = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsToJSON;
|
|
22
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsToJSONTyped = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsToJSONTyped;
|
|
23
|
+
var GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner_1 = require("./GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfGetConversations200ResponseConversationInnerAssistantFetchMultiplePosts(value) {
|
|
28
|
+
if (!('contentType' in value) || value['contentType'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('query' in value) || value['query'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('message' in value) || value['message'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('results' in value) || value['results'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsFromJSON(json) {
|
|
41
|
+
return GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'contentType': json['content_type'],
|
|
49
|
+
'query': json['query'],
|
|
50
|
+
'status': json['status'],
|
|
51
|
+
'message': json['message'],
|
|
52
|
+
'results': (json['results'].map(GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner_1.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSON)),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsToJSON(json) {
|
|
56
|
+
return GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsToJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsToJSONTyped(value, ignoreDiscriminator) {
|
|
59
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
60
|
+
if (value == null) {
|
|
61
|
+
return value;
|
|
62
|
+
}
|
|
63
|
+
return {
|
|
64
|
+
'content_type': value['contentType'],
|
|
65
|
+
'query': value['query'],
|
|
66
|
+
'status': value['status'],
|
|
67
|
+
'message': value['message'],
|
|
68
|
+
'results': (value['results'].map(GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner_1.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSON)),
|
|
69
|
+
};
|
|
70
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Floor Memory
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: contact@ipomo.in
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
18
|
+
*/
|
|
19
|
+
export interface GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
24
|
+
*/
|
|
25
|
+
fromFloor: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
30
|
+
*/
|
|
31
|
+
content: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
36
|
+
*/
|
|
37
|
+
author: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
42
|
+
*/
|
|
43
|
+
blockType: number;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
48
|
+
*/
|
|
49
|
+
pid: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
54
|
+
*/
|
|
55
|
+
bid: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
60
|
+
*/
|
|
61
|
+
fid: string;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
66
|
+
*/
|
|
67
|
+
score: number;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
|
|
72
|
+
*/
|
|
73
|
+
matchType: string;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Check if a given object implements the GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner interface.
|
|
77
|
+
*/
|
|
78
|
+
export declare function instanceOfGetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner(value: object): value is GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner;
|
|
79
|
+
export declare function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSON(json: any): GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner;
|
|
80
|
+
export declare function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner;
|
|
81
|
+
export declare function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSON(json: any): GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner;
|
|
82
|
+
export declare function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSONTyped(value?: GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Floor Memory
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
9
|
+
*
|
|
10
|
+
* The version of the OpenAPI document: 1.0.0
|
|
11
|
+
* Contact: contact@ipomo.in
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14
|
+
* https://openapi-generator.tech
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.instanceOfGetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner = instanceOfGetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner;
|
|
19
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSON = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSON;
|
|
20
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSONTyped = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSONTyped;
|
|
21
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSON = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSON;
|
|
22
|
+
exports.GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSONTyped = GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSONTyped;
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfGetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner(value) {
|
|
27
|
+
if (!('fromFloor' in value) || value['fromFloor'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('content' in value) || value['content'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('author' in value) || value['author'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('blockType' in value) || value['blockType'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('pid' in value) || value['pid'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('bid' in value) || value['bid'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('fid' in value) || value['fid'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
if (!('score' in value) || value['score'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
if (!('matchType' in value) || value['matchType'] === undefined)
|
|
44
|
+
return false;
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSON(json) {
|
|
48
|
+
return GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
51
|
+
if (json == null) {
|
|
52
|
+
return json;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'fromFloor': json['from_floor'],
|
|
56
|
+
'content': json['content'],
|
|
57
|
+
'author': json['author'],
|
|
58
|
+
'blockType': json['block_type'],
|
|
59
|
+
'pid': json['pid'],
|
|
60
|
+
'bid': json['bid'],
|
|
61
|
+
'fid': json['fid'],
|
|
62
|
+
'score': json['score'],
|
|
63
|
+
'matchType': json['match_type'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSON(json) {
|
|
67
|
+
return GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
function GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInnerToJSONTyped(value, ignoreDiscriminator) {
|
|
70
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
71
|
+
if (value == null) {
|
|
72
|
+
return value;
|
|
73
|
+
}
|
|
74
|
+
return {
|
|
75
|
+
'from_floor': value['fromFloor'],
|
|
76
|
+
'content': value['content'],
|
|
77
|
+
'author': value['author'],
|
|
78
|
+
'block_type': value['blockType'],
|
|
79
|
+
'pid': value['pid'],
|
|
80
|
+
'bid': value['bid'],
|
|
81
|
+
'fid': value['fid'],
|
|
82
|
+
'score': value['score'],
|
|
83
|
+
'match_type': value['matchType'],
|
|
84
|
+
};
|
|
85
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Floor Memory
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: contact@ipomo.in
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import type { GetConversations200ResponseConversationInnerUserContext } from './GetConversations200ResponseConversationInnerUserContext';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GetConversations200ResponseConversationInnerUser
|
|
19
|
+
*/
|
|
20
|
+
export interface GetConversations200ResponseConversationInnerUser {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {GetConversations200ResponseConversationInnerUserContext}
|
|
24
|
+
* @memberof GetConversations200ResponseConversationInnerUser
|
|
25
|
+
*/
|
|
26
|
+
context: GetConversations200ResponseConversationInnerUserContext;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof GetConversations200ResponseConversationInnerUser
|
|
31
|
+
*/
|
|
32
|
+
userQuery: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof GetConversations200ResponseConversationInnerUser
|
|
37
|
+
*/
|
|
38
|
+
userId: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof GetConversations200ResponseConversationInnerUser
|
|
43
|
+
*/
|
|
44
|
+
userThread: string;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof GetConversations200ResponseConversationInnerUser
|
|
49
|
+
*/
|
|
50
|
+
recordedContent: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Check if a given object implements the GetConversations200ResponseConversationInnerUser interface.
|
|
54
|
+
*/
|
|
55
|
+
export declare function instanceOfGetConversations200ResponseConversationInnerUser(value: object): value is GetConversations200ResponseConversationInnerUser;
|
|
56
|
+
export declare function GetConversations200ResponseConversationInnerUserFromJSON(json: any): GetConversations200ResponseConversationInnerUser;
|
|
57
|
+
export declare function GetConversations200ResponseConversationInnerUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetConversations200ResponseConversationInnerUser;
|
|
58
|
+
export declare function GetConversations200ResponseConversationInnerUserToJSON(json: any): GetConversations200ResponseConversationInnerUser;
|
|
59
|
+
export declare function GetConversations200ResponseConversationInnerUserToJSONTyped(value?: GetConversations200ResponseConversationInnerUser | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Floor Memory
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
9
|
+
*
|
|
10
|
+
* The version of the OpenAPI document: 1.0.0
|
|
11
|
+
* Contact: contact@ipomo.in
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14
|
+
* https://openapi-generator.tech
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.instanceOfGetConversations200ResponseConversationInnerUser = instanceOfGetConversations200ResponseConversationInnerUser;
|
|
19
|
+
exports.GetConversations200ResponseConversationInnerUserFromJSON = GetConversations200ResponseConversationInnerUserFromJSON;
|
|
20
|
+
exports.GetConversations200ResponseConversationInnerUserFromJSONTyped = GetConversations200ResponseConversationInnerUserFromJSONTyped;
|
|
21
|
+
exports.GetConversations200ResponseConversationInnerUserToJSON = GetConversations200ResponseConversationInnerUserToJSON;
|
|
22
|
+
exports.GetConversations200ResponseConversationInnerUserToJSONTyped = GetConversations200ResponseConversationInnerUserToJSONTyped;
|
|
23
|
+
var GetConversations200ResponseConversationInnerUserContext_1 = require("./GetConversations200ResponseConversationInnerUserContext");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the GetConversations200ResponseConversationInnerUser interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfGetConversations200ResponseConversationInnerUser(value) {
|
|
28
|
+
if (!('context' in value) || value['context'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('userQuery' in value) || value['userQuery'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('userId' in value) || value['userId'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('userThread' in value) || value['userThread'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('recordedContent' in value) || value['recordedContent'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
function GetConversations200ResponseConversationInnerUserFromJSON(json) {
|
|
41
|
+
return GetConversations200ResponseConversationInnerUserFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function GetConversations200ResponseConversationInnerUserFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'context': (0, GetConversations200ResponseConversationInnerUserContext_1.GetConversations200ResponseConversationInnerUserContextFromJSON)(json['context']),
|
|
49
|
+
'userQuery': json['user_query'],
|
|
50
|
+
'userId': json['user_id'],
|
|
51
|
+
'userThread': json['user_thread'],
|
|
52
|
+
'recordedContent': json['recorded_content'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function GetConversations200ResponseConversationInnerUserToJSON(json) {
|
|
56
|
+
return GetConversations200ResponseConversationInnerUserToJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
function GetConversations200ResponseConversationInnerUserToJSONTyped(value, ignoreDiscriminator) {
|
|
59
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
60
|
+
if (value == null) {
|
|
61
|
+
return value;
|
|
62
|
+
}
|
|
63
|
+
return {
|
|
64
|
+
'context': (0, GetConversations200ResponseConversationInnerUserContext_1.GetConversations200ResponseConversationInnerUserContextToJSON)(value['context']),
|
|
65
|
+
'user_query': value['userQuery'],
|
|
66
|
+
'user_id': value['userId'],
|
|
67
|
+
'user_thread': value['userThread'],
|
|
68
|
+
'recorded_content': value['recordedContent'],
|
|
69
|
+
};
|
|
70
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Floor Memory
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: contact@ipomo.in
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetConversations200ResponseConversationInnerUserContext
|
|
18
|
+
*/
|
|
19
|
+
export interface GetConversations200ResponseConversationInnerUserContext {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof GetConversations200ResponseConversationInnerUserContext
|
|
24
|
+
*/
|
|
25
|
+
floorId: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof GetConversations200ResponseConversationInnerUserContext
|
|
30
|
+
*/
|
|
31
|
+
title: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof GetConversations200ResponseConversationInnerUserContext
|
|
36
|
+
*/
|
|
37
|
+
fid: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof GetConversations200ResponseConversationInnerUserContext
|
|
42
|
+
*/
|
|
43
|
+
floorCategory: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof GetConversations200ResponseConversationInnerUserContext
|
|
48
|
+
*/
|
|
49
|
+
floorMode: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the GetConversations200ResponseConversationInnerUserContext interface.
|
|
53
|
+
*/
|
|
54
|
+
export declare function instanceOfGetConversations200ResponseConversationInnerUserContext(value: object): value is GetConversations200ResponseConversationInnerUserContext;
|
|
55
|
+
export declare function GetConversations200ResponseConversationInnerUserContextFromJSON(json: any): GetConversations200ResponseConversationInnerUserContext;
|
|
56
|
+
export declare function GetConversations200ResponseConversationInnerUserContextFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetConversations200ResponseConversationInnerUserContext;
|
|
57
|
+
export declare function GetConversations200ResponseConversationInnerUserContextToJSON(json: any): GetConversations200ResponseConversationInnerUserContext;
|
|
58
|
+
export declare function GetConversations200ResponseConversationInnerUserContextToJSONTyped(value?: GetConversations200ResponseConversationInnerUserContext | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Floor Memory
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
9
|
+
*
|
|
10
|
+
* The version of the OpenAPI document: 1.0.0
|
|
11
|
+
* Contact: contact@ipomo.in
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14
|
+
* https://openapi-generator.tech
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.instanceOfGetConversations200ResponseConversationInnerUserContext = instanceOfGetConversations200ResponseConversationInnerUserContext;
|
|
19
|
+
exports.GetConversations200ResponseConversationInnerUserContextFromJSON = GetConversations200ResponseConversationInnerUserContextFromJSON;
|
|
20
|
+
exports.GetConversations200ResponseConversationInnerUserContextFromJSONTyped = GetConversations200ResponseConversationInnerUserContextFromJSONTyped;
|
|
21
|
+
exports.GetConversations200ResponseConversationInnerUserContextToJSON = GetConversations200ResponseConversationInnerUserContextToJSON;
|
|
22
|
+
exports.GetConversations200ResponseConversationInnerUserContextToJSONTyped = GetConversations200ResponseConversationInnerUserContextToJSONTyped;
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the GetConversations200ResponseConversationInnerUserContext interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfGetConversations200ResponseConversationInnerUserContext(value) {
|
|
27
|
+
if (!('floorId' in value) || value['floorId'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('fid' in value) || value['fid'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('floorCategory' in value) || value['floorCategory'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('floorMode' in value) || value['floorMode'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function GetConversations200ResponseConversationInnerUserContextFromJSON(json) {
|
|
40
|
+
return GetConversations200ResponseConversationInnerUserContextFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function GetConversations200ResponseConversationInnerUserContextFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'floorId': json['floor_id'],
|
|
48
|
+
'title': json['title'],
|
|
49
|
+
'fid': json['fid'],
|
|
50
|
+
'floorCategory': json['floor_category'],
|
|
51
|
+
'floorMode': json['floor_mode'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
function GetConversations200ResponseConversationInnerUserContextToJSON(json) {
|
|
55
|
+
return GetConversations200ResponseConversationInnerUserContextToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function GetConversations200ResponseConversationInnerUserContextToJSONTyped(value, ignoreDiscriminator) {
|
|
58
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'floor_id': value['floorId'],
|
|
64
|
+
'title': value['title'],
|
|
65
|
+
'fid': value['fid'],
|
|
66
|
+
'floor_category': value['floorCategory'],
|
|
67
|
+
'floor_mode': value['floorMode'],
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Floor Memory
|
|
3
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
4
6
|
*
|
|
5
7
|
* The version of the OpenAPI document: 1.0.0
|
|
6
8
|
* Contact: contact@ipomo.in
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Floor Memory
|
|
6
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
7
9
|
*
|
|
8
10
|
* The version of the OpenAPI document: 1.0.0
|
|
9
11
|
* Contact: contact@ipomo.in
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Floor Memory
|
|
3
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
4
6
|
*
|
|
5
7
|
* The version of the OpenAPI document: 1.0.0
|
|
6
8
|
* Contact: contact@ipomo.in
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Floor Memory
|
|
6
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
7
9
|
*
|
|
8
10
|
* The version of the OpenAPI document: 1.0.0
|
|
9
11
|
* Contact: contact@ipomo.in
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Floor Memory
|
|
3
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
4
6
|
*
|
|
5
7
|
* The version of the OpenAPI document: 1.0.0
|
|
6
8
|
* Contact: contact@ipomo.in
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Floor Memory
|
|
6
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
7
9
|
*
|
|
8
10
|
* The version of the OpenAPI document: 1.0.0
|
|
9
11
|
* Contact: contact@ipomo.in
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Floor Memory
|
|
3
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
4
6
|
*
|
|
5
7
|
* The version of the OpenAPI document: 1.0.0
|
|
6
8
|
* Contact: contact@ipomo.in
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Floor Memory
|
|
6
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
7
9
|
*
|
|
8
10
|
* The version of the OpenAPI document: 1.0.0
|
|
9
11
|
* Contact: contact@ipomo.in
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Floor Memory
|
|
3
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
4
6
|
*
|
|
5
7
|
* The version of the OpenAPI document: 1.0.0
|
|
6
8
|
* Contact: contact@ipomo.in
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Floor Memory
|
|
6
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
6
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
7
|
+
* - Memory and
|
|
8
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
7
9
|
*
|
|
8
10
|
* The version of the OpenAPI document: 1.0.0
|
|
9
11
|
* Contact: contact@ipomo.in
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Floor Memory
|
|
3
|
-
* The set APIs are used to develop Floor pds which can be used as their personal assistants.
|
|
3
|
+
* The set APIs are used to develop Floor pds which can be used as their personal assistants. This set of APIs are divided into two parts.
|
|
4
|
+
* - Memory and
|
|
5
|
+
* - Registration. The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
|
|
4
6
|
*
|
|
5
7
|
* The version of the OpenAPI document: 1.0.0
|
|
6
8
|
* Contact: contact@ipomo.in
|