@gobodo/gobodo-api-promise 0.1.45 → 0.1.47

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 (187) hide show
  1. package/README.md +3 -3
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +32 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +38 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +29 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/index.js +0 -7
  58. package/dist/model/APIClient.js +23 -23
  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/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +54 -54
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +64 -64
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +2 -2
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +54 -54
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +2 -2
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +24 -24
  88. package/dist/model/File.js +31 -31
  89. package/dist/model/FileAttachmentUploadObject.js +31 -31
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +25 -25
  92. package/dist/model/Form.js +29 -29
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +2 -2
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +2 -2
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +30 -30
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationship.js +2 -2
  110. package/dist/model/GraphRelationshipPayload.js +2 -2
  111. package/dist/model/GraphRelationshipType.js +2 -2
  112. package/dist/model/GraphSchema.js +2 -2
  113. package/dist/model/GraphTraversalInput.js +2 -2
  114. package/dist/model/Image.js +31 -31
  115. package/dist/model/ImageUploadObject.js +31 -31
  116. package/dist/model/InputPart.js +29 -29
  117. package/dist/model/InputPartMediaType.js +2 -2
  118. package/dist/model/Link.js +2 -2
  119. package/dist/model/LiveStreamInfo.js +2 -2
  120. package/dist/model/MeetingEvent.js +26 -26
  121. package/dist/model/MeetingEventTimezone.js +2 -2
  122. package/dist/model/MeetingInfo.js +2 -2
  123. package/dist/model/Member.js +25 -25
  124. package/dist/model/MemberGroupCategory.js +2 -2
  125. package/dist/model/MemberList.js +2 -2
  126. package/dist/model/MessageGroup.js +2 -2
  127. package/dist/model/MultipartBody.js +2 -2
  128. package/dist/model/Objecttype.js +2 -2
  129. package/dist/model/Page.js +2 -2
  130. package/dist/model/PageSchema.js +29 -29
  131. package/dist/model/Pageable.js +2 -2
  132. package/dist/model/Path.js +8 -8
  133. package/dist/model/PaymentAccountObject.js +2 -2
  134. package/dist/model/PaymentIntentInput.js +2 -2
  135. package/dist/model/PaymentIntentResponse.js +2 -2
  136. package/dist/model/PaymentMethod.js +2 -2
  137. package/dist/model/PaymentMethodInput.js +2 -2
  138. package/dist/model/PaymentMethodResponse.js +2 -2
  139. package/dist/model/PaymentMethodsResponse.js +2 -2
  140. package/dist/model/Payout.js +2 -2
  141. package/dist/model/PayoutInput.js +2 -2
  142. package/dist/model/PayoutResponse.js +2 -2
  143. package/dist/model/Post.js +2 -2
  144. package/dist/model/PrivateMessage.js +25 -25
  145. package/dist/model/PrivateMessageConversation.js +30 -30
  146. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  147. package/dist/model/Profile.js +2 -2
  148. package/dist/model/Profiletype.js +2 -2
  149. package/dist/model/PropertyContainer.js +2 -2
  150. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  151. package/dist/model/RelationshipMapping.js +2 -2
  152. package/dist/model/ScreenSchema.js +2 -2
  153. package/dist/model/SimulcastInfo.js +2 -2
  154. package/dist/model/SkinField.js +24 -24
  155. package/dist/model/SocialGroup.js +2 -2
  156. package/dist/model/SocialGroupType.js +2 -2
  157. package/dist/model/Sort.js +2 -2
  158. package/dist/model/SourceTypes.js +2 -2
  159. package/dist/model/StatusUpdate.js +2 -2
  160. package/dist/model/StreetAddress.js +2 -2
  161. package/dist/model/StripeAccount.js +2 -2
  162. package/dist/model/StripeCustomerAccount.js +2 -2
  163. package/dist/model/Template.js +2 -2
  164. package/dist/model/TemplateSchema.js +2 -2
  165. package/dist/model/ThemeMapping.js +2 -2
  166. package/dist/model/ThemeMappingPayload.js +2 -2
  167. package/dist/model/Transaction.js +2 -2
  168. package/dist/model/Transfer.js +2 -2
  169. package/dist/model/TransferInput.js +2 -2
  170. package/dist/model/TransferResponse.js +2 -2
  171. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  172. package/dist/model/TraversalRelationResponse.js +2 -2
  173. package/dist/model/User.js +25 -25
  174. package/dist/model/UserDataPayload.js +25 -25
  175. package/dist/model/UserDomain.js +2 -2
  176. package/dist/model/UserInvite.js +2 -2
  177. package/dist/model/UserInviteInput.js +2 -2
  178. package/dist/model/UserSchema.js +25 -25
  179. package/dist/model/UserTag.js +2 -2
  180. package/dist/model/Userid.js +2 -2
  181. package/dist/model/Video.js +31 -31
  182. package/dist/model/VideoLiveUrl.js +27 -27
  183. package/dist/model/VideoSchema.js +58 -58
  184. package/dist/model/VideoUploadObject.js +31 -31
  185. package/dist/model/ZeusPortalCategory.js +2 -2
  186. package/package.json +1 -1
  187. package/dist/model/PathPathInner.js +0 -9
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.45
22
+ * The version of the OpenAPI document: 0.1.47
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Conversations service.
32
32
  * @module api/ConversationsApi
33
- * @version 0.1.45
33
+ * @version 0.1.47
34
34
  */
35
35
  var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -55,6 +55,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
56
56
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
57
57
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
58
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
58
59
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
59
60
  * @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
61
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -78,6 +79,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
78
79
  'cachegroup': opts['cachegroup'],
79
80
  'cachekey': opts['cachekey'],
80
81
  'cachescope': opts['cachescope'],
82
+ 'cacheuser': opts['cacheuser'],
81
83
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
84
  'zeusportal-postas': opts['zeusportalPostas'],
83
85
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -101,6 +103,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
101
103
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
102
104
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
103
105
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
106
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
104
107
  * @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
105
108
  * @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
106
109
  * @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
@@ -124,6 +127,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
124
127
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
125
128
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
126
129
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
130
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
127
131
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
128
132
  * @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
129
133
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -149,6 +153,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
149
153
  'cachegroup': opts['cachegroup'],
150
154
  'cachekey': opts['cachekey'],
151
155
  'cachescope': opts['cachescope'],
156
+ 'cacheuser': opts['cacheuser'],
152
157
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
153
158
  'zeusportal-postas': opts['zeusportalPostas'],
154
159
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -171,6 +176,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
171
176
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
172
177
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
173
178
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
179
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
174
180
  * @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
175
181
  * @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
176
182
  * @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
@@ -193,6 +199,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
193
199
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
194
200
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
195
201
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
202
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
196
203
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
197
204
  * @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
198
205
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -212,6 +219,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
212
219
  'cachegroup': opts['cachegroup'],
213
220
  'cachekey': opts['cachekey'],
214
221
  'cachescope': opts['cachescope'],
222
+ 'cacheuser': opts['cacheuser'],
215
223
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
216
224
  'zeusportal-postas': opts['zeusportalPostas'],
217
225
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -233,6 +241,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
233
241
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
234
242
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
235
243
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
244
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
236
245
  * @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
237
246
  * @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
238
247
  * @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
@@ -256,6 +265,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
256
265
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
257
266
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
258
267
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
268
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
259
269
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
260
270
  * @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
261
271
  * @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,6 +285,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
275
285
  'cachegroup': opts['cachegroup'],
276
286
  'cachekey': opts['cachekey'],
277
287
  'cachescope': opts['cachescope'],
288
+ 'cacheuser': opts['cacheuser'],
278
289
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
279
290
  'zeusportal-postas': opts['zeusportalPostas'],
280
291
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -297,6 +308,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
297
308
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
298
309
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
299
310
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
311
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
300
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
301
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
302
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
@@ -321,6 +333,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
321
333
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
322
334
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
323
335
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
336
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
324
337
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
325
338
  * @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
326
339
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -346,6 +359,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
346
359
  'cachegroup': opts['cachegroup'],
347
360
  'cachekey': opts['cachekey'],
348
361
  'cachescope': opts['cachescope'],
362
+ 'cacheuser': opts['cacheuser'],
349
363
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
350
364
  'zeusportal-postas': opts['zeusportalPostas'],
351
365
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -369,6 +383,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
369
383
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
370
384
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
371
385
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
386
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
372
387
  * @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
388
  * @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
389
  * @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
@@ -393,6 +408,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
393
408
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
394
409
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
395
410
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
411
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
396
412
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
397
413
  * @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
398
414
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -418,6 +434,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
418
434
  'cachegroup': opts['cachegroup'],
419
435
  'cachekey': opts['cachekey'],
420
436
  'cachescope': opts['cachescope'],
437
+ 'cacheuser': opts['cacheuser'],
421
438
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
422
439
  'zeusportal-postas': opts['zeusportalPostas'],
423
440
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -441,6 +458,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
441
458
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
442
459
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
443
460
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
461
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
444
462
  * @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
445
463
  * @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
446
464
  * @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
@@ -465,6 +483,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
465
483
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
466
484
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
467
485
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
486
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
468
487
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
469
488
  * @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
470
489
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -490,6 +509,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
490
509
  'cachegroup': opts['cachegroup'],
491
510
  'cachekey': opts['cachekey'],
492
511
  'cachescope': opts['cachescope'],
512
+ 'cacheuser': opts['cacheuser'],
493
513
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
494
514
  'zeusportal-postas': opts['zeusportalPostas'],
495
515
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -513,6 +533,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
513
533
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
514
534
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
515
535
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
536
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
516
537
  * @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
517
538
  * @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
518
539
  * @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
@@ -537,6 +558,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
537
558
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
538
559
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
539
560
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
561
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
540
562
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
541
563
  * @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
542
564
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -562,6 +584,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
562
584
  'cachegroup': opts['cachegroup'],
563
585
  'cachekey': opts['cachekey'],
564
586
  'cachescope': opts['cachescope'],
587
+ 'cacheuser': opts['cacheuser'],
565
588
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
566
589
  'zeusportal-postas': opts['zeusportalPostas'],
567
590
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -585,6 +608,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
585
608
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
586
609
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
587
610
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
611
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
588
612
  * @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
589
613
  * @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
590
614
  * @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
@@ -608,6 +632,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
608
632
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
609
633
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
610
634
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
635
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
611
636
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
612
637
  * @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
613
638
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -627,6 +652,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
627
652
  'cachegroup': opts['cachegroup'],
628
653
  'cachekey': opts['cachekey'],
629
654
  'cachescope': opts['cachescope'],
655
+ 'cacheuser': opts['cacheuser'],
630
656
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
631
657
  'zeusportal-postas': opts['zeusportalPostas'],
632
658
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -649,6 +675,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
649
675
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
650
676
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
651
677
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
678
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
652
679
  * @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
653
680
  * @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
654
681
  * @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