@gobodo/gobodo-api 0.1.46 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +3 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +4 -2
  4. package/dist/api/AdCampaignsApi.js +18 -2
  5. package/dist/api/AdManagementApi.js +26 -2
  6. package/dist/api/AdminDataManagementApi.js +4 -2
  7. package/dist/api/AdsApi.js +14 -2
  8. package/dist/api/AttachmentsApi.js +16 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +16 -2
  11. package/dist/api/CommentsApi.js +18 -2
  12. package/dist/api/ContentManagementApi.js +50 -2
  13. package/dist/api/ConversationsApi.js +20 -2
  14. package/dist/api/DataSheetImportsApi.js +32 -2
  15. package/dist/api/DefaultApi.js +24 -2
  16. package/dist/api/DocumentsApi.js +28 -2
  17. package/dist/api/EntryPartsApi.js +28 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +8 -2
  20. package/dist/api/FilesApi.js +4 -2
  21. package/dist/api/FormsApi.js +38 -2
  22. package/dist/api/FunctionsApi.js +4 -2
  23. package/dist/api/GeocodeApi.js +12 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +22 -2
  26. package/dist/api/GraphObjectTypesApi.js +20 -2
  27. package/dist/api/GraphObjectsApi.js +130 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +36 -2
  29. package/dist/api/GraphRelationshipsApi.js +64 -2
  30. package/dist/api/GraphSchemasApi.js +16 -2
  31. package/dist/api/GraphTraversalApi.js +16 -2
  32. package/dist/api/GraphsApi.js +24 -2
  33. package/dist/api/GroupsApi.js +24 -2
  34. package/dist/api/IAMApi.js +10 -2
  35. package/dist/api/ImagesApi.js +18 -2
  36. package/dist/api/InvitesApi.js +12 -2
  37. package/dist/api/LikesApi.js +26 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +6 -2
  40. package/dist/api/MeetingEventsApi.js +12 -2
  41. package/dist/api/PagesApi.js +20 -2
  42. package/dist/api/PostsApi.js +12 -2
  43. package/dist/api/PrivateMessagesApi.js +34 -2
  44. package/dist/api/PublicationsApi.js +4 -2
  45. package/dist/api/ScreensApi.js +8 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +80 -2
  48. package/dist/api/TagsApi.js +4 -2
  49. package/dist/api/TemplatesApi.js +8 -2
  50. package/dist/api/ThemeMappingsApi.js +8 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +20 -2
  54. package/dist/api/UsersApi.js +20 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +24 -2
  57. package/dist/model/APIClient.js +9 -9
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +14 -14
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +25 -25
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +2 -2
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +23 -23
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +14 -14
  82. package/dist/model/DocumentPart.js +2 -2
  83. package/dist/model/DocumentPartType.js +10 -10
  84. package/dist/model/DocumentType.js +10 -10
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +24 -24
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +9 -9
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +18 -18
  114. package/dist/model/ImageUploadObject.js +18 -18
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +13 -13
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +10 -10
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +14 -14
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +2 -2
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +11 -11
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +10 -10
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +24 -24
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +9 -9
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +11 -11
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +11 -11
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +2 -2
  181. package/dist/model/VideoLiveUrl.js +13 -13
  182. package/dist/model/VideoSchema.js +10 -10
  183. package/dist/model/VideoUploadObject.js +2 -2
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.46
22
+ * The version of the OpenAPI document: 0.1.47
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * GraphRelationships service.
32
32
  * @module api/GraphRelationshipsApi
33
- * @version 0.1.46
33
+ * @version 0.1.47
34
34
  */
35
35
  var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -61,6 +61,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
61
61
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
62
62
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
63
63
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
64
+ * @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)
64
65
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
65
66
  * @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
66
67
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -88,6 +89,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
88
89
  'cachegroup': opts['cachegroup'],
89
90
  'cachekey': opts['cachekey'],
90
91
  'cachescope': opts['cachescope'],
92
+ 'cacheuser': opts['cacheuser'],
91
93
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
92
94
  'zeusportal-postas': opts['zeusportalPostas'],
93
95
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -117,6 +119,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
117
119
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
120
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
121
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
122
+ * @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)
120
123
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
124
  * @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
122
125
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -144,6 +147,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
144
147
  'cachegroup': opts['cachegroup'],
145
148
  'cachekey': opts['cachekey'],
146
149
  'cachescope': opts['cachescope'],
150
+ 'cacheuser': opts['cacheuser'],
147
151
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
148
152
  'zeusportal-postas': opts['zeusportalPostas'],
149
153
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -176,6 +180,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
176
180
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
177
181
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
178
182
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
183
+ * @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)
179
184
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
180
185
  * @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
181
186
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -206,6 +211,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
206
211
  'cachegroup': opts['cachegroup'],
207
212
  'cachekey': opts['cachekey'],
208
213
  'cachescope': opts['cachescope'],
214
+ 'cacheuser': opts['cacheuser'],
209
215
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
210
216
  'zeusportal-postas': opts['zeusportalPostas'],
211
217
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -237,6 +243,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
237
243
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
238
244
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
239
245
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
246
+ * @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)
240
247
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
241
248
  * @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
242
249
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -261,6 +268,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
261
268
  'cachegroup': opts['cachegroup'],
262
269
  'cachekey': opts['cachekey'],
263
270
  'cachescope': opts['cachescope'],
271
+ 'cacheuser': opts['cacheuser'],
264
272
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
265
273
  'zeusportal-postas': opts['zeusportalPostas'],
266
274
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -293,6 +301,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
293
301
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
294
302
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
295
303
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
304
+ * @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)
296
305
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
297
306
  * @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
298
307
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -323,6 +332,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
323
332
  'cachegroup': opts['cachegroup'],
324
333
  'cachekey': opts['cachekey'],
325
334
  'cachescope': opts['cachescope'],
335
+ 'cacheuser': opts['cacheuser'],
326
336
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
327
337
  'zeusportal-postas': opts['zeusportalPostas'],
328
338
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -354,6 +364,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
354
364
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
355
365
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
356
366
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
367
+ * @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)
357
368
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
358
369
  * @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
359
370
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -379,6 +390,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
379
390
  'cachegroup': opts['cachegroup'],
380
391
  'cachekey': opts['cachekey'],
381
392
  'cachescope': opts['cachescope'],
393
+ 'cacheuser': opts['cacheuser'],
382
394
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
383
395
  'zeusportal-postas': opts['zeusportalPostas'],
384
396
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -408,6 +420,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
408
420
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
409
421
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
410
422
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
423
+ * @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)
411
424
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
412
425
  * @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
413
426
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -427,6 +440,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
427
440
  'cachegroup': opts['cachegroup'],
428
441
  'cachekey': opts['cachekey'],
429
442
  'cachescope': opts['cachescope'],
443
+ 'cacheuser': opts['cacheuser'],
430
444
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
431
445
  'zeusportal-postas': opts['zeusportalPostas'],
432
446
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -456,6 +470,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
456
470
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
457
471
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
458
472
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
473
+ * @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)
459
474
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
460
475
  * @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
461
476
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -475,6 +490,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
475
490
  'cachegroup': opts['cachegroup'],
476
491
  'cachekey': opts['cachekey'],
477
492
  'cachescope': opts['cachescope'],
493
+ 'cacheuser': opts['cacheuser'],
478
494
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
479
495
  'zeusportal-postas': opts['zeusportalPostas'],
480
496
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -506,6 +522,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
506
522
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
507
523
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
508
524
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
525
+ * @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)
509
526
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
510
527
  * @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
511
528
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -532,6 +549,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
532
549
  'cachegroup': opts['cachegroup'],
533
550
  'cachekey': opts['cachekey'],
534
551
  'cachescope': opts['cachescope'],
552
+ 'cacheuser': opts['cacheuser'],
535
553
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
536
554
  'zeusportal-postas': opts['zeusportalPostas'],
537
555
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -564,6 +582,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
564
582
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
565
583
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
566
584
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
585
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
567
586
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
568
587
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
569
588
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -595,6 +614,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
595
614
  'cachegroup': opts['cachegroup'],
596
615
  'cachekey': opts['cachekey'],
597
616
  'cachescope': opts['cachescope'],
617
+ 'cacheuser': opts['cacheuser'],
598
618
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
599
619
  'zeusportal-postas': opts['zeusportalPostas'],
600
620
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -624,6 +644,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
624
644
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
625
645
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
626
646
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
647
+ * @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)
627
648
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
628
649
  * @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
629
650
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -650,6 +671,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
650
671
  'cachegroup': opts['cachegroup'],
651
672
  'cachekey': opts['cachekey'],
652
673
  'cachescope': opts['cachescope'],
674
+ 'cacheuser': opts['cacheuser'],
653
675
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
654
676
  'zeusportal-postas': opts['zeusportalPostas'],
655
677
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -679,6 +701,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
679
701
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
680
702
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
681
703
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
704
+ * @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)
682
705
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
683
706
  * @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
684
707
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -705,6 +728,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
705
728
  'cachegroup': opts['cachegroup'],
706
729
  'cachekey': opts['cachekey'],
707
730
  'cachescope': opts['cachescope'],
731
+ 'cacheuser': opts['cacheuser'],
708
732
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
709
733
  'zeusportal-postas': opts['zeusportalPostas'],
710
734
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -736,6 +760,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
736
760
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
737
761
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
738
762
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
763
+ * @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)
739
764
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
740
765
  * @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
741
766
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -762,6 +787,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
762
787
  'cachegroup': opts['cachegroup'],
763
788
  'cachekey': opts['cachekey'],
764
789
  'cachescope': opts['cachescope'],
790
+ 'cacheuser': opts['cacheuser'],
765
791
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
766
792
  'zeusportal-postas': opts['zeusportalPostas'],
767
793
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -796,6 +822,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
796
822
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
797
823
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
798
824
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
825
+ * @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)
799
826
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
800
827
  * @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
801
828
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -827,6 +854,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
827
854
  'cachegroup': opts['cachegroup'],
828
855
  'cachekey': opts['cachekey'],
829
856
  'cachescope': opts['cachescope'],
857
+ 'cacheuser': opts['cacheuser'],
830
858
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
831
859
  'zeusportal-postas': opts['zeusportalPostas'],
832
860
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -859,6 +887,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
859
887
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
860
888
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
861
889
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
890
+ * @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)
862
891
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
863
892
  * @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
864
893
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -885,6 +914,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
885
914
  'cachegroup': opts['cachegroup'],
886
915
  'cachekey': opts['cachekey'],
887
916
  'cachescope': opts['cachescope'],
917
+ 'cacheuser': opts['cacheuser'],
888
918
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
889
919
  'zeusportal-postas': opts['zeusportalPostas'],
890
920
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -915,6 +945,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
915
945
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
916
946
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
917
947
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
948
+ * @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)
918
949
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
919
950
  * @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
920
951
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -941,6 +972,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
941
972
  'cachegroup': opts['cachegroup'],
942
973
  'cachekey': opts['cachekey'],
943
974
  'cachescope': opts['cachescope'],
975
+ 'cacheuser': opts['cacheuser'],
944
976
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
945
977
  'zeusportal-postas': opts['zeusportalPostas'],
946
978
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -971,6 +1003,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
971
1003
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
972
1004
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
973
1005
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1006
+ * @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)
974
1007
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
975
1008
  * @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
976
1009
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -997,6 +1030,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
997
1030
  'cachegroup': opts['cachegroup'],
998
1031
  'cachekey': opts['cachekey'],
999
1032
  'cachescope': opts['cachescope'],
1033
+ 'cacheuser': opts['cacheuser'],
1000
1034
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1001
1035
  'zeusportal-postas': opts['zeusportalPostas'],
1002
1036
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1027,6 +1061,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1027
1061
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1028
1062
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1029
1063
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1064
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1030
1065
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1031
1066
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1032
1067
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1053,6 +1088,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1053
1088
  'cachegroup': opts['cachegroup'],
1054
1089
  'cachekey': opts['cachekey'],
1055
1090
  'cachescope': opts['cachescope'],
1091
+ 'cacheuser': opts['cacheuser'],
1056
1092
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1057
1093
  'zeusportal-postas': opts['zeusportalPostas'],
1058
1094
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1083,6 +1119,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1083
1119
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1084
1120
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1085
1121
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1122
+ * @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)
1086
1123
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1087
1124
  * @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
1088
1125
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1109,6 +1146,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1109
1146
  'cachegroup': opts['cachegroup'],
1110
1147
  'cachekey': opts['cachekey'],
1111
1148
  'cachescope': opts['cachescope'],
1149
+ 'cacheuser': opts['cacheuser'],
1112
1150
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1113
1151
  'zeusportal-postas': opts['zeusportalPostas'],
1114
1152
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1140,6 +1178,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1140
1178
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1141
1179
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1142
1180
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1181
+ * @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)
1143
1182
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1144
1183
  * @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
1145
1184
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1171,6 +1210,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1171
1210
  'cachegroup': opts['cachegroup'],
1172
1211
  'cachekey': opts['cachekey'],
1173
1212
  'cachescope': opts['cachescope'],
1213
+ 'cacheuser': opts['cacheuser'],
1174
1214
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1175
1215
  'zeusportal-postas': opts['zeusportalPostas'],
1176
1216
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1203,6 +1243,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1203
1243
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1204
1244
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1205
1245
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1246
+ * @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)
1206
1247
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1207
1248
  * @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
1208
1249
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1234,6 +1275,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1234
1275
  'cachegroup': opts['cachegroup'],
1235
1276
  'cachekey': opts['cachekey'],
1236
1277
  'cachescope': opts['cachescope'],
1278
+ 'cacheuser': opts['cacheuser'],
1237
1279
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1238
1280
  'zeusportal-postas': opts['zeusportalPostas'],
1239
1281
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1266,6 +1308,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1266
1308
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1267
1309
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1268
1310
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1311
+ * @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)
1269
1312
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1270
1313
  * @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
1271
1314
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1297,6 +1340,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1297
1340
  'cachegroup': opts['cachegroup'],
1298
1341
  'cachekey': opts['cachekey'],
1299
1342
  'cachescope': opts['cachescope'],
1343
+ 'cacheuser': opts['cacheuser'],
1300
1344
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1301
1345
  'zeusportal-postas': opts['zeusportalPostas'],
1302
1346
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1328,6 +1372,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1328
1372
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1329
1373
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1330
1374
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1375
+ * @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)
1331
1376
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1332
1377
  * @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
1333
1378
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1354,6 +1399,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1354
1399
  'cachegroup': opts['cachegroup'],
1355
1400
  'cachekey': opts['cachekey'],
1356
1401
  'cachescope': opts['cachescope'],
1402
+ 'cacheuser': opts['cacheuser'],
1357
1403
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1358
1404
  'zeusportal-postas': opts['zeusportalPostas'],
1359
1405
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1385,6 +1431,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1385
1431
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1386
1432
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1387
1433
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1434
+ * @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)
1388
1435
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1389
1436
  * @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
1390
1437
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1411,6 +1458,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1411
1458
  'cachegroup': opts['cachegroup'],
1412
1459
  'cachekey': opts['cachekey'],
1413
1460
  'cachescope': opts['cachescope'],
1461
+ 'cacheuser': opts['cacheuser'],
1414
1462
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1415
1463
  'zeusportal-postas': opts['zeusportalPostas'],
1416
1464
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1440,6 +1488,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1440
1488
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1441
1489
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1442
1490
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1491
+ * @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)
1443
1492
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1444
1493
  * @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
1445
1494
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1466,6 +1515,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1466
1515
  'cachegroup': opts['cachegroup'],
1467
1516
  'cachekey': opts['cachekey'],
1468
1517
  'cachescope': opts['cachescope'],
1518
+ 'cacheuser': opts['cacheuser'],
1469
1519
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1470
1520
  'zeusportal-postas': opts['zeusportalPostas'],
1471
1521
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1495,6 +1545,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1495
1545
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1496
1546
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1497
1547
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1548
+ * @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)
1498
1549
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1499
1550
  * @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
1500
1551
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1522,6 +1573,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1522
1573
  'cachegroup': opts['cachegroup'],
1523
1574
  'cachekey': opts['cachekey'],
1524
1575
  'cachescope': opts['cachescope'],
1576
+ 'cacheuser': opts['cacheuser'],
1525
1577
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1526
1578
  'zeusportal-postas': opts['zeusportalPostas'],
1527
1579
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1551,6 +1603,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1551
1603
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1552
1604
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1553
1605
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1606
+ * @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)
1554
1607
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1555
1608
  * @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
1556
1609
  * @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 +1631,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1578
1631
  'cachegroup': opts['cachegroup'],
1579
1632
  'cachekey': opts['cachekey'],
1580
1633
  'cachescope': opts['cachescope'],
1634
+ 'cacheuser': opts['cacheuser'],
1581
1635
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1582
1636
  'zeusportal-postas': opts['zeusportalPostas'],
1583
1637
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1609,6 +1663,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1609
1663
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1610
1664
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1611
1665
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1666
+ * @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)
1612
1667
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1613
1668
  * @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
1614
1669
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1635,6 +1690,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1635
1690
  'cachegroup': opts['cachegroup'],
1636
1691
  'cachekey': opts['cachekey'],
1637
1692
  'cachescope': opts['cachescope'],
1693
+ 'cacheuser': opts['cacheuser'],
1638
1694
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1639
1695
  'zeusportal-postas': opts['zeusportalPostas'],
1640
1696
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1667,6 +1723,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1667
1723
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1668
1724
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1669
1725
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1726
+ * @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)
1670
1727
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1671
1728
  * @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
1672
1729
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1698,6 +1755,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1698
1755
  'cachegroup': opts['cachegroup'],
1699
1756
  'cachekey': opts['cachekey'],
1700
1757
  'cachescope': opts['cachescope'],
1758
+ 'cacheuser': opts['cacheuser'],
1701
1759
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1702
1760
  'zeusportal-postas': opts['zeusportalPostas'],
1703
1761
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1730,6 +1788,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1730
1788
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1731
1789
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1732
1790
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1791
+ * @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)
1733
1792
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1734
1793
  * @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
1735
1794
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1760,6 +1819,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1760
1819
  'cachegroup': opts['cachegroup'],
1761
1820
  'cachekey': opts['cachekey'],
1762
1821
  'cachescope': opts['cachescope'],
1822
+ 'cacheuser': opts['cacheuser'],
1763
1823
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1764
1824
  'zeusportal-postas': opts['zeusportalPostas'],
1765
1825
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1789,6 +1849,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1789
1849
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1790
1850
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1791
1851
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1852
+ * @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)
1792
1853
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1793
1854
  * @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
1794
1855
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1816,6 +1877,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1816
1877
  'cachegroup': opts['cachegroup'],
1817
1878
  'cachekey': opts['cachekey'],
1818
1879
  'cachescope': opts['cachescope'],
1880
+ 'cacheuser': opts['cacheuser'],
1819
1881
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1820
1882
  'zeusportal-postas': opts['zeusportalPostas'],
1821
1883
  'zeusportal-postas-site': opts['zeusportalPostasSite'],