@gobodo/gobodo-api 0.1.36 → 0.1.37

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 +7 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +10 -2
  4. package/dist/api/AdCampaignsApi.js +66 -2
  5. package/dist/api/AdManagementApi.js +98 -2
  6. package/dist/api/AdminDataManagementApi.js +10 -2
  7. package/dist/api/AdsApi.js +50 -2
  8. package/dist/api/AttachmentsApi.js +58 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +58 -2
  11. package/dist/api/CommentsApi.js +66 -2
  12. package/dist/api/ContentManagementApi.js +194 -2
  13. package/dist/api/ConversationsApi.js +74 -2
  14. package/dist/api/DataSheetImportsApi.js +122 -2
  15. package/dist/api/DefaultApi.js +90 -2
  16. package/dist/api/DocumentsApi.js +106 -2
  17. package/dist/api/EntryPartsApi.js +106 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +26 -2
  20. package/dist/api/FilesApi.js +10 -2
  21. package/dist/api/FormsApi.js +146 -2
  22. package/dist/api/FunctionsApi.js +10 -2
  23. package/dist/api/GeocodeApi.js +42 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +82 -2
  26. package/dist/api/GraphObjectTypesApi.js +74 -2
  27. package/dist/api/GraphObjectsApi.js +514 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +138 -2
  29. package/dist/api/GraphRelationshipsApi.js +250 -2
  30. package/dist/api/GraphSchemasApi.js +58 -2
  31. package/dist/api/GraphTraversalApi.js +105 -2
  32. package/dist/api/GraphsApi.js +90 -2
  33. package/dist/api/GroupsApi.js +90 -2
  34. package/dist/api/IAMApi.js +34 -2
  35. package/dist/api/ImagesApi.js +66 -2
  36. package/dist/api/InvitesApi.js +42 -2
  37. package/dist/api/LikesApi.js +98 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +18 -2
  40. package/dist/api/MeetingEventsApi.js +42 -2
  41. package/dist/api/PagesApi.js +74 -2
  42. package/dist/api/PostsApi.js +42 -2
  43. package/dist/api/PrivateMessagesApi.js +130 -2
  44. package/dist/api/PublicationsApi.js +10 -2
  45. package/dist/api/ScreensApi.js +26 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +306 -2
  48. package/dist/api/TagsApi.js +10 -2
  49. package/dist/api/TemplatesApi.js +26 -2
  50. package/dist/api/ThemeMappingsApi.js +26 -2
  51. package/dist/api/TransactionsApi.js +6 -8
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +74 -2
  54. package/dist/api/UsersApi.js +74 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +90 -2
  57. package/dist/model/APIClient.js +2 -2
  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/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +29 -29
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +2 -2
  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 +52 -52
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +29 -29
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +9 -9
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +17 -17
  88. package/dist/model/File.js +25 -25
  89. package/dist/model/FileAttachmentUploadObject.js +25 -25
  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 +2 -2
  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/GraphRelationObjectObject.js +2 -2
  110. package/dist/model/GraphRelationship.js +2 -2
  111. package/dist/model/GraphRelationshipPayload.js +2 -2
  112. package/dist/model/GraphRelationshipType.js +2 -2
  113. package/dist/model/GraphSchema.js +30 -30
  114. package/dist/model/GraphTraversalInput.js +2 -2
  115. package/dist/model/Image.js +32 -32
  116. package/dist/model/ImageUploadObject.js +32 -32
  117. package/dist/model/InputPart.js +12 -12
  118. package/dist/model/InputPartMediaType.js +2 -2
  119. package/dist/model/Link.js +15 -15
  120. package/dist/model/LiveStreamInfo.js +2 -2
  121. package/dist/model/MeetingEvent.js +30 -30
  122. package/dist/model/MeetingEventTimezone.js +2 -2
  123. package/dist/model/MeetingInfo.js +2 -2
  124. package/dist/model/Member.js +9 -9
  125. package/dist/model/MemberGroupCategory.js +2 -2
  126. package/dist/model/MemberList.js +2 -2
  127. package/dist/model/MessageGroup.js +2 -2
  128. package/dist/model/MultipartBody.js +2 -2
  129. package/dist/model/Objecttype.js +2 -2
  130. package/dist/model/Page.js +2 -2
  131. package/dist/model/PageSchema.js +21 -21
  132. package/dist/model/Pageable.js +2 -2
  133. package/dist/model/Path.js +2 -2
  134. package/dist/model/PaymentAccountObject.js +2 -2
  135. package/dist/model/PaymentIntentInput.js +2 -2
  136. package/dist/model/PaymentIntentResponse.js +2 -2
  137. package/dist/model/PaymentMethod.js +2 -2
  138. package/dist/model/PaymentMethodInput.js +2 -2
  139. package/dist/model/PaymentMethodResponse.js +2 -2
  140. package/dist/model/PaymentMethodsResponse.js +2 -2
  141. package/dist/model/Payout.js +2 -2
  142. package/dist/model/PayoutInput.js +2 -2
  143. package/dist/model/PayoutResponse.js +2 -2
  144. package/dist/model/Post.js +2 -2
  145. package/dist/model/PrivateMessage.js +2 -2
  146. package/dist/model/PrivateMessageConversation.js +15 -15
  147. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  148. package/dist/model/Profile.js +2 -2
  149. package/dist/model/Profiletype.js +2 -2
  150. package/dist/model/PropertyContainer.js +2 -2
  151. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  152. package/dist/model/RelationshipMapping.js +2 -2
  153. package/dist/model/ScreenSchema.js +2 -2
  154. package/dist/model/SimulcastInfo.js +2 -2
  155. package/dist/model/SkinField.js +17 -17
  156. package/dist/model/SocialGroup.js +2 -2
  157. package/dist/model/SocialGroupType.js +2 -2
  158. package/dist/model/Sort.js +2 -2
  159. package/dist/model/SourceTypes.js +2 -2
  160. package/dist/model/StatusUpdate.js +2 -2
  161. package/dist/model/StreetAddress.js +2 -2
  162. package/dist/model/StripeAccount.js +2 -2
  163. package/dist/model/StripeCustomerAccount.js +2 -2
  164. package/dist/model/Template.js +11 -11
  165. package/dist/model/TemplateSchema.js +11 -11
  166. package/dist/model/ThemeMapping.js +9 -9
  167. package/dist/model/ThemeMappingPayload.js +2 -2
  168. package/dist/model/Transaction.js +2 -2
  169. package/dist/model/Transfer.js +9 -9
  170. package/dist/model/TransferInput.js +2 -2
  171. package/dist/model/TransferResponse.js +2 -2
  172. package/dist/model/TransferResponsePaymentMethodDetails.js +9 -9
  173. package/dist/model/TraversalRelationResponse.js +2 -2
  174. package/dist/model/User.js +9 -9
  175. package/dist/model/UserDataPayload.js +9 -9
  176. package/dist/model/UserDomain.js +2 -2
  177. package/dist/model/UserInvite.js +2 -2
  178. package/dist/model/UserInviteInput.js +2 -2
  179. package/dist/model/UserSchema.js +9 -9
  180. package/dist/model/UserTag.js +2 -2
  181. package/dist/model/Userid.js +2 -2
  182. package/dist/model/Video.js +29 -29
  183. package/dist/model/VideoLiveUrl.js +2 -2
  184. package/dist/model/VideoSchema.js +29 -29
  185. package/dist/model/VideoUploadObject.js +29 -29
  186. package/dist/model/ZeusPortalCategory.js +13 -13
  187. package/package.json +1 -1
@@ -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.36
19
+ * The version of the OpenAPI document: 0.1.37
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.36
30
+ * @version 0.1.37
31
31
  */
32
32
  var CommentsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -56,6 +56,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
56
56
  * @param {Array.<module:model/Comment>} comment Comment or array of comment to create
57
57
  * @param {Object} opts Optional parameters
58
58
  * @param {String} [authorization] The authorization token of the logged in user
59
+ * @param {Number} [cacheduration] The how long the cache entry should persist
60
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
61
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
62
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
59
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
60
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
61
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
@@ -76,6 +80,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
76
80
  var queryParams = {};
77
81
  var headerParams = {
78
82
  'Authorization': opts['authorization'],
83
+ 'cacheduration': opts['cacheduration'],
84
+ 'cachegroup': opts['cachegroup'],
85
+ 'cachekey': opts['cachekey'],
86
+ 'cachescope': opts['cachescope'],
79
87
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
80
88
  'zeusportal-postas': opts['zeusportalPostas'],
81
89
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -102,6 +110,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
102
110
  * @param {Number} id The id of the object to delete
103
111
  * @param {Object} opts Optional parameters
104
112
  * @param {String} [authorization] The authorization token of the logged in user
113
+ * @param {Number} [cacheduration] The how long the cache entry should persist
114
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
115
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
116
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
105
117
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
106
118
  * @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
107
119
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -123,6 +135,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
123
135
  var queryParams = {};
124
136
  var headerParams = {
125
137
  'Authorization': opts['authorization'],
138
+ 'cacheduration': opts['cacheduration'],
139
+ 'cachegroup': opts['cachegroup'],
140
+ 'cachekey': opts['cachekey'],
141
+ 'cachescope': opts['cachescope'],
126
142
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
127
143
  'zeusportal-postas': opts['zeusportalPostas'],
128
144
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -148,6 +164,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
148
164
  * Root for the API
149
165
  * @param {Object} opts Optional parameters
150
166
  * @param {String} [authorization] The authorization token of the logged in user
167
+ * @param {Number} [cacheduration] The how long the cache entry should persist
168
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
169
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
170
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
151
171
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
152
172
  * @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
153
173
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -163,6 +183,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
163
183
  var queryParams = {};
164
184
  var headerParams = {
165
185
  'Authorization': opts['authorization'],
186
+ 'cacheduration': opts['cacheduration'],
187
+ 'cachegroup': opts['cachegroup'],
188
+ 'cachekey': opts['cachekey'],
189
+ 'cachescope': opts['cachescope'],
166
190
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
167
191
  'zeusportal-postas': opts['zeusportalPostas'],
168
192
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -190,6 +214,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
190
214
  * @param {Number} id
191
215
  * @param {Object} opts Optional parameters
192
216
  * @param {String} [authorization] The authorization token of the logged in user
217
+ * @param {Number} [cacheduration] The how long the cache entry should persist
218
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
219
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
220
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
193
221
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
194
222
  * @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
195
223
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -212,6 +240,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
212
240
  var queryParams = {};
213
241
  var headerParams = {
214
242
  'Authorization': opts['authorization'],
243
+ 'cacheduration': opts['cacheduration'],
244
+ 'cachegroup': opts['cachegroup'],
245
+ 'cachekey': opts['cachekey'],
246
+ 'cachescope': opts['cachescope'],
215
247
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
216
248
  'zeusportal-postas': opts['zeusportalPostas'],
217
249
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -239,6 +271,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
239
271
  * @param {Number} id
240
272
  * @param {Object} opts Optional parameters
241
273
  * @param {String} [authorization] The authorization token of the logged in user
274
+ * @param {Number} [cacheduration] The how long the cache entry should persist
275
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
276
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
277
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
242
278
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
243
279
  * @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
244
280
  * @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 +297,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
261
297
  var queryParams = {};
262
298
  var headerParams = {
263
299
  'Authorization': opts['authorization'],
300
+ 'cacheduration': opts['cacheduration'],
301
+ 'cachegroup': opts['cachegroup'],
302
+ 'cachekey': opts['cachekey'],
303
+ 'cachescope': opts['cachescope'],
264
304
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
265
305
  'zeusportal-postas': opts['zeusportalPostas'],
266
306
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -286,6 +326,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
286
326
  * @param {Number} objectid
287
327
  * @param {Object} opts Optional parameters
288
328
  * @param {String} [authorization] The authorization token of the logged in user
329
+ * @param {Number} [cacheduration] The how long the cache entry should persist
330
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
331
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
332
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
289
333
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
290
334
  * @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
291
335
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -308,6 +352,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
308
352
  var queryParams = {};
309
353
  var headerParams = {
310
354
  'Authorization': opts['authorization'],
355
+ 'cacheduration': opts['cacheduration'],
356
+ 'cachegroup': opts['cachegroup'],
357
+ 'cachekey': opts['cachekey'],
358
+ 'cachescope': opts['cachescope'],
311
359
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
312
360
  'zeusportal-postas': opts['zeusportalPostas'],
313
361
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -336,6 +384,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
336
384
  * @param {Array.<module:model/Comment>} comment Comment or array of comment to create
337
385
  * @param {Object} opts Optional parameters
338
386
  * @param {String} [authorization] The authorization token of the logged in user
387
+ * @param {Number} [cacheduration] The how long the cache entry should persist
388
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
389
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
390
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
339
391
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
340
392
  * @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
341
393
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -362,6 +414,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
362
414
  var queryParams = {};
363
415
  var headerParams = {
364
416
  'Authorization': opts['authorization'],
417
+ 'cacheduration': opts['cacheduration'],
418
+ 'cachegroup': opts['cachegroup'],
419
+ 'cachekey': opts['cachekey'],
420
+ 'cachescope': opts['cachescope'],
365
421
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
366
422
  'zeusportal-postas': opts['zeusportalPostas'],
367
423
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -390,6 +446,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
390
446
  * @param {module:model/Comment} comment Post to update
391
447
  * @param {Object} opts Optional parameters
392
448
  * @param {String} [authorization] The authorization token of the logged in user
449
+ * @param {Number} [cacheduration] The how long the cache entry should persist
450
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
451
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
452
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
393
453
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
394
454
  * @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
395
455
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -416,6 +476,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
416
476
  var queryParams = {};
417
477
  var headerParams = {
418
478
  'Authorization': opts['authorization'],
479
+ 'cacheduration': opts['cacheduration'],
480
+ 'cachegroup': opts['cachegroup'],
481
+ 'cachekey': opts['cachekey'],
482
+ 'cachescope': opts['cachescope'],
419
483
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
420
484
  'zeusportal-postas': opts['zeusportalPostas'],
421
485
  'zeusportal-postas-site': opts['zeusportalPostasSite'],