@gobodo/gobodo-api 0.1.46 → 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 (185) hide show
  1. package/README.md +3 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +4 -2
  4. package/dist/api/AdCampaignsApi.js +18 -2
  5. package/dist/api/AdManagementApi.js +26 -2
  6. package/dist/api/AdminDataManagementApi.js +4 -2
  7. package/dist/api/AdsApi.js +14 -2
  8. package/dist/api/AttachmentsApi.js +16 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +16 -2
  11. package/dist/api/CommentsApi.js +18 -2
  12. package/dist/api/ContentManagementApi.js +50 -2
  13. package/dist/api/ConversationsApi.js +20 -2
  14. package/dist/api/DataSheetImportsApi.js +32 -2
  15. package/dist/api/DefaultApi.js +24 -2
  16. package/dist/api/DocumentsApi.js +28 -2
  17. package/dist/api/EntryPartsApi.js +28 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +8 -2
  20. package/dist/api/FilesApi.js +4 -2
  21. package/dist/api/FormsApi.js +38 -2
  22. package/dist/api/FunctionsApi.js +4 -2
  23. package/dist/api/GeocodeApi.js +12 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +22 -2
  26. package/dist/api/GraphObjectTypesApi.js +20 -2
  27. package/dist/api/GraphObjectsApi.js +130 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +36 -2
  29. package/dist/api/GraphRelationshipsApi.js +64 -2
  30. package/dist/api/GraphSchemasApi.js +16 -2
  31. package/dist/api/GraphTraversalApi.js +16 -2
  32. package/dist/api/GraphsApi.js +24 -2
  33. package/dist/api/GroupsApi.js +24 -2
  34. package/dist/api/IAMApi.js +10 -2
  35. package/dist/api/ImagesApi.js +18 -2
  36. package/dist/api/InvitesApi.js +12 -2
  37. package/dist/api/LikesApi.js +26 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +6 -2
  40. package/dist/api/MeetingEventsApi.js +12 -2
  41. package/dist/api/PagesApi.js +20 -2
  42. package/dist/api/PostsApi.js +12 -2
  43. package/dist/api/PrivateMessagesApi.js +34 -2
  44. package/dist/api/PublicationsApi.js +4 -2
  45. package/dist/api/ScreensApi.js +8 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +80 -2
  48. package/dist/api/TagsApi.js +4 -2
  49. package/dist/api/TemplatesApi.js +8 -2
  50. package/dist/api/ThemeMappingsApi.js +8 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +20 -2
  54. package/dist/api/UsersApi.js +20 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +24 -2
  57. package/dist/model/APIClient.js +9 -9
  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 +14 -14
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +25 -25
  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 +2 -2
  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 +23 -23
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +14 -14
  82. package/dist/model/DocumentPart.js +2 -2
  83. package/dist/model/DocumentPartType.js +10 -10
  84. package/dist/model/DocumentType.js +10 -10
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +24 -24
  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 +9 -9
  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 +18 -18
  114. package/dist/model/ImageUploadObject.js +18 -18
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +13 -13
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +10 -10
  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 +14 -14
  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 +2 -2
  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 +11 -11
  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 +10 -10
  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 +24 -24
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +9 -9
  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 +11 -11
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +11 -11
  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 +2 -2
  181. package/dist/model/VideoLiveUrl.js +13 -13
  182. package/dist/model/VideoSchema.js +10 -10
  183. package/dist/model/VideoUploadObject.js +2 -2
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
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.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(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * Groups service.
32
32
  * @module api/GroupsApi
33
- * @version 0.1.46
33
+ * @version 0.1.47
34
34
  */
35
35
  var GroupsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -64,6 +64,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
64
64
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
65
65
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
66
66
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
67
+ * @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)
67
68
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
68
69
  * @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
69
70
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -96,6 +97,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
96
97
  'cachegroup': opts['cachegroup'],
97
98
  'cachekey': opts['cachekey'],
98
99
  'cachescope': opts['cachescope'],
100
+ 'cacheuser': opts['cacheuser'],
99
101
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
100
102
  'zeusportal-postas': opts['zeusportalPostas'],
101
103
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -127,6 +129,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
127
129
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
128
130
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
129
131
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
132
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
130
133
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
131
134
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
132
135
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -151,6 +154,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
151
154
  'cachegroup': opts['cachegroup'],
152
155
  'cachekey': opts['cachekey'],
153
156
  'cachescope': opts['cachescope'],
157
+ 'cacheuser': opts['cacheuser'],
154
158
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
155
159
  'zeusportal-postas': opts['zeusportalPostas'],
156
160
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -183,6 +187,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
183
187
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
184
188
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
185
189
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
190
+ * @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)
186
191
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
187
192
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
188
193
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -213,6 +218,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
213
218
  'cachegroup': opts['cachegroup'],
214
219
  'cachekey': opts['cachekey'],
215
220
  'cachescope': opts['cachescope'],
221
+ 'cacheuser': opts['cacheuser'],
216
222
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
217
223
  'zeusportal-postas': opts['zeusportalPostas'],
218
224
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -242,6 +248,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
242
248
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
243
249
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
244
250
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
251
+ * @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)
245
252
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
246
253
  * @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
247
254
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -261,6 +268,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
261
268
  'cachegroup': opts['cachegroup'],
262
269
  'cachekey': opts['cachekey'],
263
270
  'cachescope': opts['cachescope'],
271
+ 'cacheuser': opts['cacheuser'],
264
272
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
265
273
  'zeusportal-postas': opts['zeusportalPostas'],
266
274
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -292,6 +300,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
292
300
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
293
301
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
294
302
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
303
+ * @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)
295
304
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
296
305
  * @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
297
306
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -318,6 +327,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
318
327
  'cachegroup': opts['cachegroup'],
319
328
  'cachekey': opts['cachekey'],
320
329
  'cachescope': opts['cachescope'],
330
+ 'cacheuser': opts['cacheuser'],
321
331
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
322
332
  'zeusportal-postas': opts['zeusportalPostas'],
323
333
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -349,6 +359,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
349
359
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
350
360
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
351
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)
352
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
353
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
354
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
@@ -375,6 +386,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
375
386
  'cachegroup': opts['cachegroup'],
376
387
  'cachekey': opts['cachekey'],
377
388
  'cachescope': opts['cachescope'],
389
+ 'cacheuser': opts['cacheuser'],
378
390
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
379
391
  'zeusportal-postas': opts['zeusportalPostas'],
380
392
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -406,6 +418,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
406
418
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
407
419
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
408
420
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
421
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
409
422
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
410
423
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
411
424
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -432,6 +445,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
432
445
  'cachegroup': opts['cachegroup'],
433
446
  'cachekey': opts['cachekey'],
434
447
  'cachescope': opts['cachescope'],
448
+ 'cacheuser': opts['cacheuser'],
435
449
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
436
450
  'zeusportal-postas': opts['zeusportalPostas'],
437
451
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -463,6 +477,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
463
477
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
464
478
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
465
479
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
480
+ * @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)
466
481
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
467
482
  * @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
468
483
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -488,6 +503,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
488
503
  'cachegroup': opts['cachegroup'],
489
504
  'cachekey': opts['cachekey'],
490
505
  'cachescope': opts['cachescope'],
506
+ 'cacheuser': opts['cacheuser'],
491
507
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
492
508
  'zeusportal-postas': opts['zeusportalPostas'],
493
509
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -520,6 +536,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
520
536
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
521
537
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
522
538
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
539
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
523
540
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
524
541
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
525
542
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -550,6 +567,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
550
567
  'cachegroup': opts['cachegroup'],
551
568
  'cachekey': opts['cachekey'],
552
569
  'cachescope': opts['cachescope'],
570
+ 'cacheuser': opts['cacheuser'],
553
571
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
554
572
  'zeusportal-postas': opts['zeusportalPostas'],
555
573
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -581,6 +599,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
581
599
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
582
600
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
583
601
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
602
+ * @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)
584
603
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
585
604
  * @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
586
605
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -607,6 +626,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
607
626
  'cachegroup': opts['cachegroup'],
608
627
  'cachekey': opts['cachekey'],
609
628
  'cachescope': opts['cachescope'],
629
+ 'cacheuser': opts['cacheuser'],
610
630
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
611
631
  'zeusportal-postas': opts['zeusportalPostas'],
612
632
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -639,6 +659,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
639
659
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
640
660
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
641
661
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
662
+ * @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)
642
663
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
643
664
  * @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
644
665
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -670,6 +691,7 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
670
691
  'cachegroup': opts['cachegroup'],
671
692
  'cachekey': opts['cachekey'],
672
693
  'cachescope': opts['cachescope'],
694
+ 'cacheuser': opts['cacheuser'],
673
695
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
674
696
  'zeusportal-postas': opts['zeusportalPostas'],
675
697
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.47
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * IAM service.
29
29
  * @module api/IAMApi
30
- * @version 0.1.46
30
+ * @version 0.1.47
31
31
  */
32
32
  var IAMApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -59,6 +59,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @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)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @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
64
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -80,6 +81,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
80
81
  'cachegroup': opts['cachegroup'],
81
82
  'cachekey': opts['cachekey'],
82
83
  'cachescope': opts['cachescope'],
84
+ 'cacheuser': opts['cacheuser'],
83
85
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
86
  'zeusportal-postas': opts['zeusportalPostas'],
85
87
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -109,6 +111,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
109
111
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
110
112
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
111
113
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
114
+ * @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)
112
115
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
113
116
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
114
117
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -128,6 +131,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
128
131
  'cachegroup': opts['cachegroup'],
129
132
  'cachekey': opts['cachekey'],
130
133
  'cachescope': opts['cachescope'],
134
+ 'cacheuser': opts['cacheuser'],
131
135
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
132
136
  'zeusportal-postas': opts['zeusportalPostas'],
133
137
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -158,6 +162,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
158
162
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
159
163
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
160
164
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
165
+ * @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)
161
166
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
162
167
  * @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
163
168
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -184,6 +189,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
184
189
  'cachegroup': opts['cachegroup'],
185
190
  'cachekey': opts['cachekey'],
186
191
  'cachescope': opts['cachescope'],
192
+ 'cacheuser': opts['cacheuser'],
187
193
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
188
194
  'zeusportal-postas': opts['zeusportalPostas'],
189
195
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -215,6 +221,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
215
221
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
216
222
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
217
223
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
224
+ * @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)
218
225
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
219
226
  * @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
220
227
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -242,6 +249,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
242
249
  'cachegroup': opts['cachegroup'],
243
250
  'cachekey': opts['cachekey'],
244
251
  'cachescope': opts['cachescope'],
252
+ 'cacheuser': opts['cacheuser'],
245
253
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
246
254
  'zeusportal-postas': opts['zeusportalPostas'],
247
255
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
20
20
  * gobodo-api
21
21
  * REST Interface for Gobodo API
22
22
  *
23
- * The version of the OpenAPI document: 0.1.46
23
+ * The version of the OpenAPI document: 0.1.47
24
24
  * Contact: info@gobodo.io
25
25
  *
26
26
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
31
31
  /**
32
32
  * Images service.
33
33
  * @module api/ImagesApi
34
- * @version 0.1.46
34
+ * @version 0.1.47
35
35
  */
36
36
  var ImagesApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -62,6 +62,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
62
62
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
63
63
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
64
64
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
65
+ * @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)
65
66
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
66
67
  * @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
67
68
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -92,6 +93,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
92
93
  'cachegroup': opts['cachegroup'],
93
94
  'cachekey': opts['cachekey'],
94
95
  'cachescope': opts['cachescope'],
96
+ 'cacheuser': opts['cacheuser'],
95
97
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
96
98
  'zeusportal-postas': opts['zeusportalPostas'],
97
99
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -127,6 +129,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
127
129
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
128
130
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
129
131
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
132
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
130
133
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
131
134
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
132
135
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -152,6 +155,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
152
155
  'cachegroup': opts['cachegroup'],
153
156
  'cachekey': opts['cachekey'],
154
157
  'cachescope': opts['cachescope'],
158
+ 'cacheuser': opts['cacheuser'],
155
159
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
156
160
  'zeusportal-postas': opts['zeusportalPostas'],
157
161
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -181,6 +185,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
181
185
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
182
186
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
183
187
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
188
+ * @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)
184
189
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
185
190
  * @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
186
191
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -200,6 +205,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
200
205
  'cachegroup': opts['cachegroup'],
201
206
  'cachekey': opts['cachekey'],
202
207
  'cachescope': opts['cachescope'],
208
+ 'cacheuser': opts['cacheuser'],
203
209
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
204
210
  'zeusportal-postas': opts['zeusportalPostas'],
205
211
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -231,6 +237,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
231
237
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
232
238
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
233
239
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
240
+ * @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)
234
241
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
235
242
  * @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
236
243
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -257,6 +264,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
257
264
  'cachegroup': opts['cachegroup'],
258
265
  'cachekey': opts['cachekey'],
259
266
  'cachescope': opts['cachescope'],
267
+ 'cacheuser': opts['cacheuser'],
260
268
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
261
269
  'zeusportal-postas': opts['zeusportalPostas'],
262
270
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -286,6 +294,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
286
294
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
287
295
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
288
296
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
297
+ * @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)
289
298
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
290
299
  * @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
291
300
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -312,6 +321,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
312
321
  'cachegroup': opts['cachegroup'],
313
322
  'cachekey': opts['cachekey'],
314
323
  'cachescope': opts['cachescope'],
324
+ 'cacheuser': opts['cacheuser'],
315
325
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
316
326
  'zeusportal-postas': opts['zeusportalPostas'],
317
327
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -343,6 +353,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
343
353
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
344
354
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
345
355
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
356
+ * @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)
346
357
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
347
358
  * @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
348
359
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -370,6 +381,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
370
381
  'cachegroup': opts['cachegroup'],
371
382
  'cachekey': opts['cachekey'],
372
383
  'cachescope': opts['cachescope'],
384
+ 'cacheuser': opts['cacheuser'],
373
385
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
374
386
  'zeusportal-postas': opts['zeusportalPostas'],
375
387
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -399,6 +411,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
399
411
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
400
412
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
401
413
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
414
+ * @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)
402
415
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
403
416
  * @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
404
417
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -429,6 +442,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
429
442
  'cachegroup': opts['cachegroup'],
430
443
  'cachekey': opts['cachekey'],
431
444
  'cachescope': opts['cachescope'],
445
+ 'cacheuser': opts['cacheuser'],
432
446
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
433
447
  'zeusportal-postas': opts['zeusportalPostas'],
434
448
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -466,6 +480,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
466
480
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
467
481
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
468
482
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
483
+ * @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)
469
484
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
470
485
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
471
486
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -488,6 +503,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
488
503
  'cachegroup': opts['cachegroup'],
489
504
  'cachekey': opts['cachekey'],
490
505
  'cachescope': opts['cachescope'],
506
+ 'cacheuser': opts['cacheuser'],
491
507
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
492
508
  'zeusportal-postas': opts['zeusportalPostas'],
493
509
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.46
20
+ * The version of the OpenAPI document: 0.1.47
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * Invites service.
30
30
  * @module api/InvitesApi
31
- * @version 0.1.46
31
+ * @version 0.1.47
32
32
  */
33
33
  var InvitesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -59,6 +59,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @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)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @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
64
65
  * @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 InvitesApi = 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'],
@@ -115,6 +117,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
115
117
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
116
118
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
117
119
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
120
+ * @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)
118
121
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
119
122
  * @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
120
123
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -139,6 +142,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
139
142
  'cachegroup': opts['cachegroup'],
140
143
  'cachekey': opts['cachekey'],
141
144
  'cachescope': opts['cachescope'],
145
+ 'cacheuser': opts['cacheuser'],
142
146
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
143
147
  'zeusportal-postas': opts['zeusportalPostas'],
144
148
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -171,6 +175,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
171
175
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
172
176
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
173
177
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
178
+ * @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)
174
179
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
175
180
  * @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
176
181
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -201,6 +206,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
201
206
  'cachegroup': opts['cachegroup'],
202
207
  'cachekey': opts['cachekey'],
203
208
  'cachescope': opts['cachescope'],
209
+ 'cacheuser': opts['cacheuser'],
204
210
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
205
211
  'zeusportal-postas': opts['zeusportalPostas'],
206
212
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -232,6 +238,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
232
238
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
233
239
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
234
240
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
241
+ * @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)
235
242
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
236
243
  * @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
237
244
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -258,6 +265,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
258
265
  'cachegroup': opts['cachegroup'],
259
266
  'cachekey': opts['cachekey'],
260
267
  'cachescope': opts['cachescope'],
268
+ 'cacheuser': opts['cacheuser'],
261
269
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
262
270
  'zeusportal-postas': opts['zeusportalPostas'],
263
271
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -288,6 +296,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
288
296
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
289
297
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
290
298
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
299
+ * @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)
291
300
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
292
301
  * @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
293
302
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -307,6 +316,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
307
316
  'cachegroup': opts['cachegroup'],
308
317
  'cachekey': opts['cachekey'],
309
318
  'cachescope': opts['cachescope'],
319
+ 'cacheuser': opts['cacheuser'],
310
320
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
311
321
  'zeusportal-postas': opts['zeusportalPostas'],
312
322
  'zeusportal-postas-site': opts['zeusportalPostasSite'],