@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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.45
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * IAM service.
29
29
  * @module api/IAMApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var IAMApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -71,6 +72,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
71
72
  'cachegroup': opts['cachegroup'],
72
73
  'cachekey': opts['cachekey'],
73
74
  'cachescope': opts['cachescope'],
75
+ 'cacheuser': opts['cacheuser'],
74
76
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
75
77
  'zeusportal-postas': opts['zeusportalPostas'],
76
78
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -93,6 +95,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
93
95
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
94
96
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
95
97
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
98
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
96
99
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
97
100
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
98
101
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -116,6 +119,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
116
119
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
120
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
121
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
122
+ * @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)
119
123
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
120
124
  * @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
121
125
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -135,6 +139,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
135
139
  'cachegroup': opts['cachegroup'],
136
140
  'cachekey': opts['cachekey'],
137
141
  'cachescope': opts['cachescope'],
142
+ 'cacheuser': opts['cacheuser'],
138
143
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
139
144
  'zeusportal-postas': opts['zeusportalPostas'],
140
145
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -156,6 +161,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
156
161
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
157
162
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
158
163
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
164
+ * @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)
159
165
  * @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
160
166
  * @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
161
167
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -179,6 +185,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
179
185
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
180
186
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
181
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)
182
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
183
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
184
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
@@ -204,6 +211,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
204
211
  'cachegroup': opts['cachegroup'],
205
212
  'cachekey': opts['cachekey'],
206
213
  'cachescope': opts['cachescope'],
214
+ 'cacheuser': opts['cacheuser'],
207
215
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
208
216
  'zeusportal-postas': opts['zeusportalPostas'],
209
217
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -228,6 +236,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
228
236
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
229
237
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
230
238
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
239
+ * @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)
231
240
  * @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
232
241
  * @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
233
242
  * @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
@@ -250,6 +259,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
250
259
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
251
260
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
252
261
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
262
+ * @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)
253
263
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
254
264
  * @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
255
265
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -276,6 +286,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
276
286
  'cachegroup': opts['cachegroup'],
277
287
  'cachekey': opts['cachekey'],
278
288
  'cachescope': opts['cachescope'],
289
+ 'cacheuser': opts['cacheuser'],
279
290
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
280
291
  'zeusportal-postas': opts['zeusportalPostas'],
281
292
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -297,6 +308,7 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
297
308
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
298
309
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
299
310
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
311
+ * @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)
300
312
  * @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
301
313
  * @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
302
314
  * @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
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
20
20
  * gobodo-api
21
21
  * REST Interface for Gobodo API
22
22
  *
23
- * The version of the OpenAPI document: 0.1.45
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * Images service.
33
33
  * @module api/ImagesApi
34
- * @version 0.1.45
34
+ * @version 0.1.47
35
35
  */
36
36
  var ImagesApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -54,6 +54,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
54
54
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
55
55
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
56
56
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
57
+ * @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)
57
58
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
58
59
  * @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
59
60
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -109,6 +111,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
109
111
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
110
112
  * @param {Array.<String>} opts.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} opts.cachescope The scope of storage of the cache item
114
+ * @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)
112
115
  * @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
113
116
  * @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
114
117
  * @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
@@ -136,6 +139,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
136
139
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
137
140
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
138
141
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
142
+ * @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)
139
143
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
140
144
  * @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
141
145
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -161,6 +165,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
161
165
  'cachegroup': opts['cachegroup'],
162
166
  'cachekey': opts['cachekey'],
163
167
  'cachescope': opts['cachescope'],
168
+ 'cacheuser': opts['cacheuser'],
164
169
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
165
170
  'zeusportal-postas': opts['zeusportalPostas'],
166
171
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -183,6 +188,7 @@ var ImagesApi = 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
@@ -205,6 +211,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
205
211
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
206
212
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
207
213
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
214
+ * @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)
208
215
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
209
216
  * @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
210
217
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -224,6 +231,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
224
231
  'cachegroup': opts['cachegroup'],
225
232
  'cachekey': opts['cachekey'],
226
233
  'cachescope': opts['cachescope'],
234
+ 'cacheuser': opts['cacheuser'],
227
235
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
228
236
  'zeusportal-postas': opts['zeusportalPostas'],
229
237
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -245,6 +253,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
245
253
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
246
254
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
247
255
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
256
+ * @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)
248
257
  * @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
249
258
  * @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
250
259
  * @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
@@ -269,6 +278,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
269
278
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
270
279
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
271
280
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
281
+ * @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)
272
282
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
273
283
  * @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
274
284
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -294,6 +304,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
294
304
  'cachegroup': opts['cachegroup'],
295
305
  'cachekey': opts['cachekey'],
296
306
  'cachescope': opts['cachescope'],
307
+ 'cacheuser': opts['cacheuser'],
297
308
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
298
309
  'zeusportal-postas': opts['zeusportalPostas'],
299
310
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -317,6 +328,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
317
328
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
318
329
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
319
330
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
331
+ * @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)
320
332
  * @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
321
333
  * @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
322
334
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -339,6 +351,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
339
351
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
340
352
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
341
353
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
354
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
342
355
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
343
356
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
344
357
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -364,6 +377,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
364
377
  'cachegroup': opts['cachegroup'],
365
378
  'cachekey': opts['cachekey'],
366
379
  'cachescope': opts['cachescope'],
380
+ 'cacheuser': opts['cacheuser'],
367
381
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
368
382
  'zeusportal-postas': opts['zeusportalPostas'],
369
383
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -385,6 +399,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
385
399
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
386
400
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
387
401
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
402
+ * @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)
388
403
  * @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
389
404
  * @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
390
405
  * @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
@@ -409,6 +424,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
409
424
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
410
425
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
411
426
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
427
+ * @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)
412
428
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
413
429
  * @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
414
430
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -435,6 +451,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
435
451
  'cachegroup': opts['cachegroup'],
436
452
  'cachekey': opts['cachekey'],
437
453
  'cachescope': opts['cachescope'],
454
+ 'cacheuser': opts['cacheuser'],
438
455
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
439
456
  'zeusportal-postas': opts['zeusportalPostas'],
440
457
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -458,6 +475,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
458
475
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
459
476
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
460
477
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
478
+ * @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)
461
479
  * @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
462
480
  * @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
463
481
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -481,6 +499,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
481
499
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
482
500
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
483
501
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
502
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
484
503
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
485
504
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
486
505
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -510,6 +529,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
510
529
  'cachegroup': opts['cachegroup'],
511
530
  'cachekey': opts['cachekey'],
512
531
  'cachescope': opts['cachescope'],
532
+ 'cacheuser': opts['cacheuser'],
513
533
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
514
534
  'zeusportal-postas': opts['zeusportalPostas'],
515
535
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -538,6 +558,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
538
558
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
539
559
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
540
560
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
561
+ * @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)
541
562
  * @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
542
563
  * @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
543
564
  * @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
@@ -565,6 +586,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
565
586
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
566
587
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
567
588
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
589
+ * @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)
568
590
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
569
591
  * @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
570
592
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -586,6 +608,7 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
586
608
  'cachegroup': opts['cachegroup'],
587
609
  'cachekey': opts['cachekey'],
588
610
  'cachescope': opts['cachescope'],
611
+ 'cacheuser': opts['cacheuser'],
589
612
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
590
613
  'zeusportal-postas': opts['zeusportalPostas'],
591
614
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -611,6 +634,7 @@ var ImagesApi = 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
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.45
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * Invites service.
30
30
  * @module api/InvitesApi
31
- * @version 0.1.45
31
+ * @version 0.1.47
32
32
  */
33
33
  var InvitesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -51,6 +51,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -76,6 +77,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
76
77
  'cachegroup': opts['cachegroup'],
77
78
  'cachekey': opts['cachekey'],
78
79
  'cachescope': opts['cachescope'],
80
+ 'cacheuser': opts['cacheuser'],
79
81
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
80
82
  'zeusportal-postas': opts['zeusportalPostas'],
81
83
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -97,6 +99,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
97
99
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
98
100
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
99
101
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
102
+ * @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)
100
103
  * @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
101
104
  * @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
102
105
  * @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
@@ -121,6 +124,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
121
124
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
122
125
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
123
126
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
127
+ * @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)
124
128
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
125
129
  * @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
126
130
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -144,6 +148,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
144
148
  'cachegroup': opts['cachegroup'],
145
149
  'cachekey': opts['cachekey'],
146
150
  'cachescope': opts['cachescope'],
151
+ 'cacheuser': opts['cacheuser'],
147
152
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
148
153
  'zeusportal-postas': opts['zeusportalPostas'],
149
154
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -167,6 +172,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
167
172
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
168
173
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
169
174
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
175
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
170
176
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
171
177
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
172
178
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -192,6 +198,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
192
198
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
193
199
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
194
200
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
201
+ * @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)
195
202
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
196
203
  * @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
197
204
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -221,6 +228,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
221
228
  'cachegroup': opts['cachegroup'],
222
229
  'cachekey': opts['cachekey'],
223
230
  'cachescope': opts['cachescope'],
231
+ 'cacheuser': opts['cacheuser'],
224
232
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
225
233
  'zeusportal-postas': opts['zeusportalPostas'],
226
234
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -245,6 +253,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
245
253
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
246
254
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
247
255
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
256
+ * @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)
248
257
  * @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
249
258
  * @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
250
259
  * @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
@@ -269,6 +278,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
269
278
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
270
279
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
271
280
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
281
+ * @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)
272
282
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
273
283
  * @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
274
284
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -294,6 +304,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
294
304
  'cachegroup': opts['cachegroup'],
295
305
  'cachekey': opts['cachekey'],
296
306
  'cachescope': opts['cachescope'],
307
+ 'cacheuser': opts['cacheuser'],
297
308
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
298
309
  'zeusportal-postas': opts['zeusportalPostas'],
299
310
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -317,6 +328,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
317
328
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
318
329
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
319
330
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
331
+ * @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)
320
332
  * @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
321
333
  * @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
322
334
  * @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
@@ -340,6 +352,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
340
352
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
341
353
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
342
354
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
355
+ * @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)
343
356
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
344
357
  * @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
345
358
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -359,6 +372,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
359
372
  'cachegroup': opts['cachegroup'],
360
373
  'cachekey': opts['cachekey'],
361
374
  'cachescope': opts['cachescope'],
375
+ 'cacheuser': opts['cacheuser'],
362
376
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
363
377
  'zeusportal-postas': opts['zeusportalPostas'],
364
378
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -381,6 +395,7 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
381
395
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
382
396
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
383
397
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
398
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
384
399
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
385
400
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
386
401
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page