@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
  * ContentManagement service.
32
32
  * @module api/ContentManagementApi
33
- * @version 0.1.45
33
+ * @version 0.1.47
34
34
  */
35
35
  var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -55,6 +55,7 @@ var ContentManagementApi = 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
@@ -84,6 +85,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
84
85
  'cachegroup': opts['cachegroup'],
85
86
  'cachekey': opts['cachekey'],
86
87
  'cachescope': opts['cachescope'],
88
+ 'cacheuser': opts['cacheuser'],
87
89
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
88
90
  'zeusportal-postas': opts['zeusportalPostas'],
89
91
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -107,6 +109,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
107
109
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
108
110
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
109
111
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
112
+ * @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)
110
113
  * @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
111
114
  * @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
112
115
  * @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
@@ -131,6 +134,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
131
134
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
132
135
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
133
136
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
137
+ * @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)
134
138
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
135
139
  * @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
136
140
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -161,6 +165,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
161
165
  'cachegroup': opts['cachegroup'],
162
166
  'cachekey': opts['cachekey'],
163
167
  'cachescope': opts['cachescope'],
168
+ 'cacheuser': opts['cacheuser'],
164
169
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
165
170
  'zeusportal-postas': opts['zeusportalPostas'],
166
171
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -184,6 +189,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
184
189
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
185
190
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
186
191
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
192
+ * @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)
187
193
  * @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
188
194
  * @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
189
195
  * @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
@@ -206,6 +212,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
206
212
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
207
213
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
208
214
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
215
+ * @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)
209
216
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
210
217
  * @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
211
218
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -232,6 +239,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
232
239
  'cachegroup': opts['cachegroup'],
233
240
  'cachekey': opts['cachekey'],
234
241
  'cachescope': opts['cachescope'],
242
+ 'cacheuser': opts['cacheuser'],
235
243
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
236
244
  'zeusportal-postas': opts['zeusportalPostas'],
237
245
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -253,6 +261,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
253
261
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
254
262
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
255
263
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
264
+ * @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)
256
265
  * @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
257
266
  * @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
258
267
  * @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
@@ -277,6 +286,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
277
286
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
278
287
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
279
288
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
289
+ * @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)
280
290
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
281
291
  * @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
282
292
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -302,6 +312,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
302
312
  'cachegroup': opts['cachegroup'],
303
313
  'cachekey': opts['cachekey'],
304
314
  'cachescope': opts['cachescope'],
315
+ 'cacheuser': opts['cacheuser'],
305
316
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
306
317
  'zeusportal-postas': opts['zeusportalPostas'],
307
318
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -324,6 +335,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
324
335
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
325
336
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
326
337
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
338
+ * @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)
327
339
  * @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
328
340
  * @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
329
341
  * @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
@@ -347,6 +359,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
347
359
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
348
360
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
349
361
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
362
+ * @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)
350
363
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
351
364
  * @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
352
365
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -372,6 +385,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
372
385
  'cachegroup': opts['cachegroup'],
373
386
  'cachekey': opts['cachekey'],
374
387
  'cachescope': opts['cachescope'],
388
+ 'cacheuser': opts['cacheuser'],
375
389
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
376
390
  'zeusportal-postas': opts['zeusportalPostas'],
377
391
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -394,6 +408,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
394
408
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
395
409
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
396
410
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
411
+ * @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)
397
412
  * @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
398
413
  * @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
399
414
  * @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
@@ -418,6 +433,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
418
433
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
419
434
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
420
435
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
436
+ * @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)
421
437
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
422
438
  * @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
423
439
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -447,6 +463,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
447
463
  'cachegroup': opts['cachegroup'],
448
464
  'cachekey': opts['cachekey'],
449
465
  'cachescope': opts['cachescope'],
466
+ 'cacheuser': opts['cacheuser'],
450
467
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
451
468
  'zeusportal-postas': opts['zeusportalPostas'],
452
469
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -470,6 +487,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
470
487
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
471
488
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
472
489
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
490
+ * @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)
473
491
  * @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
474
492
  * @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
475
493
  * @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
@@ -493,6 +511,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
493
511
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
494
512
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
495
513
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
514
+ * @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)
496
515
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
497
516
  * @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
498
517
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -516,6 +535,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
516
535
  'cachegroup': opts['cachegroup'],
517
536
  'cachekey': opts['cachekey'],
518
537
  'cachescope': opts['cachescope'],
538
+ 'cacheuser': opts['cacheuser'],
519
539
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
520
540
  'zeusportal-postas': opts['zeusportalPostas'],
521
541
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -538,6 +558,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
538
558
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
539
559
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
540
560
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
561
+ * @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)
541
562
  * @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
542
563
  * @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
543
564
  * @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
@@ -561,6 +582,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
561
582
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
562
583
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
563
584
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
585
+ * @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)
564
586
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
565
587
  * @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
566
588
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -584,6 +606,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
584
606
  'cachegroup': opts['cachegroup'],
585
607
  'cachekey': opts['cachekey'],
586
608
  'cachescope': opts['cachescope'],
609
+ 'cacheuser': opts['cacheuser'],
587
610
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
588
611
  'zeusportal-postas': opts['zeusportalPostas'],
589
612
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -606,6 +629,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
606
629
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
607
630
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
608
631
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
632
+ * @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)
609
633
  * @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
610
634
  * @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
611
635
  * @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
@@ -630,6 +654,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
630
654
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
631
655
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
632
656
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
657
+ * @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)
633
658
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
634
659
  * @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
635
660
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -655,6 +680,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
655
680
  'cachegroup': opts['cachegroup'],
656
681
  'cachekey': opts['cachekey'],
657
682
  'cachescope': opts['cachescope'],
683
+ 'cacheuser': opts['cacheuser'],
658
684
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
659
685
  'zeusportal-postas': opts['zeusportalPostas'],
660
686
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -678,6 +704,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
678
704
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
679
705
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
680
706
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
707
+ * @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)
681
708
  * @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
682
709
  * @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
683
710
  * @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
@@ -702,6 +729,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
702
729
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
703
730
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
704
731
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
732
+ * @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)
705
733
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
706
734
  * @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
707
735
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -727,6 +755,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
727
755
  'cachegroup': opts['cachegroup'],
728
756
  'cachekey': opts['cachekey'],
729
757
  'cachescope': opts['cachescope'],
758
+ 'cacheuser': opts['cacheuser'],
730
759
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
731
760
  'zeusportal-postas': opts['zeusportalPostas'],
732
761
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -750,6 +779,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
750
779
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
751
780
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
752
781
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
782
+ * @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)
753
783
  * @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
754
784
  * @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
755
785
  * @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
@@ -774,6 +804,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
774
804
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
775
805
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
776
806
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
807
+ * @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)
777
808
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
778
809
  * @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
779
810
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -803,6 +834,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
803
834
  'cachegroup': opts['cachegroup'],
804
835
  'cachekey': opts['cachekey'],
805
836
  'cachescope': opts['cachescope'],
837
+ 'cacheuser': opts['cacheuser'],
806
838
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
807
839
  'zeusportal-postas': opts['zeusportalPostas'],
808
840
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -826,6 +858,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
826
858
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
827
859
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
828
860
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
861
+ * @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)
829
862
  * @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
830
863
  * @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
831
864
  * @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
@@ -848,6 +881,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
848
881
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
849
882
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
850
883
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
884
+ * @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)
851
885
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
852
886
  * @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
853
887
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -867,6 +901,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
867
901
  'cachegroup': opts['cachegroup'],
868
902
  'cachekey': opts['cachekey'],
869
903
  'cachescope': opts['cachescope'],
904
+ 'cacheuser': opts['cacheuser'],
870
905
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
871
906
  'zeusportal-postas': opts['zeusportalPostas'],
872
907
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -888,6 +923,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
888
923
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
889
924
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
890
925
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
926
+ * @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)
891
927
  * @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
892
928
  * @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
893
929
  * @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
@@ -910,6 +946,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
910
946
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
911
947
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
912
948
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
949
+ * @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)
913
950
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
914
951
  * @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
915
952
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -929,6 +966,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
929
966
  'cachegroup': opts['cachegroup'],
930
967
  'cachekey': opts['cachekey'],
931
968
  'cachescope': opts['cachescope'],
969
+ 'cacheuser': opts['cacheuser'],
932
970
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
933
971
  'zeusportal-postas': opts['zeusportalPostas'],
934
972
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -950,6 +988,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
950
988
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
951
989
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
952
990
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
991
+ * @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)
953
992
  * @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
954
993
  * @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
955
994
  * @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
@@ -972,6 +1011,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
972
1011
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
973
1012
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
974
1013
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1014
+ * @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)
975
1015
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
976
1016
  * @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
977
1017
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -991,6 +1031,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
991
1031
  'cachegroup': opts['cachegroup'],
992
1032
  'cachekey': opts['cachekey'],
993
1033
  'cachescope': opts['cachescope'],
1034
+ 'cacheuser': opts['cacheuser'],
994
1035
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
995
1036
  'zeusportal-postas': opts['zeusportalPostas'],
996
1037
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1012,6 +1053,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1012
1053
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1013
1054
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1014
1055
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1056
+ * @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)
1015
1057
  * @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
1016
1058
  * @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
1017
1059
  * @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
@@ -1036,6 +1078,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1036
1078
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1037
1079
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1038
1080
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1081
+ * @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)
1039
1082
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1040
1083
  * @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
1041
1084
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1066,6 +1109,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1066
1109
  'cachegroup': opts['cachegroup'],
1067
1110
  'cachekey': opts['cachekey'],
1068
1111
  'cachescope': opts['cachescope'],
1112
+ 'cacheuser': opts['cacheuser'],
1069
1113
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1070
1114
  'zeusportal-postas': opts['zeusportalPostas'],
1071
1115
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1089,6 +1133,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1089
1133
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1090
1134
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1091
1135
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1136
+ * @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)
1092
1137
  * @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
1093
1138
  * @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
1094
1139
  * @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
@@ -1112,6 +1157,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1112
1157
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1113
1158
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1114
1159
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1160
+ * @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)
1115
1161
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1116
1162
  * @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
1117
1163
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1137,6 +1183,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1137
1183
  'cachegroup': opts['cachegroup'],
1138
1184
  'cachekey': opts['cachekey'],
1139
1185
  'cachescope': opts['cachescope'],
1186
+ 'cacheuser': opts['cacheuser'],
1140
1187
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1141
1188
  'zeusportal-postas': opts['zeusportalPostas'],
1142
1189
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1159,6 +1206,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1159
1206
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1160
1207
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1161
1208
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1209
+ * @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)
1162
1210
  * @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
1163
1211
  * @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
1164
1212
  * @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
@@ -1182,6 +1230,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1182
1230
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1183
1231
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1184
1232
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1233
+ * @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)
1185
1234
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1186
1235
  * @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
1187
1236
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1207,6 +1256,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1207
1256
  'cachegroup': opts['cachegroup'],
1208
1257
  'cachekey': opts['cachekey'],
1209
1258
  'cachescope': opts['cachescope'],
1259
+ 'cacheuser': opts['cacheuser'],
1210
1260
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1211
1261
  'zeusportal-postas': opts['zeusportalPostas'],
1212
1262
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1229,6 +1279,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1229
1279
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1230
1280
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1231
1281
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1282
+ * @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)
1232
1283
  * @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
1233
1284
  * @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
1234
1285
  * @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
@@ -1252,6 +1303,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1252
1303
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1253
1304
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1254
1305
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1306
+ * @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)
1255
1307
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1256
1308
  * @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
1257
1309
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1277,6 +1329,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1277
1329
  'cachegroup': opts['cachegroup'],
1278
1330
  'cachekey': opts['cachekey'],
1279
1331
  'cachescope': opts['cachescope'],
1332
+ 'cacheuser': opts['cacheuser'],
1280
1333
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1281
1334
  'zeusportal-postas': opts['zeusportalPostas'],
1282
1335
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1299,6 +1352,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1299
1352
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1300
1353
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1301
1354
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1355
+ * @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)
1302
1356
  * @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
1303
1357
  * @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
1304
1358
  * @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
@@ -1323,6 +1377,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1323
1377
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1324
1378
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1325
1379
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1380
+ * @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)
1326
1381
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1327
1382
  * @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
1328
1383
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1352,6 +1407,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1352
1407
  'cachegroup': opts['cachegroup'],
1353
1408
  'cachekey': opts['cachekey'],
1354
1409
  'cachescope': opts['cachescope'],
1410
+ 'cacheuser': opts['cacheuser'],
1355
1411
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1356
1412
  'zeusportal-postas': opts['zeusportalPostas'],
1357
1413
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1377,6 +1433,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1377
1433
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1378
1434
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1379
1435
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1436
+ * @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)
1380
1437
  * @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
1381
1438
  * @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
1382
1439
  * @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
@@ -1400,6 +1457,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1400
1457
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1401
1458
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1402
1459
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1460
+ * @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)
1403
1461
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1404
1462
  * @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
1405
1463
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1425,6 +1483,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1425
1483
  'cachegroup': opts['cachegroup'],
1426
1484
  'cachekey': opts['cachekey'],
1427
1485
  'cachescope': opts['cachescope'],
1486
+ 'cacheuser': opts['cacheuser'],
1428
1487
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1429
1488
  'zeusportal-postas': opts['zeusportalPostas'],
1430
1489
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1447,6 +1506,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1447
1506
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1448
1507
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1449
1508
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1509
+ * @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)
1450
1510
  * @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
1451
1511
  * @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
1452
1512
  * @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
@@ -1470,6 +1530,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1470
1530
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1471
1531
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1472
1532
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1533
+ * @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)
1473
1534
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1474
1535
  * @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
1475
1536
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1495,6 +1556,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1495
1556
  'cachegroup': opts['cachegroup'],
1496
1557
  'cachekey': opts['cachekey'],
1497
1558
  'cachescope': opts['cachescope'],
1559
+ 'cacheuser': opts['cacheuser'],
1498
1560
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1499
1561
  'zeusportal-postas': opts['zeusportalPostas'],
1500
1562
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1517,6 +1579,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1517
1579
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1518
1580
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1519
1581
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1582
+ * @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)
1520
1583
  * @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
1521
1584
  * @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
1522
1585
  * @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
@@ -1542,6 +1605,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1542
1605
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1543
1606
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1544
1607
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1608
+ * @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)
1545
1609
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1546
1610
  * @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
1547
1611
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1577,6 +1641,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1577
1641
  'cachegroup': opts['cachegroup'],
1578
1642
  'cachekey': opts['cachekey'],
1579
1643
  'cachescope': opts['cachescope'],
1644
+ 'cacheuser': opts['cacheuser'],
1580
1645
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1581
1646
  'zeusportal-postas': opts['zeusportalPostas'],
1582
1647
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1601,6 +1666,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1601
1666
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1602
1667
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1603
1668
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1669
+ * @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)
1604
1670
  * @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
1605
1671
  * @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
1606
1672
  * @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
@@ -1626,6 +1692,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1626
1692
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1627
1693
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1628
1694
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1695
+ * @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)
1629
1696
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1630
1697
  * @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
1631
1698
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1661,6 +1728,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1661
1728
  'cachegroup': opts['cachegroup'],
1662
1729
  'cachekey': opts['cachekey'],
1663
1730
  'cachescope': opts['cachescope'],
1731
+ 'cacheuser': opts['cacheuser'],
1664
1732
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1665
1733
  'zeusportal-postas': opts['zeusportalPostas'],
1666
1734
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1685,6 +1753,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1685
1753
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1686
1754
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1687
1755
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1756
+ * @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)
1688
1757
  * @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
1689
1758
  * @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
1690
1759
  * @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
@@ -1709,6 +1778,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1709
1778
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1710
1779
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1711
1780
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1781
+ * @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)
1712
1782
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1713
1783
  * @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
1714
1784
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1738,6 +1808,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1738
1808
  'cachegroup': opts['cachegroup'],
1739
1809
  'cachekey': opts['cachekey'],
1740
1810
  'cachescope': opts['cachescope'],
1811
+ 'cacheuser': opts['cacheuser'],
1741
1812
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1742
1813
  'zeusportal-postas': opts['zeusportalPostas'],
1743
1814
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1761,6 +1832,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1761
1832
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1762
1833
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1763
1834
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1835
+ * @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)
1764
1836
  * @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
1765
1837
  * @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
1766
1838
  * @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