@gobodo/gobodo-api 0.1.24 → 0.1.25

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 +11 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +6 -2
  4. package/dist/api/AdCampaignsApi.js +34 -2
  5. package/dist/api/AdManagementApi.js +50 -2
  6. package/dist/api/AdminDataManagementApi.js +6 -2
  7. package/dist/api/AdsApi.js +26 -2
  8. package/dist/api/AttachmentsApi.js +30 -2
  9. package/dist/api/AuthenticationApi.js +74 -2
  10. package/dist/api/CategoriesApi.js +30 -2
  11. package/dist/api/CommentsApi.js +34 -2
  12. package/dist/api/ContentManagementApi.js +98 -2
  13. package/dist/api/ConversationsApi.js +38 -2
  14. package/dist/api/DataSheetImportsApi.js +62 -2
  15. package/dist/api/DefaultApi.js +46 -2
  16. package/dist/api/DocumentsApi.js +54 -2
  17. package/dist/api/EntryPartsApi.js +54 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +14 -2
  20. package/dist/api/FilesApi.js +6 -2
  21. package/dist/api/FormsApi.js +74 -2
  22. package/dist/api/FunctionsApi.js +6 -2
  23. package/dist/api/GeocodeApi.js +22 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +42 -2
  26. package/dist/api/GraphObjectTypesApi.js +38 -2
  27. package/dist/api/GraphObjectsApi.js +258 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +70 -2
  29. package/dist/api/GraphRelationshipsApi.js +126 -2
  30. package/dist/api/GraphSchemasApi.js +30 -2
  31. package/dist/api/GraphTraversalApi.js +22 -2
  32. package/dist/api/GraphsApi.js +46 -2
  33. package/dist/api/GroupsApi.js +46 -2
  34. package/dist/api/IAMApi.js +18 -2
  35. package/dist/api/ImagesApi.js +34 -2
  36. package/dist/api/InvitesApi.js +22 -2
  37. package/dist/api/LikesApi.js +50 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +10 -2
  40. package/dist/api/MeetingEventsApi.js +22 -2
  41. package/dist/api/PagesApi.js +38 -2
  42. package/dist/api/PostsApi.js +22 -2
  43. package/dist/api/PrivateMessagesApi.js +66 -2
  44. package/dist/api/PublicationsApi.js +6 -2
  45. package/dist/api/ScreensApi.js +14 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +314 -2
  48. package/dist/api/TagsApi.js +6 -2
  49. package/dist/api/TemplatesApi.js +14 -2
  50. package/dist/api/ThemeMappingsApi.js +14 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +38 -2
  54. package/dist/api/UsersApi.js +38 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +46 -2
  57. package/dist/index.js +7 -0
  58. package/dist/model/APIClient.js +2 -2
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/Article.js +14 -14
  67. package/dist/model/Authorization.js +2 -2
  68. package/dist/model/Balance.js +2 -2
  69. package/dist/model/BalanceDetails.js +2 -2
  70. package/dist/model/BalanceResponse.js +2 -2
  71. package/dist/model/BankAccountInfo.js +2 -2
  72. package/dist/model/CardInfo.js +2 -2
  73. package/dist/model/Comment.js +9 -9
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +2 -2
  76. package/dist/model/CreateStripeAccountInput.js +2 -2
  77. package/dist/model/CreateStripeCustomerInput.js +2 -2
  78. package/dist/model/CustomerResponse.js +2 -2
  79. package/dist/model/DataObject.js +2 -2
  80. package/dist/model/DataSheetImport.js +59 -59
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +14 -14
  84. package/dist/model/DocumentPart.js +14 -14
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +2 -2
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +24 -24
  89. package/dist/model/File.js +2 -2
  90. package/dist/model/FileAttachmentUploadObject.js +2 -2
  91. package/dist/model/Filter.js +2 -2
  92. package/dist/model/FilterManager.js +2 -2
  93. package/dist/model/Form.js +2 -2
  94. package/dist/model/FormSection.js +2 -2
  95. package/dist/model/FormSubmission.js +2 -2
  96. package/dist/model/Geocode.js +2 -2
  97. package/dist/model/GeocodePayload.js +2 -2
  98. package/dist/model/GeolocationInput.js +2 -2
  99. package/dist/model/Graph.js +9 -9
  100. package/dist/model/GraphAction.js +2 -2
  101. package/dist/model/GraphDatabaseService.js +10 -10
  102. package/dist/model/GraphGeocode.js +2 -2
  103. package/dist/model/GraphIteratorEntryPart.js +2 -2
  104. package/dist/model/GraphObject.js +2 -2
  105. package/dist/model/GraphObjectPayload.js +2 -2
  106. package/dist/model/GraphObjectSchema.js +11 -11
  107. package/dist/model/GraphObjectType.js +2 -2
  108. package/dist/model/GraphObjectTypeSchema.js +2 -2
  109. package/dist/model/GraphOwner.js +2 -2
  110. package/dist/model/GraphRelation.js +2 -2
  111. package/dist/model/GraphRelationObjectObject.js +2 -2
  112. package/dist/model/GraphRelationship.js +2 -2
  113. package/dist/model/GraphRelationshipPayload.js +2 -2
  114. package/dist/model/GraphRelationshipType.js +2 -2
  115. package/dist/model/GraphSchema.js +30 -30
  116. package/dist/model/GraphTraversalInput.js +2 -2
  117. package/dist/model/Image.js +16 -16
  118. package/dist/model/ImageUploadObject.js +16 -16
  119. package/dist/model/InputPart.js +2 -2
  120. package/dist/model/InputPartMediaType.js +2 -2
  121. package/dist/model/Link.js +24 -24
  122. package/dist/model/LiveStreamInfo.js +2 -2
  123. package/dist/model/MeetingEvent.js +10 -10
  124. package/dist/model/MeetingEventTimezone.js +2 -2
  125. package/dist/model/MeetingInfo.js +2 -2
  126. package/dist/model/Member.js +2 -2
  127. package/dist/model/MemberGroupCategory.js +2 -2
  128. package/dist/model/MemberList.js +2 -2
  129. package/dist/model/MessageGroup.js +2 -2
  130. package/dist/model/MultipartBody.js +2 -2
  131. package/dist/model/Objecttype.js +2 -2
  132. package/dist/model/Page.js +9 -9
  133. package/dist/model/PageSchema.js +2 -2
  134. package/dist/model/Pageable.js +2 -2
  135. package/dist/model/Path.js +2 -2
  136. package/dist/model/PaymentAccountObject.js +2 -2
  137. package/dist/model/PaymentIntentInput.js +2 -2
  138. package/dist/model/PaymentIntentResponse.js +2 -2
  139. package/dist/model/PaymentMethod.js +2 -2
  140. package/dist/model/PaymentMethodInput.js +2 -2
  141. package/dist/model/PaymentMethodResponse.js +2 -2
  142. package/dist/model/PaymentMethodsResponse.js +2 -2
  143. package/dist/model/Payout.js +2 -2
  144. package/dist/model/PayoutInput.js +2 -2
  145. package/dist/model/PayoutResponse.js +2 -2
  146. package/dist/model/Post.js +2 -2
  147. package/dist/model/PrivateMessage.js +2 -2
  148. package/dist/model/PrivateMessageConversation.js +2 -2
  149. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  150. package/dist/model/Profile.js +2 -2
  151. package/dist/model/Profiletype.js +2 -2
  152. package/dist/model/PropertyContainer.js +9 -9
  153. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  154. package/dist/model/RelationshipMapping.js +2 -2
  155. package/dist/model/ScreenSchema.js +2 -2
  156. package/dist/model/SimulcastInfo.js +2 -2
  157. package/dist/model/SkinField.js +24 -24
  158. package/dist/model/SocialGroup.js +2 -2
  159. package/dist/model/SocialGroupType.js +2 -2
  160. package/dist/model/Sort.js +2 -2
  161. package/dist/model/SourceTypes.js +2 -2
  162. package/dist/model/StatusUpdate.js +2 -2
  163. package/dist/model/StreetAddress.js +2 -2
  164. package/dist/model/StripeAccount.js +2 -2
  165. package/dist/model/StripeCustomerAccount.js +2 -2
  166. package/dist/model/Template.js +22 -22
  167. package/dist/model/TemplateSchema.js +22 -22
  168. package/dist/model/ThemeMapping.js +10 -10
  169. package/dist/model/ThemeMappingPayload.js +9 -9
  170. package/dist/model/Transaction.js +2 -2
  171. package/dist/model/Transfer.js +13 -3
  172. package/dist/model/TransferInput.js +2 -2
  173. package/dist/model/TransferResponse.js +16 -2
  174. package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
  175. package/dist/model/User.js +2 -2
  176. package/dist/model/UserDataPayload.js +2 -2
  177. package/dist/model/UserDomain.js +2 -2
  178. package/dist/model/UserInvite.js +2 -2
  179. package/dist/model/UserInviteInput.js +2 -2
  180. package/dist/model/UserSchema.js +2 -2
  181. package/dist/model/UserTag.js +2 -2
  182. package/dist/model/Userid.js +2 -2
  183. package/dist/model/Video.js +22 -22
  184. package/dist/model/VideoLiveUrl.js +2 -2
  185. package/dist/model/VideoSchema.js +22 -22
  186. package/dist/model/VideoUploadObject.js +22 -22
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. package/package.json +1 -1
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.24
22
+ * The version of the OpenAPI document: 0.1.25
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * PrivateMessages service.
32
32
  * @module api/PrivateMessagesApi
33
- * @version 0.1.24
33
+ * @version 0.1.25
34
34
  */
35
35
  var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -58,7 +58,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {module:model/PrivateMessage} privateMessage Private Message Object
59
59
  * @param {Object} opts Optional parameters
60
60
  * @param {String} [authorization] The authorization token of the logged in user
61
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
61
62
  * @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
63
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
62
64
  * @param {String} [transactionid] The id of the transaction this operation is being run in
63
65
  * @param {module:api/PrivateMessagesApi~createBranchCallback} callback The callback function, accepting three arguments: error, data, response
64
66
  * data is of type: {@link module:model/PrivateMessage}
@@ -82,7 +84,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
82
84
  var queryParams = {};
83
85
  var headerParams = {
84
86
  'Authorization': opts['authorization'],
87
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
85
88
  'zeusportal-postas': opts['zeusportalPostas'],
89
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
86
90
  'transactionid': opts['transactionid']
87
91
  };
88
92
  var formParams = {};
@@ -107,7 +111,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
107
111
  * @param {module:model/PrivateMessageConversationSchema} privateMessageConversationSchema Conversation object or array of objects to create
108
112
  * @param {Object} opts Optional parameters
109
113
  * @param {String} [authorization] The authorization token of the logged in user
114
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
110
115
  * @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
116
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
111
117
  * @param {String} [transactionid] The id of the transaction this operation is being run in
112
118
  * @param {module:api/PrivateMessagesApi~createConversationCallback} callback The callback function, accepting three arguments: error, data, response
113
119
  * data is of type: {@link module:model/PrivateMessageConversation}
@@ -125,7 +131,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
125
131
  var queryParams = {};
126
132
  var headerParams = {
127
133
  'Authorization': opts['authorization'],
134
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
128
135
  'zeusportal-postas': opts['zeusportalPostas'],
136
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
129
137
  'transactionid': opts['transactionid']
130
138
  };
131
139
  var formParams = {};
@@ -149,7 +157,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
149
157
  * @param {module:model/PrivateMessage} privateMessage Private Message Object
150
158
  * @param {Object} opts Optional parameters
151
159
  * @param {String} [authorization] The authorization token of the logged in user
160
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
152
161
  * @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
162
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
153
163
  * @param {String} [transactionid] The id of the transaction this operation is being run in
154
164
  * @param {module:api/PrivateMessagesApi~createReplyCallback} callback The callback function, accepting three arguments: error, data, response
155
165
  * data is of type: {@link module:model/PrivateMessage}
@@ -173,7 +183,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
173
183
  var queryParams = {};
174
184
  var headerParams = {
175
185
  'Authorization': opts['authorization'],
186
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
176
187
  'zeusportal-postas': opts['zeusportalPostas'],
188
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
177
189
  'transactionid': opts['transactionid']
178
190
  };
179
191
  var formParams = {};
@@ -196,7 +208,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
196
208
  * @param {Number} messageid
197
209
  * @param {Object} opts Optional parameters
198
210
  * @param {String} [authorization] The authorization token of the logged in user
211
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
199
212
  * @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
213
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
200
214
  * @param {String} [transactionid] The id of the transaction this operation is being run in
201
215
  * @param {module:api/PrivateMessagesApi~deleteMessageCallback} callback The callback function, accepting three arguments: error, data, response
202
216
  */
@@ -215,7 +229,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
215
229
  var queryParams = {};
216
230
  var headerParams = {
217
231
  'Authorization': opts['authorization'],
232
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
218
233
  'zeusportal-postas': opts['zeusportalPostas'],
234
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
219
235
  'transactionid': opts['transactionid']
220
236
  };
221
237
  var formParams = {};
@@ -239,7 +255,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
239
255
  * @param {Number} id The id of the object to delete
240
256
  * @param {Object} opts Optional parameters
241
257
  * @param {String} [authorization] The authorization token of the logged in user
258
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
242
259
  * @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
260
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
243
261
  * @param {String} [transactionid] The id of the transaction this operation is being run in
244
262
  * @param {module:api/PrivateMessagesApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
245
263
  */
@@ -258,7 +276,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
258
276
  var queryParams = {};
259
277
  var headerParams = {
260
278
  'Authorization': opts['authorization'],
279
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
261
280
  'zeusportal-postas': opts['zeusportalPostas'],
281
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
262
282
  'transactionid': opts['transactionid']
263
283
  };
264
284
  var formParams = {};
@@ -281,7 +301,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
281
301
  * Root for the API
282
302
  * @param {Object} opts Optional parameters
283
303
  * @param {String} [authorization] The authorization token of the logged in user
304
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
284
305
  * @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
306
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
285
307
  * @param {String} [transactionid] The id of the transaction this operation is being run in
286
308
  * @param {module:api/PrivateMessagesApi~get38Callback} callback The callback function, accepting three arguments: error, data, response
287
309
  */
@@ -294,7 +316,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
294
316
  var queryParams = {};
295
317
  var headerParams = {
296
318
  'Authorization': opts['authorization'],
319
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
297
320
  'zeusportal-postas': opts['zeusportalPostas'],
321
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
298
322
  'transactionid': opts['transactionid']
299
323
  };
300
324
  var formParams = {};
@@ -317,7 +341,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
317
341
  * Root for the API
318
342
  * @param {Object} opts Optional parameters
319
343
  * @param {String} [authorization] The authorization token of the logged in user
344
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
320
345
  * @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
346
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
321
347
  * @param {String} [transactionid] The id of the transaction this operation is being run in
322
348
  * @param {module:api/PrivateMessagesApi~get39Callback} callback The callback function, accepting three arguments: error, data, response
323
349
  */
@@ -330,7 +356,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
330
356
  var queryParams = {};
331
357
  var headerParams = {
332
358
  'Authorization': opts['authorization'],
359
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
333
360
  'zeusportal-postas': opts['zeusportalPostas'],
361
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
334
362
  'transactionid': opts['transactionid']
335
363
  };
336
364
  var formParams = {};
@@ -354,7 +382,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
354
382
  * @param {Number} id
355
383
  * @param {Object} opts Optional parameters
356
384
  * @param {String} [authorization] The authorization token of the logged in user
385
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
357
386
  * @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
387
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
358
388
  * @param {String} [transactionid] The id of the transaction this operation is being run in
359
389
  * @param {module:api/PrivateMessagesApi~get40Callback} callback The callback function, accepting three arguments: error, data, response
360
390
  * data is of type: {@link module:model/PrivateMessage}
@@ -374,7 +404,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
374
404
  var queryParams = {};
375
405
  var headerParams = {
376
406
  'Authorization': opts['authorization'],
407
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
377
408
  'zeusportal-postas': opts['zeusportalPostas'],
409
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
378
410
  'transactionid': opts['transactionid']
379
411
  };
380
412
  var formParams = {};
@@ -398,7 +430,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
398
430
  * Returns all the conversations the user has access to
399
431
  * @param {Object} opts Optional parameters
400
432
  * @param {String} [authorization] The authorization token of the logged in user
433
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
401
434
  * @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
435
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
402
436
  * @param {String} [transactionid] The id of the transaction this operation is being run in
403
437
  * @param {module:api/PrivateMessagesApi~getAllConversationsCallback} callback The callback function, accepting three arguments: error, data, response
404
438
  * data is of type: {@link Array.<module:model/PrivateMessageConversation>}
@@ -412,7 +446,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
412
446
  var queryParams = {};
413
447
  var headerParams = {
414
448
  'Authorization': opts['authorization'],
449
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
415
450
  'zeusportal-postas': opts['zeusportalPostas'],
451
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
416
452
  'transactionid': opts['transactionid']
417
453
  };
418
454
  var formParams = {};
@@ -437,7 +473,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
437
473
  * @param {Number} convoid
438
474
  * @param {Object} opts Optional parameters
439
475
  * @param {String} [authorization] The authorization token of the logged in user
476
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
440
477
  * @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
478
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
441
479
  * @param {String} [transactionid] The id of the transaction this operation is being run in
442
480
  * @param {module:api/PrivateMessagesApi~getChildConversationsCallback} callback The callback function, accepting three arguments: error, data, response
443
481
  * data is of type: {@link Array.<module:model/PrivateMessageConversation>}
@@ -457,7 +495,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
457
495
  var queryParams = {};
458
496
  var headerParams = {
459
497
  'Authorization': opts['authorization'],
498
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
460
499
  'zeusportal-postas': opts['zeusportalPostas'],
500
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
461
501
  'transactionid': opts['transactionid']
462
502
  };
463
503
  var formParams = {};
@@ -482,7 +522,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
482
522
  * @param {Number} id
483
523
  * @param {Object} opts Optional parameters
484
524
  * @param {String} [authorization] The authorization token of the logged in user
525
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
485
526
  * @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
527
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
486
528
  * @param {String} [transactionid] The id of the transaction this operation is being run in
487
529
  * @param {module:api/PrivateMessagesApi~getConversationByIdCallback} callback The callback function, accepting three arguments: error, data, response
488
530
  * data is of type: {@link module:model/PrivateMessageConversation}
@@ -502,7 +544,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
502
544
  var queryParams = {};
503
545
  var headerParams = {
504
546
  'Authorization': opts['authorization'],
547
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
505
548
  'zeusportal-postas': opts['zeusportalPostas'],
549
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
506
550
  'transactionid': opts['transactionid']
507
551
  };
508
552
  var formParams = {};
@@ -527,7 +571,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
527
571
  * @param {Number} convoid
528
572
  * @param {Object} opts Optional parameters
529
573
  * @param {String} [authorization] The authorization token of the logged in user
574
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
530
575
  * @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
576
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
531
577
  * @param {String} [transactionid] The id of the transaction this operation is being run in
532
578
  * @param {module:api/PrivateMessagesApi~getConversationParticipantsCallback} callback The callback function, accepting three arguments: error, data, response
533
579
  * data is of type: {@link Array.<module:model/MessageGroup>}
@@ -547,7 +593,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
547
593
  var queryParams = {};
548
594
  var headerParams = {
549
595
  'Authorization': opts['authorization'],
596
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
550
597
  'zeusportal-postas': opts['zeusportalPostas'],
598
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
551
599
  'transactionid': opts['transactionid']
552
600
  };
553
601
  var formParams = {};
@@ -572,7 +620,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
572
620
  * @param {Number} convoid
573
621
  * @param {Object} opts Optional parameters
574
622
  * @param {String} [authorization] The authorization token of the logged in user
623
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
575
624
  * @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
625
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
576
626
  * @param {String} [transactionid] The id of the transaction this operation is being run in
577
627
  * @param {module:api/PrivateMessagesApi~getConversationParticipants1Callback} callback The callback function, accepting three arguments: error, data, response
578
628
  * data is of type: {@link Array.<module:model/PrivateMessage>}
@@ -592,7 +642,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
592
642
  var queryParams = {};
593
643
  var headerParams = {
594
644
  'Authorization': opts['authorization'],
645
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
595
646
  'zeusportal-postas': opts['zeusportalPostas'],
647
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
596
648
  'transactionid': opts['transactionid']
597
649
  };
598
650
  var formParams = {};
@@ -616,7 +668,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
616
668
  * Returns the number of unread messages
617
669
  * @param {Object} opts Optional parameters
618
670
  * @param {String} [authorization] The authorization token of the logged in user
671
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
619
672
  * @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
673
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
620
674
  * @param {String} [transactionid] The id of the transaction this operation is being run in
621
675
  * @param {module:api/PrivateMessagesApi~getUnreadMessageCountCallback} callback The callback function, accepting three arguments: error, data, response
622
676
  * data is of type: {@link Number}
@@ -630,7 +684,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
630
684
  var queryParams = {};
631
685
  var headerParams = {
632
686
  'Authorization': opts['authorization'],
687
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
633
688
  'zeusportal-postas': opts['zeusportalPostas'],
689
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
634
690
  'transactionid': opts['transactionid']
635
691
  };
636
692
  var formParams = {};
@@ -653,7 +709,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
653
709
  * @param {Number} messageid
654
710
  * @param {Object} opts Optional parameters
655
711
  * @param {String} [authorization] The authorization token of the logged in user
712
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
656
713
  * @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
714
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
657
715
  * @param {String} [transactionid] The id of the transaction this operation is being run in
658
716
  * @param {module:api/PrivateMessagesApi~updateMessageCallback} callback The callback function, accepting three arguments: error, data, response
659
717
  * data is of type: {@link Array.<module:model/PrivateMessage>}
@@ -673,7 +731,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
673
731
  var queryParams = {};
674
732
  var headerParams = {
675
733
  'Authorization': opts['authorization'],
734
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
676
735
  'zeusportal-postas': opts['zeusportalPostas'],
736
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
677
737
  'transactionid': opts['transactionid']
678
738
  };
679
739
  var formParams = {};
@@ -697,7 +757,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
697
757
  * @param {module:model/PrivateMessage} privateMessage Private Message Object
698
758
  * @param {Object} opts Optional parameters
699
759
  * @param {String} [authorization] The authorization token of the logged in user
760
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
700
761
  * @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
762
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
701
763
  * @param {String} [transactionid] The id of the transaction this operation is being run in
702
764
  * @param {module:api/PrivateMessagesApi~updateMessage1Callback} callback The callback function, accepting three arguments: error, data, response
703
765
  * data is of type: {@link Array.<module:model/PrivateMessage>}
@@ -721,7 +783,9 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
721
783
  var queryParams = {};
722
784
  var headerParams = {
723
785
  'Authorization': opts['authorization'],
786
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
724
787
  'zeusportal-postas': opts['zeusportalPostas'],
788
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
725
789
  'transactionid': opts['transactionid']
726
790
  };
727
791
  var formParams = {};
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.24
18
+ * The version of the OpenAPI document: 0.1.25
19
19
  * Contact: info@gobodo.io
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * Publications service.
28
28
  * @module api/PublicationsApi
29
- * @version 0.1.24
29
+ * @version 0.1.25
30
30
  */
31
31
  var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
@@ -54,7 +54,9 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
54
54
  * @param {Number} id The id of the object to delete
55
55
  * @param {Object} opts Optional parameters
56
56
  * @param {String} [authorization] The authorization token of the logged in user
57
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
57
58
  * @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
59
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
58
60
  * @param {String} [transactionid] The id of the transaction this operation is being run in
59
61
  * @param {module:api/PublicationsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
60
62
  */
@@ -73,7 +75,9 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
73
75
  var queryParams = {};
74
76
  var headerParams = {
75
77
  'Authorization': opts['authorization'],
78
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
76
79
  'zeusportal-postas': opts['zeusportalPostas'],
80
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
77
81
  'transactionid': opts['transactionid']
78
82
  };
79
83
  var formParams = {};
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.24
19
+ * The version of the OpenAPI document: 0.1.25
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Screens service.
29
29
  * @module api/ScreensApi
30
- * @version 0.1.24
30
+ * @version 0.1.25
31
31
  */
32
32
  var ScreensApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -55,7 +55,9 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
56
56
  * @param {Object} opts Optional parameters
57
57
  * @param {String} [authorization] The authorization token of the logged in user
58
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
58
59
  * @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
60
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
59
61
  * @param {String} [transactionid] The id of the transaction this operation is being run in
60
62
  * @param {module:api/ScreensApi~createScreenCallback} callback The callback function, accepting three arguments: error, data, response
61
63
  * data is of type: {@link module:model/ScreenSchema}
@@ -73,7 +75,9 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
73
75
  var queryParams = {};
74
76
  var headerParams = {
75
77
  'Authorization': opts['authorization'],
78
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
76
79
  'zeusportal-postas': opts['zeusportalPostas'],
80
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
77
81
  'transactionid': opts['transactionid']
78
82
  };
79
83
  var formParams = {};
@@ -98,7 +102,9 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
98
102
  * @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
99
103
  * @param {Object} opts Optional parameters
100
104
  * @param {String} [authorization] The authorization token of the logged in user
105
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
101
106
  * @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
107
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
102
108
  * @param {String} [transactionid] The id of the transaction this operation is being run in
103
109
  * @param {module:api/ScreensApi~editScreenCallback} callback The callback function, accepting three arguments: error, data, response
104
110
  * data is of type: {@link module:model/ScreenSchema}
@@ -122,7 +128,9 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
122
128
  var queryParams = {};
123
129
  var headerParams = {
124
130
  'Authorization': opts['authorization'],
131
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
125
132
  'zeusportal-postas': opts['zeusportalPostas'],
133
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
126
134
  'transactionid': opts['transactionid']
127
135
  };
128
136
  var formParams = {};
@@ -146,7 +154,9 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
146
154
  * @param {Number} screenId
147
155
  * @param {Object} opts Optional parameters
148
156
  * @param {String} [authorization] The authorization token of the logged in user
157
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
149
158
  * @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
159
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
150
160
  * @param {String} [transactionid] The id of the transaction this operation is being run in
151
161
  * @param {module:api/ScreensApi~getScreenByIdCallback} callback The callback function, accepting three arguments: error, data, response
152
162
  * data is of type: {@link module:model/ScreenSchema}
@@ -166,7 +176,9 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
166
176
  var queryParams = {};
167
177
  var headerParams = {
168
178
  'Authorization': opts['authorization'],
179
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
169
180
  'zeusportal-postas': opts['zeusportalPostas'],
181
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
170
182
  'transactionid': opts['transactionid']
171
183
  };
172
184
  var formParams = {};
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.24
19
+ * The version of the OpenAPI document: 0.1.25
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * SocialIntegration service.
29
29
  * @module api/SocialIntegrationApi
30
- * @version 0.1.24
30
+ * @version 0.1.25
31
31
  */
32
32
  var SocialIntegrationApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**