@gobodo/gobodo-api-promise 0.1.46 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +3 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +32 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +38 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +29 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +31 -31
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +42 -42
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +2 -2
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +31 -31
  82. package/dist/model/DocumentPart.js +2 -2
  83. package/dist/model/DocumentPartType.js +27 -27
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +71 -71
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +52 -52
  114. package/dist/model/ImageUploadObject.js +52 -52
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +27 -27
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +2 -2
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +30 -30
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +27 -27
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +71 -71
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +30 -30
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +2 -2
  181. package/dist/model/VideoLiveUrl.js +27 -27
  182. package/dist/model/VideoSchema.js +29 -29
  183. package/dist/model/VideoUploadObject.js +2 -2
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
18
18
  * gobodo-api
19
19
  * REST Interface for Gobodo API
20
20
  *
21
- * The version of the OpenAPI document: 0.1.46
21
+ * The version of the OpenAPI document: 0.1.47
22
22
  * Contact: info@gobodo.io
23
23
  *
24
24
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * GraphRelationshipTypes service.
31
31
  * @module api/GraphRelationshipTypesApi
32
- * @version 0.1.46
32
+ * @version 0.1.47
33
33
  */
34
34
  var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -52,6 +52,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
52
52
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
53
53
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
54
54
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
55
+ * @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)
55
56
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @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
57
58
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -78,6 +79,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
78
79
  'cachegroup': opts['cachegroup'],
79
80
  'cachekey': opts['cachekey'],
80
81
  'cachescope': opts['cachescope'],
82
+ 'cacheuser': opts['cacheuser'],
81
83
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
84
  'zeusportal-postas': opts['zeusportalPostas'],
83
85
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -99,6 +101,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
99
101
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
100
102
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
101
103
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
104
+ * @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)
102
105
  * @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
103
106
  * @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
104
107
  * @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
@@ -122,6 +125,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
122
125
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
123
126
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
124
127
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
128
+ * @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)
125
129
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
126
130
  * @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
127
131
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -148,6 +152,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
148
152
  'cachegroup': opts['cachegroup'],
149
153
  'cachekey': opts['cachekey'],
150
154
  'cachescope': opts['cachescope'],
155
+ 'cacheuser': opts['cacheuser'],
151
156
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
152
157
  'zeusportal-postas': opts['zeusportalPostas'],
153
158
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -169,6 +174,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
169
174
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
170
175
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
171
176
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
177
+ * @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)
172
178
  * @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
173
179
  * @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
174
180
  * @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
@@ -194,6 +200,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
194
200
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
195
201
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
196
202
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
203
+ * @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)
197
204
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
198
205
  * @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
199
206
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -217,6 +224,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
217
224
  'cachegroup': opts['cachegroup'],
218
225
  'cachekey': opts['cachekey'],
219
226
  'cachescope': opts['cachescope'],
227
+ 'cacheuser': opts['cacheuser'],
220
228
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
221
229
  'zeusportal-postas': opts['zeusportalPostas'],
222
230
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -240,6 +248,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
240
248
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
241
249
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
242
250
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
251
+ * @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)
243
252
  * @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
244
253
  * @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
245
254
  * @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
@@ -262,6 +271,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
262
271
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
263
272
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
264
273
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
274
+ * @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)
265
275
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
266
276
  * @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
267
277
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -281,6 +291,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
281
291
  'cachegroup': opts['cachegroup'],
282
292
  'cachekey': opts['cachekey'],
283
293
  'cachescope': opts['cachescope'],
294
+ 'cacheuser': opts['cacheuser'],
284
295
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
285
296
  'zeusportal-postas': opts['zeusportalPostas'],
286
297
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -302,6 +313,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
302
313
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
303
314
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
304
315
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
316
+ * @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)
305
317
  * @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
306
318
  * @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
307
319
  * @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
@@ -327,6 +339,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
327
339
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
328
340
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
329
341
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
342
+ * @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)
330
343
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
331
344
  * @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
332
345
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -357,6 +370,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
357
370
  'cachegroup': opts['cachegroup'],
358
371
  'cachekey': opts['cachekey'],
359
372
  'cachescope': opts['cachescope'],
373
+ 'cacheuser': opts['cacheuser'],
360
374
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
361
375
  'zeusportal-postas': opts['zeusportalPostas'],
362
376
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -381,6 +395,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
381
395
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
382
396
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
383
397
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
398
+ * @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)
384
399
  * @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
385
400
  * @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
386
401
  * @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
@@ -403,6 +418,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
403
418
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
404
419
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
405
420
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
421
+ * @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)
406
422
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
407
423
  * @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
408
424
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -428,6 +444,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
428
444
  'cachegroup': opts['cachegroup'],
429
445
  'cachekey': opts['cachekey'],
430
446
  'cachescope': opts['cachescope'],
447
+ 'cacheuser': opts['cacheuser'],
431
448
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
432
449
  'zeusportal-postas': opts['zeusportalPostas'],
433
450
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -449,6 +466,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
449
466
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
450
467
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
451
468
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
469
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
452
470
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
453
471
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
454
472
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -471,6 +489,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
471
489
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
472
490
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
473
491
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
492
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
474
493
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
475
494
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
476
495
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -496,6 +515,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
496
515
  'cachegroup': opts['cachegroup'],
497
516
  'cachekey': opts['cachekey'],
498
517
  'cachescope': opts['cachescope'],
518
+ 'cacheuser': opts['cacheuser'],
499
519
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
500
520
  'zeusportal-postas': opts['zeusportalPostas'],
501
521
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -517,6 +537,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
517
537
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
518
538
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
519
539
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
540
+ * @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)
520
541
  * @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
521
542
  * @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
522
543
  * @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
@@ -540,6 +561,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
540
561
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
541
562
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
542
563
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
564
+ * @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)
543
565
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
544
566
  * @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
545
567
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -565,6 +587,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
565
587
  'cachegroup': opts['cachegroup'],
566
588
  'cachekey': opts['cachekey'],
567
589
  'cachescope': opts['cachescope'],
590
+ 'cacheuser': opts['cacheuser'],
568
591
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
569
592
  'zeusportal-postas': opts['zeusportalPostas'],
570
593
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -587,6 +610,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
587
610
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
588
611
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
589
612
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
613
+ * @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)
590
614
  * @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
591
615
  * @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
592
616
  * @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
@@ -610,6 +634,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
610
634
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
611
635
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
612
636
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
637
+ * @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)
613
638
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
614
639
  * @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
615
640
  * @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 +660,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
635
660
  'cachegroup': opts['cachegroup'],
636
661
  'cachekey': opts['cachekey'],
637
662
  'cachescope': opts['cachescope'],
663
+ 'cacheuser': opts['cacheuser'],
638
664
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
639
665
  'zeusportal-postas': opts['zeusportalPostas'],
640
666
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -657,6 +683,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
657
683
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
658
684
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
659
685
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
686
+ * @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)
660
687
  * @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
661
688
  * @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
662
689
  * @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
@@ -680,6 +707,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
680
707
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
681
708
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
682
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)
683
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
684
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
685
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
@@ -705,6 +733,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
705
733
  'cachegroup': opts['cachegroup'],
706
734
  'cachekey': opts['cachekey'],
707
735
  'cachescope': opts['cachescope'],
736
+ 'cacheuser': opts['cacheuser'],
708
737
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
709
738
  'zeusportal-postas': opts['zeusportalPostas'],
710
739
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -727,6 +756,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
727
756
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
728
757
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
729
758
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
759
+ * @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)
730
760
  * @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
731
761
  * @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
732
762
  * @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
@@ -752,6 +782,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
752
782
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
753
783
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
754
784
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
785
+ * @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)
755
786
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
756
787
  * @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
757
788
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -782,6 +813,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
782
813
  'cachegroup': opts['cachegroup'],
783
814
  'cachekey': opts['cachekey'],
784
815
  'cachescope': opts['cachescope'],
816
+ 'cacheuser': opts['cacheuser'],
785
817
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
786
818
  'zeusportal-postas': opts['zeusportalPostas'],
787
819
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -806,6 +838,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
806
838
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
807
839
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
808
840
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
841
+ * @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)
809
842
  * @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
810
843
  * @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
811
844
  * @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
@@ -831,6 +864,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
831
864
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
832
865
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
833
866
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
867
+ * @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)
834
868
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
835
869
  * @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
836
870
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -861,6 +895,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
861
895
  'cachegroup': opts['cachegroup'],
862
896
  'cachekey': opts['cachekey'],
863
897
  'cachescope': opts['cachescope'],
898
+ 'cacheuser': opts['cacheuser'],
864
899
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
865
900
  'zeusportal-postas': opts['zeusportalPostas'],
866
901
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -885,6 +920,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
885
920
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
886
921
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
887
922
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
923
+ * @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)
888
924
  * @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
889
925
  * @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
890
926
  * @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
@@ -907,6 +943,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
907
943
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
908
944
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
909
945
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
946
+ * @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)
910
947
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
911
948
  * @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
912
949
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -932,6 +969,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
932
969
  'cachegroup': opts['cachegroup'],
933
970
  'cachekey': opts['cachekey'],
934
971
  'cachescope': opts['cachescope'],
972
+ 'cacheuser': opts['cacheuser'],
935
973
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
936
974
  'zeusportal-postas': opts['zeusportalPostas'],
937
975
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -953,6 +991,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
953
991
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
954
992
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
955
993
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
994
+ * @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)
956
995
  * @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
957
996
  * @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
958
997
  * @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
@@ -975,6 +1014,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
975
1014
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
976
1015
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
977
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)
978
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
979
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
980
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
@@ -1001,6 +1041,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1001
1041
  'cachegroup': opts['cachegroup'],
1002
1042
  'cachekey': opts['cachekey'],
1003
1043
  'cachescope': opts['cachescope'],
1044
+ 'cacheuser': opts['cacheuser'],
1004
1045
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1005
1046
  'zeusportal-postas': opts['zeusportalPostas'],
1006
1047
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1022,6 +1063,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1022
1063
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1023
1064
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1024
1065
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1066
+ * @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)
1025
1067
  * @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
1026
1068
  * @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
1027
1069
  * @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
@@ -1045,6 +1087,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1045
1087
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1046
1088
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1047
1089
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1090
+ * @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)
1048
1091
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1049
1092
  * @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
1050
1093
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1071,6 +1114,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1071
1114
  'cachegroup': opts['cachegroup'],
1072
1115
  'cachekey': opts['cachekey'],
1073
1116
  'cachescope': opts['cachescope'],
1117
+ 'cacheuser': opts['cacheuser'],
1074
1118
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1075
1119
  'zeusportal-postas': opts['zeusportalPostas'],
1076
1120
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1092,6 +1136,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1092
1136
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1093
1137
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1094
1138
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1139
+ * @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)
1095
1140
  * @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
1096
1141
  * @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
1097
1142
  * @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
@@ -1118,6 +1163,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1118
1163
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1119
1164
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1120
1165
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1166
+ * @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)
1121
1167
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1122
1168
  * @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
1123
1169
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1147,6 +1193,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1147
1193
  'cachegroup': opts['cachegroup'],
1148
1194
  'cachekey': opts['cachekey'],
1149
1195
  'cachescope': opts['cachescope'],
1196
+ 'cacheuser': opts['cacheuser'],
1150
1197
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1151
1198
  'zeusportal-postas': opts['zeusportalPostas'],
1152
1199
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1171,6 +1218,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1171
1218
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1172
1219
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1173
1220
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1221
+ * @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)
1174
1222
  * @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
1175
1223
  * @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
1176
1224
  * @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
@@ -1193,6 +1241,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1193
1241
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1194
1242
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1195
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)
1196
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
1197
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
1198
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
@@ -1219,6 +1268,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1219
1268
  'cachegroup': opts['cachegroup'],
1220
1269
  'cachekey': opts['cachekey'],
1221
1270
  'cachescope': opts['cachescope'],
1271
+ 'cacheuser': opts['cacheuser'],
1222
1272
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1223
1273
  'zeusportal-postas': opts['zeusportalPostas'],
1224
1274
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1240,6 +1290,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1240
1290
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1241
1291
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1242
1292
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1293
+ * @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)
1243
1294
  * @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
1244
1295
  * @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
1245
1296
  * @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