@gobodo/gobodo-api-promise 0.1.34

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 (188) hide show
  1. package/README.md +794 -0
  2. package/dist/ApiClient.js +720 -0
  3. package/dist/api/ActionTypesApi.js +113 -0
  4. package/dist/api/AdCampaignsApi.js +500 -0
  5. package/dist/api/AdManagementApi.js +722 -0
  6. package/dist/api/AdminDataManagementApi.js +111 -0
  7. package/dist/api/AdsApi.js +384 -0
  8. package/dist/api/AttachmentsApi.js +465 -0
  9. package/dist/api/AuthenticationApi.js +418 -0
  10. package/dist/api/CategoriesApi.js +451 -0
  11. package/dist/api/CommentsApi.js +520 -0
  12. package/dist/api/ContentManagementApi.js +1491 -0
  13. package/dist/api/ConversationsApi.js +559 -0
  14. package/dist/api/DataSheetImportsApi.js +1066 -0
  15. package/dist/api/DefaultApi.js +696 -0
  16. package/dist/api/DocumentsApi.js +807 -0
  17. package/dist/api/EntryPartsApi.js +847 -0
  18. package/dist/api/FacebookApi.js +88 -0
  19. package/dist/api/FieldsApi.js +243 -0
  20. package/dist/api/FilesApi.js +116 -0
  21. package/dist/api/FormsApi.js +1136 -0
  22. package/dist/api/FunctionsApi.js +111 -0
  23. package/dist/api/GeocodeApi.js +340 -0
  24. package/dist/api/GoogleApi.js +88 -0
  25. package/dist/api/GraphActionsApi.js +674 -0
  26. package/dist/api/GraphObjectTypesApi.js +527 -0
  27. package/dist/api/GraphObjectsApi.js +4026 -0
  28. package/dist/api/GraphRelationshipTypesApi.js +1055 -0
  29. package/dist/api/GraphRelationshipsApi.js +1921 -0
  30. package/dist/api/GraphSchemasApi.js +459 -0
  31. package/dist/api/GraphTraversalApi.js +415 -0
  32. package/dist/api/GraphsApi.js +716 -0
  33. package/dist/api/GroupsApi.js +731 -0
  34. package/dist/api/IAMApi.js +268 -0
  35. package/dist/api/ImagesApi.js +535 -0
  36. package/dist/api/InvitesApi.js +339 -0
  37. package/dist/api/LikesApi.js +785 -0
  38. package/dist/api/LinkedINApi.js +88 -0
  39. package/dist/api/LiveMeetingsApi.js +175 -0
  40. package/dist/api/MeetingEventsApi.js +358 -0
  41. package/dist/api/PagesApi.js +605 -0
  42. package/dist/api/PostsApi.js +330 -0
  43. package/dist/api/PrivateMessagesApi.js +965 -0
  44. package/dist/api/PublicationsApi.js +103 -0
  45. package/dist/api/ScreensApi.js +224 -0
  46. package/dist/api/SocialIntegrationApi.js +214 -0
  47. package/dist/api/StripeAccountsApi.js +2309 -0
  48. package/dist/api/TagsApi.js +111 -0
  49. package/dist/api/TemplatesApi.js +224 -0
  50. package/dist/api/ThemeMappingsApi.js +219 -0
  51. package/dist/api/TransactionsApi.js +161 -0
  52. package/dist/api/TwitterApi.js +88 -0
  53. package/dist/api/UserTagsApi.js +592 -0
  54. package/dist/api/UsersApi.js +591 -0
  55. package/dist/api/UtilsApi.js +80 -0
  56. package/dist/api/VideosApi.js +709 -0
  57. package/dist/index.js +1301 -0
  58. package/dist/model/APIClient.js +354 -0
  59. package/dist/model/AccountSessionInput.js +222 -0
  60. package/dist/model/AccountSessionResponse.js +171 -0
  61. package/dist/model/ApplicationPaymentAccountResponse.js +185 -0
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +265 -0
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +234 -0
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +303 -0
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +187 -0
  66. package/dist/model/Article.js +668 -0
  67. package/dist/model/Authorization.js +166 -0
  68. package/dist/model/Balance.js +267 -0
  69. package/dist/model/BalanceDetails.js +164 -0
  70. package/dist/model/BalanceResponse.js +139 -0
  71. package/dist/model/BankAccountInfo.js +232 -0
  72. package/dist/model/CardInfo.js +213 -0
  73. package/dist/model/Comment.js +495 -0
  74. package/dist/model/Coordinates.js +129 -0
  75. package/dist/model/CreateAccountResponse.js +233 -0
  76. package/dist/model/CreateStripeAccountInput.js +216 -0
  77. package/dist/model/CreateStripeCustomerInput.js +195 -0
  78. package/dist/model/CustomerResponse.js +168 -0
  79. package/dist/model/DataObject.js +129 -0
  80. package/dist/model/DataSheetImport.js +732 -0
  81. package/dist/model/DataSheetImportPrivacySettings.js +154 -0
  82. package/dist/model/DataSheetImportSummary.js +206 -0
  83. package/dist/model/Document.js +743 -0
  84. package/dist/model/DocumentPart.js +612 -0
  85. package/dist/model/DocumentPartType.js +358 -0
  86. package/dist/model/DocumentType.js +458 -0
  87. package/dist/model/FieldMapping.js +185 -0
  88. package/dist/model/Fields.js +737 -0
  89. package/dist/model/File.js +341 -0
  90. package/dist/model/FileAttachmentUploadObject.js +341 -0
  91. package/dist/model/Filter.js +137 -0
  92. package/dist/model/FilterManager.js +154 -0
  93. package/dist/model/Form.js +393 -0
  94. package/dist/model/FormSection.js +304 -0
  95. package/dist/model/FormSubmission.js +238 -0
  96. package/dist/model/Geocode.js +191 -0
  97. package/dist/model/GeocodePayload.js +141 -0
  98. package/dist/model/GeolocationInput.js +216 -0
  99. package/dist/model/Graph.js +499 -0
  100. package/dist/model/GraphAction.js +298 -0
  101. package/dist/model/GraphDatabaseService.js +254 -0
  102. package/dist/model/GraphGeocode.js +282 -0
  103. package/dist/model/GraphIteratorEntryPart.js +129 -0
  104. package/dist/model/GraphObject.js +454 -0
  105. package/dist/model/GraphObjectPayload.js +430 -0
  106. package/dist/model/GraphObjectSchema.js +545 -0
  107. package/dist/model/GraphObjectType.js +626 -0
  108. package/dist/model/GraphObjectTypeSchema.js +645 -0
  109. package/dist/model/GraphOwner.js +158 -0
  110. package/dist/model/GraphRelationObjectObject.js +273 -0
  111. package/dist/model/GraphRelationship.js +301 -0
  112. package/dist/model/GraphRelationshipPayload.js +214 -0
  113. package/dist/model/GraphRelationshipType.js +675 -0
  114. package/dist/model/GraphSchema.js +645 -0
  115. package/dist/model/GraphTraversalInput.js +1125 -0
  116. package/dist/model/Image.js +449 -0
  117. package/dist/model/ImageUploadObject.js +449 -0
  118. package/dist/model/InputPart.js +191 -0
  119. package/dist/model/InputPartMediaType.js +214 -0
  120. package/dist/model/Link.js +305 -0
  121. package/dist/model/LiveStreamInfo.js +167 -0
  122. package/dist/model/MeetingEvent.js +591 -0
  123. package/dist/model/MeetingEventTimezone.js +187 -0
  124. package/dist/model/MeetingInfo.js +220 -0
  125. package/dist/model/Member.js +525 -0
  126. package/dist/model/MemberGroupCategory.js +237 -0
  127. package/dist/model/MemberList.js +96 -0
  128. package/dist/model/MessageGroup.js +160 -0
  129. package/dist/model/MultipartBody.js +133 -0
  130. package/dist/model/Objecttype.js +615 -0
  131. package/dist/model/Page.js +370 -0
  132. package/dist/model/PageSchema.js +482 -0
  133. package/dist/model/Pageable.js +235 -0
  134. package/dist/model/Path.js +110 -0
  135. package/dist/model/PaymentAccountObject.js +209 -0
  136. package/dist/model/PaymentIntentInput.js +214 -0
  137. package/dist/model/PaymentIntentResponse.js +137 -0
  138. package/dist/model/PaymentMethod.js +319 -0
  139. package/dist/model/PaymentMethodInput.js +291 -0
  140. package/dist/model/PaymentMethodResponse.js +139 -0
  141. package/dist/model/PaymentMethodsResponse.js +158 -0
  142. package/dist/model/Payout.js +313 -0
  143. package/dist/model/PayoutInput.js +347 -0
  144. package/dist/model/PayoutResponse.js +142 -0
  145. package/dist/model/Post.js +368 -0
  146. package/dist/model/PrivateMessage.js +494 -0
  147. package/dist/model/PrivateMessageConversation.js +520 -0
  148. package/dist/model/PrivateMessageConversationSchema.js +268 -0
  149. package/dist/model/Profile.js +191 -0
  150. package/dist/model/Profiletype.js +210 -0
  151. package/dist/model/PropertyContainer.js +162 -0
  152. package/dist/model/PurgeDataDefaultResponseValue.js +151 -0
  153. package/dist/model/RelationshipMapping.js +264 -0
  154. package/dist/model/ScreenSchema.js +834 -0
  155. package/dist/model/SimulcastInfo.js +175 -0
  156. package/dist/model/SkinField.js +737 -0
  157. package/dist/model/SocialGroup.js +602 -0
  158. package/dist/model/SocialGroupType.js +327 -0
  159. package/dist/model/Sort.js +154 -0
  160. package/dist/model/SourceTypes.js +154 -0
  161. package/dist/model/StatusUpdate.js +312 -0
  162. package/dist/model/StreetAddress.js +224 -0
  163. package/dist/model/StripeAccount.js +272 -0
  164. package/dist/model/StripeCustomerAccount.js +212 -0
  165. package/dist/model/Template.js +272 -0
  166. package/dist/model/TemplateSchema.js +300 -0
  167. package/dist/model/ThemeMapping.js +245 -0
  168. package/dist/model/ThemeMappingPayload.js +239 -0
  169. package/dist/model/Transaction.js +137 -0
  170. package/dist/model/Transfer.js +286 -0
  171. package/dist/model/TransferInput.js +288 -0
  172. package/dist/model/TransferResponse.js +173 -0
  173. package/dist/model/TransferResponsePaymentMethodDetails.js +286 -0
  174. package/dist/model/TraversalRelationResponse.js +176 -0
  175. package/dist/model/User.js +525 -0
  176. package/dist/model/UserDataPayload.js +525 -0
  177. package/dist/model/UserDomain.js +191 -0
  178. package/dist/model/UserInvite.js +404 -0
  179. package/dist/model/UserInviteInput.js +245 -0
  180. package/dist/model/UserSchema.js +525 -0
  181. package/dist/model/UserTag.js +246 -0
  182. package/dist/model/Userid.js +133 -0
  183. package/dist/model/Video.js +632 -0
  184. package/dist/model/VideoLiveUrl.js +137 -0
  185. package/dist/model/VideoSchema.js +717 -0
  186. package/dist/model/VideoUploadObject.js +632 -0
  187. package/dist/model/ZeusPortalCategory.js +434 -0
  188. package/package.json +46 -0
@@ -0,0 +1,559 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ var _MessageGroup = _interopRequireDefault(require("../model/MessageGroup"));
9
+ var _PrivateMessage = _interopRequireDefault(require("../model/PrivateMessage"));
10
+ var _PrivateMessageConversation = _interopRequireDefault(require("../model/PrivateMessageConversation"));
11
+ var _PrivateMessageConversationSchema = _interopRequireDefault(require("../model/PrivateMessageConversationSchema"));
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
14
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
18
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
19
+ * gobodo-api
20
+ * REST Interface for Gobodo API
21
+ *
22
+ * The version of the OpenAPI document: 0.1.34
23
+ * Contact: info@gobodo.io
24
+ *
25
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
26
+ * https://openapi-generator.tech
27
+ * Do not edit the class manually.
28
+ *
29
+ */
30
+ /**
31
+ * Conversations service.
32
+ * @module api/ConversationsApi
33
+ * @version 0.1.34
34
+ */
35
+ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
36
+ /**
37
+ * Constructs a new ConversationsApi.
38
+ * @alias module:api/ConversationsApi
39
+ * @class
40
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
41
+ * default to {@link module:ApiClient#instance} if unspecified.
42
+ */
43
+ function ConversationsApi(apiClient) {
44
+ _classCallCheck(this, ConversationsApi);
45
+ this.apiClient = apiClient || _ApiClient["default"].instance;
46
+ }
47
+
48
+ /**
49
+ * Create conversation(s)
50
+ * Create a new conversation or list of conversations.
51
+ * @param {module:model/PrivateMessageConversationSchema} privateMessageConversationSchema Conversation object or array of objects to create
52
+ * @param {Object} opts Optional parameters
53
+ * @param {String} [authorization] The authorization token of the logged in user
54
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
57
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
58
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PrivateMessageConversation} and HTTP response
59
+ */
60
+ _createClass(ConversationsApi, [{
61
+ key: "createConversationWithHttpInfo",
62
+ value: function createConversationWithHttpInfo(privateMessageConversationSchema, opts) {
63
+ opts = opts || {};
64
+ var postBody = privateMessageConversationSchema;
65
+ // verify the required parameter 'privateMessageConversationSchema' is set
66
+ if (privateMessageConversationSchema === undefined || privateMessageConversationSchema === null) {
67
+ throw new Error("Missing the required parameter 'privateMessageConversationSchema' when calling createConversation");
68
+ }
69
+ var pathParams = {};
70
+ var queryParams = {};
71
+ var headerParams = {
72
+ 'Authorization': opts['authorization'],
73
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
74
+ 'zeusportal-postas': opts['zeusportalPostas'],
75
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
76
+ 'transactionid': opts['transactionid']
77
+ };
78
+ var formParams = {};
79
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
80
+ var contentTypes = ['application/json'];
81
+ var accepts = ['application/json'];
82
+ var returnType = _PrivateMessageConversation["default"];
83
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
84
+ }
85
+
86
+ /**
87
+ * Create conversation(s)
88
+ * Create a new conversation or list of conversations.
89
+ * @param {module:model/PrivateMessageConversationSchema} privateMessageConversationSchema Conversation object or array of objects to create
90
+ * @param {Object} opts Optional parameters
91
+ * @param {String} opts.authorization The authorization token of the logged in user
92
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
93
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
94
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
95
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
96
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PrivateMessageConversation}
97
+ */
98
+ }, {
99
+ key: "createConversation",
100
+ value: function createConversation(privateMessageConversationSchema, opts) {
101
+ return this.createConversationWithHttpInfo(privateMessageConversationSchema, opts).then(function (response_and_data) {
102
+ return response_and_data.data;
103
+ });
104
+ }
105
+
106
+ /**
107
+ * Delete's the object with the id
108
+ * @param {Number} id The id of the object to delete
109
+ * @param {Object} opts Optional parameters
110
+ * @param {String} [authorization] The authorization token of the logged in user
111
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
112
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
113
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
114
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
115
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
116
+ */
117
+ }, {
118
+ key: "deleteObjectWithHttpInfo",
119
+ value: function deleteObjectWithHttpInfo(id, opts) {
120
+ opts = opts || {};
121
+ var postBody = null;
122
+ // verify the required parameter 'id' is set
123
+ if (id === undefined || id === null) {
124
+ throw new Error("Missing the required parameter 'id' when calling deleteObject");
125
+ }
126
+ var pathParams = {
127
+ 'id': id
128
+ };
129
+ var queryParams = {};
130
+ var headerParams = {
131
+ 'Authorization': opts['authorization'],
132
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
133
+ 'zeusportal-postas': opts['zeusportalPostas'],
134
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
135
+ 'transactionid': opts['transactionid']
136
+ };
137
+ var formParams = {};
138
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
139
+ var contentTypes = [];
140
+ var accepts = ['application/json'];
141
+ var returnType = null;
142
+ return this.apiClient.callApi('/graph/data/object/{id}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
143
+ }
144
+
145
+ /**
146
+ * Delete's the object with the id
147
+ * @param {Number} id The id of the object to delete
148
+ * @param {Object} opts Optional parameters
149
+ * @param {String} opts.authorization The authorization token of the logged in user
150
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
151
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
152
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
153
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
154
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
155
+ */
156
+ }, {
157
+ key: "deleteObject",
158
+ value: function deleteObject(id, opts) {
159
+ return this.deleteObjectWithHttpInfo(id, opts).then(function (response_and_data) {
160
+ return response_and_data.data;
161
+ });
162
+ }
163
+
164
+ /**
165
+ * Root for the API
166
+ * @param {Object} opts Optional parameters
167
+ * @param {String} [authorization] The authorization token of the logged in user
168
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
169
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
170
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
171
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
172
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
173
+ */
174
+ }, {
175
+ key: "get38WithHttpInfo",
176
+ value: function get38WithHttpInfo(opts) {
177
+ opts = opts || {};
178
+ var postBody = null;
179
+ var pathParams = {};
180
+ var queryParams = {};
181
+ var headerParams = {
182
+ 'Authorization': opts['authorization'],
183
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
184
+ 'zeusportal-postas': opts['zeusportalPostas'],
185
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
186
+ 'transactionid': opts['transactionid']
187
+ };
188
+ var formParams = {};
189
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
190
+ var contentTypes = [];
191
+ var accepts = ['*/*'];
192
+ var returnType = null;
193
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
194
+ }
195
+
196
+ /**
197
+ * Root for the API
198
+ * @param {Object} opts Optional parameters
199
+ * @param {String} opts.authorization The authorization token of the logged in user
200
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
201
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
202
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
203
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
204
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
205
+ */
206
+ }, {
207
+ key: "get38",
208
+ value: function get38(opts) {
209
+ return this.get38WithHttpInfo(opts).then(function (response_and_data) {
210
+ return response_and_data.data;
211
+ });
212
+ }
213
+
214
+ /**
215
+ * Get All Conversations
216
+ * Returns all the conversations the user has access to
217
+ * @param {Object} opts Optional parameters
218
+ * @param {String} [authorization] The authorization token of the logged in user
219
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
220
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
221
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
222
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
223
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/PrivateMessageConversation>} and HTTP response
224
+ */
225
+ }, {
226
+ key: "getAllConversationsWithHttpInfo",
227
+ value: function getAllConversationsWithHttpInfo(opts) {
228
+ opts = opts || {};
229
+ var postBody = null;
230
+ var pathParams = {};
231
+ var queryParams = {};
232
+ var headerParams = {
233
+ 'Authorization': opts['authorization'],
234
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
235
+ 'zeusportal-postas': opts['zeusportalPostas'],
236
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
237
+ 'transactionid': opts['transactionid']
238
+ };
239
+ var formParams = {};
240
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
241
+ var contentTypes = [];
242
+ var accepts = ['application/json'];
243
+ var returnType = [_PrivateMessageConversation["default"]];
244
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations/all', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
245
+ }
246
+
247
+ /**
248
+ * Get All Conversations
249
+ * Returns all the conversations the user has access to
250
+ * @param {Object} opts Optional parameters
251
+ * @param {String} opts.authorization The authorization token of the logged in user
252
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
253
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
254
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
255
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
256
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/PrivateMessageConversation>}
257
+ */
258
+ }, {
259
+ key: "getAllConversations",
260
+ value: function getAllConversations(opts) {
261
+ return this.getAllConversationsWithHttpInfo(opts).then(function (response_and_data) {
262
+ return response_and_data.data;
263
+ });
264
+ }
265
+
266
+ /**
267
+ * Get Child Conversations
268
+ * Returns the child private conversations
269
+ * @param {Number} convoid
270
+ * @param {Object} opts Optional parameters
271
+ * @param {String} [authorization] The authorization token of the logged in user
272
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
273
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
274
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
275
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
276
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/PrivateMessageConversation>} and HTTP response
277
+ */
278
+ }, {
279
+ key: "getChildConversationsWithHttpInfo",
280
+ value: function getChildConversationsWithHttpInfo(convoid, opts) {
281
+ opts = opts || {};
282
+ var postBody = null;
283
+ // verify the required parameter 'convoid' is set
284
+ if (convoid === undefined || convoid === null) {
285
+ throw new Error("Missing the required parameter 'convoid' when calling getChildConversations");
286
+ }
287
+ var pathParams = {
288
+ 'convoid': convoid
289
+ };
290
+ var queryParams = {};
291
+ var headerParams = {
292
+ 'Authorization': opts['authorization'],
293
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
294
+ 'zeusportal-postas': opts['zeusportalPostas'],
295
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
296
+ 'transactionid': opts['transactionid']
297
+ };
298
+ var formParams = {};
299
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
300
+ var contentTypes = [];
301
+ var accepts = ['application/json'];
302
+ var returnType = [_PrivateMessageConversation["default"]];
303
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations/{convoid}/childconversations', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
304
+ }
305
+
306
+ /**
307
+ * Get Child Conversations
308
+ * Returns the child private conversations
309
+ * @param {Number} convoid
310
+ * @param {Object} opts Optional parameters
311
+ * @param {String} opts.authorization The authorization token of the logged in user
312
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
313
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
314
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
315
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
316
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/PrivateMessageConversation>}
317
+ */
318
+ }, {
319
+ key: "getChildConversations",
320
+ value: function getChildConversations(convoid, opts) {
321
+ return this.getChildConversationsWithHttpInfo(convoid, opts).then(function (response_and_data) {
322
+ return response_and_data.data;
323
+ });
324
+ }
325
+
326
+ /**
327
+ * Get Conversation by ID
328
+ * Returns the conversation with the given id
329
+ * @param {Number} id
330
+ * @param {Object} opts Optional parameters
331
+ * @param {String} [authorization] The authorization token of the logged in user
332
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
333
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
334
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
335
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
336
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PrivateMessageConversation} and HTTP response
337
+ */
338
+ }, {
339
+ key: "getConversationByIdWithHttpInfo",
340
+ value: function getConversationByIdWithHttpInfo(id, opts) {
341
+ opts = opts || {};
342
+ var postBody = null;
343
+ // verify the required parameter 'id' is set
344
+ if (id === undefined || id === null) {
345
+ throw new Error("Missing the required parameter 'id' when calling getConversationById");
346
+ }
347
+ var pathParams = {
348
+ 'id': id
349
+ };
350
+ var queryParams = {};
351
+ var headerParams = {
352
+ 'Authorization': opts['authorization'],
353
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
354
+ 'zeusportal-postas': opts['zeusportalPostas'],
355
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
356
+ 'transactionid': opts['transactionid']
357
+ };
358
+ var formParams = {};
359
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
360
+ var contentTypes = [];
361
+ var accepts = ['application/json'];
362
+ var returnType = _PrivateMessageConversation["default"];
363
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
364
+ }
365
+
366
+ /**
367
+ * Get Conversation by ID
368
+ * Returns the conversation with the given id
369
+ * @param {Number} id
370
+ * @param {Object} opts Optional parameters
371
+ * @param {String} opts.authorization The authorization token of the logged in user
372
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
373
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
374
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
375
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
376
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PrivateMessageConversation}
377
+ */
378
+ }, {
379
+ key: "getConversationById",
380
+ value: function getConversationById(id, opts) {
381
+ return this.getConversationByIdWithHttpInfo(id, opts).then(function (response_and_data) {
382
+ return response_and_data.data;
383
+ });
384
+ }
385
+
386
+ /**
387
+ * Get Grouped Messages
388
+ * Get messages attached to a conversation with consecutive messages posted by the same user grouped together
389
+ * @param {Number} convoid
390
+ * @param {Object} opts Optional parameters
391
+ * @param {String} [authorization] The authorization token of the logged in user
392
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
393
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
394
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
395
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
396
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/MessageGroup>} and HTTP response
397
+ */
398
+ }, {
399
+ key: "getConversationParticipantsWithHttpInfo",
400
+ value: function getConversationParticipantsWithHttpInfo(convoid, opts) {
401
+ opts = opts || {};
402
+ var postBody = null;
403
+ // verify the required parameter 'convoid' is set
404
+ if (convoid === undefined || convoid === null) {
405
+ throw new Error("Missing the required parameter 'convoid' when calling getConversationParticipants");
406
+ }
407
+ var pathParams = {
408
+ 'convoid': convoid
409
+ };
410
+ var queryParams = {};
411
+ var headerParams = {
412
+ 'Authorization': opts['authorization'],
413
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
414
+ 'zeusportal-postas': opts['zeusportalPostas'],
415
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
416
+ 'transactionid': opts['transactionid']
417
+ };
418
+ var formParams = {};
419
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
420
+ var contentTypes = [];
421
+ var accepts = ['application/json'];
422
+ var returnType = [_MessageGroup["default"]];
423
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations/{convoid}/groupedmessages', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
424
+ }
425
+
426
+ /**
427
+ * Get Grouped Messages
428
+ * Get messages attached to a conversation with consecutive messages posted by the same user grouped together
429
+ * @param {Number} convoid
430
+ * @param {Object} opts Optional parameters
431
+ * @param {String} opts.authorization The authorization token of the logged in user
432
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
433
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
434
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
435
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
436
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/MessageGroup>}
437
+ */
438
+ }, {
439
+ key: "getConversationParticipants",
440
+ value: function getConversationParticipants(convoid, opts) {
441
+ return this.getConversationParticipantsWithHttpInfo(convoid, opts).then(function (response_and_data) {
442
+ return response_and_data.data;
443
+ });
444
+ }
445
+
446
+ /**
447
+ * Get Participants
448
+ * Get messages attached to a conversation
449
+ * @param {Number} convoid
450
+ * @param {Object} opts Optional parameters
451
+ * @param {String} [authorization] The authorization token of the logged in user
452
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
453
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
454
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
455
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
456
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/PrivateMessage>} and HTTP response
457
+ */
458
+ }, {
459
+ key: "getConversationParticipants1WithHttpInfo",
460
+ value: function getConversationParticipants1WithHttpInfo(convoid, opts) {
461
+ opts = opts || {};
462
+ var postBody = null;
463
+ // verify the required parameter 'convoid' is set
464
+ if (convoid === undefined || convoid === null) {
465
+ throw new Error("Missing the required parameter 'convoid' when calling getConversationParticipants1");
466
+ }
467
+ var pathParams = {
468
+ 'convoid': convoid
469
+ };
470
+ var queryParams = {};
471
+ var headerParams = {
472
+ 'Authorization': opts['authorization'],
473
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
474
+ 'zeusportal-postas': opts['zeusportalPostas'],
475
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
476
+ 'transactionid': opts['transactionid']
477
+ };
478
+ var formParams = {};
479
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
480
+ var contentTypes = [];
481
+ var accepts = ['application/json'];
482
+ var returnType = [_PrivateMessage["default"]];
483
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations/{convoid}/messages', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
484
+ }
485
+
486
+ /**
487
+ * Get Participants
488
+ * Get messages attached to a conversation
489
+ * @param {Number} convoid
490
+ * @param {Object} opts Optional parameters
491
+ * @param {String} opts.authorization The authorization token of the logged in user
492
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
493
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
494
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
495
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
496
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/PrivateMessage>}
497
+ */
498
+ }, {
499
+ key: "getConversationParticipants1",
500
+ value: function getConversationParticipants1(convoid, opts) {
501
+ return this.getConversationParticipants1WithHttpInfo(convoid, opts).then(function (response_and_data) {
502
+ return response_and_data.data;
503
+ });
504
+ }
505
+
506
+ /**
507
+ * Get the number of unread messages
508
+ * Returns the number of unread messages
509
+ * @param {Object} opts Optional parameters
510
+ * @param {String} [authorization] The authorization token of the logged in user
511
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
512
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
513
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
514
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
515
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Number} and HTTP response
516
+ */
517
+ }, {
518
+ key: "getUnreadMessageCountWithHttpInfo",
519
+ value: function getUnreadMessageCountWithHttpInfo(opts) {
520
+ opts = opts || {};
521
+ var postBody = null;
522
+ var pathParams = {};
523
+ var queryParams = {};
524
+ var headerParams = {
525
+ 'Authorization': opts['authorization'],
526
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
527
+ 'zeusportal-postas': opts['zeusportalPostas'],
528
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
529
+ 'transactionid': opts['transactionid']
530
+ };
531
+ var formParams = {};
532
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
533
+ var contentTypes = [];
534
+ var accepts = ['application/json'];
535
+ var returnType = 'Number';
536
+ return this.apiClient.callApi('/graph/data/privatemessages/conversations/newmessagecount', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
537
+ }
538
+
539
+ /**
540
+ * Get the number of unread messages
541
+ * Returns the number of unread messages
542
+ * @param {Object} opts Optional parameters
543
+ * @param {String} opts.authorization The authorization token of the logged in user
544
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
545
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
546
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
547
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
548
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Number}
549
+ */
550
+ }, {
551
+ key: "getUnreadMessageCount",
552
+ value: function getUnreadMessageCount(opts) {
553
+ return this.getUnreadMessageCountWithHttpInfo(opts).then(function (response_and_data) {
554
+ return response_and_data.data;
555
+ });
556
+ }
557
+ }]);
558
+ return ConversationsApi;
559
+ }();