@xfloor/floor-memory-sdk-ts 1.0.15 → 1.0.17
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 +16 -58
- package/dist/apis/DefaultApi.d.ts +1 -88
- package/dist/apis/DefaultApi.js +0 -418
- package/dist/apis/EventApi.d.ts +1 -1
- package/dist/apis/EventApi.js +3 -1
- package/dist/models/index.d.ts +0 -16
- package/dist/models/index.js +0 -16
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/dist/models/ConversationThreads200Response.d.ts +0 -41
- package/dist/models/ConversationThreads200Response.js +0 -58
- package/dist/models/ConversationThreads200ResponseThreadsInner.d.ts +0 -46
- package/dist/models/ConversationThreads200ResponseThreadsInner.js +0 -61
- package/dist/models/GetConversations200Response.d.ts +0 -47
- package/dist/models/GetConversations200Response.js +0 -62
- package/dist/models/GetConversations200ResponseConversationInner.d.ts +0 -42
- package/dist/models/GetConversations200ResponseConversationInner.js +0 -55
- package/dist/models/GetConversations200ResponseConversationInnerAssistant.d.ts +0 -78
- package/dist/models/GetConversations200ResponseConversationInnerAssistant.js +0 -83
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInner.d.ts +0 -61
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInner.js +0 -62
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails.d.ts +0 -76
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails.js +0 -81
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.d.ts +0 -40
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.js +0 -57
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.d.ts +0 -40
- package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.js +0 -57
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.d.ts +0 -59
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.js +0 -70
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner.d.ts +0 -82
- package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner.js +0 -85
- package/dist/models/GetConversations200ResponseConversationInnerUser.d.ts +0 -59
- package/dist/models/GetConversations200ResponseConversationInnerUser.js +0 -70
- package/dist/models/GetConversations200ResponseConversationInnerUserContext.d.ts +0 -58
- package/dist/models/GetConversations200ResponseConversationInnerUserContext.js +0 -69
- package/dist/models/PostAdd.d.ts +0 -58
- package/dist/models/PostAdd.js +0 -69
- package/dist/models/SendSignInValidationCode200Response.d.ts +0 -46
- package/dist/models/SendSignInValidationCode200Response.js +0 -59
- package/dist/models/Threads.d.ts +0 -46
- package/dist/models/Threads.js +0 -61
|
@@ -1,82 +0,0 @@
|
|
|
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;
|
|
@@ -1,85 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
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;
|
|
@@ -1,70 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
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;
|
|
@@ -1,69 +0,0 @@
|
|
|
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
|
-
}
|
package/dist/models/PostAdd.d.ts
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
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 PostAdd
|
|
18
|
-
*/
|
|
19
|
-
export interface PostAdd {
|
|
20
|
-
/**
|
|
21
|
-
* Floor ID to which the post needs to be added
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof PostAdd
|
|
24
|
-
*/
|
|
25
|
-
floorId: string;
|
|
26
|
-
/**
|
|
27
|
-
* Block type (0 or 1)
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof PostAdd
|
|
30
|
-
*/
|
|
31
|
-
bID: string;
|
|
32
|
-
/**
|
|
33
|
-
* User Identifcation who has added the post
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof PostAdd
|
|
36
|
-
*/
|
|
37
|
-
userId: string;
|
|
38
|
-
/**
|
|
39
|
-
* Title of the post
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof PostAdd
|
|
42
|
-
*/
|
|
43
|
-
title: string;
|
|
44
|
-
/**
|
|
45
|
-
* Description or Details
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof PostAdd
|
|
48
|
-
*/
|
|
49
|
-
description: string;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* Check if a given object implements the PostAdd interface.
|
|
53
|
-
*/
|
|
54
|
-
export declare function instanceOfPostAdd(value: object): value is PostAdd;
|
|
55
|
-
export declare function PostAddFromJSON(json: any): PostAdd;
|
|
56
|
-
export declare function PostAddFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostAdd;
|
|
57
|
-
export declare function PostAddToJSON(json: any): PostAdd;
|
|
58
|
-
export declare function PostAddToJSONTyped(value?: PostAdd | null, ignoreDiscriminator?: boolean): any;
|
package/dist/models/PostAdd.js
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
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.instanceOfPostAdd = instanceOfPostAdd;
|
|
19
|
-
exports.PostAddFromJSON = PostAddFromJSON;
|
|
20
|
-
exports.PostAddFromJSONTyped = PostAddFromJSONTyped;
|
|
21
|
-
exports.PostAddToJSON = PostAddToJSON;
|
|
22
|
-
exports.PostAddToJSONTyped = PostAddToJSONTyped;
|
|
23
|
-
/**
|
|
24
|
-
* Check if a given object implements the PostAdd interface.
|
|
25
|
-
*/
|
|
26
|
-
function instanceOfPostAdd(value) {
|
|
27
|
-
if (!('floorId' in value) || value['floorId'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('bID' in value) || value['bID'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
if (!('userId' in value) || value['userId'] === undefined)
|
|
32
|
-
return false;
|
|
33
|
-
if (!('title' in value) || value['title'] === undefined)
|
|
34
|
-
return false;
|
|
35
|
-
if (!('description' in value) || value['description'] === undefined)
|
|
36
|
-
return false;
|
|
37
|
-
return true;
|
|
38
|
-
}
|
|
39
|
-
function PostAddFromJSON(json) {
|
|
40
|
-
return PostAddFromJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function PostAddFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
-
if (json == null) {
|
|
44
|
-
return json;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'floorId': json['floor_id'],
|
|
48
|
-
'bID': json['BID'],
|
|
49
|
-
'userId': json['user_id'],
|
|
50
|
-
'title': json['title'],
|
|
51
|
-
'description': json['description'],
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
function PostAddToJSON(json) {
|
|
55
|
-
return PostAddToJSONTyped(json, false);
|
|
56
|
-
}
|
|
57
|
-
function PostAddToJSONTyped(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
|
-
'BID': value['bID'],
|
|
65
|
-
'user_id': value['userId'],
|
|
66
|
-
'title': value['title'],
|
|
67
|
-
'description': value['description'],
|
|
68
|
-
};
|
|
69
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
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 SendSignInValidationCode200Response
|
|
18
|
-
*/
|
|
19
|
-
export interface SendSignInValidationCode200Response {
|
|
20
|
-
/**
|
|
21
|
-
* Operation successful
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof SendSignInValidationCode200Response
|
|
24
|
-
*/
|
|
25
|
-
success: string;
|
|
26
|
-
/**
|
|
27
|
-
* Mobile number if signed in through mobile number
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof SendSignInValidationCode200Response
|
|
30
|
-
*/
|
|
31
|
-
mobileNumber?: string;
|
|
32
|
-
/**
|
|
33
|
-
* Email ID if signed through email
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof SendSignInValidationCode200Response
|
|
36
|
-
*/
|
|
37
|
-
emailId: string;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Check if a given object implements the SendSignInValidationCode200Response interface.
|
|
41
|
-
*/
|
|
42
|
-
export declare function instanceOfSendSignInValidationCode200Response(value: object): value is SendSignInValidationCode200Response;
|
|
43
|
-
export declare function SendSignInValidationCode200ResponseFromJSON(json: any): SendSignInValidationCode200Response;
|
|
44
|
-
export declare function SendSignInValidationCode200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SendSignInValidationCode200Response;
|
|
45
|
-
export declare function SendSignInValidationCode200ResponseToJSON(json: any): SendSignInValidationCode200Response;
|
|
46
|
-
export declare function SendSignInValidationCode200ResponseToJSONTyped(value?: SendSignInValidationCode200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,59 +0,0 @@
|
|
|
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.instanceOfSendSignInValidationCode200Response = instanceOfSendSignInValidationCode200Response;
|
|
19
|
-
exports.SendSignInValidationCode200ResponseFromJSON = SendSignInValidationCode200ResponseFromJSON;
|
|
20
|
-
exports.SendSignInValidationCode200ResponseFromJSONTyped = SendSignInValidationCode200ResponseFromJSONTyped;
|
|
21
|
-
exports.SendSignInValidationCode200ResponseToJSON = SendSignInValidationCode200ResponseToJSON;
|
|
22
|
-
exports.SendSignInValidationCode200ResponseToJSONTyped = SendSignInValidationCode200ResponseToJSONTyped;
|
|
23
|
-
/**
|
|
24
|
-
* Check if a given object implements the SendSignInValidationCode200Response interface.
|
|
25
|
-
*/
|
|
26
|
-
function instanceOfSendSignInValidationCode200Response(value) {
|
|
27
|
-
if (!('success' in value) || value['success'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('emailId' in value) || value['emailId'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
function SendSignInValidationCode200ResponseFromJSON(json) {
|
|
34
|
-
return SendSignInValidationCode200ResponseFromJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
function SendSignInValidationCode200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
-
if (json == null) {
|
|
38
|
-
return json;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'success': json['success'],
|
|
42
|
-
'mobileNumber': json['mobile_number'] == null ? undefined : json['mobile_number'],
|
|
43
|
-
'emailId': json['email_id'],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function SendSignInValidationCode200ResponseToJSON(json) {
|
|
47
|
-
return SendSignInValidationCode200ResponseToJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
function SendSignInValidationCode200ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
50
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
51
|
-
if (value == null) {
|
|
52
|
-
return value;
|
|
53
|
-
}
|
|
54
|
-
return {
|
|
55
|
-
'success': value['success'],
|
|
56
|
-
'mobile_number': value['mobileNumber'],
|
|
57
|
-
'email_id': value['emailId'],
|
|
58
|
-
};
|
|
59
|
-
}
|