@gobodo/gobodo-api 0.1.45 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +3 -3
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +4 -2
  4. package/dist/api/AdCampaignsApi.js +18 -2
  5. package/dist/api/AdManagementApi.js +26 -2
  6. package/dist/api/AdminDataManagementApi.js +4 -2
  7. package/dist/api/AdsApi.js +14 -2
  8. package/dist/api/AttachmentsApi.js +16 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +16 -2
  11. package/dist/api/CommentsApi.js +18 -2
  12. package/dist/api/ContentManagementApi.js +50 -2
  13. package/dist/api/ConversationsApi.js +20 -2
  14. package/dist/api/DataSheetImportsApi.js +32 -2
  15. package/dist/api/DefaultApi.js +24 -2
  16. package/dist/api/DocumentsApi.js +28 -2
  17. package/dist/api/EntryPartsApi.js +28 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +8 -2
  20. package/dist/api/FilesApi.js +4 -2
  21. package/dist/api/FormsApi.js +38 -2
  22. package/dist/api/FunctionsApi.js +4 -2
  23. package/dist/api/GeocodeApi.js +12 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +22 -2
  26. package/dist/api/GraphObjectTypesApi.js +20 -2
  27. package/dist/api/GraphObjectsApi.js +130 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +36 -2
  29. package/dist/api/GraphRelationshipsApi.js +64 -2
  30. package/dist/api/GraphSchemasApi.js +16 -2
  31. package/dist/api/GraphTraversalApi.js +16 -2
  32. package/dist/api/GraphsApi.js +24 -2
  33. package/dist/api/GroupsApi.js +24 -2
  34. package/dist/api/IAMApi.js +10 -2
  35. package/dist/api/ImagesApi.js +18 -2
  36. package/dist/api/InvitesApi.js +12 -2
  37. package/dist/api/LikesApi.js +26 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +6 -2
  40. package/dist/api/MeetingEventsApi.js +12 -2
  41. package/dist/api/PagesApi.js +20 -2
  42. package/dist/api/PostsApi.js +12 -2
  43. package/dist/api/PrivateMessagesApi.js +34 -2
  44. package/dist/api/PublicationsApi.js +4 -2
  45. package/dist/api/ScreensApi.js +8 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +80 -2
  48. package/dist/api/TagsApi.js +4 -2
  49. package/dist/api/TemplatesApi.js +8 -2
  50. package/dist/api/ThemeMappingsApi.js +8 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +20 -2
  54. package/dist/api/UsersApi.js +20 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +24 -2
  57. package/dist/index.js +0 -7
  58. package/dist/model/APIClient.js +9 -9
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +21 -21
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +36 -36
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +2 -2
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +21 -21
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +2 -2
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +10 -10
  88. package/dist/model/File.js +14 -14
  89. package/dist/model/FileAttachmentUploadObject.js +14 -14
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +9 -9
  92. package/dist/model/Form.js +13 -13
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +2 -2
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +2 -2
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +11 -11
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationship.js +2 -2
  110. package/dist/model/GraphRelationshipPayload.js +2 -2
  111. package/dist/model/GraphRelationshipType.js +2 -2
  112. package/dist/model/GraphSchema.js +2 -2
  113. package/dist/model/GraphTraversalInput.js +2 -2
  114. package/dist/model/Image.js +14 -14
  115. package/dist/model/ImageUploadObject.js +14 -14
  116. package/dist/model/InputPart.js +12 -12
  117. package/dist/model/InputPartMediaType.js +2 -2
  118. package/dist/model/Link.js +2 -2
  119. package/dist/model/LiveStreamInfo.js +2 -2
  120. package/dist/model/MeetingEvent.js +10 -10
  121. package/dist/model/MeetingEventTimezone.js +2 -2
  122. package/dist/model/MeetingInfo.js +2 -2
  123. package/dist/model/Member.js +9 -9
  124. package/dist/model/MemberGroupCategory.js +2 -2
  125. package/dist/model/MemberList.js +2 -2
  126. package/dist/model/MessageGroup.js +2 -2
  127. package/dist/model/MultipartBody.js +2 -2
  128. package/dist/model/Objecttype.js +2 -2
  129. package/dist/model/Page.js +2 -2
  130. package/dist/model/PageSchema.js +13 -13
  131. package/dist/model/Pageable.js +2 -2
  132. package/dist/model/Path.js +6 -6
  133. package/dist/model/PaymentAccountObject.js +2 -2
  134. package/dist/model/PaymentIntentInput.js +2 -2
  135. package/dist/model/PaymentIntentResponse.js +2 -2
  136. package/dist/model/PaymentMethod.js +2 -2
  137. package/dist/model/PaymentMethodInput.js +2 -2
  138. package/dist/model/PaymentMethodResponse.js +2 -2
  139. package/dist/model/PaymentMethodsResponse.js +2 -2
  140. package/dist/model/Payout.js +2 -2
  141. package/dist/model/PayoutInput.js +2 -2
  142. package/dist/model/PayoutResponse.js +2 -2
  143. package/dist/model/Post.js +2 -2
  144. package/dist/model/PrivateMessage.js +9 -9
  145. package/dist/model/PrivateMessageConversation.js +11 -11
  146. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  147. package/dist/model/Profile.js +2 -2
  148. package/dist/model/Profiletype.js +2 -2
  149. package/dist/model/PropertyContainer.js +2 -2
  150. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  151. package/dist/model/RelationshipMapping.js +2 -2
  152. package/dist/model/ScreenSchema.js +2 -2
  153. package/dist/model/SimulcastInfo.js +2 -2
  154. package/dist/model/SkinField.js +10 -10
  155. package/dist/model/SocialGroup.js +2 -2
  156. package/dist/model/SocialGroupType.js +2 -2
  157. package/dist/model/Sort.js +2 -2
  158. package/dist/model/SourceTypes.js +2 -2
  159. package/dist/model/StatusUpdate.js +2 -2
  160. package/dist/model/StreetAddress.js +2 -2
  161. package/dist/model/StripeAccount.js +2 -2
  162. package/dist/model/StripeCustomerAccount.js +2 -2
  163. package/dist/model/Template.js +2 -2
  164. package/dist/model/TemplateSchema.js +2 -2
  165. package/dist/model/ThemeMapping.js +2 -2
  166. package/dist/model/ThemeMappingPayload.js +2 -2
  167. package/dist/model/Transaction.js +2 -2
  168. package/dist/model/Transfer.js +2 -2
  169. package/dist/model/TransferInput.js +2 -2
  170. package/dist/model/TransferResponse.js +2 -2
  171. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  172. package/dist/model/TraversalRelationResponse.js +2 -2
  173. package/dist/model/User.js +9 -9
  174. package/dist/model/UserDataPayload.js +9 -9
  175. package/dist/model/UserDomain.js +2 -2
  176. package/dist/model/UserInvite.js +2 -2
  177. package/dist/model/UserInviteInput.js +2 -2
  178. package/dist/model/UserSchema.js +9 -9
  179. package/dist/model/UserTag.js +2 -2
  180. package/dist/model/Userid.js +2 -2
  181. package/dist/model/Video.js +14 -14
  182. package/dist/model/VideoLiveUrl.js +13 -13
  183. package/dist/model/VideoSchema.js +22 -22
  184. package/dist/model/VideoUploadObject.js +14 -14
  185. package/dist/model/ZeusPortalCategory.js +2 -2
  186. package/package.json +1 -1
  187. package/dist/model/PathPathInner.js +0 -9
@@ -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.45
19
+ * The version of the OpenAPI document: 0.1.47
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Ads service.
29
29
  * @module api/AdsApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var AdsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -59,6 +59,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -80,6 +81,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
80
81
  'cachegroup': opts['cachegroup'],
81
82
  'cachekey': opts['cachekey'],
82
83
  'cachescope': opts['cachescope'],
84
+ 'cacheuser': opts['cacheuser'],
83
85
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
86
  'zeusportal-postas': opts['zeusportalPostas'],
85
87
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -110,6 +112,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
110
112
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
111
113
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
112
114
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
115
+ * @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)
113
116
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
114
117
  * @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
115
118
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -135,6 +138,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
135
138
  'cachegroup': opts['cachegroup'],
136
139
  'cachekey': opts['cachekey'],
137
140
  'cachescope': opts['cachescope'],
141
+ 'cacheuser': opts['cacheuser'],
138
142
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
139
143
  'zeusportal-postas': opts['zeusportalPostas'],
140
144
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -164,6 +168,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
164
168
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
165
169
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
166
170
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
171
+ * @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)
167
172
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
168
173
  * @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
169
174
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -183,6 +188,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
183
188
  'cachegroup': opts['cachegroup'],
184
189
  'cachekey': opts['cachekey'],
185
190
  'cachescope': opts['cachescope'],
191
+ 'cacheuser': opts['cacheuser'],
186
192
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
187
193
  'zeusportal-postas': opts['zeusportalPostas'],
188
194
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -213,6 +219,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
213
219
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
214
220
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
215
221
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
222
+ * @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)
216
223
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
217
224
  * @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
218
225
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -239,6 +246,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
239
246
  'cachegroup': opts['cachegroup'],
240
247
  'cachekey': opts['cachekey'],
241
248
  'cachescope': opts['cachescope'],
249
+ 'cacheuser': opts['cacheuser'],
242
250
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
243
251
  'zeusportal-postas': opts['zeusportalPostas'],
244
252
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -270,6 +278,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
270
278
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
271
279
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
272
280
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
281
+ * @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)
273
282
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
274
283
  * @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
275
284
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -296,6 +305,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
296
305
  'cachegroup': opts['cachegroup'],
297
306
  'cachekey': opts['cachekey'],
298
307
  'cachescope': opts['cachescope'],
308
+ 'cacheuser': opts['cacheuser'],
299
309
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
300
310
  'zeusportal-postas': opts['zeusportalPostas'],
301
311
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -327,6 +337,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
327
337
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
328
338
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
329
339
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
340
+ * @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)
330
341
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
331
342
  * @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
332
343
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -354,6 +365,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
354
365
  'cachegroup': opts['cachegroup'],
355
366
  'cachekey': opts['cachekey'],
356
367
  'cachescope': opts['cachescope'],
368
+ 'cacheuser': opts['cacheuser'],
357
369
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
358
370
  'zeusportal-postas': opts['zeusportalPostas'],
359
371
  '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.45
22
+ * The version of the OpenAPI document: 0.1.47
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * Attachments service.
32
32
  * @module api/AttachmentsApi
33
- * @version 0.1.45
33
+ * @version 0.1.47
34
34
  */
35
35
  var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -62,6 +62,7 @@ var AttachmentsApi = 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
@@ -87,6 +88,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
87
88
  'cachegroup': opts['cachegroup'],
88
89
  'cachekey': opts['cachekey'],
89
90
  'cachescope': opts['cachescope'],
91
+ 'cacheuser': opts['cacheuser'],
90
92
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
91
93
  'zeusportal-postas': opts['zeusportalPostas'],
92
94
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -116,6 +118,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
116
118
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
119
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
120
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
121
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
119
122
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
120
123
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
121
124
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -135,6 +138,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
135
138
  'cachegroup': opts['cachegroup'],
136
139
  'cachekey': opts['cachekey'],
137
140
  'cachescope': opts['cachescope'],
141
+ 'cacheuser': opts['cacheuser'],
138
142
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
139
143
  'zeusportal-postas': opts['zeusportalPostas'],
140
144
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -166,6 +170,7 @@ var AttachmentsApi = 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
@@ -192,6 +197,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
192
197
  'cachegroup': opts['cachegroup'],
193
198
  'cachekey': opts['cachekey'],
194
199
  'cachescope': opts['cachescope'],
200
+ 'cacheuser': opts['cacheuser'],
195
201
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
196
202
  'zeusportal-postas': opts['zeusportalPostas'],
197
203
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -221,6 +227,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
221
227
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
222
228
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
223
229
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
230
+ * @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)
224
231
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
225
232
  * @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
226
233
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -247,6 +254,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
247
254
  'cachegroup': opts['cachegroup'],
248
255
  'cachekey': opts['cachekey'],
249
256
  'cachescope': opts['cachescope'],
257
+ 'cacheuser': opts['cacheuser'],
250
258
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
251
259
  'zeusportal-postas': opts['zeusportalPostas'],
252
260
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -278,6 +286,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
278
286
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
279
287
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
280
288
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
289
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
281
290
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
282
291
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
283
292
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -305,6 +314,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
305
314
  'cachegroup': opts['cachegroup'],
306
315
  'cachekey': opts['cachekey'],
307
316
  'cachescope': opts['cachescope'],
317
+ 'cacheuser': opts['cacheuser'],
308
318
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
309
319
  'zeusportal-postas': opts['zeusportalPostas'],
310
320
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -334,6 +344,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
334
344
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
335
345
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
336
346
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
347
+ * @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)
337
348
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
338
349
  * @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
339
350
  * @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 AttachmentsApi = 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'],
@@ -401,6 +413,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
401
413
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
402
414
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
403
415
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
416
+ * @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
417
  * @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
418
  * @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
419
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -423,6 +436,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
423
436
  'cachegroup': opts['cachegroup'],
424
437
  'cachekey': opts['cachekey'],
425
438
  'cachescope': opts['cachescope'],
439
+ 'cacheuser': opts['cacheuser'],
426
440
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
427
441
  'zeusportal-postas': opts['zeusportalPostas'],
428
442
  '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.45
19
+ * The version of the OpenAPI document: 0.1.47
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Authentication service.
29
29
  * @module api/AuthenticationApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.45
20
+ * The version of the OpenAPI document: 0.1.47
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * Categories service.
30
30
  * @module api/CategoriesApi
31
- * @version 0.1.45
31
+ * @version 0.1.47
32
32
  */
33
33
  var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -61,6 +61,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
61
61
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
62
62
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
63
63
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
64
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
64
65
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
65
66
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
66
67
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -85,6 +86,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
85
86
  'cachegroup': opts['cachegroup'],
86
87
  'cachekey': opts['cachekey'],
87
88
  'cachescope': opts['cachescope'],
89
+ 'cacheuser': opts['cacheuser'],
88
90
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
89
91
  'zeusportal-postas': opts['zeusportalPostas'],
90
92
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -117,6 +119,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
117
119
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
120
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
121
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
122
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
120
123
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
124
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
122
125
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -147,6 +150,7 @@ var CategoriesApi = 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'],
@@ -176,6 +180,7 @@ var CategoriesApi = 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
@@ -195,6 +200,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
195
200
  'cachegroup': opts['cachegroup'],
196
201
  'cachekey': opts['cachekey'],
197
202
  'cachescope': opts['cachescope'],
203
+ 'cacheuser': opts['cacheuser'],
198
204
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
199
205
  'zeusportal-postas': opts['zeusportalPostas'],
200
206
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -226,6 +232,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
226
232
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
227
233
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
228
234
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
235
+ * @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)
229
236
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
230
237
  * @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
231
238
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -252,6 +259,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
252
259
  'cachegroup': opts['cachegroup'],
253
260
  'cachekey': opts['cachekey'],
254
261
  'cachescope': opts['cachescope'],
262
+ 'cacheuser': opts['cacheuser'],
255
263
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
256
264
  'zeusportal-postas': opts['zeusportalPostas'],
257
265
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -281,6 +289,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
281
289
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
282
290
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
283
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)
284
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
285
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
286
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
@@ -307,6 +316,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
307
316
  'cachegroup': opts['cachegroup'],
308
317
  'cachekey': opts['cachekey'],
309
318
  'cachescope': opts['cachescope'],
319
+ 'cacheuser': opts['cacheuser'],
310
320
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
311
321
  'zeusportal-postas': opts['zeusportalPostas'],
312
322
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -337,6 +347,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
337
347
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
338
348
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
339
349
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
350
+ * @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)
340
351
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
341
352
  * @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
342
353
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -357,6 +368,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
357
368
  'cachegroup': opts['cachegroup'],
358
369
  'cachekey': opts['cachekey'],
359
370
  'cachescope': opts['cachescope'],
371
+ 'cacheuser': opts['cacheuser'],
360
372
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
361
373
  'zeusportal-postas': opts['zeusportalPostas'],
362
374
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -388,6 +400,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
388
400
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
389
401
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
390
402
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
403
+ * @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)
391
404
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
392
405
  * @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
393
406
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -415,6 +428,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
415
428
  'cachegroup': opts['cachegroup'],
416
429
  'cachekey': opts['cachekey'],
417
430
  'cachescope': opts['cachescope'],
431
+ 'cacheuser': opts['cacheuser'],
418
432
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
419
433
  'zeusportal-postas': opts['zeusportalPostas'],
420
434
  '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.45
19
+ * The version of the OpenAPI document: 0.1.47
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Comments service.
29
29
  * @module api/CommentsApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var CommentsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -60,6 +60,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
60
60
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
61
61
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
62
62
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
63
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
63
64
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
65
66
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -84,6 +85,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
84
85
  'cachegroup': opts['cachegroup'],
85
86
  'cachekey': opts['cachekey'],
86
87
  'cachescope': opts['cachescope'],
88
+ 'cacheuser': opts['cacheuser'],
87
89
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
88
90
  'zeusportal-postas': opts['zeusportalPostas'],
89
91
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -114,6 +116,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
114
116
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
115
117
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
116
118
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
119
+ * @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)
117
120
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
118
121
  * @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
119
122
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -139,6 +142,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
139
142
  'cachegroup': opts['cachegroup'],
140
143
  'cachekey': opts['cachekey'],
141
144
  'cachescope': opts['cachescope'],
145
+ 'cacheuser': opts['cacheuser'],
142
146
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
143
147
  'zeusportal-postas': opts['zeusportalPostas'],
144
148
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -168,6 +172,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
168
172
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
169
173
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
170
174
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
175
+ * @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)
171
176
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
172
177
  * @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
173
178
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -187,6 +192,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
187
192
  'cachegroup': opts['cachegroup'],
188
193
  'cachekey': opts['cachekey'],
189
194
  'cachescope': opts['cachescope'],
195
+ 'cacheuser': opts['cacheuser'],
190
196
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
191
197
  'zeusportal-postas': opts['zeusportalPostas'],
192
198
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -218,6 +224,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
218
224
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
219
225
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
220
226
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
227
+ * @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)
221
228
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
222
229
  * @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
223
230
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -244,6 +251,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
244
251
  'cachegroup': opts['cachegroup'],
245
252
  'cachekey': opts['cachekey'],
246
253
  'cachescope': opts['cachescope'],
254
+ 'cacheuser': opts['cacheuser'],
247
255
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
248
256
  'zeusportal-postas': opts['zeusportalPostas'],
249
257
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -275,6 +283,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
275
283
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
276
284
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
277
285
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
286
+ * @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)
278
287
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
279
288
  * @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
280
289
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -301,6 +310,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
301
310
  'cachegroup': opts['cachegroup'],
302
311
  'cachekey': opts['cachekey'],
303
312
  'cachescope': opts['cachescope'],
313
+ 'cacheuser': opts['cacheuser'],
304
314
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
305
315
  'zeusportal-postas': opts['zeusportalPostas'],
306
316
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -330,6 +340,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
330
340
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
331
341
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
332
342
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
343
+ * @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
344
  * @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
345
  * @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
346
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -356,6 +367,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
356
367
  'cachegroup': opts['cachegroup'],
357
368
  'cachekey': opts['cachekey'],
358
369
  'cachescope': opts['cachescope'],
370
+ 'cacheuser': opts['cacheuser'],
359
371
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
360
372
  'zeusportal-postas': opts['zeusportalPostas'],
361
373
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -388,6 +400,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
388
400
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
389
401
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
390
402
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
403
+ * @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)
391
404
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
392
405
  * @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
393
406
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -418,6 +431,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
418
431
  'cachegroup': opts['cachegroup'],
419
432
  'cachekey': opts['cachekey'],
420
433
  'cachescope': opts['cachescope'],
434
+ 'cacheuser': opts['cacheuser'],
421
435
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
422
436
  'zeusportal-postas': opts['zeusportalPostas'],
423
437
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -450,6 +464,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
450
464
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
451
465
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
452
466
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
467
+ * @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)
453
468
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
454
469
  * @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
455
470
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -480,6 +495,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
480
495
  'cachegroup': opts['cachegroup'],
481
496
  'cachekey': opts['cachekey'],
482
497
  'cachescope': opts['cachescope'],
498
+ 'cacheuser': opts['cacheuser'],
483
499
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
484
500
  'zeusportal-postas': opts['zeusportalPostas'],
485
501
  'zeusportal-postas-site': opts['zeusportalPostasSite'],