@xfloor/floor-memory-sdk-ts 1.0.4 → 1.0.5
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 +75 -2
- package/dist/apis/DefaultApi.js +342 -1
- 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 +5 -3
- package/dist/apis/GetFloorInformationApi.js +5 -3
- package/dist/apis/GetRecentEventsApi.d.ts +3 -1
- package/dist/apis/GetRecentEventsApi.js +3 -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 +3 -1
- package/dist/models/QueryRequest.js +3 -1
- 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
|
@@ -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
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
export * from './BlockDetails';
|
|
2
2
|
export * from './ChangePassword200Response';
|
|
3
|
+
export * from './ConversationThreads200Response';
|
|
4
|
+
export * from './ConversationThreads200ResponseThreadsInner';
|
|
3
5
|
export * from './EditFloor400Response';
|
|
4
6
|
export * from './EditFloor400ResponseError';
|
|
5
7
|
export * from './Event400Response';
|
|
6
8
|
export * from './Event400ResponseError';
|
|
7
9
|
export * from './EventResponse';
|
|
8
10
|
export * from './FloorInfo';
|
|
11
|
+
export * from './GetConversations200Response';
|
|
12
|
+
export * from './GetConversations200ResponseConversationInner';
|
|
13
|
+
export * from './GetConversations200ResponseConversationInnerAssistant';
|
|
14
|
+
export * from './GetConversations200ResponseConversationInnerAssistantChoicesInner';
|
|
15
|
+
export * from './GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails';
|
|
16
|
+
export * from './GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage';
|
|
17
|
+
export * from './GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails';
|
|
18
|
+
export * from './GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts';
|
|
19
|
+
export * from './GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner';
|
|
20
|
+
export * from './GetConversations200ResponseConversationInnerUser';
|
|
21
|
+
export * from './GetConversations200ResponseConversationInnerUserContext';
|
|
9
22
|
export * from './GetFloorInformation200Response';
|
|
10
23
|
export * from './GetRecentEvents200Response';
|
|
11
24
|
export * from './GetRecentEvents200ResponseItemsInner';
|
|
@@ -14,6 +27,7 @@ export * from './GetRecentEvents400Response';
|
|
|
14
27
|
export * from './GetRecentEvents400ResponseError';
|
|
15
28
|
export * from './Media';
|
|
16
29
|
export * from './Model400ErrorCode';
|
|
30
|
+
export * from './PostAdd';
|
|
17
31
|
export * from './Query422Response';
|
|
18
32
|
export * from './Query422ResponseError';
|
|
19
33
|
export * from './QueryRequest';
|
|
@@ -22,6 +36,7 @@ export * from './QueryResponse';
|
|
|
22
36
|
export * from './QueryResponseItemsInner';
|
|
23
37
|
export * from './ResetPassword200Response';
|
|
24
38
|
export * from './ResetPassword400Response';
|
|
39
|
+
export * from './SendSignInValidationCode200Response';
|
|
25
40
|
export * from './SendValidationCode200Response';
|
|
26
41
|
export * from './SendValidationCodeRequest';
|
|
27
42
|
export * from './SignInWithEmail200Response';
|
|
@@ -30,6 +45,7 @@ export * from './SignInWithEmail200ResponseProfile';
|
|
|
30
45
|
export * from './SignInWithEmail200ResponseProfileAvatar';
|
|
31
46
|
export * from './SignUp200Response';
|
|
32
47
|
export * from './SignUpResponse';
|
|
48
|
+
export * from './Threads';
|
|
33
49
|
export * from './UserDetails';
|
|
34
50
|
export * from './ValidateCode400Response';
|
|
35
51
|
export * from './ValidateCode400ResponseError';
|
package/dist/models/index.js
CHANGED
|
@@ -18,12 +18,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
/* eslint-disable */
|
|
19
19
|
__exportStar(require("./BlockDetails"), exports);
|
|
20
20
|
__exportStar(require("./ChangePassword200Response"), exports);
|
|
21
|
+
__exportStar(require("./ConversationThreads200Response"), exports);
|
|
22
|
+
__exportStar(require("./ConversationThreads200ResponseThreadsInner"), exports);
|
|
21
23
|
__exportStar(require("./EditFloor400Response"), exports);
|
|
22
24
|
__exportStar(require("./EditFloor400ResponseError"), exports);
|
|
23
25
|
__exportStar(require("./Event400Response"), exports);
|
|
24
26
|
__exportStar(require("./Event400ResponseError"), exports);
|
|
25
27
|
__exportStar(require("./EventResponse"), exports);
|
|
26
28
|
__exportStar(require("./FloorInfo"), exports);
|
|
29
|
+
__exportStar(require("./GetConversations200Response"), exports);
|
|
30
|
+
__exportStar(require("./GetConversations200ResponseConversationInner"), exports);
|
|
31
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerAssistant"), exports);
|
|
32
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerAssistantChoicesInner"), exports);
|
|
33
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails"), exports);
|
|
34
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage"), exports);
|
|
35
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails"), exports);
|
|
36
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts"), exports);
|
|
37
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner"), exports);
|
|
38
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerUser"), exports);
|
|
39
|
+
__exportStar(require("./GetConversations200ResponseConversationInnerUserContext"), exports);
|
|
27
40
|
__exportStar(require("./GetFloorInformation200Response"), exports);
|
|
28
41
|
__exportStar(require("./GetRecentEvents200Response"), exports);
|
|
29
42
|
__exportStar(require("./GetRecentEvents200ResponseItemsInner"), exports);
|
|
@@ -32,6 +45,7 @@ __exportStar(require("./GetRecentEvents400Response"), exports);
|
|
|
32
45
|
__exportStar(require("./GetRecentEvents400ResponseError"), exports);
|
|
33
46
|
__exportStar(require("./Media"), exports);
|
|
34
47
|
__exportStar(require("./Model400ErrorCode"), exports);
|
|
48
|
+
__exportStar(require("./PostAdd"), exports);
|
|
35
49
|
__exportStar(require("./Query422Response"), exports);
|
|
36
50
|
__exportStar(require("./Query422ResponseError"), exports);
|
|
37
51
|
__exportStar(require("./QueryRequest"), exports);
|
|
@@ -40,6 +54,7 @@ __exportStar(require("./QueryResponse"), exports);
|
|
|
40
54
|
__exportStar(require("./QueryResponseItemsInner"), exports);
|
|
41
55
|
__exportStar(require("./ResetPassword200Response"), exports);
|
|
42
56
|
__exportStar(require("./ResetPassword400Response"), exports);
|
|
57
|
+
__exportStar(require("./SendSignInValidationCode200Response"), exports);
|
|
43
58
|
__exportStar(require("./SendValidationCode200Response"), exports);
|
|
44
59
|
__exportStar(require("./SendValidationCodeRequest"), exports);
|
|
45
60
|
__exportStar(require("./SignInWithEmail200Response"), exports);
|
|
@@ -48,6 +63,7 @@ __exportStar(require("./SignInWithEmail200ResponseProfile"), exports);
|
|
|
48
63
|
__exportStar(require("./SignInWithEmail200ResponseProfileAvatar"), exports);
|
|
49
64
|
__exportStar(require("./SignUp200Response"), exports);
|
|
50
65
|
__exportStar(require("./SignUpResponse"), exports);
|
|
66
|
+
__exportStar(require("./Threads"), exports);
|
|
51
67
|
__exportStar(require("./UserDetails"), exports);
|
|
52
68
|
__exportStar(require("./ValidateCode400Response"), exports);
|
|
53
69
|
__exportStar(require("./ValidateCode400ResponseError"), exports);
|
package/dist/runtime.d.ts
CHANGED
|
@@ -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
|
package/dist/runtime.js
CHANGED
|
@@ -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
|