@gobodo/gobodo-api 0.1.45 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +3 -3
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +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/index.js +0 -7
  58. package/dist/model/APIClient.js +9 -9
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +21 -21
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +36 -36
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +2 -2
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +21 -21
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +2 -2
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +10 -10
  88. package/dist/model/File.js +14 -14
  89. package/dist/model/FileAttachmentUploadObject.js +14 -14
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +9 -9
  92. package/dist/model/Form.js +13 -13
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +2 -2
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +2 -2
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +11 -11
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationship.js +2 -2
  110. package/dist/model/GraphRelationshipPayload.js +2 -2
  111. package/dist/model/GraphRelationshipType.js +2 -2
  112. package/dist/model/GraphSchema.js +2 -2
  113. package/dist/model/GraphTraversalInput.js +2 -2
  114. package/dist/model/Image.js +14 -14
  115. package/dist/model/ImageUploadObject.js +14 -14
  116. package/dist/model/InputPart.js +12 -12
  117. package/dist/model/InputPartMediaType.js +2 -2
  118. package/dist/model/Link.js +2 -2
  119. package/dist/model/LiveStreamInfo.js +2 -2
  120. package/dist/model/MeetingEvent.js +10 -10
  121. package/dist/model/MeetingEventTimezone.js +2 -2
  122. package/dist/model/MeetingInfo.js +2 -2
  123. package/dist/model/Member.js +9 -9
  124. package/dist/model/MemberGroupCategory.js +2 -2
  125. package/dist/model/MemberList.js +2 -2
  126. package/dist/model/MessageGroup.js +2 -2
  127. package/dist/model/MultipartBody.js +2 -2
  128. package/dist/model/Objecttype.js +2 -2
  129. package/dist/model/Page.js +2 -2
  130. package/dist/model/PageSchema.js +13 -13
  131. package/dist/model/Pageable.js +2 -2
  132. package/dist/model/Path.js +6 -6
  133. package/dist/model/PaymentAccountObject.js +2 -2
  134. package/dist/model/PaymentIntentInput.js +2 -2
  135. package/dist/model/PaymentIntentResponse.js +2 -2
  136. package/dist/model/PaymentMethod.js +2 -2
  137. package/dist/model/PaymentMethodInput.js +2 -2
  138. package/dist/model/PaymentMethodResponse.js +2 -2
  139. package/dist/model/PaymentMethodsResponse.js +2 -2
  140. package/dist/model/Payout.js +2 -2
  141. package/dist/model/PayoutInput.js +2 -2
  142. package/dist/model/PayoutResponse.js +2 -2
  143. package/dist/model/Post.js +2 -2
  144. package/dist/model/PrivateMessage.js +9 -9
  145. package/dist/model/PrivateMessageConversation.js +11 -11
  146. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  147. package/dist/model/Profile.js +2 -2
  148. package/dist/model/Profiletype.js +2 -2
  149. package/dist/model/PropertyContainer.js +2 -2
  150. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  151. package/dist/model/RelationshipMapping.js +2 -2
  152. package/dist/model/ScreenSchema.js +2 -2
  153. package/dist/model/SimulcastInfo.js +2 -2
  154. package/dist/model/SkinField.js +10 -10
  155. package/dist/model/SocialGroup.js +2 -2
  156. package/dist/model/SocialGroupType.js +2 -2
  157. package/dist/model/Sort.js +2 -2
  158. package/dist/model/SourceTypes.js +2 -2
  159. package/dist/model/StatusUpdate.js +2 -2
  160. package/dist/model/StreetAddress.js +2 -2
  161. package/dist/model/StripeAccount.js +2 -2
  162. package/dist/model/StripeCustomerAccount.js +2 -2
  163. package/dist/model/Template.js +2 -2
  164. package/dist/model/TemplateSchema.js +2 -2
  165. package/dist/model/ThemeMapping.js +2 -2
  166. package/dist/model/ThemeMappingPayload.js +2 -2
  167. package/dist/model/Transaction.js +2 -2
  168. package/dist/model/Transfer.js +2 -2
  169. package/dist/model/TransferInput.js +2 -2
  170. package/dist/model/TransferResponse.js +2 -2
  171. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  172. package/dist/model/TraversalRelationResponse.js +2 -2
  173. package/dist/model/User.js +9 -9
  174. package/dist/model/UserDataPayload.js +9 -9
  175. package/dist/model/UserDomain.js +2 -2
  176. package/dist/model/UserInvite.js +2 -2
  177. package/dist/model/UserInviteInput.js +2 -2
  178. package/dist/model/UserSchema.js +9 -9
  179. package/dist/model/UserTag.js +2 -2
  180. package/dist/model/Userid.js +2 -2
  181. package/dist/model/Video.js +14 -14
  182. package/dist/model/VideoLiveUrl.js +13 -13
  183. package/dist/model/VideoSchema.js +22 -22
  184. package/dist/model/VideoUploadObject.js +14 -14
  185. package/dist/model/ZeusPortalCategory.js +2 -2
  186. package/package.json +1 -1
  187. package/dist/model/PathPathInner.js +0 -9
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  * gobodo-api
19
19
  * REST Interface for Gobodo API
20
20
  *
21
- * The version of the OpenAPI document: 0.1.45
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(input, hint) { if (_typeof(input) !== "object" || input ==
29
29
  /**
30
30
  * GraphRelationshipTypes service.
31
31
  * @module api/GraphRelationshipTypesApi
32
- * @version 0.1.45
32
+ * @version 0.1.47
33
33
  */
34
34
  var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -60,6 +60,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
60
60
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
61
61
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
62
62
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
63
+ * @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)
63
64
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @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
65
66
  * @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 GraphRelationshipTypesApi = 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'],
@@ -116,6 +118,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
116
118
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
119
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
120
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
121
+ * @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)
119
122
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
120
123
  * @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
121
124
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -143,6 +146,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
143
146
  'cachegroup': opts['cachegroup'],
144
147
  'cachekey': opts['cachekey'],
145
148
  'cachescope': opts['cachescope'],
149
+ 'cacheuser': opts['cacheuser'],
146
150
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
147
151
  'zeusportal-postas': opts['zeusportalPostas'],
148
152
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -174,6 +178,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
174
178
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
175
179
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
176
180
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
181
+ * @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)
177
182
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
178
183
  * @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
179
184
  * @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 GraphRelationshipTypesApi = 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'],
@@ -227,6 +233,7 @@ var GraphRelationshipTypesApi = 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
@@ -246,6 +253,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
246
253
  'cachegroup': opts['cachegroup'],
247
254
  'cachekey': opts['cachekey'],
248
255
  'cachescope': opts['cachescope'],
256
+ 'cacheuser': opts['cacheuser'],
249
257
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
250
258
  'zeusportal-postas': opts['zeusportalPostas'],
251
259
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -278,6 +286,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
278
286
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
279
287
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
280
288
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
289
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
281
290
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
282
291
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
283
292
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -309,6 +318,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
309
318
  'cachegroup': opts['cachegroup'],
310
319
  'cachekey': opts['cachekey'],
311
320
  'cachescope': opts['cachescope'],
321
+ 'cacheuser': opts['cacheuser'],
312
322
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
313
323
  'zeusportal-postas': opts['zeusportalPostas'],
314
324
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -338,6 +348,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
338
348
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
339
349
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
340
350
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
351
+ * @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)
341
352
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
342
353
  * @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
343
354
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -364,6 +375,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
364
375
  'cachegroup': opts['cachegroup'],
365
376
  'cachekey': opts['cachekey'],
366
377
  'cachescope': opts['cachescope'],
378
+ 'cacheuser': opts['cacheuser'],
367
379
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
368
380
  'zeusportal-postas': opts['zeusportalPostas'],
369
381
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -393,6 +405,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
393
405
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
394
406
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
395
407
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
408
+ * @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)
396
409
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
397
410
  * @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
398
411
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -419,6 +432,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
419
432
  'cachegroup': opts['cachegroup'],
420
433
  'cachekey': opts['cachekey'],
421
434
  'cachescope': opts['cachescope'],
435
+ 'cacheuser': opts['cacheuser'],
422
436
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
423
437
  'zeusportal-postas': opts['zeusportalPostas'],
424
438
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -449,6 +463,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
449
463
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
450
464
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
451
465
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
466
+ * @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)
452
467
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
453
468
  * @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
454
469
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -475,6 +490,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
475
490
  'cachegroup': opts['cachegroup'],
476
491
  'cachekey': opts['cachekey'],
477
492
  'cachescope': opts['cachescope'],
493
+ 'cacheuser': opts['cacheuser'],
478
494
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
479
495
  'zeusportal-postas': opts['zeusportalPostas'],
480
496
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -505,6 +521,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
505
521
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
506
522
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
507
523
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
524
+ * @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)
508
525
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
509
526
  * @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
510
527
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -531,6 +548,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
531
548
  'cachegroup': opts['cachegroup'],
532
549
  'cachekey': opts['cachekey'],
533
550
  'cachescope': opts['cachescope'],
551
+ 'cacheuser': opts['cacheuser'],
534
552
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
535
553
  'zeusportal-postas': opts['zeusportalPostas'],
536
554
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -561,6 +579,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
561
579
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
562
580
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
563
581
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
582
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
564
583
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
565
584
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
566
585
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -587,6 +606,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
587
606
  'cachegroup': opts['cachegroup'],
588
607
  'cachekey': opts['cachekey'],
589
608
  'cachescope': opts['cachescope'],
609
+ 'cacheuser': opts['cacheuser'],
590
610
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
591
611
  'zeusportal-postas': opts['zeusportalPostas'],
592
612
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -619,6 +639,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
619
639
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
620
640
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
621
641
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
642
+ * @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)
622
643
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
623
644
  * @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
624
645
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -650,6 +671,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
650
671
  'cachegroup': opts['cachegroup'],
651
672
  'cachekey': opts['cachekey'],
652
673
  'cachescope': opts['cachescope'],
674
+ 'cacheuser': opts['cacheuser'],
653
675
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
654
676
  'zeusportal-postas': opts['zeusportalPostas'],
655
677
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -682,6 +704,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
682
704
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
683
705
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
684
706
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
707
+ * @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)
685
708
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
686
709
  * @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
687
710
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -713,6 +736,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
713
736
  'cachegroup': opts['cachegroup'],
714
737
  'cachekey': opts['cachekey'],
715
738
  'cachescope': opts['cachescope'],
739
+ 'cacheuser': opts['cacheuser'],
716
740
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
717
741
  'zeusportal-postas': opts['zeusportalPostas'],
718
742
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -742,6 +766,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
742
766
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
743
767
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
744
768
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
769
+ * @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)
745
770
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
746
771
  * @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
747
772
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -768,6 +793,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
768
793
  'cachegroup': opts['cachegroup'],
769
794
  'cachekey': opts['cachekey'],
770
795
  'cachescope': opts['cachescope'],
796
+ 'cacheuser': opts['cacheuser'],
771
797
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
772
798
  'zeusportal-postas': opts['zeusportalPostas'],
773
799
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -797,6 +823,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
797
823
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
798
824
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
799
825
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
826
+ * @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)
800
827
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
801
828
  * @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
802
829
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -824,6 +851,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
824
851
  'cachegroup': opts['cachegroup'],
825
852
  'cachekey': opts['cachekey'],
826
853
  'cachescope': opts['cachescope'],
854
+ 'cacheuser': opts['cacheuser'],
827
855
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
828
856
  'zeusportal-postas': opts['zeusportalPostas'],
829
857
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -853,6 +881,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
853
881
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
854
882
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
855
883
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
884
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
856
885
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
857
886
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
858
887
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -880,6 +909,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
880
909
  'cachegroup': opts['cachegroup'],
881
910
  'cachekey': opts['cachekey'],
882
911
  'cachescope': opts['cachescope'],
912
+ 'cacheuser': opts['cacheuser'],
883
913
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
884
914
  'zeusportal-postas': opts['zeusportalPostas'],
885
915
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -912,6 +942,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
912
942
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
913
943
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
914
944
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
945
+ * @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)
915
946
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
916
947
  * @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
917
948
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -942,6 +973,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
942
973
  'cachegroup': opts['cachegroup'],
943
974
  'cachekey': opts['cachekey'],
944
975
  'cachescope': opts['cachescope'],
976
+ 'cacheuser': opts['cacheuser'],
945
977
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
946
978
  'zeusportal-postas': opts['zeusportalPostas'],
947
979
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -971,6 +1003,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
971
1003
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
972
1004
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
973
1005
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1006
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
974
1007
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
975
1008
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
976
1009
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -998,6 +1031,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
998
1031
  'cachegroup': opts['cachegroup'],
999
1032
  'cachekey': opts['cachekey'],
1000
1033
  'cachescope': opts['cachescope'],
1034
+ 'cacheuser': opts['cacheuser'],
1001
1035
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1002
1036
  'zeusportal-postas': opts['zeusportalPostas'],
1003
1037
  'zeusportal-postas-site': opts['zeusportalPostasSite'],