@gobodo/gobodo-api-promise 0.1.36 → 0.1.38

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 +7 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +14 -2
  4. package/dist/api/AdCampaignsApi.js +98 -2
  5. package/dist/api/AdManagementApi.js +146 -2
  6. package/dist/api/AdminDataManagementApi.js +14 -2
  7. package/dist/api/AdsApi.js +74 -2
  8. package/dist/api/AttachmentsApi.js +86 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +86 -2
  11. package/dist/api/CommentsApi.js +98 -2
  12. package/dist/api/ContentManagementApi.js +290 -2
  13. package/dist/api/ConversationsApi.js +110 -2
  14. package/dist/api/DataSheetImportsApi.js +182 -2
  15. package/dist/api/DefaultApi.js +134 -2
  16. package/dist/api/DocumentsApi.js +158 -2
  17. package/dist/api/EntryPartsApi.js +158 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +38 -2
  20. package/dist/api/FilesApi.js +14 -2
  21. package/dist/api/FormsApi.js +218 -2
  22. package/dist/api/FunctionsApi.js +14 -2
  23. package/dist/api/GeocodeApi.js +62 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +122 -2
  26. package/dist/api/GraphObjectTypesApi.js +110 -2
  27. package/dist/api/GraphObjectsApi.js +779 -11
  28. package/dist/api/GraphRelationshipTypesApi.js +206 -2
  29. package/dist/api/GraphRelationshipsApi.js +374 -2
  30. package/dist/api/GraphSchemasApi.js +86 -2
  31. package/dist/api/GraphTraversalApi.js +144 -2
  32. package/dist/api/GraphsApi.js +134 -2
  33. package/dist/api/GroupsApi.js +134 -2
  34. package/dist/api/IAMApi.js +50 -2
  35. package/dist/api/ImagesApi.js +98 -2
  36. package/dist/api/InvitesApi.js +62 -2
  37. package/dist/api/LikesApi.js +146 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +26 -2
  40. package/dist/api/MeetingEventsApi.js +62 -2
  41. package/dist/api/PagesApi.js +110 -2
  42. package/dist/api/PostsApi.js +62 -2
  43. package/dist/api/PrivateMessagesApi.js +194 -2
  44. package/dist/api/PublicationsApi.js +14 -2
  45. package/dist/api/ScreensApi.js +38 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +458 -2
  48. package/dist/api/TagsApi.js +14 -2
  49. package/dist/api/TemplatesApi.js +38 -2
  50. package/dist/api/ThemeMappingsApi.js +38 -2
  51. package/dist/api/TransactionsApi.js +8 -8
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +110 -2
  54. package/dist/api/UsersApi.js +110 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +134 -2
  57. package/dist/model/APIClient.js +2 -2
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.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 +34 -34
  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 +31 -31
  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 +25 -25
  85. package/dist/model/DocumentType.js +27 -27
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +50 -50
  88. package/dist/model/File.js +65 -65
  89. package/dist/model/FileAttachmentUploadObject.js +65 -65
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +2 -2
  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 +25 -25
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +27 -27
  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 +2 -2
  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/GraphRelationObjectObject.js +2 -2
  110. package/dist/model/GraphRelationship.js +2 -2
  111. package/dist/model/GraphRelationshipPayload.js +2 -2
  112. package/dist/model/GraphRelationshipType.js +2 -2
  113. package/dist/model/GraphSchema.js +90 -90
  114. package/dist/model/GraphTraversalInput.js +2 -2
  115. package/dist/model/Image.js +87 -87
  116. package/dist/model/ImageUploadObject.js +87 -87
  117. package/dist/model/InputPart.js +29 -29
  118. package/dist/model/InputPartMediaType.js +2 -2
  119. package/dist/model/Link.js +32 -32
  120. package/dist/model/LiveStreamInfo.js +2 -2
  121. package/dist/model/MeetingEvent.js +81 -81
  122. package/dist/model/MeetingEventTimezone.js +2 -2
  123. package/dist/model/MeetingInfo.js +2 -2
  124. package/dist/model/Member.js +25 -25
  125. package/dist/model/MemberGroupCategory.js +2 -2
  126. package/dist/model/MemberList.js +2 -2
  127. package/dist/model/MessageGroup.js +2 -2
  128. package/dist/model/MultipartBody.js +2 -2
  129. package/dist/model/Objecttype.js +2 -2
  130. package/dist/model/Page.js +2 -2
  131. package/dist/model/PageSchema.js +29 -29
  132. package/dist/model/Pageable.js +2 -2
  133. package/dist/model/Path.js +2 -2
  134. package/dist/model/PaymentAccountObject.js +2 -2
  135. package/dist/model/PaymentIntentInput.js +2 -2
  136. package/dist/model/PaymentIntentResponse.js +2 -2
  137. package/dist/model/PaymentMethod.js +2 -2
  138. package/dist/model/PaymentMethodInput.js +2 -2
  139. package/dist/model/PaymentMethodResponse.js +2 -2
  140. package/dist/model/PaymentMethodsResponse.js +2 -2
  141. package/dist/model/Payout.js +30 -30
  142. package/dist/model/PayoutInput.js +2 -2
  143. package/dist/model/PayoutResponse.js +2 -2
  144. package/dist/model/Post.js +2 -2
  145. package/dist/model/PrivateMessage.js +2 -2
  146. package/dist/model/PrivateMessageConversation.js +30 -30
  147. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  148. package/dist/model/Profile.js +2 -2
  149. package/dist/model/Profiletype.js +2 -2
  150. package/dist/model/PropertyContainer.js +2 -2
  151. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  152. package/dist/model/RelationshipMapping.js +2 -2
  153. package/dist/model/ScreenSchema.js +2 -2
  154. package/dist/model/SimulcastInfo.js +2 -2
  155. package/dist/model/SkinField.js +50 -50
  156. package/dist/model/SocialGroup.js +2 -2
  157. package/dist/model/SocialGroupType.js +2 -2
  158. package/dist/model/Sort.js +2 -2
  159. package/dist/model/SourceTypes.js +2 -2
  160. package/dist/model/StatusUpdate.js +2 -2
  161. package/dist/model/StreetAddress.js +2 -2
  162. package/dist/model/StripeAccount.js +2 -2
  163. package/dist/model/StripeCustomerAccount.js +2 -2
  164. package/dist/model/Template.js +30 -30
  165. package/dist/model/TemplateSchema.js +30 -30
  166. package/dist/model/ThemeMapping.js +39 -39
  167. package/dist/model/ThemeMappingPayload.js +25 -25
  168. package/dist/model/Transaction.js +2 -2
  169. package/dist/model/Transfer.js +53 -53
  170. package/dist/model/TransferInput.js +2 -2
  171. package/dist/model/TransferResponse.js +2 -2
  172. package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
  173. package/dist/model/TraversalRelationResponse.js +2 -2
  174. package/dist/model/User.js +25 -25
  175. package/dist/model/UserDataPayload.js +25 -25
  176. package/dist/model/UserDomain.js +2 -2
  177. package/dist/model/UserInvite.js +2 -2
  178. package/dist/model/UserInviteInput.js +2 -2
  179. package/dist/model/UserSchema.js +25 -25
  180. package/dist/model/UserTag.js +2 -2
  181. package/dist/model/Userid.js +2 -2
  182. package/dist/model/Video.js +68 -68
  183. package/dist/model/VideoLiveUrl.js +2 -2
  184. package/dist/model/VideoSchema.js +68 -68
  185. package/dist/model/VideoUploadObject.js +68 -68
  186. package/dist/model/ZeusPortalCategory.js +2 -2
  187. package/package.json +1 -1
@@ -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.36
36
+ * The version of the OpenAPI document: 0.1.38
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.36
47
+ * @version 0.1.38
48
48
  */
49
49
  var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
50
50
  /**
@@ -64,6 +64,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
64
64
  * Retrieves the payment methods for the customer stored in stripe
65
65
  * @param {Object} opts Optional parameters
66
66
  * @param {String} [authorization] The authorization token of the logged in user
67
+ * @param {Number} [cacheduration] The how long the cache entry should persist
68
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
69
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
70
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
67
71
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
68
72
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
69
73
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -80,6 +84,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
80
84
  var queryParams = {};
81
85
  var headerParams = {
82
86
  'Authorization': opts['authorization'],
87
+ 'cacheduration': opts['cacheduration'],
88
+ 'cachegroup': opts['cachegroup'],
89
+ 'cachekey': opts['cachekey'],
90
+ 'cachescope': opts['cachescope'],
83
91
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
92
  'zeusportal-postas': opts['zeusportalPostas'],
85
93
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -98,6 +106,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
98
106
  * Retrieves the payment methods for the customer stored in stripe
99
107
  * @param {Object} opts Optional parameters
100
108
  * @param {String} opts.authorization The authorization token of the logged in user
109
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
110
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
111
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
112
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
101
113
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
102
114
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
103
115
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -120,6 +132,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
120
132
  * @param {String} body The payment method id
121
133
  * @param {Object} opts Optional parameters
122
134
  * @param {String} [authorization] The authorization token of the logged in user
135
+ * @param {Number} [cacheduration] The how long the cache entry should persist
136
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
137
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
138
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
139
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
124
140
  * @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
125
141
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -145,6 +161,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
145
161
  var queryParams = {};
146
162
  var headerParams = {
147
163
  'Authorization': opts['authorization'],
164
+ 'cacheduration': opts['cacheduration'],
165
+ 'cachegroup': opts['cachegroup'],
166
+ 'cachekey': opts['cachekey'],
167
+ 'cachescope': opts['cachescope'],
148
168
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
149
169
  'zeusportal-postas': opts['zeusportalPostas'],
150
170
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -165,6 +185,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
165
185
  * @param {String} body The payment method id
166
186
  * @param {Object} opts Optional parameters
167
187
  * @param {String} opts.authorization The authorization token of the logged in user
188
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
189
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
190
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
191
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
168
192
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
169
193
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
170
194
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -185,6 +209,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
185
209
  * @param {String} body The payment method id
186
210
  * @param {Object} opts Optional parameters
187
211
  * @param {String} [authorization] The authorization token of the logged in user
212
+ * @param {Number} [cacheduration] The how long the cache entry should persist
213
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
214
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
215
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
188
216
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
189
217
  * @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
190
218
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -204,6 +232,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
204
232
  var queryParams = {};
205
233
  var headerParams = {
206
234
  'Authorization': opts['authorization'],
235
+ 'cacheduration': opts['cacheduration'],
236
+ 'cachegroup': opts['cachegroup'],
237
+ 'cachekey': opts['cachekey'],
238
+ 'cachescope': opts['cachescope'],
207
239
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
208
240
  'zeusportal-postas': opts['zeusportalPostas'],
209
241
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -223,6 +255,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
223
255
  * @param {String} body The payment method id
224
256
  * @param {Object} opts Optional parameters
225
257
  * @param {String} opts.authorization The authorization token of the logged in user
258
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
259
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
260
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
261
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
226
262
  * @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
227
263
  * @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
228
264
  * @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
@@ -243,6 +279,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
243
279
  * @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
244
280
  * @param {Object} opts Optional parameters
245
281
  * @param {String} [authorization] The authorization token of the logged in user
282
+ * @param {Number} [cacheduration] The how long the cache entry should persist
283
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
284
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
285
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
246
286
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
247
287
  * @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
248
288
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -262,6 +302,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
262
302
  var queryParams = {};
263
303
  var headerParams = {
264
304
  'Authorization': opts['authorization'],
305
+ 'cacheduration': opts['cacheduration'],
306
+ 'cachegroup': opts['cachegroup'],
307
+ 'cachekey': opts['cachekey'],
308
+ 'cachescope': opts['cachescope'],
265
309
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
266
310
  'zeusportal-postas': opts['zeusportalPostas'],
267
311
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -281,6 +325,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
281
325
  * @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
282
326
  * @param {Object} opts Optional parameters
283
327
  * @param {String} opts.authorization The authorization token of the logged in user
328
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
329
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
330
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
331
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
284
332
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
285
333
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
286
334
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -301,6 +349,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
301
349
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
302
350
  * @param {Object} opts Optional parameters
303
351
  * @param {String} [authorization] The authorization token of the logged in user
352
+ * @param {Number} [cacheduration] The how long the cache entry should persist
353
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
354
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
355
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
304
356
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
305
357
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
306
358
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -320,6 +372,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
320
372
  var queryParams = {};
321
373
  var headerParams = {
322
374
  'Authorization': opts['authorization'],
375
+ 'cacheduration': opts['cacheduration'],
376
+ 'cachegroup': opts['cachegroup'],
377
+ 'cachekey': opts['cachekey'],
378
+ 'cachescope': opts['cachescope'],
323
379
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
324
380
  'zeusportal-postas': opts['zeusportalPostas'],
325
381
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -339,6 +395,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
339
395
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
340
396
  * @param {Object} opts Optional parameters
341
397
  * @param {String} opts.authorization The authorization token of the logged in user
398
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
399
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
400
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
401
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
342
402
  * @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
343
403
  * @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
344
404
  * @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
@@ -359,6 +419,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
359
419
  * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
360
420
  * @param {Object} opts Optional parameters
361
421
  * @param {String} [authorization] The authorization token of the logged in user
422
+ * @param {Number} [cacheduration] The how long the cache entry should persist
423
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
424
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
425
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
362
426
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
363
427
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
364
428
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -378,6 +442,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
378
442
  var queryParams = {};
379
443
  var headerParams = {
380
444
  'Authorization': opts['authorization'],
445
+ 'cacheduration': opts['cacheduration'],
446
+ 'cachegroup': opts['cachegroup'],
447
+ 'cachekey': opts['cachekey'],
448
+ 'cachescope': opts['cachescope'],
381
449
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
382
450
  'zeusportal-postas': opts['zeusportalPostas'],
383
451
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -397,6 +465,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
397
465
  * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
398
466
  * @param {Object} opts Optional parameters
399
467
  * @param {String} opts.authorization The authorization token of the logged in user
468
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
469
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
470
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
471
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
400
472
  * @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
401
473
  * @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
402
474
  * @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
@@ -418,6 +490,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
418
490
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
419
491
  * @param {Object} opts Optional parameters
420
492
  * @param {String} [authorization] The authorization token of the logged in user
493
+ * @param {Number} [cacheduration] The how long the cache entry should persist
494
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
495
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
496
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
421
497
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
422
498
  * @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
423
499
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -443,6 +519,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
443
519
  var queryParams = {};
444
520
  var headerParams = {
445
521
  'Authorization': opts['authorization'],
522
+ 'cacheduration': opts['cacheduration'],
523
+ 'cachegroup': opts['cachegroup'],
524
+ 'cachekey': opts['cachekey'],
525
+ 'cachescope': opts['cachescope'],
446
526
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
447
527
  'zeusportal-postas': opts['zeusportalPostas'],
448
528
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -463,6 +543,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
463
543
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
464
544
  * @param {Object} opts Optional parameters
465
545
  * @param {String} opts.authorization The authorization token of the logged in user
546
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
547
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
548
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
549
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
466
550
  * @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
467
551
  * @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
468
552
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -484,6 +568,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
484
568
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
485
569
  * @param {Object} opts Optional parameters
486
570
  * @param {String} [authorization] The authorization token of the logged in user
571
+ * @param {Number} [cacheduration] The how long the cache entry should persist
572
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
573
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
574
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
487
575
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
488
576
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
489
577
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -509,6 +597,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
509
597
  var queryParams = {};
510
598
  var headerParams = {
511
599
  'Authorization': opts['authorization'],
600
+ 'cacheduration': opts['cacheduration'],
601
+ 'cachegroup': opts['cachegroup'],
602
+ 'cachekey': opts['cachekey'],
603
+ 'cachescope': opts['cachescope'],
512
604
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
513
605
  'zeusportal-postas': opts['zeusportalPostas'],
514
606
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -529,6 +621,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
529
621
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
530
622
  * @param {Object} opts Optional parameters
531
623
  * @param {String} opts.authorization The authorization token of the logged in user
624
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
625
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
626
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
627
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
532
628
  * @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
533
629
  * @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
534
630
  * @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
@@ -549,6 +645,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
549
645
  * @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
550
646
  * @param {Object} opts Optional parameters
551
647
  * @param {String} [authorization] The authorization token of the logged in user
648
+ * @param {Number} [cacheduration] The how long the cache entry should persist
649
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
650
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
651
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
552
652
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
553
653
  * @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
554
654
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -568,6 +668,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
568
668
  var queryParams = {};
569
669
  var headerParams = {
570
670
  'Authorization': opts['authorization'],
671
+ 'cacheduration': opts['cacheduration'],
672
+ 'cachegroup': opts['cachegroup'],
673
+ 'cachekey': opts['cachekey'],
674
+ 'cachescope': opts['cachescope'],
571
675
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
572
676
  'zeusportal-postas': opts['zeusportalPostas'],
573
677
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -587,6 +691,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
587
691
  * @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
588
692
  * @param {Object} opts Optional parameters
589
693
  * @param {String} opts.authorization The authorization token of the logged in user
694
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
695
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
696
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
697
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
590
698
  * @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
591
699
  * @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
592
700
  * @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
@@ -604,6 +712,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
604
712
  /**
605
713
  * @param {Object} opts Optional parameters
606
714
  * @param {String} [authorization] The authorization token of the logged in user
715
+ * @param {Number} [cacheduration] The how long the cache entry should persist
716
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
717
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
718
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
607
719
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
608
720
  * @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
609
721
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -619,6 +731,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
619
731
  var queryParams = {};
620
732
  var headerParams = {
621
733
  'Authorization': opts['authorization'],
734
+ 'cacheduration': opts['cacheduration'],
735
+ 'cachegroup': opts['cachegroup'],
736
+ 'cachekey': opts['cachekey'],
737
+ 'cachescope': opts['cachescope'],
622
738
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
623
739
  'zeusportal-postas': opts['zeusportalPostas'],
624
740
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -635,6 +751,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
635
751
  /**
636
752
  * @param {Object} opts Optional parameters
637
753
  * @param {String} opts.authorization The authorization token of the logged in user
754
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
755
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
756
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
757
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
638
758
  * @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
639
759
  * @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
640
760
  * @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
@@ -655,6 +775,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
655
775
  * @param {String} paymentMethodID The id of the payment method to delete
656
776
  * @param {Object} opts Optional parameters
657
777
  * @param {String} [authorization] The authorization token of the logged in user
778
+ * @param {Number} [cacheduration] The how long the cache entry should persist
779
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
780
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
781
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
658
782
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
659
783
  * @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
660
784
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -676,6 +800,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
676
800
  var queryParams = {};
677
801
  var headerParams = {
678
802
  'Authorization': opts['authorization'],
803
+ 'cacheduration': opts['cacheduration'],
804
+ 'cachegroup': opts['cachegroup'],
805
+ 'cachekey': opts['cachekey'],
806
+ 'cachescope': opts['cachescope'],
679
807
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
680
808
  'zeusportal-postas': opts['zeusportalPostas'],
681
809
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -695,6 +823,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
695
823
  * @param {String} paymentMethodID The id of the payment method to delete
696
824
  * @param {Object} opts Optional parameters
697
825
  * @param {String} opts.authorization The authorization token of the logged in user
826
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
827
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
828
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
829
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
698
830
  * @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
831
  * @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
832
  * @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
@@ -713,6 +845,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
713
845
  * Root for the API
714
846
  * @param {Object} opts Optional parameters
715
847
  * @param {String} [authorization] The authorization token of the logged in user
848
+ * @param {Number} [cacheduration] The how long the cache entry should persist
849
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
850
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
851
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
716
852
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
717
853
  * @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
718
854
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -728,6 +864,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
728
864
  var queryParams = {};
729
865
  var headerParams = {
730
866
  'Authorization': opts['authorization'],
867
+ 'cacheduration': opts['cacheduration'],
868
+ 'cachegroup': opts['cachegroup'],
869
+ 'cachekey': opts['cachekey'],
870
+ 'cachescope': opts['cachescope'],
731
871
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
732
872
  'zeusportal-postas': opts['zeusportalPostas'],
733
873
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -745,6 +885,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
745
885
  * Root for the API
746
886
  * @param {Object} opts Optional parameters
747
887
  * @param {String} opts.authorization The authorization token of the logged in user
888
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
889
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
890
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
891
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
748
892
  * @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
749
893
  * @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
750
894
  * @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
@@ -764,6 +908,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
764
908
  * @param {Number} id
765
909
  * @param {Object} opts Optional parameters
766
910
  * @param {String} [authorization] The authorization token of the logged in user
911
+ * @param {Number} [cacheduration] The how long the cache entry should persist
912
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
913
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
914
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
767
915
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
768
916
  * @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
769
917
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -785,6 +933,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
785
933
  var queryParams = {};
786
934
  var headerParams = {
787
935
  'Authorization': opts['authorization'],
936
+ 'cacheduration': opts['cacheduration'],
937
+ 'cachegroup': opts['cachegroup'],
938
+ 'cachekey': opts['cachekey'],
939
+ 'cachescope': opts['cachescope'],
788
940
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
789
941
  'zeusportal-postas': opts['zeusportalPostas'],
790
942
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -805,6 +957,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
805
957
  * @param {Number} id
806
958
  * @param {Object} opts Optional parameters
807
959
  * @param {String} opts.authorization The authorization token of the logged in user
960
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
961
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
962
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
963
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
808
964
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
809
965
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
810
966
  * @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
@@ -825,6 +981,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
825
981
  * @param {Number} applicationid
826
982
  * @param {Object} opts Optional parameters
827
983
  * @param {String} [authorization] The authorization token of the logged in user
984
+ * @param {Number} [cacheduration] The how long the cache entry should persist
985
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
986
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
987
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
828
988
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
829
989
  * @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
830
990
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -846,6 +1006,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
846
1006
  var queryParams = {};
847
1007
  var headerParams = {
848
1008
  'Authorization': opts['authorization'],
1009
+ 'cacheduration': opts['cacheduration'],
1010
+ 'cachegroup': opts['cachegroup'],
1011
+ 'cachekey': opts['cachekey'],
1012
+ 'cachescope': opts['cachescope'],
849
1013
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
850
1014
  'zeusportal-postas': opts['zeusportalPostas'],
851
1015
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -865,6 +1029,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
865
1029
  * @param {Number} applicationid
866
1030
  * @param {Object} opts Optional parameters
867
1031
  * @param {String} opts.authorization The authorization token of the logged in user
1032
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1033
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1034
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1035
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
868
1036
  * @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
869
1037
  * @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
870
1038
  * @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
@@ -885,6 +1053,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
885
1053
  * @param {Number} customerID The id of the customer
886
1054
  * @param {Object} opts Optional parameters
887
1055
  * @param {String} [authorization] The authorization token of the logged in user
1056
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1057
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1058
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1059
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
888
1060
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
889
1061
  * @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
890
1062
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -906,6 +1078,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
906
1078
  var queryParams = {};
907
1079
  var headerParams = {
908
1080
  'Authorization': opts['authorization'],
1081
+ 'cacheduration': opts['cacheduration'],
1082
+ 'cachegroup': opts['cachegroup'],
1083
+ 'cachekey': opts['cachekey'],
1084
+ 'cachescope': opts['cachescope'],
909
1085
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
910
1086
  'zeusportal-postas': opts['zeusportalPostas'],
911
1087
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -925,6 +1101,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
925
1101
  * @param {Number} customerID The id of the customer
926
1102
  * @param {Object} opts Optional parameters
927
1103
  * @param {String} opts.authorization The authorization token of the logged in user
1104
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1105
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1106
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1107
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
928
1108
  * @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
929
1109
  * @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
930
1110
  * @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
@@ -944,6 +1124,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
944
1124
  * Retrieves the default payment for the customer stored in stripe
945
1125
  * @param {Object} opts Optional parameters
946
1126
  * @param {String} [authorization] The authorization token of the logged in user
1127
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1128
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1129
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1130
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
947
1131
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
948
1132
  * @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
949
1133
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -959,6 +1143,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
959
1143
  var queryParams = {};
960
1144
  var headerParams = {
961
1145
  'Authorization': opts['authorization'],
1146
+ 'cacheduration': opts['cacheduration'],
1147
+ 'cachegroup': opts['cachegroup'],
1148
+ 'cachekey': opts['cachekey'],
1149
+ 'cachescope': opts['cachescope'],
962
1150
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
963
1151
  'zeusportal-postas': opts['zeusportalPostas'],
964
1152
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -977,6 +1165,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
977
1165
  * Retrieves the default payment for the customer stored in stripe
978
1166
  * @param {Object} opts Optional parameters
979
1167
  * @param {String} opts.authorization The authorization token of the logged in user
1168
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1169
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1170
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1171
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
980
1172
  * @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
981
1173
  * @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
982
1174
  * @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
@@ -997,6 +1189,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
997
1189
  * @param {Number} siteid
998
1190
  * @param {Object} opts Optional parameters
999
1191
  * @param {String} [authorization] The authorization token of the logged in user
1192
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1193
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1194
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1195
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1000
1196
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1001
1197
  * @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
1002
1198
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1018,6 +1214,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1018
1214
  var queryParams = {};
1019
1215
  var headerParams = {
1020
1216
  'Authorization': opts['authorization'],
1217
+ 'cacheduration': opts['cacheduration'],
1218
+ 'cachegroup': opts['cachegroup'],
1219
+ 'cachekey': opts['cachekey'],
1220
+ 'cachescope': opts['cachescope'],
1021
1221
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1022
1222
  'zeusportal-postas': opts['zeusportalPostas'],
1023
1223
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1037,6 +1237,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1037
1237
  * @param {Number} siteid
1038
1238
  * @param {Object} opts Optional parameters
1039
1239
  * @param {String} opts.authorization The authorization token of the logged in user
1240
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1241
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1242
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1243
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1040
1244
  * @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
1041
1245
  * @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
1042
1246
  * @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
@@ -1056,6 +1260,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1056
1260
  * Retrieves the Stripe Customer Account
1057
1261
  * @param {Object} opts Optional parameters
1058
1262
  * @param {String} [authorization] The authorization token of the logged in user
1263
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1264
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1265
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1266
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1059
1267
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1060
1268
  * @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
1061
1269
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1071,6 +1279,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1071
1279
  var queryParams = {};
1072
1280
  var headerParams = {
1073
1281
  'Authorization': opts['authorization'],
1282
+ 'cacheduration': opts['cacheduration'],
1283
+ 'cachegroup': opts['cachegroup'],
1284
+ 'cachekey': opts['cachekey'],
1285
+ 'cachescope': opts['cachescope'],
1074
1286
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1075
1287
  'zeusportal-postas': opts['zeusportalPostas'],
1076
1288
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1089,6 +1301,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1089
1301
  * Retrieves the Stripe Customer Account
1090
1302
  * @param {Object} opts Optional parameters
1091
1303
  * @param {String} opts.authorization The authorization token of the logged in user
1304
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1305
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1306
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1307
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1092
1308
  * @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
1093
1309
  * @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
1094
1310
  * @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
@@ -1109,6 +1325,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1109
1325
  * @param {Number} accountID The id of the account we are getting the balance for
1110
1326
  * @param {Object} opts Optional parameters
1111
1327
  * @param {String} [authorization] The authorization token of the logged in user
1328
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1329
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1330
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1331
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1112
1332
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1113
1333
  * @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
1114
1334
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1130,6 +1350,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1130
1350
  var queryParams = {};
1131
1351
  var headerParams = {
1132
1352
  'Authorization': opts['authorization'],
1353
+ 'cacheduration': opts['cacheduration'],
1354
+ 'cachegroup': opts['cachegroup'],
1355
+ 'cachekey': opts['cachekey'],
1356
+ 'cachescope': opts['cachescope'],
1133
1357
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1134
1358
  'zeusportal-postas': opts['zeusportalPostas'],
1135
1359
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1149,6 +1373,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1149
1373
  * @param {Number} accountID The id of the account we are getting the balance for
1150
1374
  * @param {Object} opts Optional parameters
1151
1375
  * @param {String} opts.authorization The authorization token of the logged in user
1376
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1377
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1378
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1379
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1152
1380
  * @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
1153
1381
  * @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
1154
1382
  * @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
@@ -1168,6 +1396,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1168
1396
  * Returns the publishable API key for Stripe
1169
1397
  * @param {Object} opts Optional parameters
1170
1398
  * @param {String} [authorization] The authorization token of the logged in user
1399
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1400
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1401
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1402
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1171
1403
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1172
1404
  * @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
1173
1405
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1183,6 +1415,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1183
1415
  var queryParams = {};
1184
1416
  var headerParams = {
1185
1417
  'Authorization': opts['authorization'],
1418
+ 'cacheduration': opts['cacheduration'],
1419
+ 'cachegroup': opts['cachegroup'],
1420
+ 'cachekey': opts['cachekey'],
1421
+ 'cachescope': opts['cachescope'],
1186
1422
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1187
1423
  'zeusportal-postas': opts['zeusportalPostas'],
1188
1424
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1201,6 +1437,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1201
1437
  * Returns the publishable API key for Stripe
1202
1438
  * @param {Object} opts Optional parameters
1203
1439
  * @param {String} opts.authorization The authorization token of the logged in user
1440
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1441
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1442
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1443
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1204
1444
  * @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
1205
1445
  * @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
1206
1446
  * @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
@@ -1220,6 +1460,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1220
1460
  * Gets the balance of the logged in user
1221
1461
  * @param {Object} opts Optional parameters
1222
1462
  * @param {String} [authorization] The authorization token of the logged in user
1463
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1464
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1465
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1466
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1223
1467
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1224
1468
  * @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
1225
1469
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1235,6 +1479,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1235
1479
  var queryParams = {};
1236
1480
  var headerParams = {
1237
1481
  'Authorization': opts['authorization'],
1482
+ 'cacheduration': opts['cacheduration'],
1483
+ 'cachegroup': opts['cachegroup'],
1484
+ 'cachekey': opts['cachekey'],
1485
+ 'cachescope': opts['cachescope'],
1238
1486
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1239
1487
  'zeusportal-postas': opts['zeusportalPostas'],
1240
1488
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1253,6 +1501,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1253
1501
  * Gets the balance of the logged in user
1254
1502
  * @param {Object} opts Optional parameters
1255
1503
  * @param {String} opts.authorization The authorization token of the logged in user
1504
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1505
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1506
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1507
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1256
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
1257
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
1258
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
@@ -1272,6 +1524,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1272
1524
  * Retrieves the Stripe Customer Account
1273
1525
  * @param {Object} opts Optional parameters
1274
1526
  * @param {String} [authorization] The authorization token of the logged in user
1527
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1528
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1529
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1530
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1275
1531
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1276
1532
  * @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
1277
1533
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1287,6 +1543,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1287
1543
  var queryParams = {};
1288
1544
  var headerParams = {
1289
1545
  'Authorization': opts['authorization'],
1546
+ 'cacheduration': opts['cacheduration'],
1547
+ 'cachegroup': opts['cachegroup'],
1548
+ 'cachekey': opts['cachekey'],
1549
+ 'cachescope': opts['cachescope'],
1290
1550
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1291
1551
  'zeusportal-postas': opts['zeusportalPostas'],
1292
1552
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1305,6 +1565,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1305
1565
  * Retrieves the Stripe Customer Account
1306
1566
  * @param {Object} opts Optional parameters
1307
1567
  * @param {String} opts.authorization The authorization token of the logged in user
1568
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1569
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1570
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1571
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1308
1572
  * @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
1309
1573
  * @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
1310
1574
  * @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
@@ -1325,6 +1589,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1325
1589
  * @param {Number} customerID The customerid to update
1326
1590
  * @param {Object} opts Optional parameters
1327
1591
  * @param {String} [authorization] The authorization token of the logged in user
1592
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1593
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1594
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1595
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1328
1596
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1329
1597
  * @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
1330
1598
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1346,6 +1614,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1346
1614
  var queryParams = {};
1347
1615
  var headerParams = {
1348
1616
  'Authorization': opts['authorization'],
1617
+ 'cacheduration': opts['cacheduration'],
1618
+ 'cachegroup': opts['cachegroup'],
1619
+ 'cachekey': opts['cachekey'],
1620
+ 'cachescope': opts['cachescope'],
1349
1621
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1350
1622
  'zeusportal-postas': opts['zeusportalPostas'],
1351
1623
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1365,6 +1637,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1365
1637
  * @param {Number} customerID The customerid to update
1366
1638
  * @param {Object} opts Optional parameters
1367
1639
  * @param {String} opts.authorization The authorization token of the logged in user
1640
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1641
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1642
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1643
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1368
1644
  * @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
1369
1645
  * @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
1370
1646
  * @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
@@ -1384,6 +1660,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1384
1660
  * Retrieves the payment methods for the customer stored in stripe
1385
1661
  * @param {Object} opts Optional parameters
1386
1662
  * @param {String} [authorization] The authorization token of the logged in user
1663
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1664
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1665
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1666
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1387
1667
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1388
1668
  * @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
1389
1669
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1399,6 +1679,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1399
1679
  var queryParams = {};
1400
1680
  var headerParams = {
1401
1681
  'Authorization': opts['authorization'],
1682
+ 'cacheduration': opts['cacheduration'],
1683
+ 'cachegroup': opts['cachegroup'],
1684
+ 'cachekey': opts['cachekey'],
1685
+ 'cachescope': opts['cachescope'],
1402
1686
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1403
1687
  'zeusportal-postas': opts['zeusportalPostas'],
1404
1688
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1417,6 +1701,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1417
1701
  * Retrieves the payment methods for the customer stored in stripe
1418
1702
  * @param {Object} opts Optional parameters
1419
1703
  * @param {String} opts.authorization The authorization token of the logged in user
1704
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1705
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1706
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1707
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1420
1708
  * @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
1421
1709
  * @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
1422
1710
  * @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
@@ -1437,6 +1725,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1437
1725
  * @param {String} transferID The id of the transfer
1438
1726
  * @param {Object} opts Optional parameters
1439
1727
  * @param {String} [authorization] The authorization token of the logged in user
1728
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1729
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1730
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1731
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1440
1732
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1441
1733
  * @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
1442
1734
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1458,6 +1750,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1458
1750
  var queryParams = {};
1459
1751
  var headerParams = {
1460
1752
  'Authorization': opts['authorization'],
1753
+ 'cacheduration': opts['cacheduration'],
1754
+ 'cachegroup': opts['cachegroup'],
1755
+ 'cachekey': opts['cachekey'],
1756
+ 'cachescope': opts['cachescope'],
1461
1757
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1462
1758
  'zeusportal-postas': opts['zeusportalPostas'],
1463
1759
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1477,6 +1773,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1477
1773
  * @param {String} transferID The id of the transfer
1478
1774
  * @param {Object} opts Optional parameters
1479
1775
  * @param {String} opts.authorization The authorization token of the logged in user
1776
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1777
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1778
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1779
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1480
1780
  * @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
1481
1781
  * @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
1482
1782
  * @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
@@ -1497,6 +1797,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1497
1797
  * @param {String} transferID The id of the transfer
1498
1798
  * @param {Object} opts Optional parameters
1499
1799
  * @param {String} [authorization] The authorization token of the logged in user
1800
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1801
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1802
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1803
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1500
1804
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1501
1805
  * @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
1502
1806
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1518,6 +1822,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1518
1822
  var queryParams = {};
1519
1823
  var headerParams = {
1520
1824
  'Authorization': opts['authorization'],
1825
+ 'cacheduration': opts['cacheduration'],
1826
+ 'cachegroup': opts['cachegroup'],
1827
+ 'cachekey': opts['cachekey'],
1828
+ 'cachescope': opts['cachescope'],
1521
1829
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1522
1830
  'zeusportal-postas': opts['zeusportalPostas'],
1523
1831
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1537,6 +1845,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1537
1845
  * @param {String} transferID The id of the transfer
1538
1846
  * @param {Object} opts Optional parameters
1539
1847
  * @param {String} opts.authorization The authorization token of the logged in user
1848
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1849
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1850
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1851
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1540
1852
  * @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
1541
1853
  * @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
1542
1854
  * @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
@@ -1557,6 +1869,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1557
1869
  * @param {Number} userID The id of the user to retrieve the account for
1558
1870
  * @param {Object} opts Optional parameters
1559
1871
  * @param {String} [authorization] The authorization token of the logged in user
1872
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1873
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1874
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1875
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1560
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
1561
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
1562
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
@@ -1578,6 +1894,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1578
1894
  var queryParams = {};
1579
1895
  var headerParams = {
1580
1896
  'Authorization': opts['authorization'],
1897
+ 'cacheduration': opts['cacheduration'],
1898
+ 'cachegroup': opts['cachegroup'],
1899
+ 'cachekey': opts['cachekey'],
1900
+ 'cachescope': opts['cachescope'],
1581
1901
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1582
1902
  'zeusportal-postas': opts['zeusportalPostas'],
1583
1903
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1597,6 +1917,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1597
1917
  * @param {Number} userID The id of the user to retrieve the account for
1598
1918
  * @param {Object} opts Optional parameters
1599
1919
  * @param {String} opts.authorization The authorization token of the logged in user
1920
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1921
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1922
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1923
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1600
1924
  * @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
1601
1925
  * @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
1602
1926
  * @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
@@ -1617,6 +1941,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1617
1941
  * @param {Number} userID The id of the user to retrieve the account for
1618
1942
  * @param {Object} opts Optional parameters
1619
1943
  * @param {String} [authorization] The authorization token of the logged in user
1944
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1945
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1946
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1947
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1620
1948
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1621
1949
  * @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
1622
1950
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1638,6 +1966,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1638
1966
  var queryParams = {};
1639
1967
  var headerParams = {
1640
1968
  'Authorization': opts['authorization'],
1969
+ 'cacheduration': opts['cacheduration'],
1970
+ 'cachegroup': opts['cachegroup'],
1971
+ 'cachekey': opts['cachekey'],
1972
+ 'cachescope': opts['cachescope'],
1641
1973
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1642
1974
  'zeusportal-postas': opts['zeusportalPostas'],
1643
1975
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1657,6 +1989,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1657
1989
  * @param {Number} userID The id of the user to retrieve the account for
1658
1990
  * @param {Object} opts Optional parameters
1659
1991
  * @param {String} opts.authorization The authorization token of the logged in user
1992
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1993
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1994
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1995
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1660
1996
  * @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
1661
1997
  * @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
1662
1998
  * @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
@@ -1678,6 +2014,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1678
2014
  * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
1679
2015
  * @param {Object} opts Optional parameters
1680
2016
  * @param {String} [authorization] The authorization token of the logged in user
2017
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2018
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2019
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2020
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1681
2021
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1682
2022
  * @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
1683
2023
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1703,6 +2043,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1703
2043
  var queryParams = {};
1704
2044
  var headerParams = {
1705
2045
  'Authorization': opts['authorization'],
2046
+ 'cacheduration': opts['cacheduration'],
2047
+ 'cachegroup': opts['cachegroup'],
2048
+ 'cachekey': opts['cachekey'],
2049
+ 'cachescope': opts['cachescope'],
1706
2050
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1707
2051
  'zeusportal-postas': opts['zeusportalPostas'],
1708
2052
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1723,6 +2067,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1723
2067
  * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
1724
2068
  * @param {Object} opts Optional parameters
1725
2069
  * @param {String} opts.authorization The authorization token of the logged in user
2070
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2071
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2072
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2073
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1726
2074
  * @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
1727
2075
  * @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
1728
2076
  * @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
@@ -1744,6 +2092,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1744
2092
  * @param {Number} accountid
1745
2093
  * @param {Object} opts Optional parameters
1746
2094
  * @param {String} [authorization] The authorization token of the logged in user
2095
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2096
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2097
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2098
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1747
2099
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1748
2100
  * @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
1749
2101
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1770,6 +2122,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1770
2122
  var queryParams = {};
1771
2123
  var headerParams = {
1772
2124
  'Authorization': opts['authorization'],
2125
+ 'cacheduration': opts['cacheduration'],
2126
+ 'cachegroup': opts['cachegroup'],
2127
+ 'cachekey': opts['cachekey'],
2128
+ 'cachescope': opts['cachescope'],
1773
2129
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1774
2130
  'zeusportal-postas': opts['zeusportalPostas'],
1775
2131
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1790,6 +2146,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1790
2146
  * @param {Number} accountid
1791
2147
  * @param {Object} opts Optional parameters
1792
2148
  * @param {String} opts.authorization The authorization token of the logged in user
2149
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2150
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2151
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2152
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1793
2153
  * @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
1794
2154
  * @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
1795
2155
  * @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
@@ -1811,6 +2171,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1811
2171
  * @param {String} body The id of the payment method
1812
2172
  * @param {Object} opts Optional parameters
1813
2173
  * @param {String} [authorization] The authorization token of the logged in user
2174
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2175
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2176
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2177
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1814
2178
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1815
2179
  * @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
1816
2180
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1836,6 +2200,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1836
2200
  var queryParams = {};
1837
2201
  var headerParams = {
1838
2202
  'Authorization': opts['authorization'],
2203
+ 'cacheduration': opts['cacheduration'],
2204
+ 'cachegroup': opts['cachegroup'],
2205
+ 'cachekey': opts['cachekey'],
2206
+ 'cachescope': opts['cachescope'],
1839
2207
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1840
2208
  'zeusportal-postas': opts['zeusportalPostas'],
1841
2209
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1856,6 +2224,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1856
2224
  * @param {String} body The id of the payment method
1857
2225
  * @param {Object} opts Optional parameters
1858
2226
  * @param {String} opts.authorization The authorization token of the logged in user
2227
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2228
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2229
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2230
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1859
2231
  * @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
1860
2232
  * @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
1861
2233
  * @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
@@ -1876,6 +2248,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1876
2248
  * @param {String} body The id of the payment method
1877
2249
  * @param {Object} opts Optional parameters
1878
2250
  * @param {String} [authorization] The authorization token of the logged in user
2251
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2252
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2253
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2254
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1879
2255
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1880
2256
  * @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
1881
2257
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1895,6 +2271,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1895
2271
  var queryParams = {};
1896
2272
  var headerParams = {
1897
2273
  'Authorization': opts['authorization'],
2274
+ 'cacheduration': opts['cacheduration'],
2275
+ 'cachegroup': opts['cachegroup'],
2276
+ 'cachekey': opts['cachekey'],
2277
+ 'cachescope': opts['cachescope'],
1898
2278
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1899
2279
  'zeusportal-postas': opts['zeusportalPostas'],
1900
2280
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1914,6 +2294,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1914
2294
  * @param {String} body The id of the payment method
1915
2295
  * @param {Object} opts Optional parameters
1916
2296
  * @param {String} opts.authorization The authorization token of the logged in user
2297
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2298
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2299
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2300
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1917
2301
  * @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
1918
2302
  * @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
1919
2303
  * @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
@@ -1935,6 +2319,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1935
2319
  * @param {Number} accountid
1936
2320
  * @param {Object} opts Optional parameters
1937
2321
  * @param {String} [authorization] The authorization token of the logged in user
2322
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2323
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2324
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2325
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1938
2326
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1939
2327
  * @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
1940
2328
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1961,6 +2349,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1961
2349
  var queryParams = {};
1962
2350
  var headerParams = {
1963
2351
  'Authorization': opts['authorization'],
2352
+ 'cacheduration': opts['cacheduration'],
2353
+ 'cachegroup': opts['cachegroup'],
2354
+ 'cachekey': opts['cachekey'],
2355
+ 'cachescope': opts['cachescope'],
1964
2356
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1965
2357
  'zeusportal-postas': opts['zeusportalPostas'],
1966
2358
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1981,6 +2373,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1981
2373
  * @param {Number} accountid
1982
2374
  * @param {Object} opts Optional parameters
1983
2375
  * @param {String} opts.authorization The authorization token of the logged in user
2376
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2377
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2378
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2379
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1984
2380
  * @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
1985
2381
  * @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
1986
2382
  * @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
@@ -2001,6 +2397,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2001
2397
  * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
2002
2398
  * @param {Object} opts Optional parameters
2003
2399
  * @param {String} [authorization] The authorization token of the logged in user
2400
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2401
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2402
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2403
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2004
2404
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2005
2405
  * @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
2006
2406
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2020,6 +2420,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2020
2420
  var queryParams = {};
2021
2421
  var headerParams = {
2022
2422
  'Authorization': opts['authorization'],
2423
+ 'cacheduration': opts['cacheduration'],
2424
+ 'cachegroup': opts['cachegroup'],
2425
+ 'cachekey': opts['cachekey'],
2426
+ 'cachescope': opts['cachescope'],
2023
2427
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2024
2428
  'zeusportal-postas': opts['zeusportalPostas'],
2025
2429
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2039,6 +2443,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2039
2443
  * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
2040
2444
  * @param {Object} opts Optional parameters
2041
2445
  * @param {String} opts.authorization The authorization token of the logged in user
2446
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2447
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2448
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2449
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2042
2450
  * @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
2043
2451
  * @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
2044
2452
  * @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
@@ -2059,6 +2467,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2059
2467
  * @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
2060
2468
  * @param {Object} opts Optional parameters
2061
2469
  * @param {String} [authorization] The authorization token of the logged in user
2470
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2471
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2472
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2473
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2062
2474
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2063
2475
  * @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
2064
2476
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2078,6 +2490,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2078
2490
  var queryParams = {};
2079
2491
  var headerParams = {
2080
2492
  'Authorization': opts['authorization'],
2493
+ 'cacheduration': opts['cacheduration'],
2494
+ 'cachegroup': opts['cachegroup'],
2495
+ 'cachekey': opts['cachekey'],
2496
+ 'cachescope': opts['cachescope'],
2081
2497
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2082
2498
  'zeusportal-postas': opts['zeusportalPostas'],
2083
2499
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2097,6 +2513,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2097
2513
  * @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
2098
2514
  * @param {Object} opts Optional parameters
2099
2515
  * @param {String} opts.authorization The authorization token of the logged in user
2516
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2517
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2518
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2519
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2100
2520
  * @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
2101
2521
  * @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
2102
2522
  * @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
@@ -2118,6 +2538,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2118
2538
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
2119
2539
  * @param {Object} opts Optional parameters
2120
2540
  * @param {String} [authorization] The authorization token of the logged in user
2541
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2542
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2543
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2544
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2121
2545
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2122
2546
  * @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
2123
2547
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2143,6 +2567,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2143
2567
  var queryParams = {};
2144
2568
  var headerParams = {
2145
2569
  'Authorization': opts['authorization'],
2570
+ 'cacheduration': opts['cacheduration'],
2571
+ 'cachegroup': opts['cachegroup'],
2572
+ 'cachekey': opts['cachekey'],
2573
+ 'cachescope': opts['cachescope'],
2146
2574
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2147
2575
  'zeusportal-postas': opts['zeusportalPostas'],
2148
2576
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2163,6 +2591,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2163
2591
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
2164
2592
  * @param {Object} opts Optional parameters
2165
2593
  * @param {String} opts.authorization The authorization token of the logged in user
2594
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2595
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2596
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2597
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2166
2598
  * @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
2167
2599
  * @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
2168
2600
  * @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
@@ -2184,6 +2616,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2184
2616
  * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
2185
2617
  * @param {Object} opts Optional parameters
2186
2618
  * @param {String} [authorization] The authorization token of the logged in user
2619
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2620
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2621
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2622
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2187
2623
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2188
2624
  * @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
2189
2625
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2209,6 +2645,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2209
2645
  var queryParams = {};
2210
2646
  var headerParams = {
2211
2647
  'Authorization': opts['authorization'],
2648
+ 'cacheduration': opts['cacheduration'],
2649
+ 'cachegroup': opts['cachegroup'],
2650
+ 'cachekey': opts['cachekey'],
2651
+ 'cachescope': opts['cachescope'],
2212
2652
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2213
2653
  'zeusportal-postas': opts['zeusportalPostas'],
2214
2654
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2229,6 +2669,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2229
2669
  * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
2230
2670
  * @param {Object} opts Optional parameters
2231
2671
  * @param {String} opts.authorization The authorization token of the logged in user
2672
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2673
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2674
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2675
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2232
2676
  * @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
2233
2677
  * @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
2234
2678
  * @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
@@ -2249,6 +2693,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2249
2693
  * @param {String} paymentMethodID The id of the payment method to update
2250
2694
  * @param {Object} opts Optional parameters
2251
2695
  * @param {String} [authorization] The authorization token of the logged in user
2696
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2697
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2698
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2699
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2252
2700
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2253
2701
  * @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
2254
2702
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2271,6 +2719,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2271
2719
  var queryParams = {};
2272
2720
  var headerParams = {
2273
2721
  'Authorization': opts['authorization'],
2722
+ 'cacheduration': opts['cacheduration'],
2723
+ 'cachegroup': opts['cachegroup'],
2724
+ 'cachekey': opts['cachekey'],
2725
+ 'cachescope': opts['cachescope'],
2274
2726
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2275
2727
  'zeusportal-postas': opts['zeusportalPostas'],
2276
2728
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2290,6 +2742,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
2290
2742
  * @param {String} paymentMethodID The id of the payment method to update
2291
2743
  * @param {Object} opts Optional parameters
2292
2744
  * @param {String} opts.authorization The authorization token of the logged in user
2745
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2746
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2747
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2748
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2293
2749
  * @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
2294
2750
  * @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
2295
2751
  * @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