@gobodo/gobodo-api-promise 0.1.46 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +3 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +32 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +38 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +29 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +31 -31
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +42 -42
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +2 -2
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +31 -31
  82. package/dist/model/DocumentPart.js +2 -2
  83. package/dist/model/DocumentPartType.js +27 -27
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +71 -71
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +52 -52
  114. package/dist/model/ImageUploadObject.js +52 -52
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +27 -27
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +2 -2
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +30 -30
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +27 -27
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +71 -71
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +30 -30
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +2 -2
  181. package/dist/model/VideoLiveUrl.js +27 -27
  182. package/dist/model/VideoSchema.js +29 -29
  183. package/dist/model/VideoUploadObject.js +2 -2
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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
  /**
@@ -53,6 +53,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
53
53
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
54
54
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
55
55
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
56
+ * @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)
56
57
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
57
58
  * @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
58
59
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -78,6 +79,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
78
79
  'cachegroup': opts['cachegroup'],
79
80
  'cachekey': opts['cachekey'],
80
81
  'cachescope': opts['cachescope'],
82
+ 'cacheuser': opts['cacheuser'],
81
83
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
84
  'zeusportal-postas': opts['zeusportalPostas'],
83
85
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -101,6 +103,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
101
103
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
102
104
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
103
105
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
106
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
104
107
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
105
108
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
106
109
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -125,6 +128,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
125
128
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
126
129
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
127
130
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
131
+ * @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)
128
132
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
129
133
  * @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
130
134
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -150,6 +154,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
150
154
  'cachegroup': opts['cachegroup'],
151
155
  'cachekey': opts['cachekey'],
152
156
  'cachescope': opts['cachescope'],
157
+ 'cacheuser': opts['cacheuser'],
153
158
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
154
159
  'zeusportal-postas': opts['zeusportalPostas'],
155
160
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -173,6 +178,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
173
178
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
174
179
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
175
180
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
181
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
176
182
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
177
183
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
178
184
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -197,6 +203,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
197
203
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
198
204
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
199
205
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
206
+ * @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)
200
207
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
201
208
  * @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
202
209
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -222,6 +229,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
222
229
  'cachegroup': opts['cachegroup'],
223
230
  'cachekey': opts['cachekey'],
224
231
  'cachescope': opts['cachescope'],
232
+ 'cacheuser': opts['cacheuser'],
225
233
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
226
234
  'zeusportal-postas': opts['zeusportalPostas'],
227
235
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -245,6 +253,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
245
253
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
246
254
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
247
255
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
256
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
248
257
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
249
258
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
250
259
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -267,6 +276,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
267
276
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
268
277
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
269
278
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
279
+ * @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)
270
280
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
271
281
  * @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
272
282
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -286,6 +296,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
286
296
  'cachegroup': opts['cachegroup'],
287
297
  'cachekey': opts['cachekey'],
288
298
  'cachescope': opts['cachescope'],
299
+ 'cacheuser': opts['cacheuser'],
289
300
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
290
301
  'zeusportal-postas': opts['zeusportalPostas'],
291
302
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -307,6 +318,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
307
318
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
308
319
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
309
320
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
321
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
310
322
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
311
323
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
312
324
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -330,6 +342,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
330
342
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
331
343
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
332
344
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
345
+ * @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)
333
346
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
334
347
  * @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
335
348
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -355,6 +368,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
355
368
  'cachegroup': opts['cachegroup'],
356
369
  'cachekey': opts['cachekey'],
357
370
  'cachescope': opts['cachescope'],
371
+ 'cacheuser': opts['cacheuser'],
358
372
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
359
373
  'zeusportal-postas': opts['zeusportalPostas'],
360
374
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -377,6 +391,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
377
391
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
378
392
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
379
393
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
394
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
380
395
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
381
396
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
382
397
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -401,6 +416,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
401
416
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
402
417
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
403
418
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
419
+ * @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)
404
420
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
405
421
  * @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
406
422
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -426,6 +442,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
426
442
  'cachegroup': opts['cachegroup'],
427
443
  'cachekey': opts['cachekey'],
428
444
  'cachescope': opts['cachescope'],
445
+ 'cacheuser': opts['cacheuser'],
429
446
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
430
447
  'zeusportal-postas': opts['zeusportalPostas'],
431
448
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -451,6 +468,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
451
468
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
452
469
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
453
470
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
471
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
454
472
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
455
473
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
456
474
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -476,6 +494,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
476
494
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
477
495
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
478
496
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
497
+ * @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)
479
498
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
480
499
  * @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
481
500
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -506,6 +525,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
506
525
  'cachegroup': opts['cachegroup'],
507
526
  'cachekey': opts['cachekey'],
508
527
  'cachescope': opts['cachescope'],
528
+ 'cacheuser': opts['cacheuser'],
509
529
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
510
530
  'zeusportal-postas': opts['zeusportalPostas'],
511
531
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -532,6 +552,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
532
552
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
533
553
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
534
554
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
555
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
535
556
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
536
557
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
537
558
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -556,6 +577,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
556
577
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
557
578
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
558
579
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
580
+ * @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)
559
581
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
560
582
  * @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
561
583
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -581,6 +603,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
581
603
  'cachegroup': opts['cachegroup'],
582
604
  'cachekey': opts['cachekey'],
583
605
  'cachescope': opts['cachescope'],
606
+ 'cacheuser': opts['cacheuser'],
584
607
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
585
608
  'zeusportal-postas': opts['zeusportalPostas'],
586
609
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -604,6 +627,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
604
627
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
605
628
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
606
629
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
630
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
607
631
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
608
632
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
609
633
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -628,6 +652,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
628
652
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
629
653
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
630
654
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
655
+ * @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
656
  * @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
657
  * @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
658
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -653,6 +678,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
653
678
  'cachegroup': opts['cachegroup'],
654
679
  'cachekey': opts['cachekey'],
655
680
  'cachescope': opts['cachescope'],
681
+ 'cacheuser': opts['cacheuser'],
656
682
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
657
683
  'zeusportal-postas': opts['zeusportalPostas'],
658
684
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -676,6 +702,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
676
702
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
677
703
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
678
704
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
705
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
679
706
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
680
707
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
681
708
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -700,6 +727,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
700
727
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
701
728
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
702
729
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
730
+ * @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)
703
731
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
704
732
  * @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
705
733
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -725,6 +753,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
725
753
  'cachegroup': opts['cachegroup'],
726
754
  'cachekey': opts['cachekey'],
727
755
  'cachescope': opts['cachescope'],
756
+ 'cacheuser': opts['cacheuser'],
728
757
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
729
758
  'zeusportal-postas': opts['zeusportalPostas'],
730
759
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -748,6 +777,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
748
777
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
749
778
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
750
779
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
780
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
751
781
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
752
782
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
753
783
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -773,6 +803,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
773
803
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
774
804
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
775
805
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
806
+ * @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)
776
807
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
777
808
  * @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
778
809
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -802,6 +833,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
802
833
  'cachegroup': opts['cachegroup'],
803
834
  'cachekey': opts['cachekey'],
804
835
  'cachescope': opts['cachescope'],
836
+ 'cacheuser': opts['cacheuser'],
805
837
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
806
838
  'zeusportal-postas': opts['zeusportalPostas'],
807
839
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -826,6 +858,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
826
858
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
827
859
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
828
860
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
861
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
829
862
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
830
863
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
831
864
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -852,6 +885,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
852
885
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
853
886
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
854
887
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
888
+ * @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)
855
889
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
856
890
  * @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
857
891
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -886,6 +920,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
886
920
  'cachegroup': opts['cachegroup'],
887
921
  'cachekey': opts['cachekey'],
888
922
  'cachescope': opts['cachescope'],
923
+ 'cacheuser': opts['cacheuser'],
889
924
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
890
925
  'zeusportal-postas': opts['zeusportalPostas'],
891
926
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -911,6 +946,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
911
946
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
912
947
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
913
948
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
949
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
914
950
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
915
951
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
916
952
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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
  /**
@@ -54,6 +54,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
54
54
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
55
55
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
56
56
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
57
+ * @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)
57
58
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
58
59
  * @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
59
60
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -107,6 +109,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
107
109
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
108
110
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
109
111
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
112
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
110
113
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
111
114
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
112
115
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -131,6 +134,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
131
134
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
132
135
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
133
136
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
137
+ * @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)
134
138
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
135
139
  * @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
136
140
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -156,6 +160,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
156
160
  'cachegroup': opts['cachegroup'],
157
161
  'cachekey': opts['cachekey'],
158
162
  'cachescope': opts['cachescope'],
163
+ 'cacheuser': opts['cacheuser'],
159
164
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
160
165
  'zeusportal-postas': opts['zeusportalPostas'],
161
166
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -181,6 +186,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
181
186
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
182
187
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
183
188
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
189
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
184
190
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
185
191
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
186
192
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
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
  /**
@@ -51,6 +51,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @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)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @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
56
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -76,6 +77,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
76
77
  'cachegroup': opts['cachegroup'],
77
78
  'cachekey': opts['cachekey'],
78
79
  'cachescope': opts['cachescope'],
80
+ 'cacheuser': opts['cacheuser'],
79
81
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
80
82
  'zeusportal-postas': opts['zeusportalPostas'],
81
83
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -98,6 +100,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
98
100
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
99
101
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
100
102
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
103
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
101
104
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
102
105
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
103
106
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -122,6 +125,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
122
125
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
123
126
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
124
127
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
128
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
125
129
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
126
130
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
127
131
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -147,6 +151,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
147
151
  'cachegroup': opts['cachegroup'],
148
152
  'cachekey': opts['cachekey'],
149
153
  'cachescope': opts['cachescope'],
154
+ 'cacheuser': opts['cacheuser'],
150
155
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
151
156
  'zeusportal-postas': opts['zeusportalPostas'],
152
157
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -170,6 +175,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
170
175
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
171
176
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
172
177
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
178
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
173
179
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
174
180
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
175
181
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -196,6 +202,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
196
202
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
197
203
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
198
204
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
205
+ * @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)
199
206
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
200
207
  * @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
201
208
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -231,6 +238,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
231
238
  'cachegroup': opts['cachegroup'],
232
239
  'cachekey': opts['cachekey'],
233
240
  'cachescope': opts['cachescope'],
241
+ 'cacheuser': opts['cacheuser'],
234
242
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
235
243
  'zeusportal-postas': opts['zeusportalPostas'],
236
244
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -256,6 +264,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
256
264
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
257
265
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
258
266
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
267
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
259
268
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
260
269
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
261
270
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -280,6 +289,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
280
289
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
281
290
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
282
291
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
292
+ * @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)
283
293
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
284
294
  * @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
285
295
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -305,6 +315,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
305
315
  'cachegroup': opts['cachegroup'],
306
316
  'cachekey': opts['cachekey'],
307
317
  'cachescope': opts['cachescope'],
318
+ 'cacheuser': opts['cacheuser'],
308
319
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
309
320
  'zeusportal-postas': opts['zeusportalPostas'],
310
321
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -328,6 +339,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
328
339
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
329
340
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
330
341
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
342
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
331
343
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
332
344
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
333
345
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -352,6 +364,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
352
364
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
353
365
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
354
366
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
367
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
355
368
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
356
369
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
357
370
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -377,6 +390,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
377
390
  'cachegroup': opts['cachegroup'],
378
391
  'cachekey': opts['cachekey'],
379
392
  'cachescope': opts['cachescope'],
393
+ 'cacheuser': opts['cacheuser'],
380
394
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
381
395
  'zeusportal-postas': opts['zeusportalPostas'],
382
396
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -400,6 +414,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
400
414
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
401
415
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
402
416
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
417
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
403
418
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
404
419
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
405
420
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page