@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
@@ -35,7 +35,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
35
35
  * gobodo-api
36
36
  * REST Interface for Gobodo API
37
37
  *
38
- * The version of the OpenAPI document: 0.1.45
38
+ * The version of the OpenAPI document: 0.1.47
39
39
  * Contact: info@gobodo.io
40
40
  *
41
41
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,7 +46,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
46
46
  /**
47
47
  * GraphObjects service.
48
48
  * @module api/GraphObjectsApi
49
- * @version 0.1.45
49
+ * @version 0.1.47
50
50
  */
51
51
  var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
52
52
  /**
@@ -72,6 +72,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
72
72
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
73
73
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
74
74
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
75
+ * @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)
75
76
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
76
77
  * @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
77
78
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -101,6 +102,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
101
102
  'cachegroup': opts['cachegroup'],
102
103
  'cachekey': opts['cachekey'],
103
104
  'cachescope': opts['cachescope'],
105
+ 'cacheuser': opts['cacheuser'],
104
106
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
105
107
  'zeusportal-postas': opts['zeusportalPostas'],
106
108
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -125,6 +127,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
125
127
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
126
128
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
127
129
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
130
+ * @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)
128
131
  * @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
129
132
  * @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
130
133
  * @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
@@ -149,6 +152,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
149
152
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
150
153
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
151
154
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
155
+ * @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)
152
156
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
153
157
  * @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
154
158
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -174,6 +178,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
174
178
  'cachegroup': opts['cachegroup'],
175
179
  'cachekey': opts['cachekey'],
176
180
  'cachescope': opts['cachescope'],
181
+ 'cacheuser': opts['cacheuser'],
177
182
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
178
183
  'zeusportal-postas': opts['zeusportalPostas'],
179
184
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -199,6 +204,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
199
204
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
200
205
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
201
206
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
207
+ * @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)
202
208
  * @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
203
209
  * @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
204
210
  * @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
@@ -221,6 +227,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
221
227
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
222
228
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
223
229
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
230
+ * @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)
224
231
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
225
232
  * @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
226
233
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -250,6 +257,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
250
257
  'cachegroup': opts['cachegroup'],
251
258
  'cachekey': opts['cachekey'],
252
259
  'cachescope': opts['cachescope'],
260
+ 'cacheuser': opts['cacheuser'],
253
261
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
254
262
  'zeusportal-postas': opts['zeusportalPostas'],
255
263
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -276,6 +284,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
276
284
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
277
285
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
278
286
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
287
+ * @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)
279
288
  * @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
280
289
  * @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
281
290
  * @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
@@ -302,6 +311,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
302
311
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
303
312
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
304
313
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
314
+ * @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)
305
315
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
306
316
  * @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
307
317
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -331,6 +341,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
331
341
  'cachegroup': opts['cachegroup'],
332
342
  'cachekey': opts['cachekey'],
333
343
  'cachescope': opts['cachescope'],
344
+ 'cacheuser': opts['cacheuser'],
334
345
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
335
346
  'zeusportal-postas': opts['zeusportalPostas'],
336
347
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -357,6 +368,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
357
368
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
358
369
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
359
370
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
371
+ * @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)
360
372
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
361
373
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
362
374
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -384,6 +396,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
384
396
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
385
397
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
386
398
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
399
+ * @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)
387
400
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
388
401
  * @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
389
402
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -413,6 +426,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
413
426
  'cachegroup': opts['cachegroup'],
414
427
  'cachekey': opts['cachekey'],
415
428
  'cachescope': opts['cachescope'],
429
+ 'cacheuser': opts['cacheuser'],
416
430
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
417
431
  'zeusportal-postas': opts['zeusportalPostas'],
418
432
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -435,6 +449,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
435
449
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
436
450
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
437
451
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
452
+ * @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)
438
453
  * @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
439
454
  * @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
440
455
  * @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
@@ -458,6 +473,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
458
473
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
459
474
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
460
475
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
476
+ * @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)
461
477
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
462
478
  * @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
463
479
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -484,6 +500,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
484
500
  'cachegroup': opts['cachegroup'],
485
501
  'cachekey': opts['cachekey'],
486
502
  'cachescope': opts['cachescope'],
503
+ 'cacheuser': opts['cacheuser'],
487
504
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
488
505
  'zeusportal-postas': opts['zeusportalPostas'],
489
506
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -506,6 +523,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
506
523
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
507
524
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
508
525
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
526
+ * @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)
509
527
  * @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
510
528
  * @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
511
529
  * @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
@@ -530,6 +548,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
530
548
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
531
549
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
532
550
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
551
+ * @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)
533
552
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
534
553
  * @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
535
554
  * @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 +578,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
559
578
  'cachegroup': opts['cachegroup'],
560
579
  'cachekey': opts['cachekey'],
561
580
  'cachescope': opts['cachescope'],
581
+ 'cacheuser': opts['cacheuser'],
562
582
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
563
583
  'zeusportal-postas': opts['zeusportalPostas'],
564
584
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -581,6 +601,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
581
601
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
582
602
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
583
603
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
604
+ * @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
605
  * @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
606
  * @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
607
  * @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
@@ -606,6 +627,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
606
627
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
607
628
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
608
629
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
630
+ * @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)
609
631
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
610
632
  * @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
611
633
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -635,6 +657,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
635
657
  'cachegroup': opts['cachegroup'],
636
658
  'cachekey': opts['cachekey'],
637
659
  'cachescope': opts['cachescope'],
660
+ 'cacheuser': opts['cacheuser'],
638
661
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
639
662
  'zeusportal-postas': opts['zeusportalPostas'],
640
663
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -659,6 +682,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
659
682
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
660
683
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
661
684
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
685
+ * @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)
662
686
  * @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
663
687
  * @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
664
688
  * @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
@@ -683,6 +707,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
683
707
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
684
708
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
685
709
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
710
+ * @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)
686
711
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
687
712
  * @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
688
713
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -706,6 +731,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
706
731
  'cachegroup': opts['cachegroup'],
707
732
  'cachekey': opts['cachekey'],
708
733
  'cachescope': opts['cachescope'],
734
+ 'cacheuser': opts['cacheuser'],
709
735
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
710
736
  'zeusportal-postas': opts['zeusportalPostas'],
711
737
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -729,6 +755,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
729
755
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
730
756
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
731
757
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
758
+ * @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)
732
759
  * @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
733
760
  * @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
734
761
  * @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
@@ -753,6 +780,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
753
780
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
754
781
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
755
782
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
783
+ * @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)
756
784
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
757
785
  * @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
758
786
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -776,6 +804,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
776
804
  'cachegroup': opts['cachegroup'],
777
805
  'cachekey': opts['cachekey'],
778
806
  'cachescope': opts['cachescope'],
807
+ 'cacheuser': opts['cacheuser'],
779
808
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
780
809
  'zeusportal-postas': opts['zeusportalPostas'],
781
810
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -799,6 +828,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
799
828
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
800
829
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
801
830
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
831
+ * @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)
802
832
  * @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
803
833
  * @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
804
834
  * @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
@@ -824,6 +854,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
824
854
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
825
855
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
826
856
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
857
+ * @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)
827
858
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
828
859
  * @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
829
860
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -853,6 +884,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
853
884
  'cachegroup': opts['cachegroup'],
854
885
  'cachekey': opts['cachekey'],
855
886
  'cachescope': opts['cachescope'],
887
+ 'cacheuser': opts['cacheuser'],
856
888
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
857
889
  'zeusportal-postas': opts['zeusportalPostas'],
858
890
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -877,6 +909,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
877
909
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
878
910
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
879
911
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
912
+ * @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)
880
913
  * @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
881
914
  * @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
882
915
  * @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
@@ -902,6 +935,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
902
935
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
903
936
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
904
937
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
938
+ * @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)
905
939
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
906
940
  * @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
907
941
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -931,6 +965,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
931
965
  'cachegroup': opts['cachegroup'],
932
966
  'cachekey': opts['cachekey'],
933
967
  'cachescope': opts['cachescope'],
968
+ 'cacheuser': opts['cacheuser'],
934
969
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
935
970
  'zeusportal-postas': opts['zeusportalPostas'],
936
971
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -955,6 +990,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
955
990
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
956
991
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
957
992
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
993
+ * @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)
958
994
  * @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
959
995
  * @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
960
996
  * @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
@@ -978,6 +1014,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
978
1014
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
979
1015
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
980
1016
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1017
+ * @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)
981
1018
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
982
1019
  * @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
983
1020
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1008,6 +1045,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1008
1045
  'cachegroup': opts['cachegroup'],
1009
1046
  'cachekey': opts['cachekey'],
1010
1047
  'cachescope': opts['cachescope'],
1048
+ 'cacheuser': opts['cacheuser'],
1011
1049
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1012
1050
  'zeusportal-postas': opts['zeusportalPostas'],
1013
1051
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1030,6 +1068,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1030
1068
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1031
1069
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1032
1070
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1071
+ * @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)
1033
1072
  * @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
1034
1073
  * @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
1035
1074
  * @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
@@ -1054,6 +1093,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1054
1093
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1055
1094
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1056
1095
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1096
+ * @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)
1057
1097
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1058
1098
  * @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
1059
1099
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1079,6 +1119,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1079
1119
  'cachegroup': opts['cachegroup'],
1080
1120
  'cachekey': opts['cachekey'],
1081
1121
  'cachescope': opts['cachescope'],
1122
+ 'cacheuser': opts['cacheuser'],
1082
1123
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1083
1124
  'zeusportal-postas': opts['zeusportalPostas'],
1084
1125
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1102,6 +1143,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1102
1143
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1103
1144
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1104
1145
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1146
+ * @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)
1105
1147
  * @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
1106
1148
  * @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
1107
1149
  * @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
@@ -1125,6 +1167,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1125
1167
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1126
1168
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1127
1169
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1170
+ * @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)
1128
1171
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1129
1172
  * @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
1130
1173
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1150,6 +1193,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1150
1193
  'cachegroup': opts['cachegroup'],
1151
1194
  'cachekey': opts['cachekey'],
1152
1195
  'cachescope': opts['cachescope'],
1196
+ 'cacheuser': opts['cacheuser'],
1153
1197
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1154
1198
  'zeusportal-postas': opts['zeusportalPostas'],
1155
1199
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1172,6 +1216,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1172
1216
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1173
1217
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1174
1218
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1219
+ * @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)
1175
1220
  * @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
1176
1221
  * @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
1177
1222
  * @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
@@ -1196,6 +1241,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1196
1241
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1197
1242
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1198
1243
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1244
+ * @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)
1199
1245
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1200
1246
  * @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
1201
1247
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1221,6 +1267,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1221
1267
  'cachegroup': opts['cachegroup'],
1222
1268
  'cachekey': opts['cachekey'],
1223
1269
  'cachescope': opts['cachescope'],
1270
+ 'cacheuser': opts['cacheuser'],
1224
1271
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1225
1272
  'zeusportal-postas': opts['zeusportalPostas'],
1226
1273
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1244,6 +1291,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1244
1291
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1245
1292
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1246
1293
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1294
+ * @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)
1247
1295
  * @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
1248
1296
  * @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
1249
1297
  * @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
@@ -1267,6 +1315,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1267
1315
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1268
1316
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1269
1317
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1318
+ * @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)
1270
1319
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1271
1320
  * @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
1272
1321
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1298,6 +1347,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1298
1347
  'cachegroup': opts['cachegroup'],
1299
1348
  'cachekey': opts['cachekey'],
1300
1349
  'cachescope': opts['cachescope'],
1350
+ 'cacheuser': opts['cacheuser'],
1301
1351
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1302
1352
  'zeusportal-postas': opts['zeusportalPostas'],
1303
1353
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1320,6 +1370,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1320
1370
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1321
1371
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1322
1372
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1373
+ * @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)
1323
1374
  * @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
1324
1375
  * @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
1325
1376
  * @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
@@ -1343,6 +1394,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1343
1394
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1344
1395
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1345
1396
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1397
+ * @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)
1346
1398
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1347
1399
  * @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
1348
1400
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1368,6 +1420,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1368
1420
  'cachegroup': opts['cachegroup'],
1369
1421
  'cachekey': opts['cachekey'],
1370
1422
  'cachescope': opts['cachescope'],
1423
+ 'cacheuser': opts['cacheuser'],
1371
1424
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1372
1425
  'zeusportal-postas': opts['zeusportalPostas'],
1373
1426
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1389,6 +1442,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1389
1442
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1390
1443
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1391
1444
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1445
+ * @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)
1392
1446
  * @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
1393
1447
  * @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
1394
1448
  * @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
@@ -1411,6 +1465,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1411
1465
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1412
1466
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1413
1467
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1468
+ * @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)
1414
1469
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1415
1470
  * @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
1416
1471
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1430,6 +1485,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1430
1485
  'cachegroup': opts['cachegroup'],
1431
1486
  'cachekey': opts['cachekey'],
1432
1487
  'cachescope': opts['cachescope'],
1488
+ 'cacheuser': opts['cacheuser'],
1433
1489
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1434
1490
  'zeusportal-postas': opts['zeusportalPostas'],
1435
1491
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1451,6 +1507,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1451
1507
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1452
1508
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1453
1509
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1510
+ * @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)
1454
1511
  * @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
1455
1512
  * @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
1456
1513
  * @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
@@ -1475,6 +1532,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1475
1532
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1476
1533
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1477
1534
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1535
+ * @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)
1478
1536
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1479
1537
  * @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
1480
1538
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1500,6 +1558,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1500
1558
  'cachegroup': opts['cachegroup'],
1501
1559
  'cachekey': opts['cachekey'],
1502
1560
  'cachescope': opts['cachescope'],
1561
+ 'cacheuser': opts['cacheuser'],
1503
1562
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1504
1563
  'zeusportal-postas': opts['zeusportalPostas'],
1505
1564
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1523,6 +1582,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1523
1582
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1524
1583
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1525
1584
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1585
+ * @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)
1526
1586
  * @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
1527
1587
  * @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
1528
1588
  * @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
@@ -1548,6 +1608,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1548
1608
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1549
1609
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1550
1610
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1611
+ * @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)
1551
1612
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1552
1613
  * @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
1553
1614
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1578,6 +1639,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1578
1639
  'cachegroup': opts['cachegroup'],
1579
1640
  'cachekey': opts['cachekey'],
1580
1641
  'cachescope': opts['cachescope'],
1642
+ 'cacheuser': opts['cacheuser'],
1581
1643
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1582
1644
  'zeusportal-postas': opts['zeusportalPostas'],
1583
1645
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1602,6 +1664,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1602
1664
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1603
1665
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1604
1666
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1667
+ * @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)
1605
1668
  * @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
1606
1669
  * @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
1607
1670
  * @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 +1689,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1626
1689
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1627
1690
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1628
1691
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1692
+ * @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
1693
  * @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
1694
  * @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
1695
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1651,6 +1715,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1651
1715
  'cachegroup': opts['cachegroup'],
1652
1716
  'cachekey': opts['cachekey'],
1653
1717
  'cachescope': opts['cachescope'],
1718
+ 'cacheuser': opts['cacheuser'],
1654
1719
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1655
1720
  'zeusportal-postas': opts['zeusportalPostas'],
1656
1721
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1674,6 +1739,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1674
1739
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1675
1740
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1676
1741
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1742
+ * @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)
1677
1743
  * @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
1678
1744
  * @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
1679
1745
  * @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
@@ -1699,6 +1765,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1699
1765
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1700
1766
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1701
1767
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1768
+ * @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)
1702
1769
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1703
1770
  * @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
1704
1771
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1729,6 +1796,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1729
1796
  'cachegroup': opts['cachegroup'],
1730
1797
  'cachekey': opts['cachekey'],
1731
1798
  'cachescope': opts['cachescope'],
1799
+ 'cacheuser': opts['cacheuser'],
1732
1800
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1733
1801
  'zeusportal-postas': opts['zeusportalPostas'],
1734
1802
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1753,6 +1821,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1753
1821
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1754
1822
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1755
1823
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1824
+ * @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)
1756
1825
  * @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
1757
1826
  * @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
1758
1827
  * @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
@@ -1775,6 +1844,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1775
1844
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1776
1845
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1777
1846
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1847
+ * @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)
1778
1848
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1779
1849
  * @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
1780
1850
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1800,6 +1870,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1800
1870
  'cachegroup': opts['cachegroup'],
1801
1871
  'cachekey': opts['cachekey'],
1802
1872
  'cachescope': opts['cachescope'],
1873
+ 'cacheuser': opts['cacheuser'],
1803
1874
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1804
1875
  'zeusportal-postas': opts['zeusportalPostas'],
1805
1876
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1821,6 +1892,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1821
1892
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1822
1893
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1823
1894
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1895
+ * @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)
1824
1896
  * @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
1825
1897
  * @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
1826
1898
  * @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
@@ -1845,6 +1917,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1845
1917
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1846
1918
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1847
1919
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1920
+ * @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)
1848
1921
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1849
1922
  * @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
1850
1923
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1870,6 +1943,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1870
1943
  'cachegroup': opts['cachegroup'],
1871
1944
  'cachekey': opts['cachekey'],
1872
1945
  'cachescope': opts['cachescope'],
1946
+ 'cacheuser': opts['cacheuser'],
1873
1947
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1874
1948
  'zeusportal-postas': opts['zeusportalPostas'],
1875
1949
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1893,6 +1967,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1893
1967
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1894
1968
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1895
1969
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1970
+ * @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)
1896
1971
  * @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
1897
1972
  * @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
1898
1973
  * @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
@@ -1917,6 +1992,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1917
1992
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1918
1993
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1919
1994
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1995
+ * @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)
1920
1996
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1921
1997
  * @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
1922
1998
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1942,6 +2018,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1942
2018
  'cachegroup': opts['cachegroup'],
1943
2019
  'cachekey': opts['cachekey'],
1944
2020
  'cachescope': opts['cachescope'],
2021
+ 'cacheuser': opts['cacheuser'],
1945
2022
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1946
2023
  'zeusportal-postas': opts['zeusportalPostas'],
1947
2024
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1965,6 +2042,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1965
2042
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1966
2043
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1967
2044
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2045
+ * @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)
1968
2046
  * @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
1969
2047
  * @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
1970
2048
  * @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
@@ -1991,6 +2069,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1991
2069
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1992
2070
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1993
2071
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2072
+ * @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)
1994
2073
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1995
2074
  * @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
1996
2075
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2026,6 +2105,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2026
2105
  'cachegroup': opts['cachegroup'],
2027
2106
  'cachekey': opts['cachekey'],
2028
2107
  'cachescope': opts['cachescope'],
2108
+ 'cacheuser': opts['cacheuser'],
2029
2109
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2030
2110
  'zeusportal-postas': opts['zeusportalPostas'],
2031
2111
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2051,6 +2131,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2051
2131
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2052
2132
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2053
2133
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2134
+ * @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)
2054
2135
  * @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
2055
2136
  * @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
2056
2137
  * @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
@@ -2075,6 +2156,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2075
2156
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2076
2157
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2077
2158
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2159
+ * @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)
2078
2160
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2079
2161
  * @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
2080
2162
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2100,6 +2182,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2100
2182
  'cachegroup': opts['cachegroup'],
2101
2183
  'cachekey': opts['cachekey'],
2102
2184
  'cachescope': opts['cachescope'],
2185
+ 'cacheuser': opts['cacheuser'],
2103
2186
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2104
2187
  'zeusportal-postas': opts['zeusportalPostas'],
2105
2188
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2123,6 +2206,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2123
2206
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2124
2207
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2125
2208
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2209
+ * @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)
2126
2210
  * @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
2127
2211
  * @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
2128
2212
  * @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
@@ -2147,6 +2231,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2147
2231
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2148
2232
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2149
2233
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2234
+ * @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)
2150
2235
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2151
2236
  * @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
2152
2237
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2172,6 +2257,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2172
2257
  'cachegroup': opts['cachegroup'],
2173
2258
  'cachekey': opts['cachekey'],
2174
2259
  'cachescope': opts['cachescope'],
2260
+ 'cacheuser': opts['cacheuser'],
2175
2261
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2176
2262
  'zeusportal-postas': opts['zeusportalPostas'],
2177
2263
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2195,6 +2281,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2195
2281
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2196
2282
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2197
2283
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2284
+ * @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)
2198
2285
  * @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
2199
2286
  * @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
2200
2287
  * @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
@@ -2217,6 +2304,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2217
2304
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2218
2305
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2219
2306
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2307
+ * @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)
2220
2308
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2221
2309
  * @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
2222
2310
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2242,6 +2330,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2242
2330
  'cachegroup': opts['cachegroup'],
2243
2331
  'cachekey': opts['cachekey'],
2244
2332
  'cachescope': opts['cachescope'],
2333
+ 'cacheuser': opts['cacheuser'],
2245
2334
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2246
2335
  'zeusportal-postas': opts['zeusportalPostas'],
2247
2336
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2263,6 +2352,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2263
2352
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2264
2353
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2265
2354
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2355
+ * @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)
2266
2356
  * @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
2267
2357
  * @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
2268
2358
  * @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
@@ -2285,6 +2375,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2285
2375
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2286
2376
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2287
2377
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2378
+ * @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)
2288
2379
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2289
2380
  * @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
2290
2381
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2310,6 +2401,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2310
2401
  'cachegroup': opts['cachegroup'],
2311
2402
  'cachekey': opts['cachekey'],
2312
2403
  'cachescope': opts['cachescope'],
2404
+ 'cacheuser': opts['cacheuser'],
2313
2405
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2314
2406
  'zeusportal-postas': opts['zeusportalPostas'],
2315
2407
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2331,6 +2423,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2331
2423
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2332
2424
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2333
2425
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2426
+ * @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)
2334
2427
  * @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
2335
2428
  * @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
2336
2429
  * @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
@@ -2353,6 +2446,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2353
2446
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2354
2447
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2355
2448
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2449
+ * @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)
2356
2450
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2357
2451
  * @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
2358
2452
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2378,6 +2472,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2378
2472
  'cachegroup': opts['cachegroup'],
2379
2473
  'cachekey': opts['cachekey'],
2380
2474
  'cachescope': opts['cachescope'],
2475
+ 'cacheuser': opts['cacheuser'],
2381
2476
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2382
2477
  'zeusportal-postas': opts['zeusportalPostas'],
2383
2478
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2399,6 +2494,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2399
2494
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2400
2495
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2401
2496
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2497
+ * @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)
2402
2498
  * @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
2403
2499
  * @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
2404
2500
  * @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
@@ -2421,6 +2517,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2421
2517
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2422
2518
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2423
2519
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2520
+ * @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)
2424
2521
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2425
2522
  * @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
2426
2523
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2446,6 +2543,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2446
2543
  'cachegroup': opts['cachegroup'],
2447
2544
  'cachekey': opts['cachekey'],
2448
2545
  'cachescope': opts['cachescope'],
2546
+ 'cacheuser': opts['cacheuser'],
2449
2547
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2450
2548
  'zeusportal-postas': opts['zeusportalPostas'],
2451
2549
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2467,6 +2565,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2467
2565
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2468
2566
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2469
2567
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2568
+ * @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)
2470
2569
  * @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
2471
2570
  * @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
2472
2571
  * @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
@@ -2489,6 +2588,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2489
2588
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2490
2589
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2491
2590
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2591
+ * @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)
2492
2592
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2493
2593
  * @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
2494
2594
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2514,6 +2614,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2514
2614
  'cachegroup': opts['cachegroup'],
2515
2615
  'cachekey': opts['cachekey'],
2516
2616
  'cachescope': opts['cachescope'],
2617
+ 'cacheuser': opts['cacheuser'],
2517
2618
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2518
2619
  'zeusportal-postas': opts['zeusportalPostas'],
2519
2620
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2535,6 +2636,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2535
2636
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2536
2637
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2537
2638
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2639
+ * @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)
2538
2640
  * @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
2539
2641
  * @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
2540
2642
  * @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
@@ -2559,6 +2661,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2559
2661
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2560
2662
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2561
2663
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2664
+ * @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)
2562
2665
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2563
2666
  * @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
2564
2667
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2594,6 +2697,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2594
2697
  'cachegroup': opts['cachegroup'],
2595
2698
  'cachekey': opts['cachekey'],
2596
2699
  'cachescope': opts['cachescope'],
2700
+ 'cacheuser': opts['cacheuser'],
2597
2701
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2598
2702
  'zeusportal-postas': opts['zeusportalPostas'],
2599
2703
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2617,6 +2721,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2617
2721
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2618
2722
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2619
2723
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2724
+ * @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)
2620
2725
  * @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
2621
2726
  * @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
2622
2727
  * @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
@@ -2641,6 +2746,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2641
2746
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2642
2747
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2643
2748
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2749
+ * @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)
2644
2750
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2645
2751
  * @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
2646
2752
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2676,6 +2782,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2676
2782
  'cachegroup': opts['cachegroup'],
2677
2783
  'cachekey': opts['cachekey'],
2678
2784
  'cachescope': opts['cachescope'],
2785
+ 'cacheuser': opts['cacheuser'],
2679
2786
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2680
2787
  'zeusportal-postas': opts['zeusportalPostas'],
2681
2788
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2699,6 +2806,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2699
2806
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2700
2807
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2701
2808
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2809
+ * @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)
2702
2810
  * @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
2703
2811
  * @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
2704
2812
  * @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
@@ -2722,6 +2830,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2722
2830
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2723
2831
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2724
2832
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2833
+ * @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)
2725
2834
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2726
2835
  * @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
2727
2836
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2747,6 +2856,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2747
2856
  'cachegroup': opts['cachegroup'],
2748
2857
  'cachekey': opts['cachekey'],
2749
2858
  'cachescope': opts['cachescope'],
2859
+ 'cacheuser': opts['cacheuser'],
2750
2860
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2751
2861
  'zeusportal-postas': opts['zeusportalPostas'],
2752
2862
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2769,6 +2879,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2769
2879
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2770
2880
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2771
2881
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2882
+ * @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)
2772
2883
  * @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
2773
2884
  * @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
2774
2885
  * @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
@@ -2793,6 +2904,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2793
2904
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2794
2905
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2795
2906
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2907
+ * @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)
2796
2908
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2797
2909
  * @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
2798
2910
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2818,6 +2930,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2818
2930
  'cachegroup': opts['cachegroup'],
2819
2931
  'cachekey': opts['cachekey'],
2820
2932
  'cachescope': opts['cachescope'],
2933
+ 'cacheuser': opts['cacheuser'],
2821
2934
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2822
2935
  'zeusportal-postas': opts['zeusportalPostas'],
2823
2936
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2841,6 +2954,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2841
2954
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2842
2955
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2843
2956
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2957
+ * @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)
2844
2958
  * @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
2845
2959
  * @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
2846
2960
  * @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
@@ -2865,6 +2979,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2865
2979
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2866
2980
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2867
2981
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2982
+ * @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)
2868
2983
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2869
2984
  * @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
2870
2985
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2890,6 +3005,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2890
3005
  'cachegroup': opts['cachegroup'],
2891
3006
  'cachekey': opts['cachekey'],
2892
3007
  'cachescope': opts['cachescope'],
3008
+ 'cacheuser': opts['cacheuser'],
2893
3009
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2894
3010
  'zeusportal-postas': opts['zeusportalPostas'],
2895
3011
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2913,6 +3029,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2913
3029
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2914
3030
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2915
3031
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3032
+ * @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)
2916
3033
  * @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
2917
3034
  * @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
2918
3035
  * @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
@@ -2937,6 +3054,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2937
3054
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2938
3055
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2939
3056
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3057
+ * @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)
2940
3058
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2941
3059
  * @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
2942
3060
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2962,6 +3080,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2962
3080
  'cachegroup': opts['cachegroup'],
2963
3081
  'cachekey': opts['cachekey'],
2964
3082
  'cachescope': opts['cachescope'],
3083
+ 'cacheuser': opts['cacheuser'],
2965
3084
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2966
3085
  'zeusportal-postas': opts['zeusportalPostas'],
2967
3086
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2987,6 +3106,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2987
3106
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2988
3107
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2989
3108
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3109
+ * @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)
2990
3110
  * @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
2991
3111
  * @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
2992
3112
  * @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
@@ -3012,6 +3132,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3012
3132
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3013
3133
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3014
3134
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3135
+ * @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)
3015
3136
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3016
3137
  * @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
3017
3138
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3042,6 +3163,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3042
3163
  'cachegroup': opts['cachegroup'],
3043
3164
  'cachekey': opts['cachekey'],
3044
3165
  'cachescope': opts['cachescope'],
3166
+ 'cacheuser': opts['cacheuser'],
3045
3167
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3046
3168
  'zeusportal-postas': opts['zeusportalPostas'],
3047
3169
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3068,6 +3190,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3068
3190
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3069
3191
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3070
3192
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3193
+ * @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)
3071
3194
  * @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
3072
3195
  * @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
3073
3196
  * @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
@@ -3091,6 +3214,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3091
3214
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3092
3215
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3093
3216
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3217
+ * @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)
3094
3218
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3095
3219
  * @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
3096
3220
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3116,6 +3240,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3116
3240
  'cachegroup': opts['cachegroup'],
3117
3241
  'cachekey': opts['cachekey'],
3118
3242
  'cachescope': opts['cachescope'],
3243
+ 'cacheuser': opts['cacheuser'],
3119
3244
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3120
3245
  'zeusportal-postas': opts['zeusportalPostas'],
3121
3246
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3138,6 +3263,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3138
3263
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3139
3264
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3140
3265
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3266
+ * @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)
3141
3267
  * @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
3142
3268
  * @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
3143
3269
  * @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
@@ -3162,6 +3288,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3162
3288
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3163
3289
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3164
3290
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3291
+ * @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)
3165
3292
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3166
3293
  * @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
3167
3294
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3192,6 +3319,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3192
3319
  'cachegroup': opts['cachegroup'],
3193
3320
  'cachekey': opts['cachekey'],
3194
3321
  'cachescope': opts['cachescope'],
3322
+ 'cacheuser': opts['cacheuser'],
3195
3323
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3196
3324
  'zeusportal-postas': opts['zeusportalPostas'],
3197
3325
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3215,6 +3343,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3215
3343
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3216
3344
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3217
3345
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3346
+ * @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)
3218
3347
  * @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
3219
3348
  * @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
3220
3349
  * @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
@@ -3239,6 +3368,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3239
3368
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3240
3369
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3241
3370
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3371
+ * @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)
3242
3372
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3243
3373
  * @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
3244
3374
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3269,6 +3399,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3269
3399
  'cachegroup': opts['cachegroup'],
3270
3400
  'cachekey': opts['cachekey'],
3271
3401
  'cachescope': opts['cachescope'],
3402
+ 'cacheuser': opts['cacheuser'],
3272
3403
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3273
3404
  'zeusportal-postas': opts['zeusportalPostas'],
3274
3405
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3292,6 +3423,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3292
3423
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3293
3424
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3294
3425
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3426
+ * @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)
3295
3427
  * @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
3296
3428
  * @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
3297
3429
  * @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
@@ -3317,6 +3449,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3317
3449
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3318
3450
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3319
3451
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3452
+ * @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)
3320
3453
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3321
3454
  * @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
3322
3455
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3347,6 +3480,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3347
3480
  'cachegroup': opts['cachegroup'],
3348
3481
  'cachekey': opts['cachekey'],
3349
3482
  'cachescope': opts['cachescope'],
3483
+ 'cacheuser': opts['cacheuser'],
3350
3484
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3351
3485
  'zeusportal-postas': opts['zeusportalPostas'],
3352
3486
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3371,6 +3505,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3371
3505
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3372
3506
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3373
3507
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3508
+ * @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)
3374
3509
  * @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
3375
3510
  * @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
3376
3511
  * @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
@@ -3396,6 +3531,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3396
3531
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3397
3532
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3398
3533
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3534
+ * @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)
3399
3535
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3400
3536
  * @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
3401
3537
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3426,6 +3562,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3426
3562
  'cachegroup': opts['cachegroup'],
3427
3563
  'cachekey': opts['cachekey'],
3428
3564
  'cachescope': opts['cachescope'],
3565
+ 'cacheuser': opts['cacheuser'],
3429
3566
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3430
3567
  'zeusportal-postas': opts['zeusportalPostas'],
3431
3568
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3450,6 +3587,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3450
3587
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3451
3588
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3452
3589
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3590
+ * @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)
3453
3591
  * @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
3454
3592
  * @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
3455
3593
  * @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
@@ -3475,6 +3613,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3475
3613
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3476
3614
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3477
3615
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3616
+ * @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)
3478
3617
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3479
3618
  * @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
3480
3619
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3505,6 +3644,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3505
3644
  'cachegroup': opts['cachegroup'],
3506
3645
  'cachekey': opts['cachekey'],
3507
3646
  'cachescope': opts['cachescope'],
3647
+ 'cacheuser': opts['cacheuser'],
3508
3648
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3509
3649
  'zeusportal-postas': opts['zeusportalPostas'],
3510
3650
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3529,6 +3669,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3529
3669
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3530
3670
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3531
3671
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3672
+ * @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)
3532
3673
  * @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
3533
3674
  * @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
3534
3675
  * @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
@@ -3554,6 +3695,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3554
3695
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3555
3696
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3556
3697
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3698
+ * @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)
3557
3699
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3558
3700
  * @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
3559
3701
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3584,6 +3726,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3584
3726
  'cachegroup': opts['cachegroup'],
3585
3727
  'cachekey': opts['cachekey'],
3586
3728
  'cachescope': opts['cachescope'],
3729
+ 'cacheuser': opts['cacheuser'],
3587
3730
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3588
3731
  'zeusportal-postas': opts['zeusportalPostas'],
3589
3732
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3608,6 +3751,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3608
3751
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3609
3752
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3610
3753
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3754
+ * @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)
3611
3755
  * @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
3612
3756
  * @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
3613
3757
  * @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
@@ -3633,6 +3777,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3633
3777
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3634
3778
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3635
3779
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3780
+ * @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)
3636
3781
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3637
3782
  * @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
3638
3783
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3663,6 +3808,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3663
3808
  'cachegroup': opts['cachegroup'],
3664
3809
  'cachekey': opts['cachekey'],
3665
3810
  'cachescope': opts['cachescope'],
3811
+ 'cacheuser': opts['cacheuser'],
3666
3812
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3667
3813
  'zeusportal-postas': opts['zeusportalPostas'],
3668
3814
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3687,6 +3833,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3687
3833
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3688
3834
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3689
3835
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3836
+ * @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)
3690
3837
  * @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
3691
3838
  * @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
3692
3839
  * @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
@@ -3711,6 +3858,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3711
3858
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3712
3859
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3713
3860
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3861
+ * @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)
3714
3862
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3715
3863
  * @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
3716
3864
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3736,6 +3884,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3736
3884
  'cachegroup': opts['cachegroup'],
3737
3885
  'cachekey': opts['cachekey'],
3738
3886
  'cachescope': opts['cachescope'],
3887
+ 'cacheuser': opts['cacheuser'],
3739
3888
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3740
3889
  'zeusportal-postas': opts['zeusportalPostas'],
3741
3890
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3759,6 +3908,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3759
3908
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3760
3909
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3761
3910
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3911
+ * @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)
3762
3912
  * @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
3763
3913
  * @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
3764
3914
  * @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
@@ -3783,6 +3933,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3783
3933
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3784
3934
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3785
3935
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
3936
+ * @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)
3786
3937
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3787
3938
  * @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
3788
3939
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3808,6 +3959,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3808
3959
  'cachegroup': opts['cachegroup'],
3809
3960
  'cachekey': opts['cachekey'],
3810
3961
  'cachescope': opts['cachescope'],
3962
+ 'cacheuser': opts['cacheuser'],
3811
3963
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3812
3964
  'zeusportal-postas': opts['zeusportalPostas'],
3813
3965
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3831,6 +3983,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3831
3983
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3832
3984
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3833
3985
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3986
+ * @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)
3834
3987
  * @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
3835
3988
  * @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
3836
3989
  * @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
@@ -3853,6 +4006,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3853
4006
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3854
4007
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3855
4008
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4009
+ * @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)
3856
4010
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3857
4011
  * @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
3858
4012
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3878,6 +4032,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3878
4032
  'cachegroup': opts['cachegroup'],
3879
4033
  'cachekey': opts['cachekey'],
3880
4034
  'cachescope': opts['cachescope'],
4035
+ 'cacheuser': opts['cacheuser'],
3881
4036
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3882
4037
  'zeusportal-postas': opts['zeusportalPostas'],
3883
4038
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3899,6 +4054,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3899
4054
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3900
4055
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3901
4056
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4057
+ * @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)
3902
4058
  * @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
3903
4059
  * @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
3904
4060
  * @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
@@ -3921,6 +4077,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3921
4077
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3922
4078
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3923
4079
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4080
+ * @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)
3924
4081
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3925
4082
  * @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
3926
4083
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3946,6 +4103,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3946
4103
  'cachegroup': opts['cachegroup'],
3947
4104
  'cachekey': opts['cachekey'],
3948
4105
  'cachescope': opts['cachescope'],
4106
+ 'cacheuser': opts['cacheuser'],
3949
4107
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3950
4108
  'zeusportal-postas': opts['zeusportalPostas'],
3951
4109
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3967,6 +4125,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3967
4125
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3968
4126
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3969
4127
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4128
+ * @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)
3970
4129
  * @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
3971
4130
  * @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
3972
4131
  * @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
@@ -3989,6 +4148,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3989
4148
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3990
4149
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3991
4150
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4151
+ * @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)
3992
4152
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3993
4153
  * @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
3994
4154
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4014,6 +4174,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4014
4174
  'cachegroup': opts['cachegroup'],
4015
4175
  'cachekey': opts['cachekey'],
4016
4176
  'cachescope': opts['cachescope'],
4177
+ 'cacheuser': opts['cacheuser'],
4017
4178
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4018
4179
  'zeusportal-postas': opts['zeusportalPostas'],
4019
4180
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4035,6 +4196,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4035
4196
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4036
4197
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4037
4198
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4199
+ * @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)
4038
4200
  * @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
4039
4201
  * @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
4040
4202
  * @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
@@ -4059,6 +4221,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4059
4221
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4060
4222
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4061
4223
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4224
+ * @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)
4062
4225
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4063
4226
  * @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
4064
4227
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4084,6 +4247,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4084
4247
  'cachegroup': opts['cachegroup'],
4085
4248
  'cachekey': opts['cachekey'],
4086
4249
  'cachescope': opts['cachescope'],
4250
+ 'cacheuser': opts['cacheuser'],
4087
4251
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4088
4252
  'zeusportal-postas': opts['zeusportalPostas'],
4089
4253
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4107,6 +4271,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4107
4271
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4108
4272
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4109
4273
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4274
+ * @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)
4110
4275
  * @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
4111
4276
  * @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
4112
4277
  * @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
@@ -4131,6 +4296,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4131
4296
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4132
4297
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4133
4298
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4299
+ * @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)
4134
4300
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4135
4301
  * @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
4136
4302
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4156,6 +4322,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4156
4322
  'cachegroup': opts['cachegroup'],
4157
4323
  'cachekey': opts['cachekey'],
4158
4324
  'cachescope': opts['cachescope'],
4325
+ 'cacheuser': opts['cacheuser'],
4159
4326
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4160
4327
  'zeusportal-postas': opts['zeusportalPostas'],
4161
4328
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4179,6 +4346,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4179
4346
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4180
4347
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4181
4348
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4349
+ * @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)
4182
4350
  * @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
4183
4351
  * @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
4184
4352
  * @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
@@ -4203,6 +4371,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4203
4371
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4204
4372
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4205
4373
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4374
+ * @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)
4206
4375
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4207
4376
  * @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
4208
4377
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4228,6 +4397,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4228
4397
  'cachegroup': opts['cachegroup'],
4229
4398
  'cachekey': opts['cachekey'],
4230
4399
  'cachescope': opts['cachescope'],
4400
+ 'cacheuser': opts['cacheuser'],
4231
4401
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4232
4402
  'zeusportal-postas': opts['zeusportalPostas'],
4233
4403
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4251,6 +4421,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4251
4421
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4252
4422
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4253
4423
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4424
+ * @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)
4254
4425
  * @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
4255
4426
  * @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
4256
4427
  * @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
@@ -4276,6 +4447,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4276
4447
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4277
4448
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4278
4449
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4450
+ * @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)
4279
4451
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4280
4452
  * @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
4281
4453
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4305,6 +4477,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4305
4477
  'cachegroup': opts['cachegroup'],
4306
4478
  'cachekey': opts['cachekey'],
4307
4479
  'cachescope': opts['cachescope'],
4480
+ 'cacheuser': opts['cacheuser'],
4308
4481
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4309
4482
  'zeusportal-postas': opts['zeusportalPostas'],
4310
4483
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4329,6 +4502,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4329
4502
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4330
4503
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4331
4504
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4505
+ * @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)
4332
4506
  * @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
4333
4507
  * @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
4334
4508
  * @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
@@ -4354,6 +4528,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4354
4528
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4355
4529
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4356
4530
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4531
+ * @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)
4357
4532
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4358
4533
  * @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
4359
4534
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4385,6 +4560,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4385
4560
  'cachegroup': opts['cachegroup'],
4386
4561
  'cachekey': opts['cachekey'],
4387
4562
  'cachescope': opts['cachescope'],
4563
+ 'cacheuser': opts['cacheuser'],
4388
4564
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4389
4565
  'zeusportal-postas': opts['zeusportalPostas'],
4390
4566
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4409,6 +4585,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4409
4585
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4410
4586
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4411
4587
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4588
+ * @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)
4412
4589
  * @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
4413
4590
  * @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
4414
4591
  * @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
@@ -4432,6 +4609,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4432
4609
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4433
4610
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4434
4611
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4612
+ * @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)
4435
4613
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4436
4614
  * @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
4437
4615
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4458,6 +4636,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4458
4636
  'cachegroup': opts['cachegroup'],
4459
4637
  'cachekey': opts['cachekey'],
4460
4638
  'cachescope': opts['cachescope'],
4639
+ 'cacheuser': opts['cacheuser'],
4461
4640
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4462
4641
  'zeusportal-postas': opts['zeusportalPostas'],
4463
4642
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4479,6 +4658,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4479
4658
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4480
4659
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4481
4660
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4661
+ * @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)
4482
4662
  * @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
4483
4663
  * @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
4484
4664
  * @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
@@ -4505,6 +4685,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4505
4685
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4506
4686
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4507
4687
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4688
+ * @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)
4508
4689
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4509
4690
  * @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
4510
4691
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4534,6 +4715,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4534
4715
  'cachegroup': opts['cachegroup'],
4535
4716
  'cachekey': opts['cachekey'],
4536
4717
  'cachescope': opts['cachescope'],
4718
+ 'cacheuser': opts['cacheuser'],
4537
4719
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4538
4720
  'zeusportal-postas': opts['zeusportalPostas'],
4539
4721
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4558,6 +4740,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4558
4740
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4559
4741
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4560
4742
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4743
+ * @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)
4561
4744
  * @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
4562
4745
  * @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
4563
4746
  * @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
@@ -4581,6 +4764,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4581
4764
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4582
4765
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4583
4766
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4767
+ * @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)
4584
4768
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4585
4769
  * @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
4586
4770
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4610,6 +4794,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4610
4794
  'cachegroup': opts['cachegroup'],
4611
4795
  'cachekey': opts['cachekey'],
4612
4796
  'cachescope': opts['cachescope'],
4797
+ 'cacheuser': opts['cacheuser'],
4613
4798
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4614
4799
  'zeusportal-postas': opts['zeusportalPostas'],
4615
4800
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4632,6 +4817,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4632
4817
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4633
4818
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4634
4819
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4820
+ * @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)
4635
4821
  * @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
4636
4822
  * @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
4637
4823
  * @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
@@ -4656,6 +4842,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4656
4842
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4657
4843
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4658
4844
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4845
+ * @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)
4659
4846
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4660
4847
  * @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
4661
4848
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4681,6 +4868,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4681
4868
  'cachegroup': opts['cachegroup'],
4682
4869
  'cachekey': opts['cachekey'],
4683
4870
  'cachescope': opts['cachescope'],
4871
+ 'cacheuser': opts['cacheuser'],
4684
4872
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4685
4873
  'zeusportal-postas': opts['zeusportalPostas'],
4686
4874
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4704,6 +4892,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4704
4892
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4705
4893
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4706
4894
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4895
+ * @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)
4707
4896
  * @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
4708
4897
  * @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
4709
4898
  * @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
@@ -4728,6 +4917,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4728
4917
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4729
4918
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4730
4919
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
4920
+ * @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)
4731
4921
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
4732
4922
  * @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
4733
4923
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -4753,6 +4943,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4753
4943
  'cachegroup': opts['cachegroup'],
4754
4944
  'cachekey': opts['cachekey'],
4755
4945
  'cachescope': opts['cachescope'],
4946
+ 'cacheuser': opts['cacheuser'],
4756
4947
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
4757
4948
  'zeusportal-postas': opts['zeusportalPostas'],
4758
4949
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4776,6 +4967,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4776
4967
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4777
4968
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4778
4969
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4970
+ * @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)
4779
4971
  * @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
4780
4972
  * @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
4781
4973
  * @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