@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
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.46
22
+ * The version of the OpenAPI document: 0.1.48
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Documents service.
32
32
  * @module api/DocumentsApi
33
- * @version 0.1.46
33
+ * @version 0.1.48
34
34
  */
35
35
  var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -55,6 +55,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
56
56
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
57
57
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
58
+ * @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)
58
59
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
59
60
  * @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
60
61
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -84,6 +85,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
84
85
  'cachegroup': opts['cachegroup'],
85
86
  'cachekey': opts['cachekey'],
86
87
  'cachescope': opts['cachescope'],
88
+ 'cacheuser': opts['cacheuser'],
87
89
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
88
90
  'zeusportal-postas': opts['zeusportalPostas'],
89
91
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -107,6 +109,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
107
109
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
108
110
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
109
111
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
112
+ * @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)
110
113
  * @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
111
114
  * @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
112
115
  * @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
@@ -129,6 +132,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
129
132
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
130
133
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
131
134
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
135
+ * @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)
132
136
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
133
137
  * @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
134
138
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -155,6 +159,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
155
159
  'cachegroup': opts['cachegroup'],
156
160
  'cachekey': opts['cachekey'],
157
161
  'cachescope': opts['cachescope'],
162
+ 'cacheuser': opts['cacheuser'],
158
163
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
159
164
  'zeusportal-postas': opts['zeusportalPostas'],
160
165
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -176,6 +181,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
176
181
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
177
182
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
178
183
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
184
+ * @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)
179
185
  * @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
180
186
  * @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
181
187
  * @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
@@ -200,6 +206,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
200
206
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
201
207
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
202
208
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
209
+ * @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)
203
210
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
204
211
  * @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
205
212
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -225,6 +232,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
225
232
  'cachegroup': opts['cachegroup'],
226
233
  'cachekey': opts['cachekey'],
227
234
  'cachescope': opts['cachescope'],
235
+ 'cacheuser': opts['cacheuser'],
228
236
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
229
237
  'zeusportal-postas': opts['zeusportalPostas'],
230
238
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -247,6 +255,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
247
255
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
248
256
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
249
257
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
258
+ * @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)
250
259
  * @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
251
260
  * @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
252
261
  * @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
@@ -270,6 +279,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
270
279
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
271
280
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
272
281
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
282
+ * @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)
273
283
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
274
284
  * @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
275
285
  * @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 +303,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
293
303
  'cachegroup': opts['cachegroup'],
294
304
  'cachekey': opts['cachekey'],
295
305
  'cachescope': opts['cachescope'],
306
+ 'cacheuser': opts['cacheuser'],
296
307
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
297
308
  'zeusportal-postas': opts['zeusportalPostas'],
298
309
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -315,6 +326,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
315
326
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
316
327
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
317
328
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
329
+ * @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)
318
330
  * @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
319
331
  * @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
320
332
  * @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 +351,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
339
351
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
340
352
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
341
353
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
354
+ * @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
355
  * @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
356
  * @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
357
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -364,6 +377,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
364
377
  'cachegroup': opts['cachegroup'],
365
378
  'cachekey': opts['cachekey'],
366
379
  'cachescope': opts['cachescope'],
380
+ 'cacheuser': opts['cacheuser'],
367
381
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
368
382
  'zeusportal-postas': opts['zeusportalPostas'],
369
383
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -387,6 +401,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
387
401
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
388
402
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
389
403
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
404
+ * @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)
390
405
  * @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
391
406
  * @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
392
407
  * @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
@@ -410,6 +425,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
410
425
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
411
426
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
412
427
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
428
+ * @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)
413
429
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
414
430
  * @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
415
431
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -435,6 +451,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
435
451
  'cachegroup': opts['cachegroup'],
436
452
  'cachekey': opts['cachekey'],
437
453
  'cachescope': opts['cachescope'],
454
+ 'cacheuser': opts['cacheuser'],
438
455
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
439
456
  'zeusportal-postas': opts['zeusportalPostas'],
440
457
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -457,6 +474,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
457
474
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
458
475
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
459
476
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
477
+ * @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)
460
478
  * @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
461
479
  * @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
462
480
  * @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
@@ -481,6 +499,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
481
499
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
482
500
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
483
501
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
502
+ * @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)
484
503
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
485
504
  * @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
486
505
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -510,6 +529,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
510
529
  'cachegroup': opts['cachegroup'],
511
530
  'cachekey': opts['cachekey'],
512
531
  'cachescope': opts['cachescope'],
532
+ 'cacheuser': opts['cacheuser'],
513
533
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
514
534
  'zeusportal-postas': opts['zeusportalPostas'],
515
535
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -533,6 +553,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
533
553
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
534
554
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
535
555
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
556
+ * @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)
536
557
  * @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
537
558
  * @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
538
559
  * @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
@@ -555,6 +576,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
555
576
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
556
577
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
557
578
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
579
+ * @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)
558
580
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
559
581
  * @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
560
582
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -574,6 +596,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
574
596
  'cachegroup': opts['cachegroup'],
575
597
  'cachekey': opts['cachekey'],
576
598
  'cachescope': opts['cachescope'],
599
+ 'cacheuser': opts['cacheuser'],
577
600
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
578
601
  'zeusportal-postas': opts['zeusportalPostas'],
579
602
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -595,6 +618,7 @@ var DocumentsApi = 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
@@ -617,6 +641,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
617
641
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
618
642
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
619
643
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
644
+ * @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)
620
645
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
621
646
  * @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
622
647
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -636,6 +661,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
636
661
  'cachegroup': opts['cachegroup'],
637
662
  'cachekey': opts['cachekey'],
638
663
  'cachescope': opts['cachescope'],
664
+ 'cacheuser': opts['cacheuser'],
639
665
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
640
666
  'zeusportal-postas': opts['zeusportalPostas'],
641
667
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -657,6 +683,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
657
683
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
658
684
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
659
685
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
686
+ * @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)
660
687
  * @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
661
688
  * @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
662
689
  * @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
@@ -680,6 +707,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
680
707
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
681
708
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
682
709
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
710
+ * @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)
683
711
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
684
712
  * @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
685
713
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -705,6 +733,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
705
733
  'cachegroup': opts['cachegroup'],
706
734
  'cachekey': opts['cachekey'],
707
735
  'cachescope': opts['cachescope'],
736
+ 'cacheuser': opts['cacheuser'],
708
737
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
709
738
  'zeusportal-postas': opts['zeusportalPostas'],
710
739
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -727,6 +756,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
727
756
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
728
757
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
729
758
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
759
+ * @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)
730
760
  * @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
731
761
  * @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
732
762
  * @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
@@ -751,6 +781,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
751
781
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
752
782
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
753
783
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
784
+ * @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)
754
785
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
755
786
  * @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
756
787
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -780,6 +811,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
780
811
  'cachegroup': opts['cachegroup'],
781
812
  'cachekey': opts['cachekey'],
782
813
  'cachescope': opts['cachescope'],
814
+ 'cacheuser': opts['cacheuser'],
783
815
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
784
816
  'zeusportal-postas': opts['zeusportalPostas'],
785
817
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -805,6 +837,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
805
837
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
806
838
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
807
839
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
840
+ * @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)
808
841
  * @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
809
842
  * @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
810
843
  * @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
@@ -828,6 +861,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
828
861
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
829
862
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
830
863
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
864
+ * @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)
831
865
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
832
866
  * @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
833
867
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -853,6 +887,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
853
887
  'cachegroup': opts['cachegroup'],
854
888
  'cachekey': opts['cachekey'],
855
889
  'cachescope': opts['cachescope'],
890
+ 'cacheuser': opts['cacheuser'],
856
891
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
857
892
  'zeusportal-postas': opts['zeusportalPostas'],
858
893
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -875,6 +910,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
875
910
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
876
911
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
877
912
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
913
+ * @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)
878
914
  * @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
879
915
  * @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
880
916
  * @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
@@ -898,6 +934,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
898
934
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
899
935
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
900
936
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
937
+ * @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)
901
938
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
902
939
  * @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
903
940
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -923,6 +960,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
923
960
  'cachegroup': opts['cachegroup'],
924
961
  'cachekey': opts['cachekey'],
925
962
  'cachescope': opts['cachescope'],
963
+ 'cacheuser': opts['cacheuser'],
926
964
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
927
965
  'zeusportal-postas': opts['zeusportalPostas'],
928
966
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -945,6 +983,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
945
983
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
946
984
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
947
985
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
986
+ * @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)
948
987
  * @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
949
988
  * @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
950
989
  * @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