@gobodo/gobodo-api-promise 0.1.36 → 0.1.39

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 (190) hide show
  1. package/README.md +11 -6
  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 +527 -3
  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/index.js +6 -13
  58. package/dist/model/APIClient.js +2 -2
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +31 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +16 -47
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +303 -0
  67. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +187 -0
  68. package/dist/model/Article.js +2 -2
  69. package/dist/model/AuthResponse.js +2 -2
  70. package/dist/model/Balance.js +49 -49
  71. package/dist/model/BalanceDetails.js +2 -2
  72. package/dist/model/BalanceResponse.js +2 -2
  73. package/dist/model/BankAccountInfo.js +2 -2
  74. package/dist/model/CardInfo.js +2 -2
  75. package/dist/model/Comment.js +28 -28
  76. package/dist/model/Coordinates.js +2 -2
  77. package/dist/model/CreateAccountResponse.js +2 -2
  78. package/dist/model/CreateStripeAccountInput.js +27 -2
  79. package/dist/model/CreateStripeCustomerInput.js +2 -2
  80. package/dist/model/CustomerResponse.js +2 -2
  81. package/dist/model/DataObject.js +2 -2
  82. package/dist/model/DataSheetImport.js +141 -141
  83. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  84. package/dist/model/DataSheetImportSummary.js +25 -25
  85. package/dist/model/Document.js +2 -2
  86. package/dist/model/DocumentPart.js +31 -31
  87. package/dist/model/DocumentPartType.js +2 -2
  88. package/dist/model/DocumentType.js +27 -27
  89. package/dist/model/FieldMapping.js +2 -2
  90. package/dist/model/Fields.js +52 -52
  91. package/dist/model/File.js +25 -25
  92. package/dist/model/FileAttachmentUploadObject.js +25 -25
  93. package/dist/model/Filter.js +2 -2
  94. package/dist/model/FilterManager.js +2 -2
  95. package/dist/model/Form.js +2 -2
  96. package/dist/model/FormSection.js +2 -2
  97. package/dist/model/FormSubmission.js +2 -2
  98. package/dist/model/Geocode.js +2 -2
  99. package/dist/model/GeocodePayload.js +2 -2
  100. package/dist/model/GeolocationInput.js +2 -2
  101. package/dist/model/Graph.js +25 -25
  102. package/dist/model/GraphAction.js +2 -2
  103. package/dist/model/GraphDatabaseService.js +2 -2
  104. package/dist/model/GraphGeocode.js +2 -2
  105. package/dist/model/GraphIteratorEntryPart.js +8 -8
  106. package/dist/model/GraphObject.js +2 -2
  107. package/dist/model/GraphObjectPayload.js +2 -2
  108. package/dist/model/GraphObjectSchema.js +30 -30
  109. package/dist/model/GraphObjectType.js +2 -2
  110. package/dist/model/GraphObjectTypeSchema.js +2 -2
  111. package/dist/model/GraphOwner.js +2 -2
  112. package/dist/model/GraphRelationObjectObject.js +2 -2
  113. package/dist/model/GraphRelationship.js +2 -2
  114. package/dist/model/GraphRelationshipPayload.js +2 -2
  115. package/dist/model/GraphRelationshipType.js +2 -2
  116. package/dist/model/GraphSchema.js +90 -90
  117. package/dist/model/GraphTraversalInput.js +2 -2
  118. package/dist/model/Image.js +23 -23
  119. package/dist/model/ImageUploadObject.js +23 -23
  120. package/dist/model/InputPart.js +2 -2
  121. package/dist/model/InputPartMediaType.js +2 -2
  122. package/dist/model/Link.js +28 -28
  123. package/dist/model/LiveStreamInfo.js +2 -2
  124. package/dist/model/MeetingEvent.js +81 -81
  125. package/dist/model/MeetingEventTimezone.js +2 -2
  126. package/dist/model/MeetingInfo.js +2 -2
  127. package/dist/model/Member.js +31 -31
  128. package/dist/model/MemberGroupCategory.js +2 -2
  129. package/dist/model/MemberList.js +2 -2
  130. package/dist/model/MessageGroup.js +25 -25
  131. package/dist/model/MultipartBody.js +2 -2
  132. package/dist/model/Objecttype.js +2 -2
  133. package/dist/model/Page.js +2 -2
  134. package/dist/model/PageSchema.js +27 -27
  135. package/dist/model/Pageable.js +2 -2
  136. package/dist/model/Path.js +2 -2
  137. package/dist/model/PaymentAccountObject.js +2 -2
  138. package/dist/model/PaymentIntentInput.js +2 -2
  139. package/dist/model/PaymentIntentResponse.js +2 -2
  140. package/dist/model/PaymentMethod.js +2 -2
  141. package/dist/model/PaymentMethodInput.js +2 -2
  142. package/dist/model/PaymentMethodResponse.js +2 -2
  143. package/dist/model/PaymentMethodsResponse.js +2 -2
  144. package/dist/model/Payout.js +30 -30
  145. package/dist/model/PayoutInput.js +2 -2
  146. package/dist/model/PayoutResponse.js +2 -2
  147. package/dist/model/Post.js +2 -2
  148. package/dist/model/PrivateMessage.js +25 -25
  149. package/dist/model/PrivateMessageConversation.js +33 -33
  150. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  151. package/dist/model/Profile.js +2 -2
  152. package/dist/model/Profiletype.js +2 -2
  153. package/dist/model/PropertyContainer.js +25 -25
  154. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  155. package/dist/model/RelationshipMapping.js +2 -2
  156. package/dist/model/ScreenSchema.js +2 -2
  157. package/dist/model/SimulcastInfo.js +2 -2
  158. package/dist/model/SkinField.js +52 -52
  159. package/dist/model/SocialGroup.js +2 -2
  160. package/dist/model/SocialGroupType.js +2 -2
  161. package/dist/model/Sort.js +2 -2
  162. package/dist/model/SourceTypes.js +2 -2
  163. package/dist/model/StatusUpdate.js +2 -2
  164. package/dist/model/StreetAddress.js +2 -2
  165. package/dist/model/StripeAccount.js +52 -2
  166. package/dist/model/StripeCustomerAccount.js +2 -2
  167. package/dist/model/Template.js +2 -2
  168. package/dist/model/TemplateSchema.js +2 -2
  169. package/dist/model/ThemeMapping.js +2 -2
  170. package/dist/model/ThemeMappingPayload.js +2 -2
  171. package/dist/model/Transaction.js +2 -2
  172. package/dist/model/Transfer.js +30 -30
  173. package/dist/model/TransferInput.js +2 -2
  174. package/dist/model/TransferResponse.js +2 -2
  175. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  176. package/dist/model/TraversalRelationResponse.js +2 -2
  177. package/dist/model/User.js +31 -31
  178. package/dist/model/UserDataPayload.js +31 -31
  179. package/dist/model/UserDomain.js +2 -2
  180. package/dist/model/UserInvite.js +2 -2
  181. package/dist/model/UserInviteInput.js +2 -2
  182. package/dist/model/UserSchema.js +31 -31
  183. package/dist/model/UserTag.js +2 -2
  184. package/dist/model/Userid.js +2 -2
  185. package/dist/model/Video.js +2 -2
  186. package/dist/model/VideoLiveUrl.js +2 -2
  187. package/dist/model/VideoSchema.js +29 -29
  188. package/dist/model/VideoUploadObject.js +2 -2
  189. package/dist/model/ZeusPortalCategory.js +2 -2
  190. package/package.json +1 -1
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
18
18
  * gobodo-api
19
19
  * REST Interface for Gobodo API
20
20
  *
21
- * The version of the OpenAPI document: 0.1.36
21
+ * The version of the OpenAPI document: 0.1.39
22
22
  * Contact: info@gobodo.io
23
23
  *
24
24
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * UserTags service.
31
31
  * @module api/UserTagsApi
32
- * @version 0.1.36
32
+ * @version 0.1.39
33
33
  */
34
34
  var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -50,6 +50,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
50
50
  * @param {Number} id
51
51
  * @param {Object} opts Optional parameters
52
52
  * @param {String} [authorization] The authorization token of the logged in user
53
+ * @param {Number} [cacheduration] The how long the cache entry should persist
54
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
55
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
56
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
53
57
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
54
58
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
55
59
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -71,6 +75,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
71
75
  var queryParams = {};
72
76
  var headerParams = {
73
77
  'Authorization': opts['authorization'],
78
+ 'cacheduration': opts['cacheduration'],
79
+ 'cachegroup': opts['cachegroup'],
80
+ 'cachekey': opts['cachekey'],
81
+ 'cachescope': opts['cachescope'],
74
82
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
75
83
  'zeusportal-postas': opts['zeusportalPostas'],
76
84
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -90,6 +98,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
90
98
  * @param {Number} id
91
99
  * @param {Object} opts Optional parameters
92
100
  * @param {String} opts.authorization The authorization token of the logged in user
101
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
102
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
103
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
104
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
93
105
  * @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
94
106
  * @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
95
107
  * @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
@@ -108,6 +120,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
108
120
  * Root for the API
109
121
  * @param {Object} opts Optional parameters
110
122
  * @param {String} [authorization] The authorization token of the logged in user
123
+ * @param {Number} [cacheduration] The how long the cache entry should persist
124
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
125
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
126
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
111
127
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
112
128
  * @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
113
129
  * @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 +139,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
123
139
  var queryParams = {};
124
140
  var headerParams = {
125
141
  'Authorization': opts['authorization'],
142
+ 'cacheduration': opts['cacheduration'],
143
+ 'cachegroup': opts['cachegroup'],
144
+ 'cachekey': opts['cachekey'],
145
+ 'cachescope': opts['cachescope'],
126
146
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
127
147
  'zeusportal-postas': opts['zeusportalPostas'],
128
148
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -140,6 +160,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
140
160
  * Root for the API
141
161
  * @param {Object} opts Optional parameters
142
162
  * @param {String} opts.authorization The authorization token of the logged in user
163
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
164
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
165
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
166
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
143
167
  * @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
144
168
  * @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
145
169
  * @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
@@ -160,6 +184,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
160
184
  * @param {Number} id
161
185
  * @param {Object} opts Optional parameters
162
186
  * @param {String} [authorization] The authorization token of the logged in user
187
+ * @param {Number} [cacheduration] The how long the cache entry should persist
188
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
189
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
190
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
163
191
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
164
192
  * @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
165
193
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -181,6 +209,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
181
209
  var queryParams = {};
182
210
  var headerParams = {
183
211
  'Authorization': opts['authorization'],
212
+ 'cacheduration': opts['cacheduration'],
213
+ 'cachegroup': opts['cachegroup'],
214
+ 'cachekey': opts['cachekey'],
215
+ 'cachescope': opts['cachescope'],
184
216
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
185
217
  'zeusportal-postas': opts['zeusportalPostas'],
186
218
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -202,6 +234,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
202
234
  * @param {Number} id
203
235
  * @param {Object} opts Optional parameters
204
236
  * @param {String} opts.authorization The authorization token of the logged in user
237
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
238
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
239
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
240
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
205
241
  * @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
206
242
  * @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
207
243
  * @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
@@ -223,6 +259,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
223
259
  * @param {String} prop
224
260
  * @param {Object} opts Optional parameters
225
261
  * @param {String} [authorization] The authorization token of the logged in user
262
+ * @param {Number} [cacheduration] The how long the cache entry should persist
263
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
264
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
265
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
226
266
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
227
267
  * @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
228
268
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -249,6 +289,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
249
289
  var queryParams = {};
250
290
  var headerParams = {
251
291
  'Authorization': opts['authorization'],
292
+ 'cacheduration': opts['cacheduration'],
293
+ 'cachegroup': opts['cachegroup'],
294
+ 'cachekey': opts['cachekey'],
295
+ 'cachescope': opts['cachescope'],
252
296
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
253
297
  'zeusportal-postas': opts['zeusportalPostas'],
254
298
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -271,6 +315,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
271
315
  * @param {String} prop
272
316
  * @param {Object} opts Optional parameters
273
317
  * @param {String} opts.authorization The authorization token of the logged in user
318
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
319
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
320
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
321
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
274
322
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
275
323
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
276
324
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -290,6 +338,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
290
338
  * @param {Number} id
291
339
  * @param {Object} opts Optional parameters
292
340
  * @param {String} [authorization] The authorization token of the logged in user
341
+ * @param {Number} [cacheduration] The how long the cache entry should persist
342
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
343
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
344
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
293
345
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
294
346
  * @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
295
347
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -311,6 +363,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
311
363
  var queryParams = {};
312
364
  var headerParams = {
313
365
  'Authorization': opts['authorization'],
366
+ 'cacheduration': opts['cacheduration'],
367
+ 'cachegroup': opts['cachegroup'],
368
+ 'cachekey': opts['cachekey'],
369
+ 'cachescope': opts['cachescope'],
314
370
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
315
371
  'zeusportal-postas': opts['zeusportalPostas'],
316
372
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -329,6 +385,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
329
385
  * @param {Number} id
330
386
  * @param {Object} opts Optional parameters
331
387
  * @param {String} opts.authorization The authorization token of the logged in user
388
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
389
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
390
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
391
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
332
392
  * @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
333
393
  * @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
334
394
  * @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
@@ -347,6 +407,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
347
407
  * @param {Number} id
348
408
  * @param {Object} opts Optional parameters
349
409
  * @param {String} [authorization] The authorization token of the logged in user
410
+ * @param {Number} [cacheduration] The how long the cache entry should persist
411
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
412
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
413
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
350
414
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
351
415
  * @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
352
416
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -368,6 +432,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
368
432
  var queryParams = {};
369
433
  var headerParams = {
370
434
  'Authorization': opts['authorization'],
435
+ 'cacheduration': opts['cacheduration'],
436
+ 'cachegroup': opts['cachegroup'],
437
+ 'cachekey': opts['cachekey'],
438
+ 'cachescope': opts['cachescope'],
371
439
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
372
440
  'zeusportal-postas': opts['zeusportalPostas'],
373
441
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -385,6 +453,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
385
453
  * @param {Number} id
386
454
  * @param {Object} opts Optional parameters
387
455
  * @param {String} opts.authorization The authorization token of the logged in user
456
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
457
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
458
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
459
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
388
460
  * @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
389
461
  * @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
390
462
  * @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
@@ -405,6 +477,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
405
477
  * @param {Number} id
406
478
  * @param {Object} opts Optional parameters
407
479
  * @param {String} [authorization] The authorization token of the logged in user
480
+ * @param {Number} [cacheduration] The how long the cache entry should persist
481
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
482
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
483
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
408
484
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
409
485
  * @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
410
486
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -427,6 +503,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
427
503
  var queryParams = {};
428
504
  var headerParams = {
429
505
  'Authorization': opts['authorization'],
506
+ 'cacheduration': opts['cacheduration'],
507
+ 'cachegroup': opts['cachegroup'],
508
+ 'cachekey': opts['cachekey'],
509
+ 'cachescope': opts['cachescope'],
430
510
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
431
511
  'zeusportal-postas': opts['zeusportalPostas'],
432
512
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -446,6 +526,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
446
526
  * @param {Number} id
447
527
  * @param {Object} opts Optional parameters
448
528
  * @param {String} opts.authorization The authorization token of the logged in user
529
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
530
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
531
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
532
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
449
533
  * @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
450
534
  * @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
451
535
  * @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
@@ -468,6 +552,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
468
552
  * @param {String} prop
469
553
  * @param {Object} opts Optional parameters
470
554
  * @param {String} [authorization] The authorization token of the logged in user
555
+ * @param {Number} [cacheduration] The how long the cache entry should persist
556
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
557
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
558
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
471
559
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
472
560
  * @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
473
561
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -495,6 +583,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
495
583
  var queryParams = {};
496
584
  var headerParams = {
497
585
  'Authorization': opts['authorization'],
586
+ 'cacheduration': opts['cacheduration'],
587
+ 'cachegroup': opts['cachegroup'],
588
+ 'cachekey': opts['cachekey'],
589
+ 'cachescope': opts['cachescope'],
498
590
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
499
591
  'zeusportal-postas': opts['zeusportalPostas'],
500
592
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -515,6 +607,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
515
607
  * @param {String} prop
516
608
  * @param {Object} opts Optional parameters
517
609
  * @param {String} opts.authorization The authorization token of the logged in user
610
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
611
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
612
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
613
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
518
614
  * @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
519
615
  * @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
520
616
  * @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
@@ -534,6 +630,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
534
630
  * @param {Number} id
535
631
  * @param {Object} opts Optional parameters
536
632
  * @param {String} [authorization] The authorization token of the logged in user
633
+ * @param {Number} [cacheduration] The how long the cache entry should persist
634
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
635
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
636
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
537
637
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
538
638
  * @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
539
639
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -556,6 +656,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
556
656
  var queryParams = {};
557
657
  var headerParams = {
558
658
  'Authorization': opts['authorization'],
659
+ 'cacheduration': opts['cacheduration'],
660
+ 'cachegroup': opts['cachegroup'],
661
+ 'cachekey': opts['cachekey'],
662
+ 'cachescope': opts['cachescope'],
559
663
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
560
664
  'zeusportal-postas': opts['zeusportalPostas'],
561
665
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -573,6 +677,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
573
677
  * @param {Number} id
574
678
  * @param {Object} opts Optional parameters
575
679
  * @param {String} opts.authorization The authorization token of the logged in user
680
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
681
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
682
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
683
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
576
684
  * @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
577
685
  * @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
578
686
  * @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
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.36
24
+ * The version of the OpenAPI document: 0.1.39
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * Users service.
34
34
  * @module api/UsersApi
35
- * @version 0.1.36
35
+ * @version 0.1.39
36
36
  */
37
37
  var UsersApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -53,6 +53,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
53
53
  * @param {module:model/UserDataPayload} userDataPayload User data to create
54
54
  * @param {Object} opts Optional parameters
55
55
  * @param {String} [authorization] The authorization token of the logged in user
56
+ * @param {Number} [cacheduration] The how long the cache entry should persist
57
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
58
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
59
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
56
60
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
57
61
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
58
62
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -72,6 +76,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
72
76
  var queryParams = {};
73
77
  var headerParams = {
74
78
  'Authorization': opts['authorization'],
79
+ 'cacheduration': opts['cacheduration'],
80
+ 'cachegroup': opts['cachegroup'],
81
+ 'cachekey': opts['cachekey'],
82
+ 'cachescope': opts['cachescope'],
75
83
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
76
84
  'zeusportal-postas': opts['zeusportalPostas'],
77
85
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -91,6 +99,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
91
99
  * @param {module:model/UserDataPayload} userDataPayload User data to create
92
100
  * @param {Object} opts Optional parameters
93
101
  * @param {String} opts.authorization The authorization token of the logged in user
102
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
103
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
104
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
105
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
94
106
  * @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
95
107
  * @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
96
108
  * @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
@@ -109,6 +121,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
109
121
  * Root for the API
110
122
  * @param {Object} opts Optional parameters
111
123
  * @param {String} [authorization] The authorization token of the logged in user
124
+ * @param {Number} [cacheduration] The how long the cache entry should persist
125
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
126
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
127
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
112
128
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
113
129
  * @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
114
130
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -124,6 +140,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
124
140
  var queryParams = {};
125
141
  var headerParams = {
126
142
  'Authorization': opts['authorization'],
143
+ 'cacheduration': opts['cacheduration'],
144
+ 'cachegroup': opts['cachegroup'],
145
+ 'cachekey': opts['cachekey'],
146
+ 'cachescope': opts['cachescope'],
127
147
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
128
148
  'zeusportal-postas': opts['zeusportalPostas'],
129
149
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -141,6 +161,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
141
161
  * Root for the API
142
162
  * @param {Object} opts Optional parameters
143
163
  * @param {String} opts.authorization The authorization token of the logged in user
164
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
165
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
166
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
167
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
144
168
  * @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
145
169
  * @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
146
170
  * @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
@@ -162,6 +186,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
162
186
  * @param {String} type
163
187
  * @param {Object} opts Optional parameters
164
188
  * @param {String} [authorization] The authorization token of the logged in user
189
+ * @param {Number} [cacheduration] The how long the cache entry should persist
190
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
191
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
192
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
165
193
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
166
194
  * @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
167
195
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -188,6 +216,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
188
216
  var queryParams = {};
189
217
  var headerParams = {
190
218
  'Authorization': opts['authorization'],
219
+ 'cacheduration': opts['cacheduration'],
220
+ 'cachegroup': opts['cachegroup'],
221
+ 'cachekey': opts['cachekey'],
222
+ 'cachescope': opts['cachescope'],
191
223
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
192
224
  'zeusportal-postas': opts['zeusportalPostas'],
193
225
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -208,6 +240,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
208
240
  * @param {String} type
209
241
  * @param {Object} opts Optional parameters
210
242
  * @param {String} opts.authorization The authorization token of the logged in user
243
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
244
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
245
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
246
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
211
247
  * @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
212
248
  * @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
213
249
  * @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
@@ -228,6 +264,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
228
264
  * @param {Number} id
229
265
  * @param {Object} opts Optional parameters
230
266
  * @param {String} [authorization] The authorization token of the logged in user
267
+ * @param {Number} [cacheduration] The how long the cache entry should persist
268
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
269
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
270
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
231
271
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
232
272
  * @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
233
273
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -249,6 +289,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
249
289
  var queryParams = {};
250
290
  var headerParams = {
251
291
  'Authorization': opts['authorization'],
292
+ 'cacheduration': opts['cacheduration'],
293
+ 'cachegroup': opts['cachegroup'],
294
+ 'cachekey': opts['cachekey'],
295
+ 'cachescope': opts['cachescope'],
252
296
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
253
297
  'zeusportal-postas': opts['zeusportalPostas'],
254
298
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -268,6 +312,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
268
312
  * @param {Number} id
269
313
  * @param {Object} opts Optional parameters
270
314
  * @param {String} opts.authorization The authorization token of the logged in user
315
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
316
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
317
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
318
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
271
319
  * @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
272
320
  * @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
273
321
  * @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
@@ -287,6 +335,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
287
335
  * Returns the current logged in user
288
336
  * @param {Object} opts Optional parameters
289
337
  * @param {String} [authorization] The authorization token of the logged in user
338
+ * @param {Number} [cacheduration] The how long the cache entry should persist
339
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
340
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
341
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
290
342
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
291
343
  * @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
292
344
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -302,6 +354,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
302
354
  var queryParams = {};
303
355
  var headerParams = {
304
356
  'Authorization': opts['authorization'],
357
+ 'cacheduration': opts['cacheduration'],
358
+ 'cachegroup': opts['cachegroup'],
359
+ 'cachekey': opts['cachekey'],
360
+ 'cachescope': opts['cachescope'],
305
361
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
306
362
  'zeusportal-postas': opts['zeusportalPostas'],
307
363
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -320,6 +376,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
320
376
  * Returns the current logged in user
321
377
  * @param {Object} opts Optional parameters
322
378
  * @param {String} opts.authorization The authorization token of the logged in user
379
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
380
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
381
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
382
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
323
383
  * @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
324
384
  * @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
325
385
  * @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
@@ -340,6 +400,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
340
400
  * @param {Number} id
341
401
  * @param {Object} opts Optional parameters
342
402
  * @param {String} [authorization] The authorization token of the logged in user
403
+ * @param {Number} [cacheduration] The how long the cache entry should persist
404
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
405
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
406
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
343
407
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
344
408
  * @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
345
409
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -361,6 +425,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
361
425
  var queryParams = {};
362
426
  var headerParams = {
363
427
  'Authorization': opts['authorization'],
428
+ 'cacheduration': opts['cacheduration'],
429
+ 'cachegroup': opts['cachegroup'],
430
+ 'cachekey': opts['cachekey'],
431
+ 'cachescope': opts['cachescope'],
364
432
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
365
433
  'zeusportal-postas': opts['zeusportalPostas'],
366
434
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -380,6 +448,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
380
448
  * @param {Number} id
381
449
  * @param {Object} opts Optional parameters
382
450
  * @param {String} opts.authorization The authorization token of the logged in user
451
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
452
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
453
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
454
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
383
455
  * @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
384
456
  * @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
385
457
  * @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
@@ -400,6 +472,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
400
472
  * @param {String} username
401
473
  * @param {Object} opts Optional parameters
402
474
  * @param {String} [authorization] The authorization token of the logged in user
475
+ * @param {Number} [cacheduration] The how long the cache entry should persist
476
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
477
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
478
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
403
479
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
404
480
  * @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
405
481
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -421,6 +497,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
421
497
  var queryParams = {};
422
498
  var headerParams = {
423
499
  'Authorization': opts['authorization'],
500
+ 'cacheduration': opts['cacheduration'],
501
+ 'cachegroup': opts['cachegroup'],
502
+ 'cachekey': opts['cachekey'],
503
+ 'cachescope': opts['cachescope'],
424
504
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
425
505
  'zeusportal-postas': opts['zeusportalPostas'],
426
506
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -440,6 +520,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
440
520
  * @param {String} username
441
521
  * @param {Object} opts Optional parameters
442
522
  * @param {String} opts.authorization The authorization token of the logged in user
523
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
524
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
525
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
526
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
443
527
  * @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
444
528
  * @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
445
529
  * @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
@@ -460,6 +544,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
460
544
  * @param {Number} id
461
545
  * @param {Object} opts Optional parameters
462
546
  * @param {String} [authorization] The authorization token of the logged in user
547
+ * @param {Number} [cacheduration] The how long the cache entry should persist
548
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
549
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
550
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
463
551
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
464
552
  * @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
465
553
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -483,6 +571,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
483
571
  var queryParams = {};
484
572
  var headerParams = {
485
573
  'Authorization': opts['authorization'],
574
+ 'cacheduration': opts['cacheduration'],
575
+ 'cachegroup': opts['cachegroup'],
576
+ 'cachekey': opts['cachekey'],
577
+ 'cachescope': opts['cachescope'],
486
578
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
487
579
  'zeusportal-postas': opts['zeusportalPostas'],
488
580
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -505,6 +597,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
505
597
  * @param {Number} id
506
598
  * @param {Object} opts Optional parameters
507
599
  * @param {String} opts.authorization The authorization token of the logged in user
600
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
601
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
602
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
603
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
508
604
  * @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
509
605
  * @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
510
606
  * @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
@@ -528,6 +624,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
528
624
  * @param {module:model/UserDataPayload} userDataPayload User data to update
529
625
  * @param {Object} opts Optional parameters
530
626
  * @param {String} [authorization] The authorization token of the logged in user
627
+ * @param {Number} [cacheduration] The how long the cache entry should persist
628
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
629
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
630
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
531
631
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
532
632
  * @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
533
633
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -553,6 +653,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
553
653
  var queryParams = {};
554
654
  var headerParams = {
555
655
  'Authorization': opts['authorization'],
656
+ 'cacheduration': opts['cacheduration'],
657
+ 'cachegroup': opts['cachegroup'],
658
+ 'cachekey': opts['cachekey'],
659
+ 'cachescope': opts['cachescope'],
556
660
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
557
661
  'zeusportal-postas': opts['zeusportalPostas'],
558
662
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -573,6 +677,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
573
677
  * @param {module:model/UserDataPayload} userDataPayload User data to update
574
678
  * @param {Object} opts Optional parameters
575
679
  * @param {String} opts.authorization The authorization token of the logged in user
680
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
681
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
682
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
683
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
576
684
  * @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
577
685
  * @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
578
686
  * @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