@gobodo/gobodo-api-promise 0.1.45 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +3 -3
  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 +32 -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 +38 -2
  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 +29 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/index.js +0 -7
  58. package/dist/model/APIClient.js +23 -23
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +54 -54
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +64 -64
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +2 -2
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +54 -54
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +2 -2
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +24 -24
  88. package/dist/model/File.js +31 -31
  89. package/dist/model/FileAttachmentUploadObject.js +31 -31
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +25 -25
  92. package/dist/model/Form.js +29 -29
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +2 -2
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +2 -2
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +30 -30
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationship.js +2 -2
  110. package/dist/model/GraphRelationshipPayload.js +2 -2
  111. package/dist/model/GraphRelationshipType.js +2 -2
  112. package/dist/model/GraphSchema.js +2 -2
  113. package/dist/model/GraphTraversalInput.js +2 -2
  114. package/dist/model/Image.js +31 -31
  115. package/dist/model/ImageUploadObject.js +31 -31
  116. package/dist/model/InputPart.js +29 -29
  117. package/dist/model/InputPartMediaType.js +2 -2
  118. package/dist/model/Link.js +2 -2
  119. package/dist/model/LiveStreamInfo.js +2 -2
  120. package/dist/model/MeetingEvent.js +26 -26
  121. package/dist/model/MeetingEventTimezone.js +2 -2
  122. package/dist/model/MeetingInfo.js +2 -2
  123. package/dist/model/Member.js +25 -25
  124. package/dist/model/MemberGroupCategory.js +2 -2
  125. package/dist/model/MemberList.js +2 -2
  126. package/dist/model/MessageGroup.js +2 -2
  127. package/dist/model/MultipartBody.js +2 -2
  128. package/dist/model/Objecttype.js +2 -2
  129. package/dist/model/Page.js +2 -2
  130. package/dist/model/PageSchema.js +29 -29
  131. package/dist/model/Pageable.js +2 -2
  132. package/dist/model/Path.js +8 -8
  133. package/dist/model/PaymentAccountObject.js +2 -2
  134. package/dist/model/PaymentIntentInput.js +2 -2
  135. package/dist/model/PaymentIntentResponse.js +2 -2
  136. package/dist/model/PaymentMethod.js +2 -2
  137. package/dist/model/PaymentMethodInput.js +2 -2
  138. package/dist/model/PaymentMethodResponse.js +2 -2
  139. package/dist/model/PaymentMethodsResponse.js +2 -2
  140. package/dist/model/Payout.js +2 -2
  141. package/dist/model/PayoutInput.js +2 -2
  142. package/dist/model/PayoutResponse.js +2 -2
  143. package/dist/model/Post.js +2 -2
  144. package/dist/model/PrivateMessage.js +25 -25
  145. package/dist/model/PrivateMessageConversation.js +30 -30
  146. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  147. package/dist/model/Profile.js +2 -2
  148. package/dist/model/Profiletype.js +2 -2
  149. package/dist/model/PropertyContainer.js +2 -2
  150. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  151. package/dist/model/RelationshipMapping.js +2 -2
  152. package/dist/model/ScreenSchema.js +2 -2
  153. package/dist/model/SimulcastInfo.js +2 -2
  154. package/dist/model/SkinField.js +24 -24
  155. package/dist/model/SocialGroup.js +2 -2
  156. package/dist/model/SocialGroupType.js +2 -2
  157. package/dist/model/Sort.js +2 -2
  158. package/dist/model/SourceTypes.js +2 -2
  159. package/dist/model/StatusUpdate.js +2 -2
  160. package/dist/model/StreetAddress.js +2 -2
  161. package/dist/model/StripeAccount.js +2 -2
  162. package/dist/model/StripeCustomerAccount.js +2 -2
  163. package/dist/model/Template.js +2 -2
  164. package/dist/model/TemplateSchema.js +2 -2
  165. package/dist/model/ThemeMapping.js +2 -2
  166. package/dist/model/ThemeMappingPayload.js +2 -2
  167. package/dist/model/Transaction.js +2 -2
  168. package/dist/model/Transfer.js +2 -2
  169. package/dist/model/TransferInput.js +2 -2
  170. package/dist/model/TransferResponse.js +2 -2
  171. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  172. package/dist/model/TraversalRelationResponse.js +2 -2
  173. package/dist/model/User.js +25 -25
  174. package/dist/model/UserDataPayload.js +25 -25
  175. package/dist/model/UserDomain.js +2 -2
  176. package/dist/model/UserInvite.js +2 -2
  177. package/dist/model/UserInviteInput.js +2 -2
  178. package/dist/model/UserSchema.js +25 -25
  179. package/dist/model/UserTag.js +2 -2
  180. package/dist/model/Userid.js +2 -2
  181. package/dist/model/Video.js +31 -31
  182. package/dist/model/VideoLiveUrl.js +27 -27
  183. package/dist/model/VideoSchema.js +58 -58
  184. package/dist/model/VideoUploadObject.js +31 -31
  185. package/dist/model/ZeusPortalCategory.js +2 -2
  186. package/package.json +1 -1
  187. package/dist/model/PathPathInner.js +0 -9
@@ -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.45
22
+ * The version of the OpenAPI document: 0.1.47
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
  * Graphs service.
32
32
  * @module api/GraphsApi
33
- * @version 0.1.45
33
+ * @version 0.1.47
34
34
  */
35
35
  var GraphsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -55,6 +55,7 @@ var GraphsApi = 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 GraphsApi = 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 GraphsApi = 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
@@ -130,6 +133,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
130
133
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
131
134
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
132
135
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
136
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
133
137
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
134
138
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
135
139
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -156,6 +160,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
156
160
  'cachegroup': opts['cachegroup'],
157
161
  'cachekey': opts['cachekey'],
158
162
  'cachescope': opts['cachescope'],
163
+ 'cacheuser': opts['cacheuser'],
159
164
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
160
165
  'zeusportal-postas': opts['zeusportalPostas'],
161
166
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -178,6 +183,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
178
183
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
179
184
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
180
185
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
186
+ * @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)
181
187
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
182
188
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
183
189
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -201,6 +207,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
201
207
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
202
208
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
203
209
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
210
+ * @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)
204
211
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
205
212
  * @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
206
213
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -220,6 +227,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
220
227
  'cachegroup': opts['cachegroup'],
221
228
  'cachekey': opts['cachekey'],
222
229
  'cachescope': opts['cachescope'],
230
+ 'cacheuser': opts['cacheuser'],
223
231
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
224
232
  'zeusportal-postas': opts['zeusportalPostas'],
225
233
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -241,6 +249,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
241
249
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
242
250
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
243
251
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
252
+ * @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)
244
253
  * @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
245
254
  * @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
246
255
  * @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
@@ -264,6 +273,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
264
273
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
265
274
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
266
275
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
276
+ * @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)
267
277
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
268
278
  * @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
269
279
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -289,6 +299,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
289
299
  'cachegroup': opts['cachegroup'],
290
300
  'cachekey': opts['cachekey'],
291
301
  'cachescope': opts['cachescope'],
302
+ 'cacheuser': opts['cacheuser'],
292
303
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
293
304
  'zeusportal-postas': opts['zeusportalPostas'],
294
305
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -313,6 +324,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
313
324
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
314
325
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
315
326
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
327
+ * @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)
316
328
  * @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
317
329
  * @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
318
330
  * @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
@@ -336,6 +348,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
336
348
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
337
349
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
338
350
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
351
+ * @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)
339
352
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
340
353
  * @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
341
354
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -361,6 +374,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
361
374
  'cachegroup': opts['cachegroup'],
362
375
  'cachekey': opts['cachekey'],
363
376
  'cachescope': opts['cachescope'],
377
+ 'cacheuser': opts['cacheuser'],
364
378
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
365
379
  'zeusportal-postas': opts['zeusportalPostas'],
366
380
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -383,6 +397,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
383
397
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
384
398
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
385
399
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
400
+ * @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)
386
401
  * @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
387
402
  * @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
388
403
  * @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
@@ -407,6 +422,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
407
422
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
408
423
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
409
424
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
425
+ * @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)
410
426
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
411
427
  * @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
412
428
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -437,6 +453,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
437
453
  'cachegroup': opts['cachegroup'],
438
454
  'cachekey': opts['cachekey'],
439
455
  'cachescope': opts['cachescope'],
456
+ 'cacheuser': opts['cacheuser'],
440
457
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
441
458
  'zeusportal-postas': opts['zeusportalPostas'],
442
459
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -460,6 +477,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
460
477
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
461
478
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
462
479
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
480
+ * @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)
463
481
  * @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
464
482
  * @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
465
483
  * @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
@@ -484,6 +502,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
484
502
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
485
503
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
486
504
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
505
+ * @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)
487
506
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
488
507
  * @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
489
508
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -514,6 +533,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
514
533
  'cachegroup': opts['cachegroup'],
515
534
  'cachekey': opts['cachekey'],
516
535
  'cachescope': opts['cachescope'],
536
+ 'cacheuser': opts['cacheuser'],
517
537
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
518
538
  'zeusportal-postas': opts['zeusportalPostas'],
519
539
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -537,6 +557,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
537
557
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
538
558
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
539
559
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
560
+ * @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)
540
561
  * @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
541
562
  * @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
542
563
  * @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
@@ -560,6 +581,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
560
581
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
561
582
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
562
583
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
584
+ * @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)
563
585
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
564
586
  * @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
565
587
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -585,6 +607,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
585
607
  'cachegroup': opts['cachegroup'],
586
608
  'cachekey': opts['cachekey'],
587
609
  'cachescope': opts['cachescope'],
610
+ 'cacheuser': opts['cacheuser'],
588
611
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
589
612
  'zeusportal-postas': opts['zeusportalPostas'],
590
613
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -607,6 +630,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
607
630
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
608
631
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
609
632
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
633
+ * @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)
610
634
  * @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
611
635
  * @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
612
636
  * @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
@@ -631,6 +655,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
631
655
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
632
656
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
633
657
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
658
+ * @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)
634
659
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
635
660
  * @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
636
661
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -661,6 +686,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
661
686
  'cachegroup': opts['cachegroup'],
662
687
  'cachekey': opts['cachekey'],
663
688
  'cachescope': opts['cachescope'],
689
+ 'cacheuser': opts['cacheuser'],
664
690
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
665
691
  'zeusportal-postas': opts['zeusportalPostas'],
666
692
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -684,6 +710,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
684
710
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
685
711
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
686
712
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
713
+ * @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)
687
714
  * @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
688
715
  * @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
689
716
  * @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
@@ -707,6 +734,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
707
734
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
708
735
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
709
736
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
737
+ * @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)
710
738
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
711
739
  * @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
712
740
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -732,6 +760,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
732
760
  'cachegroup': opts['cachegroup'],
733
761
  'cachekey': opts['cachekey'],
734
762
  'cachescope': opts['cachescope'],
763
+ 'cacheuser': opts['cacheuser'],
735
764
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
736
765
  'zeusportal-postas': opts['zeusportalPostas'],
737
766
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -754,6 +783,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
754
783
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
755
784
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
756
785
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
786
+ * @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)
757
787
  * @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
758
788
  * @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
759
789
  * @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
@@ -778,6 +808,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
778
808
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
779
809
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
780
810
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
811
+ * @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)
781
812
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
782
813
  * @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
783
814
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -807,6 +838,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
807
838
  'cachegroup': opts['cachegroup'],
808
839
  'cachekey': opts['cachekey'],
809
840
  'cachescope': opts['cachescope'],
841
+ 'cacheuser': opts['cacheuser'],
810
842
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
811
843
  'zeusportal-postas': opts['zeusportalPostas'],
812
844
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -830,6 +862,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
830
862
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
831
863
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
832
864
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
865
+ * @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)
833
866
  * @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
834
867
  * @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
835
868
  * @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
@@ -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.45
22
+ * The version of the OpenAPI document: 0.1.47
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
  * Groups service.
32
32
  * @module api/GroupsApi
33
- * @version 0.1.45
33
+ * @version 0.1.47
34
34
  */
35
35
  var GroupsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -56,6 +56,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
56
56
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
57
57
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
58
58
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
59
+ * @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)
59
60
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
60
61
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
61
62
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -88,6 +89,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
88
89
  'cachegroup': opts['cachegroup'],
89
90
  'cachekey': opts['cachekey'],
90
91
  'cachescope': opts['cachescope'],
92
+ 'cacheuser': opts['cacheuser'],
91
93
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
92
94
  'zeusportal-postas': opts['zeusportalPostas'],
93
95
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -112,6 +114,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
112
114
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
113
115
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
114
116
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
117
+ * @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)
115
118
  * @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
116
119
  * @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
117
120
  * @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
@@ -137,6 +140,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
137
140
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
138
141
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
139
142
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
143
+ * @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)
140
144
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
141
145
  * @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
142
146
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -160,6 +164,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
160
164
  'cachegroup': opts['cachegroup'],
161
165
  'cachekey': opts['cachekey'],
162
166
  'cachescope': opts['cachescope'],
167
+ 'cacheuser': opts['cacheuser'],
163
168
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
164
169
  'zeusportal-postas': opts['zeusportalPostas'],
165
170
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -183,6 +188,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
183
188
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
184
189
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
185
190
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
191
+ * @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)
186
192
  * @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
187
193
  * @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
188
194
  * @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
@@ -208,6 +214,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
208
214
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
209
215
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
210
216
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
217
+ * @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)
211
218
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
212
219
  * @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
213
220
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -237,6 +244,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
237
244
  'cachegroup': opts['cachegroup'],
238
245
  'cachekey': opts['cachekey'],
239
246
  'cachescope': opts['cachescope'],
247
+ 'cacheuser': opts['cacheuser'],
240
248
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
241
249
  'zeusportal-postas': opts['zeusportalPostas'],
242
250
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -261,6 +269,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
261
269
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
262
270
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
263
271
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
272
+ * @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)
264
273
  * @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
265
274
  * @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
266
275
  * @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
@@ -283,6 +292,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
283
292
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
284
293
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
285
294
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
295
+ * @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)
286
296
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
287
297
  * @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
288
298
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -302,6 +312,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
302
312
  'cachegroup': opts['cachegroup'],
303
313
  'cachekey': opts['cachekey'],
304
314
  'cachescope': opts['cachescope'],
315
+ 'cacheuser': opts['cacheuser'],
305
316
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
306
317
  'zeusportal-postas': opts['zeusportalPostas'],
307
318
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -323,6 +334,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
323
334
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
324
335
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
325
336
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
337
+ * @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)
326
338
  * @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
327
339
  * @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
328
340
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -347,6 +359,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
347
359
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
348
360
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
349
361
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
362
+ * @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)
350
363
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
351
364
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
352
365
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -372,6 +385,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
372
385
  'cachegroup': opts['cachegroup'],
373
386
  'cachekey': opts['cachekey'],
374
387
  'cachescope': opts['cachescope'],
388
+ 'cacheuser': opts['cacheuser'],
375
389
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
376
390
  'zeusportal-postas': opts['zeusportalPostas'],
377
391
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -395,6 +409,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
395
409
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
396
410
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
397
411
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
412
+ * @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)
398
413
  * @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
399
414
  * @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
400
415
  * @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
@@ -419,6 +434,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
419
434
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
420
435
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
421
436
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
437
+ * @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)
422
438
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
423
439
  * @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
424
440
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -444,6 +460,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
444
460
  'cachegroup': opts['cachegroup'],
445
461
  'cachekey': opts['cachekey'],
446
462
  'cachescope': opts['cachescope'],
463
+ 'cacheuser': opts['cacheuser'],
447
464
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
448
465
  'zeusportal-postas': opts['zeusportalPostas'],
449
466
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -467,6 +484,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
467
484
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
468
485
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
469
486
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
487
+ * @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)
470
488
  * @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
471
489
  * @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
472
490
  * @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
@@ -491,6 +509,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
491
509
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
492
510
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
493
511
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
512
+ * @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)
494
513
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
495
514
  * @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
496
515
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -516,6 +535,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
516
535
  'cachegroup': opts['cachegroup'],
517
536
  'cachekey': opts['cachekey'],
518
537
  'cachescope': opts['cachescope'],
538
+ 'cacheuser': opts['cacheuser'],
519
539
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
520
540
  'zeusportal-postas': opts['zeusportalPostas'],
521
541
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -539,6 +559,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
539
559
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
540
560
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
541
561
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
562
+ * @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)
542
563
  * @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
543
564
  * @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
544
565
  * @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
@@ -563,6 +584,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
563
584
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
564
585
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
565
586
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
587
+ * @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)
566
588
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
567
589
  * @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
568
590
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -588,6 +610,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
588
610
  'cachegroup': opts['cachegroup'],
589
611
  'cachekey': opts['cachekey'],
590
612
  'cachescope': opts['cachescope'],
613
+ 'cacheuser': opts['cacheuser'],
591
614
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
592
615
  'zeusportal-postas': opts['zeusportalPostas'],
593
616
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -611,6 +634,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
611
634
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
612
635
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
613
636
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
637
+ * @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)
614
638
  * @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
615
639
  * @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
616
640
  * @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
@@ -636,6 +660,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
636
660
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
637
661
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
638
662
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
663
+ * @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)
639
664
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
640
665
  * @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
641
666
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -666,6 +691,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
666
691
  'cachegroup': opts['cachegroup'],
667
692
  'cachekey': opts['cachekey'],
668
693
  'cachescope': opts['cachescope'],
694
+ 'cacheuser': opts['cacheuser'],
669
695
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
670
696
  'zeusportal-postas': opts['zeusportalPostas'],
671
697
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -690,6 +716,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
690
716
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
691
717
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
692
718
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
719
+ * @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)
693
720
  * @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
694
721
  * @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
695
722
  * @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
@@ -714,6 +741,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
714
741
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
715
742
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
716
743
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
744
+ * @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)
717
745
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
718
746
  * @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
719
747
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -740,6 +768,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
740
768
  'cachegroup': opts['cachegroup'],
741
769
  'cachekey': opts['cachekey'],
742
770
  'cachescope': opts['cachescope'],
771
+ 'cacheuser': opts['cacheuser'],
743
772
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
744
773
  'zeusportal-postas': opts['zeusportalPostas'],
745
774
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -763,6 +792,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
763
792
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
764
793
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
765
794
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
795
+ * @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)
766
796
  * @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
767
797
  * @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
768
798
  * @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
@@ -789,6 +819,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
789
819
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
790
820
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
791
821
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
822
+ * @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)
792
823
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
793
824
  * @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
794
825
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -820,6 +851,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
820
851
  'cachegroup': opts['cachegroup'],
821
852
  'cachekey': opts['cachekey'],
822
853
  'cachescope': opts['cachescope'],
854
+ 'cacheuser': opts['cacheuser'],
823
855
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
824
856
  'zeusportal-postas': opts['zeusportalPostas'],
825
857
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -844,6 +876,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
844
876
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
845
877
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
846
878
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
879
+ * @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)
847
880
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
848
881
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
849
882
  * @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