@gobodo/gobodo-api-promise 0.1.46 → 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 (185) hide show
  1. package/README.md +3 -2
  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/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +31 -31
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +42 -42
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +2 -2
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +31 -31
  82. package/dist/model/DocumentPart.js +2 -2
  83. package/dist/model/DocumentPartType.js +27 -27
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +71 -71
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +52 -52
  114. package/dist/model/ImageUploadObject.js +52 -52
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +27 -27
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +2 -2
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +30 -30
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +27 -27
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +71 -71
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +30 -30
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +2 -2
  181. package/dist/model/VideoLiveUrl.js +27 -27
  182. package/dist/model/VideoSchema.js +29 -29
  183. package/dist/model/VideoUploadObject.js +2 -2
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -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.46
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
  * PrivateMessages service.
32
32
  * @module api/PrivateMessagesApi
33
- * @version 0.1.46
33
+ * @version 0.1.47
34
34
  */
35
35
  var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -54,6 +54,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
54
54
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
55
55
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
56
56
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
57
+ * @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)
57
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
59
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
@@ -83,6 +84,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -105,6 +107,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
105
107
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
106
108
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
107
109
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
110
+ * @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)
108
111
  * @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
109
112
  * @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
110
113
  * @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
@@ -129,6 +132,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
129
132
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
130
133
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
131
134
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
135
+ * @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)
132
136
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
133
137
  * @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
134
138
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -152,6 +156,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
152
156
  'cachegroup': opts['cachegroup'],
153
157
  'cachekey': opts['cachekey'],
154
158
  'cachescope': opts['cachescope'],
159
+ 'cacheuser': opts['cacheuser'],
155
160
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
156
161
  'zeusportal-postas': opts['zeusportalPostas'],
157
162
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -175,6 +180,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
175
180
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
176
181
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
177
182
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
183
+ * @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)
178
184
  * @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
179
185
  * @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
180
186
  * @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
@@ -198,6 +204,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
198
204
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
199
205
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
200
206
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
207
+ * @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)
201
208
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
202
209
  * @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
203
210
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -227,6 +234,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
227
234
  'cachegroup': opts['cachegroup'],
228
235
  'cachekey': opts['cachekey'],
229
236
  'cachescope': opts['cachescope'],
237
+ 'cacheuser': opts['cacheuser'],
230
238
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
231
239
  'zeusportal-postas': opts['zeusportalPostas'],
232
240
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -249,6 +257,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
249
257
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
250
258
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
251
259
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
260
+ * @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)
252
261
  * @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
262
  * @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
263
  * @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
@@ -271,6 +280,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
271
280
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
272
281
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
273
282
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
283
+ * @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)
274
284
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
275
285
  * @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
276
286
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -296,6 +306,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
296
306
  'cachegroup': opts['cachegroup'],
297
307
  'cachekey': opts['cachekey'],
298
308
  'cachescope': opts['cachescope'],
309
+ 'cacheuser': opts['cacheuser'],
299
310
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
300
311
  'zeusportal-postas': opts['zeusportalPostas'],
301
312
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -317,6 +328,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
317
328
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
318
329
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
319
330
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
331
+ * @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)
320
332
  * @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
321
333
  * @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
322
334
  * @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
@@ -340,6 +352,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
340
352
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
341
353
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
342
354
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
355
+ * @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)
343
356
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
344
357
  * @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
345
358
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -365,6 +378,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
365
378
  'cachegroup': opts['cachegroup'],
366
379
  'cachekey': opts['cachekey'],
367
380
  'cachescope': opts['cachescope'],
381
+ 'cacheuser': opts['cacheuser'],
368
382
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
369
383
  'zeusportal-postas': opts['zeusportalPostas'],
370
384
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -387,6 +401,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
387
401
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
388
402
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
389
403
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
404
+ * @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)
390
405
  * @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
391
406
  * @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
392
407
  * @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
@@ -409,6 +424,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
409
424
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
410
425
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
411
426
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
427
+ * @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)
412
428
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
413
429
  * @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
414
430
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -428,6 +444,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
428
444
  'cachegroup': opts['cachegroup'],
429
445
  'cachekey': opts['cachekey'],
430
446
  'cachescope': opts['cachescope'],
447
+ 'cacheuser': opts['cacheuser'],
431
448
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
432
449
  'zeusportal-postas': opts['zeusportalPostas'],
433
450
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -449,6 +466,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
449
466
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
450
467
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
451
468
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
469
+ * @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)
452
470
  * @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
453
471
  * @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
454
472
  * @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
@@ -471,6 +489,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
471
489
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
472
490
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
473
491
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
492
+ * @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)
474
493
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
475
494
  * @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
476
495
  * @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 PrivateMessagesApi = 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'],
@@ -511,6 +531,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
511
531
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
512
532
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
513
533
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
534
+ * @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)
514
535
  * @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
515
536
  * @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
516
537
  * @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
@@ -534,6 +555,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
534
555
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
535
556
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
536
557
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
558
+ * @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)
537
559
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
538
560
  * @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
539
561
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -559,6 +581,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
559
581
  'cachegroup': opts['cachegroup'],
560
582
  'cachekey': opts['cachekey'],
561
583
  'cachescope': opts['cachescope'],
584
+ 'cacheuser': opts['cacheuser'],
562
585
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
563
586
  'zeusportal-postas': opts['zeusportalPostas'],
564
587
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -581,6 +604,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
581
604
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
582
605
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
583
606
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
607
+ * @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)
584
608
  * @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
585
609
  * @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
586
610
  * @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
@@ -604,6 +628,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
604
628
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
605
629
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
606
630
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
631
+ * @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)
607
632
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
608
633
  * @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
609
634
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -623,6 +648,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
623
648
  'cachegroup': opts['cachegroup'],
624
649
  'cachekey': opts['cachekey'],
625
650
  'cachescope': opts['cachescope'],
651
+ 'cacheuser': opts['cacheuser'],
626
652
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
627
653
  'zeusportal-postas': opts['zeusportalPostas'],
628
654
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -645,6 +671,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
645
671
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
646
672
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
647
673
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
674
+ * @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)
648
675
  * @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
649
676
  * @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
650
677
  * @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
@@ -669,6 +696,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
669
696
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
670
697
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
671
698
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
699
+ * @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)
672
700
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
673
701
  * @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
674
702
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -694,6 +722,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
694
722
  'cachegroup': opts['cachegroup'],
695
723
  'cachekey': opts['cachekey'],
696
724
  'cachescope': opts['cachescope'],
725
+ 'cacheuser': opts['cacheuser'],
697
726
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
698
727
  'zeusportal-postas': opts['zeusportalPostas'],
699
728
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -717,6 +746,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
717
746
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
718
747
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
719
748
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
749
+ * @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)
720
750
  * @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
721
751
  * @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
722
752
  * @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
@@ -741,6 +771,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
741
771
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
742
772
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
743
773
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
774
+ * @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)
744
775
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
745
776
  * @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
746
777
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -766,6 +797,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
766
797
  'cachegroup': opts['cachegroup'],
767
798
  'cachekey': opts['cachekey'],
768
799
  'cachescope': opts['cachescope'],
800
+ 'cacheuser': opts['cacheuser'],
769
801
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
770
802
  'zeusportal-postas': opts['zeusportalPostas'],
771
803
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -789,6 +821,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
789
821
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
790
822
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
791
823
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
824
+ * @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)
792
825
  * @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
793
826
  * @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
794
827
  * @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
@@ -813,6 +846,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
813
846
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
814
847
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
815
848
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
849
+ * @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)
816
850
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
817
851
  * @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
818
852
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -838,6 +872,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
838
872
  'cachegroup': opts['cachegroup'],
839
873
  'cachekey': opts['cachekey'],
840
874
  'cachescope': opts['cachescope'],
875
+ 'cacheuser': opts['cacheuser'],
841
876
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
842
877
  'zeusportal-postas': opts['zeusportalPostas'],
843
878
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -861,6 +896,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
861
896
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
862
897
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
863
898
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
899
+ * @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)
864
900
  * @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
865
901
  * @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
866
902
  * @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
@@ -885,6 +921,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
885
921
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
886
922
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
887
923
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
924
+ * @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)
888
925
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
889
926
  * @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
890
927
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -910,6 +947,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
910
947
  'cachegroup': opts['cachegroup'],
911
948
  'cachekey': opts['cachekey'],
912
949
  'cachescope': opts['cachescope'],
950
+ 'cacheuser': opts['cacheuser'],
913
951
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
914
952
  'zeusportal-postas': opts['zeusportalPostas'],
915
953
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -933,6 +971,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
933
971
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
934
972
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
935
973
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
974
+ * @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)
936
975
  * @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
937
976
  * @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
938
977
  * @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
@@ -956,6 +995,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
956
995
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
957
996
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
958
997
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
998
+ * @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)
959
999
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
960
1000
  * @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
961
1001
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -975,6 +1015,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
975
1015
  'cachegroup': opts['cachegroup'],
976
1016
  'cachekey': opts['cachekey'],
977
1017
  'cachescope': opts['cachescope'],
1018
+ 'cacheuser': opts['cacheuser'],
978
1019
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
979
1020
  'zeusportal-postas': opts['zeusportalPostas'],
980
1021
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -997,6 +1038,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
997
1038
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
998
1039
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
999
1040
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1041
+ * @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)
1000
1042
  * @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
1001
1043
  * @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
1002
1044
  * @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
@@ -1019,6 +1061,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
1019
1061
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1020
1062
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1021
1063
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1064
+ * @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)
1022
1065
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1023
1066
  * @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
1024
1067
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1044,6 +1087,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
1044
1087
  'cachegroup': opts['cachegroup'],
1045
1088
  'cachekey': opts['cachekey'],
1046
1089
  'cachescope': opts['cachescope'],
1090
+ 'cacheuser': opts['cacheuser'],
1047
1091
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1048
1092
  'zeusportal-postas': opts['zeusportalPostas'],
1049
1093
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1065,6 +1109,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
1065
1109
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1066
1110
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1067
1111
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1112
+ * @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)
1068
1113
  * @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
1069
1114
  * @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
1070
1115
  * @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
@@ -1088,6 +1133,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
1088
1133
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1089
1134
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1090
1135
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1136
+ * @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)
1091
1137
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1092
1138
  * @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
1093
1139
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1117,6 +1163,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
1117
1163
  'cachegroup': opts['cachegroup'],
1118
1164
  'cachekey': opts['cachekey'],
1119
1165
  'cachescope': opts['cachescope'],
1166
+ 'cacheuser': opts['cacheuser'],
1120
1167
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1121
1168
  'zeusportal-postas': opts['zeusportalPostas'],
1122
1169
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1139,6 +1186,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
1139
1186
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1140
1187
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1141
1188
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1189
+ * @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)
1142
1190
  * @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
1143
1191
  * @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
1144
1192
  * @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
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.46
18
+ * The version of the OpenAPI document: 0.1.47
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * Publications service.
28
28
  * @module api/PublicationsApi
29
- * @version 0.1.46
29
+ * @version 0.1.47
30
30
  */
31
31
  var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
@@ -50,6 +50,7 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
50
50
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
51
51
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
52
52
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
53
+ * @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)
53
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
54
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
55
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
@@ -75,6 +76,7 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
75
76
  'cachegroup': opts['cachegroup'],
76
77
  'cachekey': opts['cachekey'],
77
78
  'cachescope': opts['cachescope'],
79
+ 'cacheuser': opts['cacheuser'],
78
80
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
79
81
  'zeusportal-postas': opts['zeusportalPostas'],
80
82
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -97,6 +99,7 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
97
99
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
98
100
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
99
101
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
102
+ * @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)
100
103
  * @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
101
104
  * @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
102
105
  * @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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.47
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Screens service.
29
29
  * @module api/ScreensApi
30
- * @version 0.1.46
30
+ * @version 0.1.47
31
31
  */
32
32
  var ScreensApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @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)
54
55
  * @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
56
  * @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
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -74,6 +75,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
74
75
  'cachegroup': opts['cachegroup'],
75
76
  'cachekey': opts['cachekey'],
76
77
  'cachescope': opts['cachescope'],
78
+ 'cacheuser': opts['cacheuser'],
77
79
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
78
80
  'zeusportal-postas': opts['zeusportalPostas'],
79
81
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -96,6 +98,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
96
98
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
97
99
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
98
100
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
101
+ * @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)
99
102
  * @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
100
103
  * @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
101
104
  * @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
@@ -120,6 +123,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
120
123
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
121
124
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
122
125
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
126
+ * @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)
123
127
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
124
128
  * @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
125
129
  * @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 ScreensApi = 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'],
@@ -172,6 +177,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
172
177
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
173
178
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
174
179
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
180
+ * @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)
175
181
  * @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
176
182
  * @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
177
183
  * @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
@@ -195,6 +201,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
195
201
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
196
202
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
197
203
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
204
+ * @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)
198
205
  * @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
206
  * @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
200
207
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -220,6 +227,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
220
227
  'cachegroup': opts['cachegroup'],
221
228
  'cachekey': opts['cachekey'],
222
229
  'cachescope': opts['cachescope'],
230
+ 'cacheuser': opts['cacheuser'],
223
231
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
224
232
  'zeusportal-postas': opts['zeusportalPostas'],
225
233
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -242,6 +250,7 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
242
250
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
243
251
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
244
252
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
253
+ * @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)
245
254
  * @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
246
255
  * @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
247
256
  * @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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.47
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * SocialIntegration service.
29
29
  * @module api/SocialIntegrationApi
30
- * @version 0.1.46
30
+ * @version 0.1.47
31
31
  */
32
32
  var SocialIntegrationApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**