@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.
Files changed (124) hide show
  1. package/README.md +152 -39
  2. package/dist/apis/DefaultApi.d.ts +88 -15
  3. package/dist/apis/DefaultApi.js +378 -10
  4. package/dist/apis/EditFloorApi.d.ts +3 -1
  5. package/dist/apis/EditFloorApi.js +3 -1
  6. package/dist/apis/EventApi.d.ts +5 -3
  7. package/dist/apis/EventApi.js +5 -3
  8. package/dist/apis/GetFloorInformationApi.d.ts +6 -4
  9. package/dist/apis/GetFloorInformationApi.js +8 -3
  10. package/dist/apis/GetRecentEventsApi.d.ts +4 -2
  11. package/dist/apis/GetRecentEventsApi.js +6 -1
  12. package/dist/apis/QueryApi.d.ts +3 -1
  13. package/dist/apis/QueryApi.js +3 -1
  14. package/dist/models/BlockDetails.d.ts +4 -2
  15. package/dist/models/BlockDetails.js +6 -4
  16. package/dist/models/ChangePassword200Response.d.ts +3 -1
  17. package/dist/models/ChangePassword200Response.js +3 -1
  18. package/dist/models/ConversationThreads200Response.d.ts +41 -0
  19. package/dist/models/ConversationThreads200Response.js +58 -0
  20. package/dist/models/ConversationThreads200ResponseThreadsInner.d.ts +46 -0
  21. package/dist/models/ConversationThreads200ResponseThreadsInner.js +61 -0
  22. package/dist/models/EditFloor400Response.d.ts +3 -1
  23. package/dist/models/EditFloor400Response.js +3 -1
  24. package/dist/models/EditFloor400ResponseError.d.ts +3 -1
  25. package/dist/models/EditFloor400ResponseError.js +3 -1
  26. package/dist/models/Event400Response.d.ts +3 -1
  27. package/dist/models/Event400Response.js +3 -1
  28. package/dist/models/Event400ResponseError.d.ts +3 -1
  29. package/dist/models/Event400ResponseError.js +3 -1
  30. package/dist/models/EventResponse.d.ts +3 -1
  31. package/dist/models/EventResponse.js +3 -1
  32. package/dist/models/FloorInfo.d.ts +3 -1
  33. package/dist/models/FloorInfo.js +3 -1
  34. package/dist/models/GetConversations200Response.d.ts +47 -0
  35. package/dist/models/GetConversations200Response.js +62 -0
  36. package/dist/models/GetConversations200ResponseConversationInner.d.ts +42 -0
  37. package/dist/models/GetConversations200ResponseConversationInner.js +55 -0
  38. package/dist/models/GetConversations200ResponseConversationInnerAssistant.d.ts +78 -0
  39. package/dist/models/GetConversations200ResponseConversationInnerAssistant.js +83 -0
  40. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInner.d.ts +61 -0
  41. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInner.js +62 -0
  42. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails.d.ts +76 -0
  43. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails.js +81 -0
  44. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.d.ts +40 -0
  45. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage.js +57 -0
  46. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.d.ts +40 -0
  47. package/dist/models/GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails.js +57 -0
  48. package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.d.ts +59 -0
  49. package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts.js +70 -0
  50. package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner.d.ts +82 -0
  51. package/dist/models/GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner.js +85 -0
  52. package/dist/models/GetConversations200ResponseConversationInnerUser.d.ts +59 -0
  53. package/dist/models/GetConversations200ResponseConversationInnerUser.js +70 -0
  54. package/dist/models/GetConversations200ResponseConversationInnerUserContext.d.ts +58 -0
  55. package/dist/models/GetConversations200ResponseConversationInnerUserContext.js +69 -0
  56. package/dist/models/GetFloorInformation200Response.d.ts +3 -1
  57. package/dist/models/GetFloorInformation200Response.js +3 -1
  58. package/dist/models/GetRecentEvents200Response.d.ts +3 -1
  59. package/dist/models/GetRecentEvents200Response.js +3 -1
  60. package/dist/models/GetRecentEvents200ResponseItemsInner.d.ts +3 -1
  61. package/dist/models/GetRecentEvents200ResponseItemsInner.js +3 -1
  62. package/dist/models/GetRecentEvents200ResponseItemsInnerAuthor.d.ts +3 -1
  63. package/dist/models/GetRecentEvents200ResponseItemsInnerAuthor.js +3 -1
  64. package/dist/models/GetRecentEvents400Response.d.ts +3 -1
  65. package/dist/models/GetRecentEvents400Response.js +3 -1
  66. package/dist/models/GetRecentEvents400ResponseError.d.ts +3 -1
  67. package/dist/models/GetRecentEvents400ResponseError.js +3 -1
  68. package/dist/models/Media.d.ts +3 -1
  69. package/dist/models/Media.js +3 -1
  70. package/dist/models/Model400ErrorCode.d.ts +3 -1
  71. package/dist/models/Model400ErrorCode.js +3 -1
  72. package/dist/models/PostAdd.d.ts +58 -0
  73. package/dist/models/PostAdd.js +69 -0
  74. package/dist/models/Query422Response.d.ts +3 -1
  75. package/dist/models/Query422Response.js +3 -1
  76. package/dist/models/Query422ResponseError.d.ts +3 -1
  77. package/dist/models/Query422ResponseError.js +3 -1
  78. package/dist/models/QueryRequest.d.ts +4 -2
  79. package/dist/models/QueryRequest.js +6 -2
  80. package/dist/models/QueryRequestFilters.d.ts +3 -1
  81. package/dist/models/QueryRequestFilters.js +3 -1
  82. package/dist/models/QueryResponse.d.ts +3 -1
  83. package/dist/models/QueryResponse.js +3 -1
  84. package/dist/models/QueryResponseItemsInner.d.ts +3 -1
  85. package/dist/models/QueryResponseItemsInner.js +3 -1
  86. package/dist/models/ResetPassword200Response.d.ts +3 -1
  87. package/dist/models/ResetPassword200Response.js +3 -1
  88. package/dist/models/ResetPassword400Response.d.ts +3 -1
  89. package/dist/models/ResetPassword400Response.js +3 -1
  90. package/dist/models/SendSignInValidationCode200Response.d.ts +46 -0
  91. package/dist/models/SendSignInValidationCode200Response.js +59 -0
  92. package/dist/models/SendValidationCode200Response.d.ts +3 -1
  93. package/dist/models/SendValidationCode200Response.js +3 -1
  94. package/dist/models/SendValidationCodeRequest.d.ts +3 -1
  95. package/dist/models/SendValidationCodeRequest.js +3 -1
  96. package/dist/models/SignInWithEmail200Response.d.ts +3 -1
  97. package/dist/models/SignInWithEmail200Response.js +3 -1
  98. package/dist/models/SignInWithEmail200ResponsePodInfo.d.ts +3 -1
  99. package/dist/models/SignInWithEmail200ResponsePodInfo.js +3 -1
  100. package/dist/models/SignInWithEmail200ResponseProfile.d.ts +3 -1
  101. package/dist/models/SignInWithEmail200ResponseProfile.js +3 -1
  102. package/dist/models/SignInWithEmail200ResponseProfileAvatar.d.ts +3 -1
  103. package/dist/models/SignInWithEmail200ResponseProfileAvatar.js +3 -1
  104. package/dist/models/SignUp200Response.d.ts +3 -1
  105. package/dist/models/SignUp200Response.js +3 -1
  106. package/dist/models/SignUpResponse.d.ts +3 -1
  107. package/dist/models/SignUpResponse.js +3 -1
  108. package/dist/models/Threads.d.ts +46 -0
  109. package/dist/models/Threads.js +61 -0
  110. package/dist/models/UserDetails.d.ts +3 -1
  111. package/dist/models/UserDetails.js +3 -1
  112. package/dist/models/ValidateCode400Response.d.ts +3 -1
  113. package/dist/models/ValidateCode400Response.js +3 -1
  114. package/dist/models/ValidateCode400ResponseError.d.ts +3 -1
  115. package/dist/models/ValidateCode400ResponseError.js +3 -1
  116. package/dist/models/ValidateCode412Response.d.ts +3 -1
  117. package/dist/models/ValidateCode412Response.js +3 -1
  118. package/dist/models/ValidateCodeRequest.d.ts +3 -1
  119. package/dist/models/ValidateCodeRequest.js +3 -1
  120. package/dist/models/index.d.ts +16 -0
  121. package/dist/models/index.js +16 -0
  122. package/dist/runtime.d.ts +3 -1
  123. package/dist/runtime.js +3 -1
  124. package/package.json +1 -1
@@ -0,0 +1,58 @@
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.instanceOfConversationThreads200Response = instanceOfConversationThreads200Response;
19
+ exports.ConversationThreads200ResponseFromJSON = ConversationThreads200ResponseFromJSON;
20
+ exports.ConversationThreads200ResponseFromJSONTyped = ConversationThreads200ResponseFromJSONTyped;
21
+ exports.ConversationThreads200ResponseToJSON = ConversationThreads200ResponseToJSON;
22
+ exports.ConversationThreads200ResponseToJSONTyped = ConversationThreads200ResponseToJSONTyped;
23
+ var ConversationThreads200ResponseThreadsInner_1 = require("./ConversationThreads200ResponseThreadsInner");
24
+ /**
25
+ * Check if a given object implements the ConversationThreads200Response interface.
26
+ */
27
+ function instanceOfConversationThreads200Response(value) {
28
+ if (!('userId' in value) || value['userId'] === undefined)
29
+ return false;
30
+ if (!('threads' in value) || value['threads'] === undefined)
31
+ return false;
32
+ return true;
33
+ }
34
+ function ConversationThreads200ResponseFromJSON(json) {
35
+ return ConversationThreads200ResponseFromJSONTyped(json, false);
36
+ }
37
+ function ConversationThreads200ResponseFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'userId': json['user_id'],
43
+ 'threads': (json['threads'].map(ConversationThreads200ResponseThreadsInner_1.ConversationThreads200ResponseThreadsInnerFromJSON)),
44
+ };
45
+ }
46
+ function ConversationThreads200ResponseToJSON(json) {
47
+ return ConversationThreads200ResponseToJSONTyped(json, false);
48
+ }
49
+ function ConversationThreads200ResponseToJSONTyped(value, ignoreDiscriminator) {
50
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
51
+ if (value == null) {
52
+ return value;
53
+ }
54
+ return {
55
+ 'user_id': value['userId'],
56
+ 'threads': (value['threads'].map(ConversationThreads200ResponseThreadsInner_1.ConversationThreads200ResponseThreadsInnerToJSON)),
57
+ };
58
+ }
@@ -0,0 +1,46 @@
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 ConversationThreads200ResponseThreadsInner
18
+ */
19
+ export interface ConversationThreads200ResponseThreadsInner {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof ConversationThreads200ResponseThreadsInner
24
+ */
25
+ threadId: string;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof ConversationThreads200ResponseThreadsInner
30
+ */
31
+ title: string;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof ConversationThreads200ResponseThreadsInner
36
+ */
37
+ lastUpdated: string;
38
+ }
39
+ /**
40
+ * Check if a given object implements the ConversationThreads200ResponseThreadsInner interface.
41
+ */
42
+ export declare function instanceOfConversationThreads200ResponseThreadsInner(value: object): value is ConversationThreads200ResponseThreadsInner;
43
+ export declare function ConversationThreads200ResponseThreadsInnerFromJSON(json: any): ConversationThreads200ResponseThreadsInner;
44
+ export declare function ConversationThreads200ResponseThreadsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationThreads200ResponseThreadsInner;
45
+ export declare function ConversationThreads200ResponseThreadsInnerToJSON(json: any): ConversationThreads200ResponseThreadsInner;
46
+ export declare function ConversationThreads200ResponseThreadsInnerToJSONTyped(value?: ConversationThreads200ResponseThreadsInner | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,61 @@
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.instanceOfConversationThreads200ResponseThreadsInner = instanceOfConversationThreads200ResponseThreadsInner;
19
+ exports.ConversationThreads200ResponseThreadsInnerFromJSON = ConversationThreads200ResponseThreadsInnerFromJSON;
20
+ exports.ConversationThreads200ResponseThreadsInnerFromJSONTyped = ConversationThreads200ResponseThreadsInnerFromJSONTyped;
21
+ exports.ConversationThreads200ResponseThreadsInnerToJSON = ConversationThreads200ResponseThreadsInnerToJSON;
22
+ exports.ConversationThreads200ResponseThreadsInnerToJSONTyped = ConversationThreads200ResponseThreadsInnerToJSONTyped;
23
+ /**
24
+ * Check if a given object implements the ConversationThreads200ResponseThreadsInner interface.
25
+ */
26
+ function instanceOfConversationThreads200ResponseThreadsInner(value) {
27
+ if (!('threadId' in value) || value['threadId'] === undefined)
28
+ return false;
29
+ if (!('title' in value) || value['title'] === undefined)
30
+ return false;
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
32
+ return false;
33
+ return true;
34
+ }
35
+ function ConversationThreads200ResponseThreadsInnerFromJSON(json) {
36
+ return ConversationThreads200ResponseThreadsInnerFromJSONTyped(json, false);
37
+ }
38
+ function ConversationThreads200ResponseThreadsInnerFromJSONTyped(json, ignoreDiscriminator) {
39
+ if (json == null) {
40
+ return json;
41
+ }
42
+ return {
43
+ 'threadId': json['thread_id'],
44
+ 'title': json['title'],
45
+ 'lastUpdated': json['last_updated'],
46
+ };
47
+ }
48
+ function ConversationThreads200ResponseThreadsInnerToJSON(json) {
49
+ return ConversationThreads200ResponseThreadsInnerToJSONTyped(json, false);
50
+ }
51
+ function ConversationThreads200ResponseThreadsInnerToJSONTyped(value, ignoreDiscriminator) {
52
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
53
+ if (value == null) {
54
+ return value;
55
+ }
56
+ return {
57
+ 'thread_id': value['threadId'],
58
+ 'title': value['title'],
59
+ 'last_updated': value['lastUpdated'],
60
+ };
61
+ }
@@ -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. This set of APIs are divided into two parts. - Memory and - 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.
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. This set of APIs are divided into two parts. - Memory and - 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
+ * 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. This set of APIs are divided into two parts. - Memory and - 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.
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. This set of APIs are divided into two parts. - Memory and - 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
+ * 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. This set of APIs are divided into two parts. - Memory and - 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.
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. This set of APIs are divided into two parts. - Memory and - 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
+ * 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. This set of APIs are divided into two parts. - Memory and - 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.
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. This set of APIs are divided into two parts. - Memory and - 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
+ * 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. This set of APIs are divided into two parts. - Memory and - 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.
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. This set of APIs are divided into two parts. - Memory and - 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
+ * 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. This set of APIs are divided into two parts. - Memory and - 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.
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. This set of APIs are divided into two parts. - Memory and - 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
+ * 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
@@ -0,0 +1,47 @@
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 { GetConversations200ResponseConversationInner } from './GetConversations200ResponseConversationInner';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface GetConversations200Response
19
+ */
20
+ export interface GetConversations200Response {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof GetConversations200Response
25
+ */
26
+ userId: string;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof GetConversations200Response
31
+ */
32
+ threadId: string;
33
+ /**
34
+ *
35
+ * @type {Array<GetConversations200ResponseConversationInner>}
36
+ * @memberof GetConversations200Response
37
+ */
38
+ conversation: Array<GetConversations200ResponseConversationInner>;
39
+ }
40
+ /**
41
+ * Check if a given object implements the GetConversations200Response interface.
42
+ */
43
+ export declare function instanceOfGetConversations200Response(value: object): value is GetConversations200Response;
44
+ export declare function GetConversations200ResponseFromJSON(json: any): GetConversations200Response;
45
+ export declare function GetConversations200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetConversations200Response;
46
+ export declare function GetConversations200ResponseToJSON(json: any): GetConversations200Response;
47
+ export declare function GetConversations200ResponseToJSONTyped(value?: GetConversations200Response | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,62 @@
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.instanceOfGetConversations200Response = instanceOfGetConversations200Response;
19
+ exports.GetConversations200ResponseFromJSON = GetConversations200ResponseFromJSON;
20
+ exports.GetConversations200ResponseFromJSONTyped = GetConversations200ResponseFromJSONTyped;
21
+ exports.GetConversations200ResponseToJSON = GetConversations200ResponseToJSON;
22
+ exports.GetConversations200ResponseToJSONTyped = GetConversations200ResponseToJSONTyped;
23
+ var GetConversations200ResponseConversationInner_1 = require("./GetConversations200ResponseConversationInner");
24
+ /**
25
+ * Check if a given object implements the GetConversations200Response interface.
26
+ */
27
+ function instanceOfGetConversations200Response(value) {
28
+ if (!('userId' in value) || value['userId'] === undefined)
29
+ return false;
30
+ if (!('threadId' in value) || value['threadId'] === undefined)
31
+ return false;
32
+ if (!('conversation' in value) || value['conversation'] === undefined)
33
+ return false;
34
+ return true;
35
+ }
36
+ function GetConversations200ResponseFromJSON(json) {
37
+ return GetConversations200ResponseFromJSONTyped(json, false);
38
+ }
39
+ function GetConversations200ResponseFromJSONTyped(json, ignoreDiscriminator) {
40
+ if (json == null) {
41
+ return json;
42
+ }
43
+ return {
44
+ 'userId': json['user_id'],
45
+ 'threadId': json['thread_id'],
46
+ 'conversation': (json['conversation'].map(GetConversations200ResponseConversationInner_1.GetConversations200ResponseConversationInnerFromJSON)),
47
+ };
48
+ }
49
+ function GetConversations200ResponseToJSON(json) {
50
+ return GetConversations200ResponseToJSONTyped(json, false);
51
+ }
52
+ function GetConversations200ResponseToJSONTyped(value, ignoreDiscriminator) {
53
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'user_id': value['userId'],
59
+ 'thread_id': value['threadId'],
60
+ 'conversation': (value['conversation'].map(GetConversations200ResponseConversationInner_1.GetConversations200ResponseConversationInnerToJSON)),
61
+ };
62
+ }
@@ -0,0 +1,42 @@
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 { GetConversations200ResponseConversationInnerAssistant } from './GetConversations200ResponseConversationInnerAssistant';
15
+ import type { GetConversations200ResponseConversationInnerUser } from './GetConversations200ResponseConversationInnerUser';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface GetConversations200ResponseConversationInner
20
+ */
21
+ export interface GetConversations200ResponseConversationInner {
22
+ /**
23
+ *
24
+ * @type {GetConversations200ResponseConversationInnerUser}
25
+ * @memberof GetConversations200ResponseConversationInner
26
+ */
27
+ user?: GetConversations200ResponseConversationInnerUser;
28
+ /**
29
+ *
30
+ * @type {GetConversations200ResponseConversationInnerAssistant}
31
+ * @memberof GetConversations200ResponseConversationInner
32
+ */
33
+ assistant?: GetConversations200ResponseConversationInnerAssistant;
34
+ }
35
+ /**
36
+ * Check if a given object implements the GetConversations200ResponseConversationInner interface.
37
+ */
38
+ export declare function instanceOfGetConversations200ResponseConversationInner(value: object): value is GetConversations200ResponseConversationInner;
39
+ export declare function GetConversations200ResponseConversationInnerFromJSON(json: any): GetConversations200ResponseConversationInner;
40
+ export declare function GetConversations200ResponseConversationInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetConversations200ResponseConversationInner;
41
+ export declare function GetConversations200ResponseConversationInnerToJSON(json: any): GetConversations200ResponseConversationInner;
42
+ export declare function GetConversations200ResponseConversationInnerToJSONTyped(value?: GetConversations200ResponseConversationInner | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,55 @@
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.instanceOfGetConversations200ResponseConversationInner = instanceOfGetConversations200ResponseConversationInner;
19
+ exports.GetConversations200ResponseConversationInnerFromJSON = GetConversations200ResponseConversationInnerFromJSON;
20
+ exports.GetConversations200ResponseConversationInnerFromJSONTyped = GetConversations200ResponseConversationInnerFromJSONTyped;
21
+ exports.GetConversations200ResponseConversationInnerToJSON = GetConversations200ResponseConversationInnerToJSON;
22
+ exports.GetConversations200ResponseConversationInnerToJSONTyped = GetConversations200ResponseConversationInnerToJSONTyped;
23
+ var GetConversations200ResponseConversationInnerAssistant_1 = require("./GetConversations200ResponseConversationInnerAssistant");
24
+ var GetConversations200ResponseConversationInnerUser_1 = require("./GetConversations200ResponseConversationInnerUser");
25
+ /**
26
+ * Check if a given object implements the GetConversations200ResponseConversationInner interface.
27
+ */
28
+ function instanceOfGetConversations200ResponseConversationInner(value) {
29
+ return true;
30
+ }
31
+ function GetConversations200ResponseConversationInnerFromJSON(json) {
32
+ return GetConversations200ResponseConversationInnerFromJSONTyped(json, false);
33
+ }
34
+ function GetConversations200ResponseConversationInnerFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'user': json['user'] == null ? undefined : (0, GetConversations200ResponseConversationInnerUser_1.GetConversations200ResponseConversationInnerUserFromJSON)(json['user']),
40
+ 'assistant': json['assistant'] == null ? undefined : (0, GetConversations200ResponseConversationInnerAssistant_1.GetConversations200ResponseConversationInnerAssistantFromJSON)(json['assistant']),
41
+ };
42
+ }
43
+ function GetConversations200ResponseConversationInnerToJSON(json) {
44
+ return GetConversations200ResponseConversationInnerToJSONTyped(json, false);
45
+ }
46
+ function GetConversations200ResponseConversationInnerToJSONTyped(value, ignoreDiscriminator) {
47
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ 'user': (0, GetConversations200ResponseConversationInnerUser_1.GetConversations200ResponseConversationInnerUserToJSON)(value['user']),
53
+ 'assistant': (0, GetConversations200ResponseConversationInnerAssistant_1.GetConversations200ResponseConversationInnerAssistantToJSON)(value['assistant']),
54
+ };
55
+ }
@@ -0,0 +1,78 @@
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 { GetConversations200ResponseConversationInnerAssistantChoicesInner } from './GetConversations200ResponseConversationInnerAssistantChoicesInner';
15
+ import type { GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts } from './GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface GetConversations200ResponseConversationInnerAssistant
20
+ */
21
+ export interface GetConversations200ResponseConversationInnerAssistant {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof GetConversations200ResponseConversationInnerAssistant
26
+ */
27
+ id: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof GetConversations200ResponseConversationInnerAssistant
32
+ */
33
+ object: string;
34
+ /**
35
+ *
36
+ * @type {number}
37
+ * @memberof GetConversations200ResponseConversationInnerAssistant
38
+ */
39
+ created: number;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof GetConversations200ResponseConversationInnerAssistant
44
+ */
45
+ floorMode: string;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof GetConversations200ResponseConversationInnerAssistant
50
+ */
51
+ model: string;
52
+ /**
53
+ *
54
+ * @type {Array<GetConversations200ResponseConversationInnerAssistantChoicesInner>}
55
+ * @memberof GetConversations200ResponseConversationInnerAssistant
56
+ */
57
+ choices: Array<GetConversations200ResponseConversationInnerAssistantChoicesInner>;
58
+ /**
59
+ *
60
+ * @type {GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts}
61
+ * @memberof GetConversations200ResponseConversationInnerAssistant
62
+ */
63
+ fetchMultiplePosts: GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof GetConversations200ResponseConversationInnerAssistant
68
+ */
69
+ contentType: string;
70
+ }
71
+ /**
72
+ * Check if a given object implements the GetConversations200ResponseConversationInnerAssistant interface.
73
+ */
74
+ export declare function instanceOfGetConversations200ResponseConversationInnerAssistant(value: object): value is GetConversations200ResponseConversationInnerAssistant;
75
+ export declare function GetConversations200ResponseConversationInnerAssistantFromJSON(json: any): GetConversations200ResponseConversationInnerAssistant;
76
+ export declare function GetConversations200ResponseConversationInnerAssistantFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetConversations200ResponseConversationInnerAssistant;
77
+ export declare function GetConversations200ResponseConversationInnerAssistantToJSON(json: any): GetConversations200ResponseConversationInnerAssistant;
78
+ export declare function GetConversations200ResponseConversationInnerAssistantToJSONTyped(value?: GetConversations200ResponseConversationInnerAssistant | null, ignoreDiscriminator?: boolean): any;