@gobodo/gobodo-api-promise 0.1.36 → 0.1.38

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 +14 -2
  4. package/dist/api/AdCampaignsApi.js +98 -2
  5. package/dist/api/AdManagementApi.js +146 -2
  6. package/dist/api/AdminDataManagementApi.js +14 -2
  7. package/dist/api/AdsApi.js +74 -2
  8. package/dist/api/AttachmentsApi.js +86 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +86 -2
  11. package/dist/api/CommentsApi.js +98 -2
  12. package/dist/api/ContentManagementApi.js +290 -2
  13. package/dist/api/ConversationsApi.js +110 -2
  14. package/dist/api/DataSheetImportsApi.js +182 -2
  15. package/dist/api/DefaultApi.js +134 -2
  16. package/dist/api/DocumentsApi.js +158 -2
  17. package/dist/api/EntryPartsApi.js +158 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +38 -2
  20. package/dist/api/FilesApi.js +14 -2
  21. package/dist/api/FormsApi.js +218 -2
  22. package/dist/api/FunctionsApi.js +14 -2
  23. package/dist/api/GeocodeApi.js +62 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +122 -2
  26. package/dist/api/GraphObjectTypesApi.js +110 -2
  27. package/dist/api/GraphObjectsApi.js +779 -11
  28. package/dist/api/GraphRelationshipTypesApi.js +206 -2
  29. package/dist/api/GraphRelationshipsApi.js +374 -2
  30. package/dist/api/GraphSchemasApi.js +86 -2
  31. package/dist/api/GraphTraversalApi.js +144 -2
  32. package/dist/api/GraphsApi.js +134 -2
  33. package/dist/api/GroupsApi.js +134 -2
  34. package/dist/api/IAMApi.js +50 -2
  35. package/dist/api/ImagesApi.js +98 -2
  36. package/dist/api/InvitesApi.js +62 -2
  37. package/dist/api/LikesApi.js +146 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +26 -2
  40. package/dist/api/MeetingEventsApi.js +62 -2
  41. package/dist/api/PagesApi.js +110 -2
  42. package/dist/api/PostsApi.js +62 -2
  43. package/dist/api/PrivateMessagesApi.js +194 -2
  44. package/dist/api/PublicationsApi.js +14 -2
  45. package/dist/api/ScreensApi.js +38 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +458 -2
  48. package/dist/api/TagsApi.js +14 -2
  49. package/dist/api/TemplatesApi.js +38 -2
  50. package/dist/api/ThemeMappingsApi.js +38 -2
  51. package/dist/api/TransactionsApi.js +8 -8
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +110 -2
  54. package/dist/api/UsersApi.js +110 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +134 -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 +54 -54
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +34 -34
  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 +31 -31
  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 +54 -54
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +25 -25
  85. package/dist/model/DocumentType.js +27 -27
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +50 -50
  88. package/dist/model/File.js +65 -65
  89. package/dist/model/FileAttachmentUploadObject.js +65 -65
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +2 -2
  92. package/dist/model/Form.js +29 -29
  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 +25 -25
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +27 -27
  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 +90 -90
  114. package/dist/model/GraphTraversalInput.js +2 -2
  115. package/dist/model/Image.js +87 -87
  116. package/dist/model/ImageUploadObject.js +87 -87
  117. package/dist/model/InputPart.js +29 -29
  118. package/dist/model/InputPartMediaType.js +2 -2
  119. package/dist/model/Link.js +32 -32
  120. package/dist/model/LiveStreamInfo.js +2 -2
  121. package/dist/model/MeetingEvent.js +81 -81
  122. package/dist/model/MeetingEventTimezone.js +2 -2
  123. package/dist/model/MeetingInfo.js +2 -2
  124. package/dist/model/Member.js +25 -25
  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 +29 -29
  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 +30 -30
  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 +30 -30
  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 +50 -50
  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 +30 -30
  165. package/dist/model/TemplateSchema.js +30 -30
  166. package/dist/model/ThemeMapping.js +39 -39
  167. package/dist/model/ThemeMappingPayload.js +25 -25
  168. package/dist/model/Transaction.js +2 -2
  169. package/dist/model/Transfer.js +53 -53
  170. package/dist/model/TransferInput.js +2 -2
  171. package/dist/model/TransferResponse.js +2 -2
  172. package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
  173. package/dist/model/TraversalRelationResponse.js +2 -2
  174. package/dist/model/User.js +25 -25
  175. package/dist/model/UserDataPayload.js +25 -25
  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 +25 -25
  180. package/dist/model/UserTag.js +2 -2
  181. package/dist/model/Userid.js +2 -2
  182. package/dist/model/Video.js +68 -68
  183. package/dist/model/VideoLiveUrl.js +2 -2
  184. package/dist/model/VideoSchema.js +68 -68
  185. package/dist/model/VideoUploadObject.js +68 -68
  186. package/dist/model/ZeusPortalCategory.js +2 -2
  187. package/package.json +1 -1
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.36
22
+ * The version of the OpenAPI document: 0.1.38
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * ContentManagement service.
32
32
  * @module api/ContentManagementApi
33
- * @version 0.1.36
33
+ * @version 0.1.38
34
34
  */
35
35
  var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -51,6 +51,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
52
52
  * @param {Object} opts Optional parameters
53
53
  * @param {String} [authorization] The authorization token of the logged in user
54
+ * @param {Number} [cacheduration] The how long the cache entry should persist
55
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
56
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
57
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
58
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
59
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
60
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -76,6 +80,10 @@ var ContentManagementApi = 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'],
@@ -95,6 +103,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
95
103
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
96
104
  * @param {Object} opts Optional parameters
97
105
  * @param {String} opts.authorization The authorization token of the logged in user
106
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
107
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
108
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
109
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
98
110
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
99
111
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
100
112
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -115,6 +127,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
115
127
  * @param {Number} typeid
116
128
  * @param {Object} opts Optional parameters
117
129
  * @param {String} [authorization] The authorization token of the logged in user
130
+ * @param {Number} [cacheduration] The how long the cache entry should persist
131
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
132
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
133
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
118
134
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
119
135
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
120
136
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -141,6 +157,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
141
157
  var queryParams = {};
142
158
  var headerParams = {
143
159
  'Authorization': opts['authorization'],
160
+ 'cacheduration': opts['cacheduration'],
161
+ 'cachegroup': opts['cachegroup'],
162
+ 'cachekey': opts['cachekey'],
163
+ 'cachescope': opts['cachescope'],
144
164
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
145
165
  'zeusportal-postas': opts['zeusportalPostas'],
146
166
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -160,6 +180,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
160
180
  * @param {Number} typeid
161
181
  * @param {Object} opts Optional parameters
162
182
  * @param {String} opts.authorization The authorization token of the logged in user
183
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
184
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
185
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
186
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
163
187
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
164
188
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
165
189
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -178,6 +202,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
178
202
  * @param {Number} id
179
203
  * @param {Object} opts Optional parameters
180
204
  * @param {String} [authorization] The authorization token of the logged in user
205
+ * @param {Number} [cacheduration] The how long the cache entry should persist
206
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
207
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
208
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
181
209
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
182
210
  * @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
183
211
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -200,6 +228,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
200
228
  var queryParams = {};
201
229
  var headerParams = {
202
230
  'Authorization': opts['authorization'],
231
+ 'cacheduration': opts['cacheduration'],
232
+ 'cachegroup': opts['cachegroup'],
233
+ 'cachekey': opts['cachekey'],
234
+ 'cachescope': opts['cachescope'],
203
235
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
204
236
  'zeusportal-postas': opts['zeusportalPostas'],
205
237
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -217,6 +249,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
217
249
  * @param {Number} id
218
250
  * @param {Object} opts Optional parameters
219
251
  * @param {String} opts.authorization The authorization token of the logged in user
252
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
253
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
254
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
255
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
220
256
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
221
257
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
222
258
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -237,6 +273,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
237
273
  * @param {Number} docid
238
274
  * @param {Object} opts Optional parameters
239
275
  * @param {String} [authorization] The authorization token of the logged in user
276
+ * @param {Number} [cacheduration] The how long the cache entry should persist
277
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
278
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
279
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
240
280
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
241
281
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
242
282
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -258,6 +298,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
258
298
  var queryParams = {};
259
299
  var headerParams = {
260
300
  'Authorization': opts['authorization'],
301
+ 'cacheduration': opts['cacheduration'],
302
+ 'cachegroup': opts['cachegroup'],
303
+ 'cachekey': opts['cachekey'],
304
+ 'cachescope': opts['cachescope'],
261
305
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
262
306
  'zeusportal-postas': opts['zeusportalPostas'],
263
307
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -276,6 +320,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
276
320
  * @param {Number} docid
277
321
  * @param {Object} opts Optional parameters
278
322
  * @param {String} opts.authorization The authorization token of the logged in user
323
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
324
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
325
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
326
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
279
327
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
280
328
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
281
329
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -295,6 +343,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
295
343
  * @param {Number} docpartid
296
344
  * @param {Object} opts Optional parameters
297
345
  * @param {String} [authorization] The authorization token of the logged in user
346
+ * @param {Number} [cacheduration] The how long the cache entry should persist
347
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
348
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
349
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
298
350
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
299
351
  * @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
300
352
  * @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 +368,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
316
368
  var queryParams = {};
317
369
  var headerParams = {
318
370
  'Authorization': opts['authorization'],
371
+ 'cacheduration': opts['cacheduration'],
372
+ 'cachegroup': opts['cachegroup'],
373
+ 'cachekey': opts['cachekey'],
374
+ 'cachescope': opts['cachescope'],
319
375
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
320
376
  'zeusportal-postas': opts['zeusportalPostas'],
321
377
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -334,6 +390,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
334
390
  * @param {Number} docpartid
335
391
  * @param {Object} opts Optional parameters
336
392
  * @param {String} opts.authorization The authorization token of the logged in user
393
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
394
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
395
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
396
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
337
397
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
338
398
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
339
399
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -354,6 +414,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
354
414
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
355
415
  * @param {Object} opts Optional parameters
356
416
  * @param {String} [authorization] The authorization token of the logged in user
417
+ * @param {Number} [cacheduration] The how long the cache entry should persist
418
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
419
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
420
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
357
421
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
358
422
  * @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
359
423
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -379,6 +443,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
379
443
  var queryParams = {};
380
444
  var headerParams = {
381
445
  'Authorization': opts['authorization'],
446
+ 'cacheduration': opts['cacheduration'],
447
+ 'cachegroup': opts['cachegroup'],
448
+ 'cachekey': opts['cachekey'],
449
+ 'cachescope': opts['cachescope'],
382
450
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
383
451
  'zeusportal-postas': opts['zeusportalPostas'],
384
452
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -398,6 +466,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
398
466
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
399
467
  * @param {Object} opts Optional parameters
400
468
  * @param {String} opts.authorization The authorization token of the logged in user
469
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
470
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
471
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
472
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
401
473
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
402
474
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
403
475
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -417,6 +489,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
417
489
  * @param {Array.<module:model/Document>} document Document or array of documents to create
418
490
  * @param {Object} opts Optional parameters
419
491
  * @param {String} [authorization] The authorization token of the logged in user
492
+ * @param {Number} [cacheduration] The how long the cache entry should persist
493
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
494
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
495
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
420
496
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
421
497
  * @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
422
498
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -436,6 +512,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
436
512
  var queryParams = {};
437
513
  var headerParams = {
438
514
  'Authorization': opts['authorization'],
515
+ 'cacheduration': opts['cacheduration'],
516
+ 'cachegroup': opts['cachegroup'],
517
+ 'cachekey': opts['cachekey'],
518
+ 'cachescope': opts['cachescope'],
439
519
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
440
520
  'zeusportal-postas': opts['zeusportalPostas'],
441
521
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -454,6 +534,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
454
534
  * @param {Array.<module:model/Document>} document Document or array of documents to create
455
535
  * @param {Object} opts Optional parameters
456
536
  * @param {String} opts.authorization The authorization token of the logged in user
537
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
538
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
539
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
540
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
457
541
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
458
542
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
459
543
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -473,6 +557,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
473
557
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
474
558
  * @param {Object} opts Optional parameters
475
559
  * @param {String} [authorization] The authorization token of the logged in user
560
+ * @param {Number} [cacheduration] The how long the cache entry should persist
561
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
562
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
563
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
476
564
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
477
565
  * @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
478
566
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -492,6 +580,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
492
580
  var queryParams = {};
493
581
  var headerParams = {
494
582
  'Authorization': opts['authorization'],
583
+ 'cacheduration': opts['cacheduration'],
584
+ 'cachegroup': opts['cachegroup'],
585
+ 'cachekey': opts['cachekey'],
586
+ 'cachescope': opts['cachescope'],
495
587
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
496
588
  'zeusportal-postas': opts['zeusportalPostas'],
497
589
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -510,6 +602,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
510
602
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
511
603
  * @param {Object} opts Optional parameters
512
604
  * @param {String} opts.authorization The authorization token of the logged in user
605
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
606
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
607
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
608
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
513
609
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
514
610
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
515
611
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -530,6 +626,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
530
626
  * @param {Number} docpartid
531
627
  * @param {Object} opts Optional parameters
532
628
  * @param {String} [authorization] The authorization token of the logged in user
629
+ * @param {Number} [cacheduration] The how long the cache entry should persist
630
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
631
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
632
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
533
633
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
534
634
  * @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
535
635
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -551,6 +651,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
551
651
  var queryParams = {};
552
652
  var headerParams = {
553
653
  'Authorization': opts['authorization'],
654
+ 'cacheduration': opts['cacheduration'],
655
+ 'cachegroup': opts['cachegroup'],
656
+ 'cachekey': opts['cachekey'],
657
+ 'cachescope': opts['cachescope'],
554
658
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
555
659
  'zeusportal-postas': opts['zeusportalPostas'],
556
660
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -570,6 +674,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
570
674
  * @param {Number} docpartid
571
675
  * @param {Object} opts Optional parameters
572
676
  * @param {String} opts.authorization The authorization token of the logged in user
677
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
678
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
679
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
680
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
573
681
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
574
682
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
575
683
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -590,6 +698,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
590
698
  * @param {Number} docid
591
699
  * @param {Object} opts Optional parameters
592
700
  * @param {String} [authorization] The authorization token of the logged in user
701
+ * @param {Number} [cacheduration] The how long the cache entry should persist
702
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
703
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
704
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
593
705
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
594
706
  * @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
595
707
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -611,6 +723,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
611
723
  var queryParams = {};
612
724
  var headerParams = {
613
725
  'Authorization': opts['authorization'],
726
+ 'cacheduration': opts['cacheduration'],
727
+ 'cachegroup': opts['cachegroup'],
728
+ 'cachekey': opts['cachekey'],
729
+ 'cachescope': opts['cachescope'],
614
730
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
615
731
  'zeusportal-postas': opts['zeusportalPostas'],
616
732
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -630,6 +746,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
630
746
  * @param {Number} docid
631
747
  * @param {Object} opts Optional parameters
632
748
  * @param {String} opts.authorization The authorization token of the logged in user
749
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
750
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
751
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
752
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
633
753
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
634
754
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
635
755
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -650,6 +770,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
650
770
  * @param {module:model/Document} document The document to update
651
771
  * @param {Object} opts Optional parameters
652
772
  * @param {String} [authorization] The authorization token of the logged in user
773
+ * @param {Number} [cacheduration] The how long the cache entry should persist
774
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
775
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
776
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
653
777
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
654
778
  * @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
655
779
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -675,6 +799,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
675
799
  var queryParams = {};
676
800
  var headerParams = {
677
801
  'Authorization': opts['authorization'],
802
+ 'cacheduration': opts['cacheduration'],
803
+ 'cachegroup': opts['cachegroup'],
804
+ 'cachekey': opts['cachekey'],
805
+ 'cachescope': opts['cachescope'],
678
806
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
679
807
  'zeusportal-postas': opts['zeusportalPostas'],
680
808
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -694,6 +822,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
694
822
  * @param {module:model/Document} document The document to update
695
823
  * @param {Object} opts Optional parameters
696
824
  * @param {String} opts.authorization The authorization token of the logged in user
825
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
826
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
827
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
828
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
697
829
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
698
830
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
699
831
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -712,6 +844,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
712
844
  * Root for the API
713
845
  * @param {Object} opts Optional parameters
714
846
  * @param {String} [authorization] The authorization token of the logged in user
847
+ * @param {Number} [cacheduration] The how long the cache entry should persist
848
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
849
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
850
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
715
851
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
716
852
  * @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
717
853
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -727,6 +863,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
727
863
  var queryParams = {};
728
864
  var headerParams = {
729
865
  'Authorization': opts['authorization'],
866
+ 'cacheduration': opts['cacheduration'],
867
+ 'cachegroup': opts['cachegroup'],
868
+ 'cachekey': opts['cachekey'],
869
+ 'cachescope': opts['cachescope'],
730
870
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
731
871
  'zeusportal-postas': opts['zeusportalPostas'],
732
872
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -744,6 +884,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
744
884
  * Root for the API
745
885
  * @param {Object} opts Optional parameters
746
886
  * @param {String} opts.authorization The authorization token of the logged in user
887
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
888
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
889
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
890
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
747
891
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
748
892
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
749
893
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -762,6 +906,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
762
906
  * Root for the API
763
907
  * @param {Object} opts Optional parameters
764
908
  * @param {String} [authorization] The authorization token of the logged in user
909
+ * @param {Number} [cacheduration] The how long the cache entry should persist
910
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
911
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
912
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
765
913
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
766
914
  * @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
767
915
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -777,6 +925,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
777
925
  var queryParams = {};
778
926
  var headerParams = {
779
927
  'Authorization': opts['authorization'],
928
+ 'cacheduration': opts['cacheduration'],
929
+ 'cachegroup': opts['cachegroup'],
930
+ 'cachekey': opts['cachekey'],
931
+ 'cachescope': opts['cachescope'],
780
932
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
781
933
  'zeusportal-postas': opts['zeusportalPostas'],
782
934
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -794,6 +946,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
794
946
  * Root for the API
795
947
  * @param {Object} opts Optional parameters
796
948
  * @param {String} opts.authorization The authorization token of the logged in user
949
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
950
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
951
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
952
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
797
953
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
798
954
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
799
955
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -812,6 +968,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
812
968
  * Returns all documents
813
969
  * @param {Object} opts Optional parameters
814
970
  * @param {String} [authorization] The authorization token of the logged in user
971
+ * @param {Number} [cacheduration] The how long the cache entry should persist
972
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
973
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
974
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
815
975
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
816
976
  * @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
817
977
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -827,6 +987,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
827
987
  var queryParams = {};
828
988
  var headerParams = {
829
989
  'Authorization': opts['authorization'],
990
+ 'cacheduration': opts['cacheduration'],
991
+ 'cachegroup': opts['cachegroup'],
992
+ 'cachekey': opts['cachekey'],
993
+ 'cachescope': opts['cachescope'],
830
994
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
831
995
  'zeusportal-postas': opts['zeusportalPostas'],
832
996
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -844,6 +1008,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
844
1008
  * Returns all documents
845
1009
  * @param {Object} opts Optional parameters
846
1010
  * @param {String} opts.authorization The authorization token of the logged in user
1011
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1012
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1013
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1014
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
847
1015
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
848
1016
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
849
1017
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -864,6 +1032,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
864
1032
  * @param {Number} pagenum
865
1033
  * @param {Object} opts Optional parameters
866
1034
  * @param {String} [authorization] The authorization token of the logged in user
1035
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1036
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1037
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1038
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
867
1039
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
868
1040
  * @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
869
1041
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -890,6 +1062,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
890
1062
  var queryParams = {};
891
1063
  var headerParams = {
892
1064
  'Authorization': opts['authorization'],
1065
+ 'cacheduration': opts['cacheduration'],
1066
+ 'cachegroup': opts['cachegroup'],
1067
+ 'cachekey': opts['cachekey'],
1068
+ 'cachescope': opts['cachescope'],
893
1069
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
894
1070
  'zeusportal-postas': opts['zeusportalPostas'],
895
1071
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -909,6 +1085,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
909
1085
  * @param {Number} pagenum
910
1086
  * @param {Object} opts Optional parameters
911
1087
  * @param {String} opts.authorization The authorization token of the logged in user
1088
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1089
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1090
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1091
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
912
1092
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
913
1093
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
914
1094
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -928,6 +1108,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
928
1108
  * @param {Number} id
929
1109
  * @param {Object} opts Optional parameters
930
1110
  * @param {String} [authorization] The authorization token of the logged in user
1111
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1112
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1113
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1114
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
931
1115
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
932
1116
  * @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
933
1117
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -949,6 +1133,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
949
1133
  var queryParams = {};
950
1134
  var headerParams = {
951
1135
  'Authorization': opts['authorization'],
1136
+ 'cacheduration': opts['cacheduration'],
1137
+ 'cachegroup': opts['cachegroup'],
1138
+ 'cachekey': opts['cachekey'],
1139
+ 'cachescope': opts['cachescope'],
952
1140
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
953
1141
  'zeusportal-postas': opts['zeusportalPostas'],
954
1142
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -967,6 +1155,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
967
1155
  * @param {Number} id
968
1156
  * @param {Object} opts Optional parameters
969
1157
  * @param {String} opts.authorization The authorization token of the logged in user
1158
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1159
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1160
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1161
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
970
1162
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
971
1163
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
972
1164
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -986,6 +1178,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
986
1178
  * @param {Number} id
987
1179
  * @param {Object} opts Optional parameters
988
1180
  * @param {String} [authorization] The authorization token of the logged in user
1181
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1182
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1183
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1184
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
989
1185
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
990
1186
  * @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
991
1187
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1007,6 +1203,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1007
1203
  var queryParams = {};
1008
1204
  var headerParams = {
1009
1205
  'Authorization': opts['authorization'],
1206
+ 'cacheduration': opts['cacheduration'],
1207
+ 'cachegroup': opts['cachegroup'],
1208
+ 'cachekey': opts['cachekey'],
1209
+ 'cachescope': opts['cachescope'],
1010
1210
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1011
1211
  'zeusportal-postas': opts['zeusportalPostas'],
1012
1212
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1025,6 +1225,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1025
1225
  * @param {Number} id
1026
1226
  * @param {Object} opts Optional parameters
1027
1227
  * @param {String} opts.authorization The authorization token of the logged in user
1228
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1229
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1230
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1231
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1028
1232
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1029
1233
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1030
1234
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1044,6 +1248,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1044
1248
  * @param {Number} id
1045
1249
  * @param {Object} opts Optional parameters
1046
1250
  * @param {String} [authorization] The authorization token of the logged in user
1251
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1252
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1253
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1254
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1047
1255
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1048
1256
  * @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
1049
1257
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1065,6 +1273,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1065
1273
  var queryParams = {};
1066
1274
  var headerParams = {
1067
1275
  'Authorization': opts['authorization'],
1276
+ 'cacheduration': opts['cacheduration'],
1277
+ 'cachegroup': opts['cachegroup'],
1278
+ 'cachekey': opts['cachekey'],
1279
+ 'cachescope': opts['cachescope'],
1068
1280
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1069
1281
  'zeusportal-postas': opts['zeusportalPostas'],
1070
1282
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1083,6 +1295,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1083
1295
  * @param {Number} id
1084
1296
  * @param {Object} opts Optional parameters
1085
1297
  * @param {String} opts.authorization The authorization token of the logged in user
1298
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1299
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1300
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1301
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1086
1302
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1087
1303
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1088
1304
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1103,6 +1319,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1103
1319
  * @param {Number} id2
1104
1320
  * @param {Object} opts Optional parameters
1105
1321
  * @param {String} [authorization] The authorization token of the logged in user
1322
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1323
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1324
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1325
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1106
1326
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1107
1327
  * @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
1108
1328
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1128,6 +1348,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1128
1348
  var queryParams = {};
1129
1349
  var headerParams = {
1130
1350
  'Authorization': opts['authorization'],
1351
+ 'cacheduration': opts['cacheduration'],
1352
+ 'cachegroup': opts['cachegroup'],
1353
+ 'cachekey': opts['cachekey'],
1354
+ 'cachescope': opts['cachescope'],
1131
1355
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1132
1356
  'zeusportal-postas': opts['zeusportalPostas'],
1133
1357
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1149,6 +1373,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1149
1373
  * @param {Number} id2
1150
1374
  * @param {Object} opts Optional parameters
1151
1375
  * @param {String} opts.authorization The authorization token of the logged in user
1376
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1377
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1378
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1379
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1152
1380
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1153
1381
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1154
1382
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1168,6 +1396,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1168
1396
  * @param {Number} id
1169
1397
  * @param {Object} opts Optional parameters
1170
1398
  * @param {String} [authorization] The authorization token of the logged in user
1399
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1400
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1401
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1402
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1171
1403
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1172
1404
  * @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
1173
1405
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1189,6 +1421,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1189
1421
  var queryParams = {};
1190
1422
  var headerParams = {
1191
1423
  'Authorization': opts['authorization'],
1424
+ 'cacheduration': opts['cacheduration'],
1425
+ 'cachegroup': opts['cachegroup'],
1426
+ 'cachekey': opts['cachekey'],
1427
+ 'cachescope': opts['cachescope'],
1192
1428
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1193
1429
  'zeusportal-postas': opts['zeusportalPostas'],
1194
1430
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1207,6 +1443,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1207
1443
  * @param {Number} id
1208
1444
  * @param {Object} opts Optional parameters
1209
1445
  * @param {String} opts.authorization The authorization token of the logged in user
1446
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1447
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1448
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1449
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1210
1450
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1211
1451
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1212
1452
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1226,6 +1466,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1226
1466
  * @param {Number} typeid
1227
1467
  * @param {Object} opts Optional parameters
1228
1468
  * @param {String} [authorization] The authorization token of the logged in user
1469
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1470
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1471
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1472
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1229
1473
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1230
1474
  * @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
1231
1475
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1247,6 +1491,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1247
1491
  var queryParams = {};
1248
1492
  var headerParams = {
1249
1493
  'Authorization': opts['authorization'],
1494
+ 'cacheduration': opts['cacheduration'],
1495
+ 'cachegroup': opts['cachegroup'],
1496
+ 'cachekey': opts['cachekey'],
1497
+ 'cachescope': opts['cachescope'],
1250
1498
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1251
1499
  'zeusportal-postas': opts['zeusportalPostas'],
1252
1500
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1265,6 +1513,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1265
1513
  * @param {Number} typeid
1266
1514
  * @param {Object} opts Optional parameters
1267
1515
  * @param {String} opts.authorization The authorization token of the logged in user
1516
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1517
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1518
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1519
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1268
1520
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1269
1521
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1270
1522
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1286,6 +1538,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1286
1538
  * @param {Number} partindex
1287
1539
  * @param {Object} opts Optional parameters
1288
1540
  * @param {String} [authorization] The authorization token of the logged in user
1541
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1542
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1543
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1544
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1289
1545
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1290
1546
  * @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
1291
1547
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1317,6 +1573,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1317
1573
  var queryParams = {};
1318
1574
  var headerParams = {
1319
1575
  'Authorization': opts['authorization'],
1576
+ 'cacheduration': opts['cacheduration'],
1577
+ 'cachegroup': opts['cachegroup'],
1578
+ 'cachekey': opts['cachekey'],
1579
+ 'cachescope': opts['cachescope'],
1320
1580
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1321
1581
  'zeusportal-postas': opts['zeusportalPostas'],
1322
1582
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1337,6 +1597,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1337
1597
  * @param {Number} partindex
1338
1598
  * @param {Object} opts Optional parameters
1339
1599
  * @param {String} opts.authorization The authorization token of the logged in user
1600
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1601
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1602
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1603
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1340
1604
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1341
1605
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1342
1606
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1358,6 +1622,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1358
1622
  * @param {Number} partindex
1359
1623
  * @param {Object} opts Optional parameters
1360
1624
  * @param {String} [authorization] The authorization token of the logged in user
1625
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1626
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1627
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1628
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1361
1629
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1362
1630
  * @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
1363
1631
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1389,6 +1657,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1389
1657
  var queryParams = {};
1390
1658
  var headerParams = {
1391
1659
  'Authorization': opts['authorization'],
1660
+ 'cacheduration': opts['cacheduration'],
1661
+ 'cachegroup': opts['cachegroup'],
1662
+ 'cachekey': opts['cachekey'],
1663
+ 'cachescope': opts['cachescope'],
1392
1664
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1393
1665
  'zeusportal-postas': opts['zeusportalPostas'],
1394
1666
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1409,6 +1681,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1409
1681
  * @param {Number} partindex
1410
1682
  * @param {Object} opts Optional parameters
1411
1683
  * @param {String} opts.authorization The authorization token of the logged in user
1684
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1685
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1686
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1687
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1412
1688
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1413
1689
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1414
1690
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1429,6 +1705,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1429
1705
  * @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
1430
1706
  * @param {Object} opts Optional parameters
1431
1707
  * @param {String} [authorization] The authorization token of the logged in user
1708
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1709
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1710
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1711
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1432
1712
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1433
1713
  * @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
1434
1714
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1454,6 +1734,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1454
1734
  var queryParams = {};
1455
1735
  var headerParams = {
1456
1736
  'Authorization': opts['authorization'],
1737
+ 'cacheduration': opts['cacheduration'],
1738
+ 'cachegroup': opts['cachegroup'],
1739
+ 'cachekey': opts['cachekey'],
1740
+ 'cachescope': opts['cachescope'],
1457
1741
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1458
1742
  'zeusportal-postas': opts['zeusportalPostas'],
1459
1743
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1473,6 +1757,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1473
1757
  * @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
1474
1758
  * @param {Object} opts Optional parameters
1475
1759
  * @param {String} opts.authorization The authorization token of the logged in user
1760
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1761
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1762
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1763
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1476
1764
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1477
1765
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1478
1766
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page