@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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * AdManagement service.
29
29
  * @module api/AdManagementApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @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)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @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 +72,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
71
72
  'cachegroup': opts['cachegroup'],
72
73
  'cachekey': opts['cachekey'],
73
74
  'cachescope': opts['cachescope'],
75
+ 'cacheuser': opts['cacheuser'],
74
76
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
75
77
  'zeusportal-postas': opts['zeusportalPostas'],
76
78
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -93,6 +95,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
93
95
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
94
96
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
95
97
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
98
+ * @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)
96
99
  * @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
97
100
  * @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
98
101
  * @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,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
117
120
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
121
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
122
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
120
124
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
125
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
122
126
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -137,6 +141,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
137
141
  'cachegroup': opts['cachegroup'],
138
142
  'cachekey': opts['cachekey'],
139
143
  'cachescope': opts['cachescope'],
144
+ 'cacheuser': opts['cacheuser'],
140
145
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
141
146
  'zeusportal-postas': opts['zeusportalPostas'],
142
147
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -159,6 +164,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
159
164
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
160
165
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
161
166
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
167
+ * @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)
162
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
163
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
164
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
@@ -182,6 +188,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
182
188
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
183
189
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
184
190
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
191
+ * @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)
185
192
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
186
193
  * @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
187
194
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -201,6 +208,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
201
208
  'cachegroup': opts['cachegroup'],
202
209
  'cachekey': opts['cachekey'],
203
210
  'cachescope': opts['cachescope'],
211
+ 'cacheuser': opts['cacheuser'],
204
212
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
205
213
  'zeusportal-postas': opts['zeusportalPostas'],
206
214
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -222,6 +230,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
222
230
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
223
231
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
224
232
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
233
+ * @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)
225
234
  * @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
226
235
  * @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
227
236
  * @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
@@ -245,6 +254,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
245
254
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
246
255
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
247
256
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
257
+ * @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)
248
258
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
249
259
  * @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
250
260
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -270,6 +280,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
270
280
  'cachegroup': opts['cachegroup'],
271
281
  'cachekey': opts['cachekey'],
272
282
  'cachescope': opts['cachescope'],
283
+ 'cacheuser': opts['cacheuser'],
273
284
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
274
285
  'zeusportal-postas': opts['zeusportalPostas'],
275
286
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -294,6 +305,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
294
305
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
295
306
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
296
307
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
308
+ * @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)
297
309
  * @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
298
310
  * @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
299
311
  * @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
@@ -316,6 +328,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
316
328
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
317
329
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
318
330
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
331
+ * @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)
319
332
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
320
333
  * @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
321
334
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -335,6 +348,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
335
348
  'cachegroup': opts['cachegroup'],
336
349
  'cachekey': opts['cachekey'],
337
350
  'cachescope': opts['cachescope'],
351
+ 'cacheuser': opts['cacheuser'],
338
352
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
339
353
  'zeusportal-postas': opts['zeusportalPostas'],
340
354
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -356,6 +370,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
356
370
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
357
371
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
358
372
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
373
+ * @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)
359
374
  * @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
360
375
  * @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
361
376
  * @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
@@ -379,6 +394,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
379
394
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
380
395
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
381
396
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
397
+ * @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)
382
398
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
383
399
  * @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
384
400
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -404,6 +420,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
404
420
  'cachegroup': opts['cachegroup'],
405
421
  'cachekey': opts['cachekey'],
406
422
  'cachescope': opts['cachescope'],
423
+ 'cacheuser': opts['cacheuser'],
407
424
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
408
425
  'zeusportal-postas': opts['zeusportalPostas'],
409
426
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -428,6 +445,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
428
445
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
429
446
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
430
447
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
448
+ * @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)
431
449
  * @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
432
450
  * @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
433
451
  * @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
@@ -450,6 +468,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
450
468
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
451
469
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
452
470
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
471
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
453
472
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
454
473
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
455
474
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -475,6 +494,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
475
494
  'cachegroup': opts['cachegroup'],
476
495
  'cachekey': opts['cachekey'],
477
496
  'cachescope': opts['cachescope'],
497
+ 'cacheuser': opts['cacheuser'],
478
498
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
479
499
  'zeusportal-postas': opts['zeusportalPostas'],
480
500
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -498,6 +518,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
498
518
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
499
519
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
500
520
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
521
+ * @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)
501
522
  * @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
502
523
  * @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
503
524
  * @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
@@ -520,6 +541,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
520
541
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
521
542
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
522
543
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
544
+ * @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)
523
545
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
524
546
  * @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
525
547
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -545,6 +567,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
545
567
  'cachegroup': opts['cachegroup'],
546
568
  'cachekey': opts['cachekey'],
547
569
  'cachescope': opts['cachescope'],
570
+ 'cacheuser': opts['cacheuser'],
548
571
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
549
572
  'zeusportal-postas': opts['zeusportalPostas'],
550
573
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -568,6 +591,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
568
591
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
569
592
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
570
593
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
594
+ * @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)
571
595
  * @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
572
596
  * @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
573
597
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -590,6 +614,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
590
614
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
591
615
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
592
616
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
617
+ * @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)
593
618
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
594
619
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
595
620
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -616,6 +641,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
616
641
  'cachegroup': opts['cachegroup'],
617
642
  'cachekey': opts['cachekey'],
618
643
  'cachescope': opts['cachescope'],
644
+ 'cacheuser': opts['cacheuser'],
619
645
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
620
646
  'zeusportal-postas': opts['zeusportalPostas'],
621
647
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -637,6 +663,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
637
663
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
638
664
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
639
665
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
666
+ * @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)
640
667
  * @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
641
668
  * @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
642
669
  * @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
@@ -660,6 +687,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
660
687
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
661
688
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
662
689
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
690
+ * @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)
663
691
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
664
692
  * @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
665
693
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -686,6 +714,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
686
714
  'cachegroup': opts['cachegroup'],
687
715
  'cachekey': opts['cachekey'],
688
716
  'cachescope': opts['cachescope'],
717
+ 'cacheuser': opts['cacheuser'],
689
718
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
690
719
  'zeusportal-postas': opts['zeusportalPostas'],
691
720
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -707,6 +736,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
707
736
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
708
737
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
709
738
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
739
+ * @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)
710
740
  * @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
711
741
  * @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
712
742
  * @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
@@ -730,6 +760,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
730
760
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
731
761
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
732
762
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
763
+ * @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)
733
764
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
734
765
  * @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
735
766
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -756,6 +787,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
756
787
  'cachegroup': opts['cachegroup'],
757
788
  'cachekey': opts['cachekey'],
758
789
  'cachescope': opts['cachescope'],
790
+ 'cacheuser': opts['cacheuser'],
759
791
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
760
792
  'zeusportal-postas': opts['zeusportalPostas'],
761
793
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -777,6 +809,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
777
809
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
778
810
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
779
811
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
812
+ * @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)
780
813
  * @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
781
814
  * @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
782
815
  * @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
@@ -800,6 +833,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
800
833
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
801
834
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
802
835
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
836
+ * @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)
803
837
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
804
838
  * @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
805
839
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -826,6 +860,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
826
860
  'cachegroup': opts['cachegroup'],
827
861
  'cachekey': opts['cachekey'],
828
862
  'cachescope': opts['cachescope'],
863
+ 'cacheuser': opts['cacheuser'],
829
864
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
830
865
  'zeusportal-postas': opts['zeusportalPostas'],
831
866
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -847,6 +882,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
847
882
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
848
883
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
849
884
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
885
+ * @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)
850
886
  * @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
851
887
  * @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
852
888
  * @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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * AdminDataManagement service.
29
29
  * @module api/AdminDataManagementApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @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)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -81,6 +82,7 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
81
82
  'cachegroup': opts['cachegroup'],
82
83
  'cachekey': opts['cachekey'],
83
84
  'cachescope': opts['cachescope'],
85
+ 'cacheuser': opts['cacheuser'],
84
86
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
85
87
  'zeusportal-postas': opts['zeusportalPostas'],
86
88
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -105,6 +107,7 @@ var AdminDataManagementApi = 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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Ads service.
29
29
  * @module api/AdsApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var AdsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @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)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @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 +72,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
71
72
  'cachegroup': opts['cachegroup'],
72
73
  'cachekey': opts['cachekey'],
73
74
  'cachescope': opts['cachescope'],
75
+ 'cacheuser': opts['cacheuser'],
74
76
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
75
77
  'zeusportal-postas': opts['zeusportalPostas'],
76
78
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -93,6 +95,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
93
95
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
94
96
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
95
97
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
98
+ * @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)
96
99
  * @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
97
100
  * @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
98
101
  * @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,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
117
120
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
121
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
122
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
120
124
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
125
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
122
126
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -142,6 +146,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
142
146
  'cachegroup': opts['cachegroup'],
143
147
  'cachekey': opts['cachekey'],
144
148
  'cachescope': opts['cachescope'],
149
+ 'cacheuser': opts['cacheuser'],
145
150
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
146
151
  'zeusportal-postas': opts['zeusportalPostas'],
147
152
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -164,6 +169,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
164
169
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
165
170
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
166
171
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
172
+ * @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)
167
173
  * @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
168
174
  * @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
169
175
  * @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
@@ -186,6 +192,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
186
192
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
187
193
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
188
194
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
195
+ * @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)
189
196
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
190
197
  * @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
191
198
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -205,6 +212,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
205
212
  'cachegroup': opts['cachegroup'],
206
213
  'cachekey': opts['cachekey'],
207
214
  'cachescope': opts['cachescope'],
215
+ 'cacheuser': opts['cacheuser'],
208
216
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
209
217
  'zeusportal-postas': opts['zeusportalPostas'],
210
218
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -226,6 +234,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
226
234
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
227
235
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
228
236
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
237
+ * @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)
229
238
  * @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
230
239
  * @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
231
240
  * @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
@@ -249,6 +258,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
249
258
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
250
259
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
251
260
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
261
+ * @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)
252
262
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
253
263
  * @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
254
264
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -274,6 +284,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
274
284
  'cachegroup': opts['cachegroup'],
275
285
  'cachekey': opts['cachekey'],
276
286
  'cachescope': opts['cachescope'],
287
+ 'cacheuser': opts['cacheuser'],
277
288
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
278
289
  'zeusportal-postas': opts['zeusportalPostas'],
279
290
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -298,6 +309,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
298
309
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
299
310
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
300
311
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
312
+ * @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)
301
313
  * @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
302
314
  * @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
303
315
  * @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
@@ -320,6 +332,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
320
332
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
321
333
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
322
334
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
335
+ * @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)
323
336
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
324
337
  * @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
325
338
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -345,6 +358,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
345
358
  'cachegroup': opts['cachegroup'],
346
359
  'cachekey': opts['cachekey'],
347
360
  'cachescope': opts['cachescope'],
361
+ 'cacheuser': opts['cacheuser'],
348
362
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
349
363
  'zeusportal-postas': opts['zeusportalPostas'],
350
364
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -368,6 +382,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
368
382
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
369
383
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
370
384
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
385
+ * @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)
371
386
  * @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
372
387
  * @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
373
388
  * @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
@@ -390,6 +405,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
390
405
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
391
406
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
392
407
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
408
+ * @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)
393
409
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
394
410
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
395
411
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -416,6 +432,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
416
432
  'cachegroup': opts['cachegroup'],
417
433
  'cachekey': opts['cachekey'],
418
434
  'cachescope': opts['cachescope'],
435
+ 'cacheuser': opts['cacheuser'],
419
436
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
420
437
  'zeusportal-postas': opts['zeusportalPostas'],
421
438
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -437,6 +454,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
437
454
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
438
455
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
439
456
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
457
+ * @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)
440
458
  * @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
441
459
  * @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
442
460
  * @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