@gobodo/gobodo-api-promise 0.1.46 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +6 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +101 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +111 -6
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +96 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +2 -2
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +2 -2
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +25 -25
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +2 -2
  82. package/dist/model/DocumentPart.js +23 -23
  83. package/dist/model/DocumentPartType.js +26 -26
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +39 -39
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +2 -2
  114. package/dist/model/ImageUploadObject.js +2 -2
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +25 -25
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +23 -23
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +2 -2
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +34 -34
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +39 -39
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +2 -2
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +27 -27
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +27 -27
  183. package/dist/model/VideoUploadObject.js +27 -27
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -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.46
24
+ * The version of the OpenAPI document: 0.1.48
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(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.46
35
+ * @version 0.1.48
36
36
  */
37
37
  var UsersApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -57,6 +57,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
57
57
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
58
58
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
59
59
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
60
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
60
61
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
61
62
  * @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
62
63
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -80,6 +81,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
80
81
  'cachegroup': opts['cachegroup'],
81
82
  'cachekey': opts['cachekey'],
82
83
  'cachescope': opts['cachescope'],
84
+ 'cacheuser': opts['cacheuser'],
83
85
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
86
  'zeusportal-postas': opts['zeusportalPostas'],
85
87
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -103,6 +105,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
103
105
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
104
106
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
105
107
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
108
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
106
109
  * @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
107
110
  * @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
108
111
  * @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
@@ -117,6 +120,73 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
117
120
  });
118
121
  }
119
122
 
123
+ /**
124
+ * Deactivates the account and clear's the user's data if the purge data flag is true
125
+ * Deactivates the account and clear's the user's data if the purge data flag is true
126
+ * @param {Object} opts Optional parameters
127
+ * @param {String} [authorization] The authorization token of the logged in user
128
+ * @param {Number} [cacheduration] The how long the cache entry should persist
129
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
130
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
131
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
132
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
133
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
134
+ * @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
135
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
136
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
137
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
138
+ */
139
+ }, {
140
+ key: "deleteAccount1WithHttpInfo",
141
+ value: function deleteAccount1WithHttpInfo(opts) {
142
+ opts = opts || {};
143
+ var postBody = null;
144
+ var pathParams = {};
145
+ var queryParams = {};
146
+ var headerParams = {
147
+ 'Authorization': opts['authorization'],
148
+ 'cacheduration': opts['cacheduration'],
149
+ 'cachegroup': opts['cachegroup'],
150
+ 'cachekey': opts['cachekey'],
151
+ 'cachescope': opts['cachescope'],
152
+ 'cacheuser': opts['cacheuser'],
153
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
154
+ 'zeusportal-postas': opts['zeusportalPostas'],
155
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
156
+ 'transactionid': opts['transactionid']
157
+ };
158
+ var formParams = {};
159
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
160
+ var contentTypes = [];
161
+ var accepts = [];
162
+ var returnType = null;
163
+ return this.apiClient.callApi('/graph/data/user/self', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
164
+ }
165
+
166
+ /**
167
+ * Deactivates the account and clear's the user's data if the purge data flag is true
168
+ * Deactivates the account and clear's the user's data if the purge data flag is true
169
+ * @param {Object} opts Optional parameters
170
+ * @param {String} opts.authorization The authorization token of the logged in user
171
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
172
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
173
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
174
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
175
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
176
+ * @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
177
+ * @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
178
+ * @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
179
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
180
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
181
+ */
182
+ }, {
183
+ key: "deleteAccount1",
184
+ value: function deleteAccount1(opts) {
185
+ return this.deleteAccount1WithHttpInfo(opts).then(function (response_and_data) {
186
+ return response_and_data.data;
187
+ });
188
+ }
189
+
120
190
  /**
121
191
  * Root for the API
122
192
  * @param {Object} opts Optional parameters
@@ -125,6 +195,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
125
195
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
126
196
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
127
197
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
198
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
128
199
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
129
200
  * @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
130
201
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -144,6 +215,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
144
215
  'cachegroup': opts['cachegroup'],
145
216
  'cachekey': opts['cachekey'],
146
217
  'cachescope': opts['cachescope'],
218
+ 'cacheuser': opts['cacheuser'],
147
219
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
148
220
  'zeusportal-postas': opts['zeusportalPostas'],
149
221
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -165,6 +237,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
165
237
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
166
238
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
167
239
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
240
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
168
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
169
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
170
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
@@ -190,6 +263,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
190
263
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
191
264
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
192
265
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
266
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
193
267
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
194
268
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
195
269
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -220,6 +294,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
220
294
  'cachegroup': opts['cachegroup'],
221
295
  'cachekey': opts['cachekey'],
222
296
  'cachescope': opts['cachescope'],
297
+ 'cacheuser': opts['cacheuser'],
223
298
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
224
299
  'zeusportal-postas': opts['zeusportalPostas'],
225
300
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -244,6 +319,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
244
319
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
245
320
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
246
321
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
322
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
247
323
  * @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
248
324
  * @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
249
325
  * @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
@@ -268,6 +344,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
268
344
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
269
345
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
270
346
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
347
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
271
348
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
272
349
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
273
350
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -293,6 +370,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
293
370
  'cachegroup': opts['cachegroup'],
294
371
  'cachekey': opts['cachekey'],
295
372
  'cachescope': opts['cachescope'],
373
+ 'cacheuser': opts['cacheuser'],
296
374
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
297
375
  'zeusportal-postas': opts['zeusportalPostas'],
298
376
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -316,6 +394,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
316
394
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
317
395
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
318
396
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
397
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
319
398
  * @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
320
399
  * @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
321
400
  * @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
@@ -339,6 +418,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
339
418
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
340
419
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
341
420
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
421
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
342
422
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
343
423
  * @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
344
424
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -358,6 +438,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
358
438
  'cachegroup': opts['cachegroup'],
359
439
  'cachekey': opts['cachekey'],
360
440
  'cachescope': opts['cachescope'],
441
+ 'cacheuser': opts['cacheuser'],
361
442
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
362
443
  'zeusportal-postas': opts['zeusportalPostas'],
363
444
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -380,6 +461,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
380
461
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
381
462
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
382
463
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
464
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
383
465
  * @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
466
  * @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
467
  * @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
@@ -404,6 +486,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
404
486
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
405
487
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
406
488
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
489
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
407
490
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
408
491
  * @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
409
492
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -429,6 +512,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
429
512
  'cachegroup': opts['cachegroup'],
430
513
  'cachekey': opts['cachekey'],
431
514
  'cachescope': opts['cachescope'],
515
+ 'cacheuser': opts['cacheuser'],
432
516
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
433
517
  'zeusportal-postas': opts['zeusportalPostas'],
434
518
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -452,6 +536,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
452
536
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
453
537
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
454
538
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
539
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
455
540
  * @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
456
541
  * @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
457
542
  * @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
@@ -476,6 +561,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
476
561
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
477
562
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
478
563
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
564
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
479
565
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
480
566
  * @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
481
567
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -501,6 +587,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
501
587
  'cachegroup': opts['cachegroup'],
502
588
  'cachekey': opts['cachekey'],
503
589
  'cachescope': opts['cachescope'],
590
+ 'cacheuser': opts['cacheuser'],
504
591
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
505
592
  'zeusportal-postas': opts['zeusportalPostas'],
506
593
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -524,6 +611,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
524
611
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
525
612
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
526
613
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
614
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
527
615
  * @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
528
616
  * @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
529
617
  * @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
@@ -548,6 +636,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
548
636
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
549
637
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
550
638
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
639
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
551
640
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
552
641
  * @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
553
642
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -575,6 +664,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
575
664
  'cachegroup': opts['cachegroup'],
576
665
  'cachekey': opts['cachekey'],
577
666
  'cachescope': opts['cachescope'],
667
+ 'cacheuser': opts['cacheuser'],
578
668
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
579
669
  'zeusportal-postas': opts['zeusportalPostas'],
580
670
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -601,6 +691,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
601
691
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
602
692
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
603
693
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
694
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
604
695
  * @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
605
696
  * @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
606
697
  * @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
@@ -628,6 +719,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
628
719
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
629
720
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
630
721
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
722
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
631
723
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
632
724
  * @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
633
725
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -657,6 +749,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
657
749
  'cachegroup': opts['cachegroup'],
658
750
  'cachekey': opts['cachekey'],
659
751
  'cachescope': opts['cachescope'],
752
+ 'cacheuser': opts['cacheuser'],
660
753
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
661
754
  'zeusportal-postas': opts['zeusportalPostas'],
662
755
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -681,6 +774,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
681
774
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
682
775
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
683
776
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
777
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
684
778
  * @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
685
779
  * @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
686
780
  * @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
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.46
18
+ * The version of the OpenAPI document: 0.1.48
19
19
  * Contact: info@gobodo.io
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * Utils service.
28
28
  * @module api/UtilsApi
29
- * @version 0.1.46
29
+ * @version 0.1.48
30
30
  */
31
31
  var UtilsApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
@@ -23,7 +23,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
23
23
  * gobodo-api
24
24
  * REST Interface for Gobodo API
25
25
  *
26
- * The version of the OpenAPI document: 0.1.46
26
+ * The version of the OpenAPI document: 0.1.48
27
27
  * Contact: info@gobodo.io
28
28
  *
29
29
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
34
34
  /**
35
35
  * Videos service.
36
36
  * @module api/VideosApi
37
- * @version 0.1.46
37
+ * @version 0.1.48
38
38
  */
39
39
  var VideosApi = exports["default"] = /*#__PURE__*/function () {
40
40
  /**
@@ -58,6 +58,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
59
59
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
60
60
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
61
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
61
62
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
62
63
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -105,6 +107,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
105
107
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
106
108
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
107
109
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
110
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
108
111
  * @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
109
112
  * @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
110
113
  * @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
@@ -127,6 +130,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
127
130
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
128
131
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
129
132
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
133
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
130
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
131
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
132
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
@@ -146,6 +150,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
146
150
  'cachegroup': opts['cachegroup'],
147
151
  'cachekey': opts['cachekey'],
148
152
  'cachescope': opts['cachescope'],
153
+ 'cacheuser': opts['cacheuser'],
149
154
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
150
155
  'zeusportal-postas': opts['zeusportalPostas'],
151
156
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -167,6 +172,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
167
172
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
168
173
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
169
174
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
175
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
170
176
  * @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
171
177
  * @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
172
178
  * @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
@@ -191,6 +197,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
191
197
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
192
198
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
193
199
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
200
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
194
201
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
195
202
  * @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
196
203
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -216,6 +223,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
216
223
  'cachegroup': opts['cachegroup'],
217
224
  'cachekey': opts['cachekey'],
218
225
  'cachescope': opts['cachescope'],
226
+ 'cacheuser': opts['cacheuser'],
219
227
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
220
228
  'zeusportal-postas': opts['zeusportalPostas'],
221
229
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -239,6 +247,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
239
247
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
240
248
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
241
249
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
250
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
242
251
  * @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
243
252
  * @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
244
253
  * @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
@@ -261,6 +270,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
261
270
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
262
271
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
263
272
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
273
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
264
274
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
265
275
  * @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
266
276
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -286,6 +296,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
286
296
  'cachegroup': opts['cachegroup'],
287
297
  'cachekey': opts['cachekey'],
288
298
  'cachescope': opts['cachescope'],
299
+ 'cacheuser': opts['cacheuser'],
289
300
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
290
301
  'zeusportal-postas': opts['zeusportalPostas'],
291
302
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -307,6 +318,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
307
318
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
308
319
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
309
320
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
321
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
310
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
311
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
312
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
@@ -330,6 +342,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
330
342
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
331
343
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
332
344
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
345
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
333
346
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
334
347
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
335
348
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -359,6 +372,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
359
372
  'cachegroup': opts['cachegroup'],
360
373
  'cachekey': opts['cachekey'],
361
374
  'cachescope': opts['cachescope'],
375
+ 'cacheuser': opts['cacheuser'],
362
376
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
363
377
  'zeusportal-postas': opts['zeusportalPostas'],
364
378
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -381,6 +395,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
381
395
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
382
396
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
383
397
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
398
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
384
399
  * @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
385
400
  * @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
386
401
  * @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
@@ -404,6 +419,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
404
419
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
405
420
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
406
421
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
422
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
407
423
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
408
424
  * @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
409
425
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -433,6 +449,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
433
449
  'cachegroup': opts['cachegroup'],
434
450
  'cachekey': opts['cachekey'],
435
451
  'cachescope': opts['cachescope'],
452
+ 'cacheuser': opts['cacheuser'],
436
453
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
437
454
  'zeusportal-postas': opts['zeusportalPostas'],
438
455
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -455,6 +472,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
455
472
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
456
473
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
457
474
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
475
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
458
476
  * @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
459
477
  * @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
460
478
  * @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
@@ -477,6 +495,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
477
495
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
478
496
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
479
497
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
498
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
480
499
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
481
500
  * @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
482
501
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -500,6 +519,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
500
519
  'cachegroup': opts['cachegroup'],
501
520
  'cachekey': opts['cachekey'],
502
521
  'cachescope': opts['cachescope'],
522
+ 'cacheuser': opts['cacheuser'],
503
523
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
504
524
  'zeusportal-postas': opts['zeusportalPostas'],
505
525
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -521,6 +541,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
521
541
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
522
542
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
523
543
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
544
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
524
545
  * @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
525
546
  * @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
526
547
  * @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
@@ -544,6 +565,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
544
565
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
545
566
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
546
567
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
568
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
547
569
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
548
570
  * @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
549
571
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -573,6 +595,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
573
595
  'cachegroup': opts['cachegroup'],
574
596
  'cachekey': opts['cachekey'],
575
597
  'cachescope': opts['cachescope'],
598
+ 'cacheuser': opts['cacheuser'],
576
599
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
577
600
  'zeusportal-postas': opts['zeusportalPostas'],
578
601
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -595,6 +618,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
595
618
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
596
619
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
597
620
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
621
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
598
622
  * @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
599
623
  * @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
600
624
  * @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
@@ -618,6 +642,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
618
642
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
619
643
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
620
644
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
645
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
621
646
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
622
647
  * @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
623
648
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -647,6 +672,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
647
672
  'cachegroup': opts['cachegroup'],
648
673
  'cachekey': opts['cachekey'],
649
674
  'cachescope': opts['cachescope'],
675
+ 'cacheuser': opts['cacheuser'],
650
676
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
651
677
  'zeusportal-postas': opts['zeusportalPostas'],
652
678
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -669,6 +695,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
669
695
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
670
696
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
671
697
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
698
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
672
699
  * @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
673
700
  * @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
674
701
  * @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
@@ -691,6 +718,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
691
718
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
692
719
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
693
720
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
721
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
694
722
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
695
723
  * @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
696
724
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -720,6 +748,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
720
748
  'cachegroup': opts['cachegroup'],
721
749
  'cachekey': opts['cachekey'],
722
750
  'cachescope': opts['cachescope'],
751
+ 'cacheuser': opts['cacheuser'],
723
752
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
724
753
  'zeusportal-postas': opts['zeusportalPostas'],
725
754
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -748,6 +777,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
748
777
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
749
778
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
750
779
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
780
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
751
781
  * @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
752
782
  * @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
753
783
  * @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
@@ -775,6 +805,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
775
805
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
776
806
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
777
807
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
808
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
778
809
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
779
810
  * @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
780
811
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -796,6 +827,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
796
827
  'cachegroup': opts['cachegroup'],
797
828
  'cachekey': opts['cachekey'],
798
829
  'cachescope': opts['cachescope'],
830
+ 'cacheuser': opts['cacheuser'],
799
831
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
800
832
  'zeusportal-postas': opts['zeusportalPostas'],
801
833
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -821,6 +853,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
821
853
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
822
854
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
823
855
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
856
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
824
857
  * @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
825
858
  * @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
826
859
  * @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