@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
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.46
20
+ * The version of the OpenAPI document: 0.1.47
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * GraphSchemas service.
30
30
  * @module api/GraphSchemasApi
31
- * @version 0.1.46
31
+ * @version 0.1.47
32
32
  */
33
33
  var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -61,6 +61,7 @@ var GraphSchemasApi = 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
@@ -91,6 +92,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
91
92
  'cachegroup': opts['cachegroup'],
92
93
  'cachekey': opts['cachekey'],
93
94
  'cachescope': opts['cachescope'],
95
+ 'cacheuser': opts['cacheuser'],
94
96
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
95
97
  'zeusportal-postas': opts['zeusportalPostas'],
96
98
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -120,6 +122,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
120
122
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
121
123
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
122
124
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
125
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
123
126
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
124
127
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
125
128
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -139,6 +142,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
139
142
  'cachegroup': opts['cachegroup'],
140
143
  'cachekey': opts['cachekey'],
141
144
  'cachescope': opts['cachescope'],
145
+ 'cacheuser': opts['cacheuser'],
142
146
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
143
147
  'zeusportal-postas': opts['zeusportalPostas'],
144
148
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -169,6 +173,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
169
173
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
170
174
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
171
175
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
176
+ * @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)
172
177
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
173
178
  * @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
174
179
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -195,6 +200,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
195
200
  'cachegroup': opts['cachegroup'],
196
201
  'cachekey': opts['cachekey'],
197
202
  'cachescope': opts['cachescope'],
203
+ 'cacheuser': opts['cacheuser'],
198
204
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
199
205
  'zeusportal-postas': opts['zeusportalPostas'],
200
206
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -227,6 +233,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
227
233
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
228
234
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
229
235
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
236
+ * @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)
230
237
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
231
238
  * @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
232
239
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -253,6 +260,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
253
260
  'cachegroup': opts['cachegroup'],
254
261
  'cachekey': opts['cachekey'],
255
262
  'cachescope': opts['cachescope'],
263
+ 'cacheuser': opts['cacheuser'],
256
264
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
257
265
  'zeusportal-postas': opts['zeusportalPostas'],
258
266
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -284,6 +292,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
284
292
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
285
293
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
286
294
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
295
+ * @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)
287
296
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
288
297
  * @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
289
298
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -313,6 +322,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
313
322
  'cachegroup': opts['cachegroup'],
314
323
  'cachekey': opts['cachekey'],
315
324
  'cachescope': opts['cachescope'],
325
+ 'cacheuser': opts['cacheuser'],
316
326
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
317
327
  'zeusportal-postas': opts['zeusportalPostas'],
318
328
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -342,6 +352,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
342
352
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
343
353
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
344
354
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
355
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
345
356
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
346
357
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
347
358
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -369,6 +380,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
369
380
  'cachegroup': opts['cachegroup'],
370
381
  'cachekey': opts['cachekey'],
371
382
  'cachescope': opts['cachescope'],
383
+ 'cacheuser': opts['cacheuser'],
372
384
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
373
385
  'zeusportal-postas': opts['zeusportalPostas'],
374
386
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -398,6 +410,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
398
410
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
399
411
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
400
412
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
413
+ * @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)
401
414
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
402
415
  * @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
403
416
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -425,6 +438,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
425
438
  'cachegroup': opts['cachegroup'],
426
439
  'cachekey': opts['cachekey'],
427
440
  'cachescope': opts['cachescope'],
441
+ 'cacheuser': opts['cacheuser'],
428
442
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
429
443
  'zeusportal-postas': opts['zeusportalPostas'],
430
444
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -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
  * GraphTraversal service.
32
32
  * @module api/GraphTraversalApi
33
- * @version 0.1.46
33
+ * @version 0.1.47
34
34
  */
35
35
  var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -63,6 +63,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
63
63
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
64
64
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
65
65
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
66
+ * @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)
66
67
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
67
68
  * @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
68
69
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -87,6 +88,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
87
88
  'cachegroup': opts['cachegroup'],
88
89
  'cachekey': opts['cachekey'],
89
90
  'cachescope': opts['cachescope'],
91
+ 'cacheuser': opts['cacheuser'],
90
92
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
91
93
  'zeusportal-postas': opts['zeusportalPostas'],
92
94
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -118,6 +120,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
118
120
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
119
121
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
120
122
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
+ * @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)
121
124
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
122
125
  * @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
123
126
  * @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 +151,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
148
151
  'cachegroup': opts['cachegroup'],
149
152
  'cachekey': opts['cachekey'],
150
153
  'cachescope': opts['cachescope'],
154
+ 'cacheuser': opts['cacheuser'],
151
155
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
152
156
  'zeusportal-postas': opts['zeusportalPostas'],
153
157
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -179,6 +183,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
179
183
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
180
184
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
181
185
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
186
+ * @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)
182
187
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
183
188
  * @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
184
189
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -209,6 +214,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
209
214
  'cachegroup': opts['cachegroup'],
210
215
  'cachekey': opts['cachekey'],
211
216
  'cachescope': opts['cachescope'],
217
+ 'cacheuser': opts['cacheuser'],
212
218
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
213
219
  'zeusportal-postas': opts['zeusportalPostas'],
214
220
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -240,6 +246,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
240
246
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
241
247
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
242
248
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
249
+ * @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)
243
250
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
244
251
  * @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
245
252
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -270,6 +277,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
270
277
  'cachegroup': opts['cachegroup'],
271
278
  'cachekey': opts['cachekey'],
272
279
  'cachescope': opts['cachescope'],
280
+ 'cacheuser': opts['cacheuser'],
273
281
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
274
282
  'zeusportal-postas': opts['zeusportalPostas'],
275
283
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -301,6 +309,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
301
309
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
302
310
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
303
311
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
312
+ * @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)
304
313
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
305
314
  * @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
306
315
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -325,6 +334,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
325
334
  'cachegroup': opts['cachegroup'],
326
335
  'cachekey': opts['cachekey'],
327
336
  'cachescope': opts['cachescope'],
337
+ 'cacheuser': opts['cacheuser'],
328
338
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
329
339
  'zeusportal-postas': opts['zeusportalPostas'],
330
340
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -356,6 +366,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
356
366
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
357
367
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
358
368
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
369
+ * @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)
359
370
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
360
371
  * @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
361
372
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -380,6 +391,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
380
391
  'cachegroup': opts['cachegroup'],
381
392
  'cachekey': opts['cachekey'],
382
393
  'cachescope': opts['cachescope'],
394
+ 'cacheuser': opts['cacheuser'],
383
395
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
384
396
  'zeusportal-postas': opts['zeusportalPostas'],
385
397
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -411,6 +423,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
411
423
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
412
424
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
413
425
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
426
+ * @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)
414
427
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
415
428
  * @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
416
429
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -435,6 +448,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
435
448
  'cachegroup': opts['cachegroup'],
436
449
  'cachekey': opts['cachekey'],
437
450
  'cachescope': opts['cachescope'],
451
+ 'cacheuser': opts['cacheuser'],
438
452
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
439
453
  'zeusportal-postas': opts['zeusportalPostas'],
440
454
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -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
  * Graphs service.
32
32
  * @module api/GraphsApi
33
- * @version 0.1.46
33
+ * @version 0.1.47
34
34
  */
35
35
  var GraphsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -63,6 +63,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
63
63
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
64
64
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
65
65
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
66
+ * @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)
66
67
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
67
68
  * @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
68
69
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -93,6 +94,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
93
94
  'cachegroup': opts['cachegroup'],
94
95
  'cachekey': opts['cachekey'],
95
96
  'cachescope': opts['cachescope'],
97
+ 'cacheuser': opts['cacheuser'],
96
98
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
97
99
  'zeusportal-postas': opts['zeusportalPostas'],
98
100
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -123,6 +125,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
123
125
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
124
126
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
125
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)
126
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
127
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
128
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
@@ -150,6 +153,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
150
153
  'cachegroup': opts['cachegroup'],
151
154
  'cachekey': opts['cachekey'],
152
155
  'cachescope': opts['cachescope'],
156
+ 'cacheuser': opts['cacheuser'],
153
157
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
154
158
  'zeusportal-postas': opts['zeusportalPostas'],
155
159
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -179,6 +183,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
179
183
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
180
184
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
181
185
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
186
+ * @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)
182
187
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
183
188
  * @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
184
189
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -198,6 +203,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
198
203
  'cachegroup': opts['cachegroup'],
199
204
  'cachekey': opts['cachekey'],
200
205
  'cachescope': opts['cachescope'],
206
+ 'cacheuser': opts['cacheuser'],
201
207
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
202
208
  'zeusportal-postas': opts['zeusportalPostas'],
203
209
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -228,6 +234,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
228
234
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
229
235
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
230
236
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
237
+ * @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)
231
238
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
232
239
  * @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
233
240
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -254,6 +261,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
254
261
  'cachegroup': opts['cachegroup'],
255
262
  'cachekey': opts['cachekey'],
256
263
  'cachescope': opts['cachescope'],
264
+ 'cacheuser': opts['cacheuser'],
257
265
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
258
266
  'zeusportal-postas': opts['zeusportalPostas'],
259
267
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -286,6 +294,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
286
294
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
287
295
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
288
296
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
297
+ * @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)
289
298
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
290
299
  * @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
291
300
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -312,6 +321,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
312
321
  'cachegroup': opts['cachegroup'],
313
322
  'cachekey': opts['cachekey'],
314
323
  'cachescope': opts['cachescope'],
324
+ 'cacheuser': opts['cacheuser'],
315
325
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
316
326
  'zeusportal-postas': opts['zeusportalPostas'],
317
327
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -343,6 +353,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
343
353
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
344
354
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
345
355
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
356
+ * @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)
346
357
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
347
358
  * @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
348
359
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -374,6 +385,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
374
385
  'cachegroup': opts['cachegroup'],
375
386
  'cachekey': opts['cachekey'],
376
387
  'cachescope': opts['cachescope'],
388
+ 'cacheuser': opts['cacheuser'],
377
389
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
378
390
  'zeusportal-postas': opts['zeusportalPostas'],
379
391
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -405,6 +417,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
405
417
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
406
418
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
407
419
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
420
+ * @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)
408
421
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
409
422
  * @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
410
423
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -436,6 +449,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
436
449
  'cachegroup': opts['cachegroup'],
437
450
  'cachekey': opts['cachekey'],
438
451
  'cachescope': opts['cachescope'],
452
+ 'cacheuser': opts['cacheuser'],
439
453
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
440
454
  'zeusportal-postas': opts['zeusportalPostas'],
441
455
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -466,6 +480,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
466
480
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
467
481
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
468
482
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
483
+ * @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)
469
484
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
470
485
  * @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
471
486
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -492,6 +507,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
492
507
  'cachegroup': opts['cachegroup'],
493
508
  'cachekey': opts['cachekey'],
494
509
  'cachescope': opts['cachescope'],
510
+ 'cacheuser': opts['cacheuser'],
495
511
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
496
512
  'zeusportal-postas': opts['zeusportalPostas'],
497
513
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -523,6 +539,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
523
539
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
524
540
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
525
541
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
542
+ * @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)
526
543
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
527
544
  * @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
528
545
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -554,6 +571,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
554
571
  'cachegroup': opts['cachegroup'],
555
572
  'cachekey': opts['cachekey'],
556
573
  'cachescope': opts['cachescope'],
574
+ 'cacheuser': opts['cacheuser'],
557
575
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
558
576
  'zeusportal-postas': opts['zeusportalPostas'],
559
577
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -584,6 +602,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
584
602
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
585
603
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
586
604
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
605
+ * @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)
587
606
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
588
607
  * @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
589
608
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -610,6 +629,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
610
629
  'cachegroup': opts['cachegroup'],
611
630
  'cachekey': opts['cachekey'],
612
631
  'cachescope': opts['cachescope'],
632
+ 'cacheuser': opts['cacheuser'],
613
633
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
614
634
  'zeusportal-postas': opts['zeusportalPostas'],
615
635
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -641,6 +661,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
641
661
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
642
662
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
643
663
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
664
+ * @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)
644
665
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
645
666
  * @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
646
667
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -670,6 +691,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
670
691
  'cachegroup': opts['cachegroup'],
671
692
  'cachekey': opts['cachekey'],
672
693
  'cachescope': opts['cachescope'],
694
+ 'cacheuser': opts['cacheuser'],
673
695
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
674
696
  'zeusportal-postas': opts['zeusportalPostas'],
675
697
  'zeusportal-postas-site': opts['zeusportalPostasSite'],