@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
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  * gobodo-api
34
34
  * REST Interface for Gobodo API
35
35
  *
36
- * The version of the OpenAPI document: 0.1.45
36
+ * The version of the OpenAPI document: 0.1.47
37
37
  * Contact: info@gobodo.io
38
38
  *
39
39
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44,7 +44,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
44
44
  /**
45
45
  * StripeAccounts service.
46
46
  * @module api/StripeAccountsApi
47
- * @version 0.1.45
47
+ * @version 0.1.47
48
48
  */
49
49
  var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
50
50
  /**
@@ -68,6 +68,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
68
68
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
69
69
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
70
70
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
71
+ * @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)
71
72
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
72
73
  * @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
73
74
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -88,6 +89,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
88
89
  'cachegroup': opts['cachegroup'],
89
90
  'cachekey': opts['cachekey'],
90
91
  'cachescope': opts['cachescope'],
92
+ 'cacheuser': opts['cacheuser'],
91
93
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
92
94
  'zeusportal-postas': opts['zeusportalPostas'],
93
95
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -110,6 +112,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
110
112
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
111
113
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
112
114
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
115
+ * @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)
113
116
  * @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
114
117
  * @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
115
118
  * @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 StripeAccountsApi = 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
@@ -165,6 +169,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
165
169
  'cachegroup': opts['cachegroup'],
166
170
  'cachekey': opts['cachekey'],
167
171
  'cachescope': opts['cachescope'],
172
+ 'cacheuser': opts['cacheuser'],
168
173
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
169
174
  'zeusportal-postas': opts['zeusportalPostas'],
170
175
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -189,6 +194,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
189
194
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
190
195
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
191
196
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
197
+ * @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)
192
198
  * @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
193
199
  * @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
194
200
  * @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
@@ -213,6 +219,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
213
219
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
214
220
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
215
221
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
222
+ * @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)
216
223
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
217
224
  * @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
218
225
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -236,6 +243,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
236
243
  'cachegroup': opts['cachegroup'],
237
244
  'cachekey': opts['cachekey'],
238
245
  'cachescope': opts['cachescope'],
246
+ 'cacheuser': opts['cacheuser'],
239
247
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
240
248
  'zeusportal-postas': opts['zeusportalPostas'],
241
249
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -259,6 +267,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
259
267
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
260
268
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
261
269
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
270
+ * @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)
262
271
  * @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
263
272
  * @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
264
273
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -283,6 +292,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
283
292
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
284
293
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
285
294
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
295
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
286
296
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
287
297
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
288
298
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -306,6 +316,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
306
316
  'cachegroup': opts['cachegroup'],
307
317
  'cachekey': opts['cachekey'],
308
318
  'cachescope': opts['cachescope'],
319
+ 'cacheuser': opts['cacheuser'],
309
320
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
310
321
  'zeusportal-postas': opts['zeusportalPostas'],
311
322
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -329,6 +340,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
329
340
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
330
341
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
331
342
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
343
+ * @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)
332
344
  * @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
333
345
  * @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
334
346
  * @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
@@ -353,6 +365,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
353
365
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
354
366
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
355
367
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
368
+ * @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)
356
369
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
357
370
  * @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
358
371
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -376,6 +389,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
376
389
  'cachegroup': opts['cachegroup'],
377
390
  'cachekey': opts['cachekey'],
378
391
  'cachescope': opts['cachescope'],
392
+ 'cacheuser': opts['cacheuser'],
379
393
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
380
394
  'zeusportal-postas': opts['zeusportalPostas'],
381
395
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -399,6 +413,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
399
413
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
400
414
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
401
415
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
416
+ * @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)
402
417
  * @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
403
418
  * @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
404
419
  * @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
@@ -423,6 +438,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
423
438
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
424
439
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
425
440
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
441
+ * @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)
426
442
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
427
443
  * @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
428
444
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -446,6 +462,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
446
462
  'cachegroup': opts['cachegroup'],
447
463
  'cachekey': opts['cachekey'],
448
464
  'cachescope': opts['cachescope'],
465
+ 'cacheuser': opts['cacheuser'],
449
466
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
450
467
  'zeusportal-postas': opts['zeusportalPostas'],
451
468
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -469,6 +486,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
469
486
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
470
487
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
471
488
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
489
+ * @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)
472
490
  * @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
473
491
  * @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
474
492
  * @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
@@ -494,6 +512,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
494
512
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
495
513
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
496
514
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
515
+ * @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)
497
516
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
498
517
  * @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
499
518
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -523,6 +542,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
523
542
  'cachegroup': opts['cachegroup'],
524
543
  'cachekey': opts['cachekey'],
525
544
  'cachescope': opts['cachescope'],
545
+ 'cacheuser': opts['cacheuser'],
526
546
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
527
547
  'zeusportal-postas': opts['zeusportalPostas'],
528
548
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -547,6 +567,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
547
567
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
548
568
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
549
569
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
570
+ * @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)
550
571
  * @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
551
572
  * @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
552
573
  * @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
@@ -572,6 +593,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
572
593
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
573
594
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
574
595
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
596
+ * @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)
575
597
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
576
598
  * @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
577
599
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -601,6 +623,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
601
623
  'cachegroup': opts['cachegroup'],
602
624
  'cachekey': opts['cachekey'],
603
625
  'cachescope': opts['cachescope'],
626
+ 'cacheuser': opts['cacheuser'],
604
627
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
605
628
  'zeusportal-postas': opts['zeusportalPostas'],
606
629
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -625,6 +648,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
625
648
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
626
649
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
627
650
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
651
+ * @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)
628
652
  * @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
629
653
  * @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
630
654
  * @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
@@ -649,6 +673,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
649
673
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
650
674
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
651
675
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
676
+ * @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)
652
677
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
653
678
  * @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
654
679
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -672,6 +697,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
672
697
  'cachegroup': opts['cachegroup'],
673
698
  'cachekey': opts['cachekey'],
674
699
  'cachescope': opts['cachescope'],
700
+ 'cacheuser': opts['cacheuser'],
675
701
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
676
702
  'zeusportal-postas': opts['zeusportalPostas'],
677
703
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -695,6 +721,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
695
721
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
696
722
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
697
723
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
724
+ * @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)
698
725
  * @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
699
726
  * @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
700
727
  * @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
@@ -716,6 +743,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
716
743
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
717
744
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
718
745
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
746
+ * @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)
719
747
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
720
748
  * @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
721
749
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -735,6 +763,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
735
763
  'cachegroup': opts['cachegroup'],
736
764
  'cachekey': opts['cachekey'],
737
765
  'cachescope': opts['cachescope'],
766
+ 'cacheuser': opts['cacheuser'],
738
767
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
739
768
  'zeusportal-postas': opts['zeusportalPostas'],
740
769
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -755,6 +784,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
755
784
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
756
785
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
757
786
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
787
+ * @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)
758
788
  * @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
759
789
  * @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
760
790
  * @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
@@ -777,6 +807,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
777
807
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
778
808
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
779
809
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
810
+ * @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)
780
811
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
781
812
  * @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
782
813
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -802,6 +833,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
802
833
  'cachegroup': opts['cachegroup'],
803
834
  'cachekey': opts['cachekey'],
804
835
  'cachescope': opts['cachescope'],
836
+ 'cacheuser': opts['cacheuser'],
805
837
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
806
838
  'zeusportal-postas': opts['zeusportalPostas'],
807
839
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -823,6 +855,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
823
855
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
824
856
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
825
857
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
858
+ * @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)
826
859
  * @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
827
860
  * @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
828
861
  * @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
@@ -847,6 +880,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
847
880
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
848
881
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
849
882
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
883
+ * @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)
850
884
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
851
885
  * @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
852
886
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -872,6 +906,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
872
906
  'cachegroup': opts['cachegroup'],
873
907
  'cachekey': opts['cachekey'],
874
908
  'cachescope': opts['cachescope'],
909
+ 'cacheuser': opts['cacheuser'],
875
910
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
876
911
  'zeusportal-postas': opts['zeusportalPostas'],
877
912
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -895,6 +930,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
895
930
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
896
931
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
897
932
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
933
+ * @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)
898
934
  * @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
899
935
  * @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
900
936
  * @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
@@ -917,6 +953,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
917
953
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
918
954
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
919
955
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
956
+ * @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)
920
957
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
921
958
  * @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
922
959
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -936,6 +973,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
936
973
  'cachegroup': opts['cachegroup'],
937
974
  'cachekey': opts['cachekey'],
938
975
  'cachescope': opts['cachescope'],
976
+ 'cacheuser': opts['cacheuser'],
939
977
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
940
978
  'zeusportal-postas': opts['zeusportalPostas'],
941
979
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -957,6 +995,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
957
995
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
958
996
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
959
997
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
998
+ * @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)
960
999
  * @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
961
1000
  * @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
962
1001
  * @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
@@ -980,6 +1019,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
980
1019
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
981
1020
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
982
1021
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1022
+ * @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)
983
1023
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
984
1024
  * @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
985
1025
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1005,6 +1045,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1005
1045
  'cachegroup': opts['cachegroup'],
1006
1046
  'cachekey': opts['cachekey'],
1007
1047
  'cachescope': opts['cachescope'],
1048
+ 'cacheuser': opts['cacheuser'],
1008
1049
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1009
1050
  'zeusportal-postas': opts['zeusportalPostas'],
1010
1051
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1029,6 +1070,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1029
1070
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1030
1071
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1031
1072
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1073
+ * @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)
1032
1074
  * @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
1033
1075
  * @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
1034
1076
  * @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
@@ -1053,6 +1095,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1053
1095
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1054
1096
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1055
1097
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1098
+ * @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)
1056
1099
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1057
1100
  * @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
1058
1101
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1078,6 +1121,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1078
1121
  'cachegroup': opts['cachegroup'],
1079
1122
  'cachekey': opts['cachekey'],
1080
1123
  'cachescope': opts['cachescope'],
1124
+ 'cacheuser': opts['cacheuser'],
1081
1125
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1082
1126
  'zeusportal-postas': opts['zeusportalPostas'],
1083
1127
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1101,6 +1145,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1101
1145
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1102
1146
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1103
1147
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1148
+ * @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)
1104
1149
  * @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
1105
1150
  * @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
1106
1151
  * @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
@@ -1125,6 +1170,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1125
1170
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1126
1171
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1127
1172
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1173
+ * @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)
1128
1174
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1129
1175
  * @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
1130
1176
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1150,6 +1196,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1150
1196
  'cachegroup': opts['cachegroup'],
1151
1197
  'cachekey': opts['cachekey'],
1152
1198
  'cachescope': opts['cachescope'],
1199
+ 'cacheuser': opts['cacheuser'],
1153
1200
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1154
1201
  'zeusportal-postas': opts['zeusportalPostas'],
1155
1202
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1173,6 +1220,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1173
1220
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1174
1221
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1175
1222
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1223
+ * @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)
1176
1224
  * @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
1177
1225
  * @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
1178
1226
  * @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
@@ -1196,6 +1244,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1196
1244
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1197
1245
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1198
1246
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1247
+ * @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)
1199
1248
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1200
1249
  * @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
1201
1250
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1215,6 +1264,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1215
1264
  'cachegroup': opts['cachegroup'],
1216
1265
  'cachekey': opts['cachekey'],
1217
1266
  'cachescope': opts['cachescope'],
1267
+ 'cacheuser': opts['cacheuser'],
1218
1268
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1219
1269
  'zeusportal-postas': opts['zeusportalPostas'],
1220
1270
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1237,6 +1287,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1237
1287
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1238
1288
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1239
1289
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1290
+ * @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)
1240
1291
  * @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
1241
1292
  * @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
1242
1293
  * @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
@@ -1261,6 +1312,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1261
1312
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1262
1313
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1263
1314
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1315
+ * @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)
1264
1316
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1265
1317
  * @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
1266
1318
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1286,6 +1338,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1286
1338
  'cachegroup': opts['cachegroup'],
1287
1339
  'cachekey': opts['cachekey'],
1288
1340
  'cachescope': opts['cachescope'],
1341
+ 'cacheuser': opts['cacheuser'],
1289
1342
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1290
1343
  'zeusportal-postas': opts['zeusportalPostas'],
1291
1344
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1309,6 +1362,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1309
1362
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1310
1363
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1311
1364
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1365
+ * @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)
1312
1366
  * @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
1313
1367
  * @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
1314
1368
  * @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
@@ -1332,6 +1386,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1332
1386
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1333
1387
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1334
1388
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1389
+ * @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)
1335
1390
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1336
1391
  * @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
1337
1392
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1351,6 +1406,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1351
1406
  'cachegroup': opts['cachegroup'],
1352
1407
  'cachekey': opts['cachekey'],
1353
1408
  'cachescope': opts['cachescope'],
1409
+ 'cacheuser': opts['cacheuser'],
1354
1410
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1355
1411
  'zeusportal-postas': opts['zeusportalPostas'],
1356
1412
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1373,6 +1429,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1373
1429
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1374
1430
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1375
1431
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1432
+ * @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)
1376
1433
  * @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
1377
1434
  * @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
1378
1435
  * @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
@@ -1397,6 +1454,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1397
1454
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1398
1455
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1399
1456
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1457
+ * @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)
1400
1458
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1401
1459
  * @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
1402
1460
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1422,6 +1480,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1422
1480
  'cachegroup': opts['cachegroup'],
1423
1481
  'cachekey': opts['cachekey'],
1424
1482
  'cachescope': opts['cachescope'],
1483
+ 'cacheuser': opts['cacheuser'],
1425
1484
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1426
1485
  'zeusportal-postas': opts['zeusportalPostas'],
1427
1486
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1445,6 +1504,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1445
1504
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1446
1505
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1447
1506
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1507
+ * @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)
1448
1508
  * @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
1449
1509
  * @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
1450
1510
  * @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
@@ -1468,6 +1528,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1468
1528
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1469
1529
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1470
1530
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1531
+ * @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)
1471
1532
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1472
1533
  * @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
1473
1534
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1487,6 +1548,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1487
1548
  'cachegroup': opts['cachegroup'],
1488
1549
  'cachekey': opts['cachekey'],
1489
1550
  'cachescope': opts['cachescope'],
1551
+ 'cacheuser': opts['cacheuser'],
1490
1552
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1491
1553
  'zeusportal-postas': opts['zeusportalPostas'],
1492
1554
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1509,6 +1571,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1509
1571
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1510
1572
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1511
1573
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1574
+ * @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)
1512
1575
  * @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
1513
1576
  * @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
1514
1577
  * @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
@@ -1532,6 +1595,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1532
1595
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1533
1596
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1534
1597
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1598
+ * @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)
1535
1599
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1536
1600
  * @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
1537
1601
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1551,6 +1615,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1551
1615
  'cachegroup': opts['cachegroup'],
1552
1616
  'cachekey': opts['cachekey'],
1553
1617
  'cachescope': opts['cachescope'],
1618
+ 'cacheuser': opts['cacheuser'],
1554
1619
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1555
1620
  'zeusportal-postas': opts['zeusportalPostas'],
1556
1621
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1573,6 +1638,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1573
1638
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1574
1639
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1575
1640
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1641
+ * @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)
1576
1642
  * @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
1577
1643
  * @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
1578
1644
  * @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
@@ -1596,6 +1662,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1596
1662
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1597
1663
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1598
1664
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1665
+ * @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)
1599
1666
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1600
1667
  * @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
1601
1668
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1615,6 +1682,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1615
1682
  'cachegroup': opts['cachegroup'],
1616
1683
  'cachekey': opts['cachekey'],
1617
1684
  'cachescope': opts['cachescope'],
1685
+ 'cacheuser': opts['cacheuser'],
1618
1686
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1619
1687
  'zeusportal-postas': opts['zeusportalPostas'],
1620
1688
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1637,6 +1705,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1637
1705
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1638
1706
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1639
1707
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1708
+ * @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)
1640
1709
  * @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
1641
1710
  * @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
1642
1711
  * @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
@@ -1661,6 +1730,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1661
1730
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1662
1731
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1663
1732
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1733
+ * @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)
1664
1734
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1665
1735
  * @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
1666
1736
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1686,6 +1756,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1686
1756
  'cachegroup': opts['cachegroup'],
1687
1757
  'cachekey': opts['cachekey'],
1688
1758
  'cachescope': opts['cachescope'],
1759
+ 'cacheuser': opts['cacheuser'],
1689
1760
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1690
1761
  'zeusportal-postas': opts['zeusportalPostas'],
1691
1762
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1709,6 +1780,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1709
1780
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1710
1781
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1711
1782
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1783
+ * @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)
1712
1784
  * @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
1713
1785
  * @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
1714
1786
  * @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
@@ -1732,6 +1804,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1732
1804
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1733
1805
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1734
1806
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1807
+ * @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)
1735
1808
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1736
1809
  * @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
1737
1810
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1751,6 +1824,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1751
1824
  'cachegroup': opts['cachegroup'],
1752
1825
  'cachekey': opts['cachekey'],
1753
1826
  'cachescope': opts['cachescope'],
1827
+ 'cacheuser': opts['cacheuser'],
1754
1828
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1755
1829
  'zeusportal-postas': opts['zeusportalPostas'],
1756
1830
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1773,6 +1847,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1773
1847
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1774
1848
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1775
1849
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1850
+ * @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)
1776
1851
  * @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
1777
1852
  * @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
1778
1853
  * @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
@@ -1797,6 +1872,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1797
1872
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1798
1873
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1799
1874
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1875
+ * @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)
1800
1876
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1801
1877
  * @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
1802
1878
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1822,6 +1898,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1822
1898
  'cachegroup': opts['cachegroup'],
1823
1899
  'cachekey': opts['cachekey'],
1824
1900
  'cachescope': opts['cachescope'],
1901
+ 'cacheuser': opts['cacheuser'],
1825
1902
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1826
1903
  'zeusportal-postas': opts['zeusportalPostas'],
1827
1904
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1845,6 +1922,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1845
1922
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1846
1923
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1847
1924
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1925
+ * @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)
1848
1926
  * @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
1849
1927
  * @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
1850
1928
  * @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
@@ -1869,6 +1947,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1869
1947
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1870
1948
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1871
1949
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1950
+ * @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)
1872
1951
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1873
1952
  * @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
1874
1953
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1894,6 +1973,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1894
1973
  'cachegroup': opts['cachegroup'],
1895
1974
  'cachekey': opts['cachekey'],
1896
1975
  'cachescope': opts['cachescope'],
1976
+ 'cacheuser': opts['cacheuser'],
1897
1977
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1898
1978
  'zeusportal-postas': opts['zeusportalPostas'],
1899
1979
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1917,6 +1997,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1917
1997
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1918
1998
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1919
1999
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2000
+ * @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)
1920
2001
  * @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
1921
2002
  * @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
1922
2003
  * @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
@@ -1941,6 +2022,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1941
2022
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1942
2023
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1943
2024
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2025
+ * @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)
1944
2026
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1945
2027
  * @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
1946
2028
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1966,6 +2048,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1966
2048
  'cachegroup': opts['cachegroup'],
1967
2049
  'cachekey': opts['cachekey'],
1968
2050
  'cachescope': opts['cachescope'],
2051
+ 'cacheuser': opts['cacheuser'],
1969
2052
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1970
2053
  'zeusportal-postas': opts['zeusportalPostas'],
1971
2054
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1989,6 +2072,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1989
2072
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1990
2073
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1991
2074
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2075
+ * @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)
1992
2076
  * @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
1993
2077
  * @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
1994
2078
  * @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
@@ -2013,6 +2097,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2013
2097
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2014
2098
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2015
2099
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2100
+ * @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)
2016
2101
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2017
2102
  * @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
2018
2103
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2038,6 +2123,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2038
2123
  'cachegroup': opts['cachegroup'],
2039
2124
  'cachekey': opts['cachekey'],
2040
2125
  'cachescope': opts['cachescope'],
2126
+ 'cacheuser': opts['cacheuser'],
2041
2127
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2042
2128
  'zeusportal-postas': opts['zeusportalPostas'],
2043
2129
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2061,6 +2147,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2061
2147
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2062
2148
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2063
2149
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2150
+ * @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)
2064
2151
  * @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
2065
2152
  * @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
2066
2153
  * @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
@@ -2086,6 +2173,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2086
2173
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2087
2174
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2088
2175
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2176
+ * @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)
2089
2177
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2090
2178
  * @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
2091
2179
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2115,6 +2203,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2115
2203
  'cachegroup': opts['cachegroup'],
2116
2204
  'cachekey': opts['cachekey'],
2117
2205
  'cachescope': opts['cachescope'],
2206
+ 'cacheuser': opts['cacheuser'],
2118
2207
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2119
2208
  'zeusportal-postas': opts['zeusportalPostas'],
2120
2209
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2139,6 +2228,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2139
2228
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2140
2229
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2141
2230
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2231
+ * @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)
2142
2232
  * @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
2143
2233
  * @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
2144
2234
  * @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
@@ -2164,6 +2254,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2164
2254
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2165
2255
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2166
2256
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2257
+ * @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)
2167
2258
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2168
2259
  * @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
2169
2260
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2194,6 +2285,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2194
2285
  'cachegroup': opts['cachegroup'],
2195
2286
  'cachekey': opts['cachekey'],
2196
2287
  'cachescope': opts['cachescope'],
2288
+ 'cacheuser': opts['cacheuser'],
2197
2289
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2198
2290
  'zeusportal-postas': opts['zeusportalPostas'],
2199
2291
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2218,6 +2310,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2218
2310
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2219
2311
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2220
2312
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2313
+ * @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)
2221
2314
  * @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
2222
2315
  * @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
2223
2316
  * @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
@@ -2243,6 +2336,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2243
2336
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2244
2337
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2245
2338
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2339
+ * @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)
2246
2340
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2247
2341
  * @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
2248
2342
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2272,6 +2366,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2272
2366
  'cachegroup': opts['cachegroup'],
2273
2367
  'cachekey': opts['cachekey'],
2274
2368
  'cachescope': opts['cachescope'],
2369
+ 'cacheuser': opts['cacheuser'],
2275
2370
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2276
2371
  'zeusportal-postas': opts['zeusportalPostas'],
2277
2372
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2296,6 +2391,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2296
2391
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2297
2392
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2298
2393
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2394
+ * @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)
2299
2395
  * @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
2300
2396
  * @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
2301
2397
  * @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
@@ -2320,6 +2416,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2320
2416
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2321
2417
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2322
2418
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2419
+ * @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)
2323
2420
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2324
2421
  * @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
2325
2422
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2343,6 +2440,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2343
2440
  'cachegroup': opts['cachegroup'],
2344
2441
  'cachekey': opts['cachekey'],
2345
2442
  'cachescope': opts['cachescope'],
2443
+ 'cacheuser': opts['cacheuser'],
2346
2444
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2347
2445
  'zeusportal-postas': opts['zeusportalPostas'],
2348
2446
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2366,6 +2464,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2366
2464
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2367
2465
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2368
2466
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2467
+ * @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)
2369
2468
  * @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
2370
2469
  * @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
2371
2470
  * @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
@@ -2391,6 +2490,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2391
2490
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2392
2491
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2393
2492
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2493
+ * @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)
2394
2494
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2395
2495
  * @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
2396
2496
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2421,6 +2521,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2421
2521
  'cachegroup': opts['cachegroup'],
2422
2522
  'cachekey': opts['cachekey'],
2423
2523
  'cachescope': opts['cachescope'],
2524
+ 'cacheuser': opts['cacheuser'],
2424
2525
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2425
2526
  'zeusportal-postas': opts['zeusportalPostas'],
2426
2527
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2445,6 +2546,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2445
2546
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2446
2547
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2447
2548
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2549
+ * @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)
2448
2550
  * @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
2449
2551
  * @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
2450
2552
  * @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
@@ -2469,6 +2571,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2469
2571
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2470
2572
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2471
2573
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2574
+ * @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)
2472
2575
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2473
2576
  * @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
2474
2577
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2492,6 +2595,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2492
2595
  'cachegroup': opts['cachegroup'],
2493
2596
  'cachekey': opts['cachekey'],
2494
2597
  'cachescope': opts['cachescope'],
2598
+ 'cacheuser': opts['cacheuser'],
2495
2599
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2496
2600
  'zeusportal-postas': opts['zeusportalPostas'],
2497
2601
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2515,6 +2619,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2515
2619
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2516
2620
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2517
2621
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2622
+ * @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)
2518
2623
  * @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
2519
2624
  * @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
2520
2625
  * @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
@@ -2539,6 +2644,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2539
2644
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2540
2645
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2541
2646
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2647
+ * @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)
2542
2648
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2543
2649
  * @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
2544
2650
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2562,6 +2668,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2562
2668
  'cachegroup': opts['cachegroup'],
2563
2669
  'cachekey': opts['cachekey'],
2564
2670
  'cachescope': opts['cachescope'],
2671
+ 'cacheuser': opts['cacheuser'],
2565
2672
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2566
2673
  'zeusportal-postas': opts['zeusportalPostas'],
2567
2674
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2585,6 +2692,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2585
2692
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2586
2693
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2587
2694
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2695
+ * @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)
2588
2696
  * @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
2589
2697
  * @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
2590
2698
  * @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
@@ -2610,6 +2718,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2610
2718
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2611
2719
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2612
2720
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2721
+ * @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)
2613
2722
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2614
2723
  * @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
2615
2724
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2639,6 +2748,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2639
2748
  'cachegroup': opts['cachegroup'],
2640
2749
  'cachekey': opts['cachekey'],
2641
2750
  'cachescope': opts['cachescope'],
2751
+ 'cacheuser': opts['cacheuser'],
2642
2752
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2643
2753
  'zeusportal-postas': opts['zeusportalPostas'],
2644
2754
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2663,6 +2773,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2663
2773
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2664
2774
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2665
2775
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2776
+ * @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)
2666
2777
  * @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
2667
2778
  * @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
2668
2779
  * @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
@@ -2688,6 +2799,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2688
2799
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2689
2800
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2690
2801
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2802
+ * @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)
2691
2803
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2692
2804
  * @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
2693
2805
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2717,6 +2829,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2717
2829
  'cachegroup': opts['cachegroup'],
2718
2830
  'cachekey': opts['cachekey'],
2719
2831
  'cachescope': opts['cachescope'],
2832
+ 'cacheuser': opts['cacheuser'],
2720
2833
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2721
2834
  'zeusportal-postas': opts['zeusportalPostas'],
2722
2835
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2741,6 +2854,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2741
2854
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2742
2855
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2743
2856
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2857
+ * @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)
2744
2858
  * @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
2745
2859
  * @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
2746
2860
  * @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
@@ -2765,6 +2879,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2765
2879
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2766
2880
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2767
2881
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
2882
+ * @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)
2768
2883
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2769
2884
  * @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
2770
2885
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2791,6 +2906,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2791
2906
  'cachegroup': opts['cachegroup'],
2792
2907
  'cachekey': opts['cachekey'],
2793
2908
  'cachescope': opts['cachescope'],
2909
+ 'cacheuser': opts['cacheuser'],
2794
2910
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2795
2911
  'zeusportal-postas': opts['zeusportalPostas'],
2796
2912
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2814,6 +2930,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2814
2930
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2815
2931
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2816
2932
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2933
+ * @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)
2817
2934
  * @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
2818
2935
  * @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
2819
2936
  * @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