@gobodo/gobodo-api 0.1.46 → 0.1.48

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 +6 -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 +75 -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 +86 -9
  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 +71 -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 +2 -2
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +2 -2
  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 +9 -9
  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 +2 -2
  82. package/dist/model/DocumentPart.js +9 -9
  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 +14 -14
  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 +2 -2
  114. package/dist/model/ImageUploadObject.js +2 -2
  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 +9 -9
  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 +9 -9
  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 +2 -2
  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 +15 -15
  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 +14 -14
  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 +2 -2
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  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 +13 -13
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +13 -13
  183. package/dist/model/VideoUploadObject.js +13 -13
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -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.48
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.48
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'],
@@ -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.48
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
  * Posts service.
29
29
  * @module api/PostsApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var PostsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -58,6 +58,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
59
59
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
60
60
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
61
+ * @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)
61
62
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
62
63
  * @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
63
64
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -82,6 +83,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
82
83
  'cachegroup': opts['cachegroup'],
83
84
  'cachekey': opts['cachekey'],
84
85
  'cachescope': opts['cachescope'],
86
+ 'cacheuser': opts['cacheuser'],
85
87
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
86
88
  'zeusportal-postas': opts['zeusportalPostas'],
87
89
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -112,6 +114,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
112
114
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
113
115
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
114
116
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
117
+ * @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)
115
118
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
116
119
  * @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
117
120
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -137,6 +140,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
137
140
  'cachegroup': opts['cachegroup'],
138
141
  'cachekey': opts['cachekey'],
139
142
  'cachescope': opts['cachescope'],
143
+ 'cacheuser': opts['cacheuser'],
140
144
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
141
145
  'zeusportal-postas': opts['zeusportalPostas'],
142
146
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -166,6 +170,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
166
170
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
167
171
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
168
172
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
173
+ * @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)
169
174
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
170
175
  * @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
171
176
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -185,6 +190,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
185
190
  'cachegroup': opts['cachegroup'],
186
191
  'cachekey': opts['cachekey'],
187
192
  'cachescope': opts['cachescope'],
193
+ 'cacheuser': opts['cacheuser'],
188
194
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
189
195
  'zeusportal-postas': opts['zeusportalPostas'],
190
196
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -216,6 +222,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
216
222
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
217
223
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
218
224
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
225
+ * @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)
219
226
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
220
227
  * @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
221
228
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -242,6 +249,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
242
249
  'cachegroup': opts['cachegroup'],
243
250
  'cachekey': opts['cachekey'],
244
251
  'cachescope': opts['cachescope'],
252
+ 'cacheuser': opts['cacheuser'],
245
253
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
246
254
  'zeusportal-postas': opts['zeusportalPostas'],
247
255
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -272,6 +280,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
272
280
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
273
281
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
274
282
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
283
+ * @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)
275
284
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
276
285
  * @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
277
286
  * @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 PostsApi = 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'],
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.46
22
+ * The version of the OpenAPI document: 0.1.48
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * PrivateMessages service.
32
32
  * @module api/PrivateMessagesApi
33
- * @version 0.1.46
33
+ * @version 0.1.48
34
34
  */
35
35
  var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -62,6 +62,7 @@ var PrivateMessagesApi = 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
@@ -92,6 +93,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
92
93
  'cachegroup': opts['cachegroup'],
93
94
  'cachekey': opts['cachekey'],
94
95
  'cachescope': opts['cachescope'],
96
+ 'cacheuser': opts['cacheuser'],
95
97
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
96
98
  'zeusportal-postas': opts['zeusportalPostas'],
97
99
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -123,6 +125,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
123
125
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
124
126
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
125
127
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
128
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
126
129
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
127
130
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
128
131
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -147,6 +150,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
147
150
  'cachegroup': opts['cachegroup'],
148
151
  'cachekey': opts['cachekey'],
149
152
  'cachescope': opts['cachescope'],
153
+ 'cacheuser': opts['cacheuser'],
150
154
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
151
155
  'zeusportal-postas': opts['zeusportalPostas'],
152
156
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -177,6 +181,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
177
181
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
178
182
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
179
183
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
184
+ * @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)
180
185
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
181
186
  * @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
182
187
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -207,6 +212,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
207
212
  'cachegroup': opts['cachegroup'],
208
213
  'cachekey': opts['cachekey'],
209
214
  'cachescope': opts['cachescope'],
215
+ 'cacheuser': opts['cacheuser'],
210
216
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
211
217
  'zeusportal-postas': opts['zeusportalPostas'],
212
218
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -236,6 +242,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
236
242
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
237
243
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
238
244
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
245
+ * @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)
239
246
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
240
247
  * @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
241
248
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -261,6 +268,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
261
268
  'cachegroup': opts['cachegroup'],
262
269
  'cachekey': opts['cachekey'],
263
270
  'cachescope': opts['cachescope'],
271
+ 'cacheuser': opts['cacheuser'],
264
272
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
265
273
  'zeusportal-postas': opts['zeusportalPostas'],
266
274
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -291,6 +299,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
291
299
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
292
300
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
293
301
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
302
+ * @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)
294
303
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
295
304
  * @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
296
305
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -316,6 +325,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
316
325
  'cachegroup': opts['cachegroup'],
317
326
  'cachekey': opts['cachekey'],
318
327
  'cachescope': opts['cachescope'],
328
+ 'cacheuser': opts['cacheuser'],
319
329
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
320
330
  'zeusportal-postas': opts['zeusportalPostas'],
321
331
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -345,6 +355,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
345
355
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
346
356
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
347
357
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
358
+ * @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)
348
359
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
349
360
  * @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
350
361
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -364,6 +375,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
364
375
  'cachegroup': opts['cachegroup'],
365
376
  'cachekey': opts['cachekey'],
366
377
  'cachescope': opts['cachescope'],
378
+ 'cacheuser': opts['cacheuser'],
367
379
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
368
380
  'zeusportal-postas': opts['zeusportalPostas'],
369
381
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -393,6 +405,7 @@ var PrivateMessagesApi = 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
@@ -412,6 +425,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
412
425
  'cachegroup': opts['cachegroup'],
413
426
  'cachekey': opts['cachekey'],
414
427
  'cachescope': opts['cachescope'],
428
+ 'cacheuser': opts['cacheuser'],
415
429
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
416
430
  'zeusportal-postas': opts['zeusportalPostas'],
417
431
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -442,6 +456,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
442
456
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
443
457
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
444
458
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
459
+ * @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)
445
460
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
446
461
  * @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
447
462
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -468,6 +483,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
468
483
  'cachegroup': opts['cachegroup'],
469
484
  'cachekey': opts['cachekey'],
470
485
  'cachescope': opts['cachescope'],
486
+ 'cacheuser': opts['cacheuser'],
471
487
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
472
488
  'zeusportal-postas': opts['zeusportalPostas'],
473
489
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -498,6 +514,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
498
514
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
499
515
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
500
516
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
517
+ * @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)
501
518
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
502
519
  * @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
503
520
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -518,6 +535,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
518
535
  'cachegroup': opts['cachegroup'],
519
536
  'cachekey': opts['cachekey'],
520
537
  'cachescope': opts['cachescope'],
538
+ 'cacheuser': opts['cacheuser'],
521
539
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
522
540
  'zeusportal-postas': opts['zeusportalPostas'],
523
541
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -549,6 +567,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
549
567
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
550
568
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
551
569
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
570
+ * @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)
552
571
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
553
572
  * @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
554
573
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -575,6 +594,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
575
594
  'cachegroup': opts['cachegroup'],
576
595
  'cachekey': opts['cachekey'],
577
596
  'cachescope': opts['cachescope'],
597
+ 'cacheuser': opts['cacheuser'],
578
598
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
579
599
  'zeusportal-postas': opts['zeusportalPostas'],
580
600
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -606,6 +626,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
606
626
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
607
627
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
608
628
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
629
+ * @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)
609
630
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
610
631
  * @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
611
632
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -632,6 +653,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
632
653
  'cachegroup': opts['cachegroup'],
633
654
  'cachekey': opts['cachekey'],
634
655
  'cachescope': opts['cachescope'],
656
+ 'cacheuser': opts['cacheuser'],
635
657
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
636
658
  'zeusportal-postas': opts['zeusportalPostas'],
637
659
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -663,6 +685,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
663
685
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
664
686
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
665
687
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
688
+ * @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)
666
689
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
667
690
  * @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
668
691
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -689,6 +712,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
689
712
  'cachegroup': opts['cachegroup'],
690
713
  'cachekey': opts['cachekey'],
691
714
  'cachescope': opts['cachescope'],
715
+ 'cacheuser': opts['cacheuser'],
692
716
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
693
717
  'zeusportal-postas': opts['zeusportalPostas'],
694
718
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -720,6 +744,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
720
744
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
721
745
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
722
746
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
747
+ * @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)
723
748
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
724
749
  * @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
725
750
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -746,6 +771,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
746
771
  'cachegroup': opts['cachegroup'],
747
772
  'cachekey': opts['cachekey'],
748
773
  'cachescope': opts['cachescope'],
774
+ 'cacheuser': opts['cacheuser'],
749
775
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
750
776
  'zeusportal-postas': opts['zeusportalPostas'],
751
777
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -776,6 +802,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
776
802
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
777
803
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
778
804
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
805
+ * @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)
779
806
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
780
807
  * @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
781
808
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -796,6 +823,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
796
823
  'cachegroup': opts['cachegroup'],
797
824
  'cachekey': opts['cachekey'],
798
825
  'cachescope': opts['cachescope'],
826
+ 'cacheuser': opts['cacheuser'],
799
827
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
800
828
  'zeusportal-postas': opts['zeusportalPostas'],
801
829
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -825,6 +853,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
825
853
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
826
854
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
827
855
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
856
+ * @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)
828
857
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
829
858
  * @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
830
859
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -851,6 +880,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
851
880
  'cachegroup': opts['cachegroup'],
852
881
  'cachekey': opts['cachekey'],
853
882
  'cachescope': opts['cachescope'],
883
+ 'cacheuser': opts['cacheuser'],
854
884
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
855
885
  'zeusportal-postas': opts['zeusportalPostas'],
856
886
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -881,6 +911,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
881
911
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
882
912
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
883
913
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
914
+ * @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)
884
915
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
885
916
  * @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
886
917
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -911,6 +942,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
911
942
  'cachegroup': opts['cachegroup'],
912
943
  'cachekey': opts['cachekey'],
913
944
  'cachescope': opts['cachescope'],
945
+ 'cacheuser': opts['cacheuser'],
914
946
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
915
947
  'zeusportal-postas': opts['zeusportalPostas'],
916
948
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.46
18
+ * The version of the OpenAPI document: 0.1.48
19
19
  * Contact: info@gobodo.io
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * Publications service.
28
28
  * @module api/PublicationsApi
29
- * @version 0.1.46
29
+ * @version 0.1.48
30
30
  */
31
31
  var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
@@ -58,6 +58,7 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
59
59
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
60
60
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
61
+ * @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)
61
62
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
62
63
  * @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
63
64
  * @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 PublicationsApi = 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'],