@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
  * Likes service.
30
30
  * @module api/LikesApi
31
- * @version 0.1.46
31
+ * @version 0.1.47
32
32
  */
33
33
  var LikesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -61,6 +61,7 @@ var LikesApi = 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
@@ -86,6 +87,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
86
87
  'cachegroup': opts['cachegroup'],
87
88
  'cachekey': opts['cachekey'],
88
89
  'cachescope': opts['cachescope'],
90
+ 'cacheuser': opts['cacheuser'],
89
91
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
90
92
  'zeusportal-postas': opts['zeusportalPostas'],
91
93
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -117,6 +119,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
117
119
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
120
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
121
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
122
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
120
123
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
124
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
122
125
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -142,6 +145,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
142
145
  'cachegroup': opts['cachegroup'],
143
146
  'cachekey': opts['cachekey'],
144
147
  'cachescope': opts['cachescope'],
148
+ 'cacheuser': opts['cacheuser'],
145
149
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
146
150
  'zeusportal-postas': opts['zeusportalPostas'],
147
151
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -173,6 +177,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
173
177
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
174
178
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
175
179
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
180
+ * @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)
176
181
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
177
182
  * @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
178
183
  * @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 LikesApi = 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 LikesApi = 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 LikesApi = 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'],
@@ -276,6 +284,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
276
284
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
277
285
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
278
286
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
287
+ * @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)
279
288
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
280
289
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
281
290
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -302,6 +311,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
302
311
  'cachegroup': opts['cachegroup'],
303
312
  'cachekey': opts['cachekey'],
304
313
  'cachescope': opts['cachescope'],
314
+ 'cacheuser': opts['cacheuser'],
305
315
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
306
316
  'zeusportal-postas': opts['zeusportalPostas'],
307
317
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -333,6 +343,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
333
343
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
334
344
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
335
345
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
346
+ * @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)
336
347
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
337
348
  * @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
338
349
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -359,6 +370,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
359
370
  'cachegroup': opts['cachegroup'],
360
371
  'cachekey': opts['cachekey'],
361
372
  'cachescope': opts['cachescope'],
373
+ 'cacheuser': opts['cacheuser'],
362
374
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
363
375
  'zeusportal-postas': opts['zeusportalPostas'],
364
376
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -393,6 +405,7 @@ var LikesApi = 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
@@ -424,6 +437,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
424
437
  'cachegroup': opts['cachegroup'],
425
438
  'cachekey': opts['cachekey'],
426
439
  'cachescope': opts['cachescope'],
440
+ 'cacheuser': opts['cacheuser'],
427
441
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
428
442
  'zeusportal-postas': opts['zeusportalPostas'],
429
443
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -457,6 +471,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
457
471
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
458
472
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
459
473
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
474
+ * @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)
460
475
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
461
476
  * @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
462
477
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -483,6 +498,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
483
498
  'cachegroup': opts['cachegroup'],
484
499
  'cachekey': opts['cachekey'],
485
500
  'cachescope': opts['cachescope'],
501
+ 'cacheuser': opts['cacheuser'],
486
502
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
487
503
  'zeusportal-postas': opts['zeusportalPostas'],
488
504
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -514,6 +530,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
514
530
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
515
531
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
516
532
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
533
+ * @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)
517
534
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
518
535
  * @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
519
536
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -540,6 +557,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
540
557
  'cachegroup': opts['cachegroup'],
541
558
  'cachekey': opts['cachekey'],
542
559
  'cachescope': opts['cachescope'],
560
+ 'cacheuser': opts['cacheuser'],
543
561
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
544
562
  'zeusportal-postas': opts['zeusportalPostas'],
545
563
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -571,6 +589,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
571
589
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
572
590
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
573
591
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
592
+ * @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)
574
593
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
575
594
  * @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
576
595
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -596,6 +615,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
596
615
  'cachegroup': opts['cachegroup'],
597
616
  'cachekey': opts['cachekey'],
598
617
  'cachescope': opts['cachescope'],
618
+ 'cacheuser': opts['cacheuser'],
599
619
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
600
620
  'zeusportal-postas': opts['zeusportalPostas'],
601
621
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -628,6 +648,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
628
648
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
629
649
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
630
650
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
651
+ * @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)
631
652
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
632
653
  * @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
633
654
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -657,6 +678,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
657
678
  'cachegroup': opts['cachegroup'],
658
679
  'cachekey': opts['cachekey'],
659
680
  'cachescope': opts['cachescope'],
681
+ 'cacheuser': opts['cacheuser'],
660
682
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
661
683
  'zeusportal-postas': opts['zeusportalPostas'],
662
684
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -690,6 +712,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
690
712
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
691
713
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
692
714
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
715
+ * @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)
693
716
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
694
717
  * @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
695
718
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -724,6 +747,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
724
747
  'cachegroup': opts['cachegroup'],
725
748
  'cachekey': opts['cachekey'],
726
749
  'cachescope': opts['cachescope'],
750
+ 'cacheuser': opts['cacheuser'],
727
751
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
728
752
  'zeusportal-postas': opts['zeusportalPostas'],
729
753
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.47
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * LinkedIN service.
29
29
  * @module api/LinkedINApi
30
- * @version 0.1.46
30
+ * @version 0.1.47
31
31
  */
32
32
  var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -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
  * LiveMeetings service.
30
30
  * @module api/LiveMeetingsApi
31
- * @version 0.1.46
31
+ * @version 0.1.47
32
32
  */
33
33
  var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -62,6 +62,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
62
62
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
63
63
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
64
64
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
65
+ * @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)
65
66
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
66
67
  * @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
67
68
  * @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 LiveMeetingsApi = 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'],
@@ -122,6 +124,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
122
124
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
123
125
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
124
126
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
127
+ * @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
128
  * @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
129
  * @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
130
  * @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 LiveMeetingsApi = 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'],
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.47
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * MeetingEvents service.
29
29
  * @module api/MeetingEventsApi
30
- * @version 0.1.46
30
+ * @version 0.1.47
31
31
  */
32
32
  var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -59,6 +59,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @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)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @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
64
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -84,6 +85,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
84
85
  'cachegroup': opts['cachegroup'],
85
86
  'cachekey': opts['cachekey'],
86
87
  'cachescope': opts['cachescope'],
88
+ 'cacheuser': opts['cacheuser'],
87
89
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
88
90
  'zeusportal-postas': opts['zeusportalPostas'],
89
91
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -115,6 +117,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
115
117
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
116
118
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
117
119
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
120
+ * @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)
118
121
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
119
122
  * @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
120
123
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -141,6 +144,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
141
144
  'cachegroup': opts['cachegroup'],
142
145
  'cachekey': opts['cachekey'],
143
146
  'cachescope': opts['cachescope'],
147
+ 'cacheuser': opts['cacheuser'],
144
148
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
145
149
  'zeusportal-postas': opts['zeusportalPostas'],
146
150
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -174,6 +178,7 @@ var MeetingEventsApi = 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
@@ -210,6 +215,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
210
215
  'cachegroup': opts['cachegroup'],
211
216
  'cachekey': opts['cachekey'],
212
217
  'cachescope': opts['cachescope'],
218
+ 'cacheuser': opts['cacheuser'],
213
219
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
214
220
  'zeusportal-postas': opts['zeusportalPostas'],
215
221
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -241,6 +247,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
241
247
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
242
248
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
243
249
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
250
+ * @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)
244
251
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
245
252
  * @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
246
253
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -267,6 +274,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
267
274
  'cachegroup': opts['cachegroup'],
268
275
  'cachekey': opts['cachekey'],
269
276
  'cachescope': opts['cachescope'],
277
+ 'cacheuser': opts['cacheuser'],
270
278
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
271
279
  'zeusportal-postas': opts['zeusportalPostas'],
272
280
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -298,6 +306,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
298
306
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
299
307
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
300
308
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
309
+ * @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)
301
310
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
302
311
  * @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
303
312
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -324,6 +333,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
324
333
  'cachegroup': opts['cachegroup'],
325
334
  'cachekey': opts['cachekey'],
326
335
  'cachescope': opts['cachescope'],
336
+ 'cacheuser': opts['cacheuser'],
327
337
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
328
338
  'zeusportal-postas': opts['zeusportalPostas'],
329
339
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.46
24
+ * The version of the OpenAPI document: 0.1.47
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
32
32
  /**
33
33
  * Pages service.
34
34
  * @module api/PagesApi
35
- * @version 0.1.46
35
+ * @version 0.1.47
36
36
  */
37
37
  var PagesApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -65,6 +65,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
65
65
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
66
66
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
67
67
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
68
+ * @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)
68
69
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
69
70
  * @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
70
71
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -89,6 +90,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
89
90
  'cachegroup': opts['cachegroup'],
90
91
  'cachekey': opts['cachekey'],
91
92
  'cachescope': opts['cachescope'],
93
+ 'cacheuser': opts['cacheuser'],
92
94
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
93
95
  'zeusportal-postas': opts['zeusportalPostas'],
94
96
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -119,6 +121,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
119
121
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
120
122
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
121
123
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
124
+ * @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)
122
125
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
123
126
  * @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
124
127
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -144,6 +147,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
144
147
  'cachegroup': opts['cachegroup'],
145
148
  'cachekey': opts['cachekey'],
146
149
  'cachescope': opts['cachescope'],
150
+ 'cacheuser': opts['cacheuser'],
147
151
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
148
152
  'zeusportal-postas': opts['zeusportalPostas'],
149
153
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -176,6 +180,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
176
180
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
177
181
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
178
182
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
183
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
179
184
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
180
185
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
181
186
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -206,6 +211,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
206
211
  'cachegroup': opts['cachegroup'],
207
212
  'cachekey': opts['cachekey'],
208
213
  'cachescope': opts['cachescope'],
214
+ 'cacheuser': opts['cacheuser'],
209
215
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
210
216
  'zeusportal-postas': opts['zeusportalPostas'],
211
217
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -235,6 +241,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
235
241
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
236
242
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
237
243
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
244
+ * @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)
238
245
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
239
246
  * @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
240
247
  * @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 PagesApi = 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'],
@@ -285,6 +293,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
285
293
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
286
294
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
287
295
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
296
+ * @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)
288
297
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
289
298
  * @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
290
299
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -311,6 +320,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
311
320
  'cachegroup': opts['cachegroup'],
312
321
  'cachekey': opts['cachekey'],
313
322
  'cachescope': opts['cachescope'],
323
+ 'cacheuser': opts['cacheuser'],
314
324
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
315
325
  'zeusportal-postas': opts['zeusportalPostas'],
316
326
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -342,6 +352,7 @@ var PagesApi = 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
@@ -368,6 +379,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
368
379
  'cachegroup': opts['cachegroup'],
369
380
  'cachekey': opts['cachekey'],
370
381
  'cachescope': opts['cachescope'],
382
+ 'cacheuser': opts['cacheuser'],
371
383
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
372
384
  'zeusportal-postas': opts['zeusportalPostas'],
373
385
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -399,6 +411,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
399
411
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
400
412
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
401
413
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
414
+ * @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)
402
415
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
403
416
  * @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
404
417
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -427,6 +440,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
427
440
  'cachegroup': opts['cachegroup'],
428
441
  'cachekey': opts['cachekey'],
429
442
  'cachescope': opts['cachescope'],
443
+ 'cacheuser': opts['cacheuser'],
430
444
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
431
445
  'zeusportal-postas': opts['zeusportalPostas'],
432
446
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -462,6 +476,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
462
476
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
463
477
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
464
478
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
479
+ * @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)
465
480
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
466
481
  * @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
467
482
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -491,6 +506,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
491
506
  'cachegroup': opts['cachegroup'],
492
507
  'cachekey': opts['cachekey'],
493
508
  'cachescope': opts['cachescope'],
509
+ 'cacheuser': opts['cacheuser'],
494
510
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
495
511
  'zeusportal-postas': opts['zeusportalPostas'],
496
512
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -523,6 +539,7 @@ var PagesApi = 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 PagesApi = 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'],