@gobodo/gobodo-api 0.1.36 → 0.1.37
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.
- package/README.md +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +514 -2
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +29 -29
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +2 -2
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +52 -52
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +29 -29
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +2 -2
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +21 -21
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +17 -17
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +9 -9
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +9 -9
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +9 -9
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +13 -13
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
33
33
|
* gobodo-api
|
|
34
34
|
* REST Interface for Gobodo API
|
|
35
35
|
*
|
|
36
|
-
* The version of the OpenAPI document: 0.1.
|
|
36
|
+
* The version of the OpenAPI document: 0.1.37
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
44
44
|
/**
|
|
45
45
|
* StripeAccounts service.
|
|
46
46
|
* @module api/StripeAccountsApi
|
|
47
|
-
* @version 0.1.
|
|
47
|
+
* @version 0.1.37
|
|
48
48
|
*/
|
|
49
49
|
var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
50
50
|
/**
|
|
@@ -72,6 +72,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
72
|
* Retrieves the payment methods for the customer stored in stripe
|
|
73
73
|
* @param {Object} opts Optional parameters
|
|
74
74
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
75
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
76
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
77
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
78
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
75
79
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
76
80
|
* @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
|
|
77
81
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -89,6 +93,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
89
93
|
var queryParams = {};
|
|
90
94
|
var headerParams = {
|
|
91
95
|
'Authorization': opts['authorization'],
|
|
96
|
+
'cacheduration': opts['cacheduration'],
|
|
97
|
+
'cachegroup': opts['cachegroup'],
|
|
98
|
+
'cachekey': opts['cachekey'],
|
|
99
|
+
'cachescope': opts['cachescope'],
|
|
92
100
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
93
101
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
94
102
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -117,6 +125,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
125
|
* @param {String} body The payment method id
|
|
118
126
|
* @param {Object} opts Optional parameters
|
|
119
127
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
128
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
129
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
130
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
131
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
120
132
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
121
133
|
* @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
|
|
122
134
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -143,6 +155,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
155
|
var queryParams = {};
|
|
144
156
|
var headerParams = {
|
|
145
157
|
'Authorization': opts['authorization'],
|
|
158
|
+
'cacheduration': opts['cacheduration'],
|
|
159
|
+
'cachegroup': opts['cachegroup'],
|
|
160
|
+
'cachekey': opts['cachekey'],
|
|
161
|
+
'cachescope': opts['cachescope'],
|
|
146
162
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
147
163
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
148
164
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -170,6 +186,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
170
186
|
* @param {String} body The payment method id
|
|
171
187
|
* @param {Object} opts Optional parameters
|
|
172
188
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
189
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
190
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
191
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
192
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
173
193
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
174
194
|
* @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
|
|
175
195
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -190,6 +210,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
210
|
var queryParams = {};
|
|
191
211
|
var headerParams = {
|
|
192
212
|
'Authorization': opts['authorization'],
|
|
213
|
+
'cacheduration': opts['cacheduration'],
|
|
214
|
+
'cachegroup': opts['cachegroup'],
|
|
215
|
+
'cachekey': opts['cachekey'],
|
|
216
|
+
'cachescope': opts['cachescope'],
|
|
193
217
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
194
218
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
195
219
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -217,6 +241,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
217
241
|
* @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
|
|
218
242
|
* @param {Object} opts Optional parameters
|
|
219
243
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
244
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
245
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
246
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
247
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
220
248
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
221
249
|
* @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
|
|
222
250
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -237,6 +265,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
237
265
|
var queryParams = {};
|
|
238
266
|
var headerParams = {
|
|
239
267
|
'Authorization': opts['authorization'],
|
|
268
|
+
'cacheduration': opts['cacheduration'],
|
|
269
|
+
'cachegroup': opts['cachegroup'],
|
|
270
|
+
'cachekey': opts['cachekey'],
|
|
271
|
+
'cachescope': opts['cachescope'],
|
|
240
272
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
241
273
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
242
274
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -264,6 +296,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
264
296
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
265
297
|
* @param {Object} opts Optional parameters
|
|
266
298
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
299
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
300
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
301
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
302
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
267
303
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
268
304
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
269
305
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -284,6 +320,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
320
|
var queryParams = {};
|
|
285
321
|
var headerParams = {
|
|
286
322
|
'Authorization': opts['authorization'],
|
|
323
|
+
'cacheduration': opts['cacheduration'],
|
|
324
|
+
'cachegroup': opts['cachegroup'],
|
|
325
|
+
'cachekey': opts['cachekey'],
|
|
326
|
+
'cachescope': opts['cachescope'],
|
|
287
327
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
288
328
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
289
329
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -311,6 +351,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
311
351
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
|
|
312
352
|
* @param {Object} opts Optional parameters
|
|
313
353
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
354
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
355
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
356
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
357
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
314
358
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
315
359
|
* @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
|
|
316
360
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -331,6 +375,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
331
375
|
var queryParams = {};
|
|
332
376
|
var headerParams = {
|
|
333
377
|
'Authorization': opts['authorization'],
|
|
378
|
+
'cacheduration': opts['cacheduration'],
|
|
379
|
+
'cachegroup': opts['cachegroup'],
|
|
380
|
+
'cachekey': opts['cachekey'],
|
|
381
|
+
'cachescope': opts['cachescope'],
|
|
334
382
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
335
383
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
336
384
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -359,6 +407,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
407
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
360
408
|
* @param {Object} opts Optional parameters
|
|
361
409
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
410
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
411
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
412
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
413
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
362
414
|
* @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
415
|
* @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
416
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -385,6 +437,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
385
437
|
var queryParams = {};
|
|
386
438
|
var headerParams = {
|
|
387
439
|
'Authorization': opts['authorization'],
|
|
440
|
+
'cacheduration': opts['cacheduration'],
|
|
441
|
+
'cachegroup': opts['cachegroup'],
|
|
442
|
+
'cachekey': opts['cachekey'],
|
|
443
|
+
'cachescope': opts['cachescope'],
|
|
388
444
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
389
445
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
390
446
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -413,6 +469,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
413
469
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
414
470
|
* @param {Object} opts Optional parameters
|
|
415
471
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
472
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
473
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
474
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
475
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
416
476
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
417
477
|
* @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
|
|
418
478
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -439,6 +499,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
439
499
|
var queryParams = {};
|
|
440
500
|
var headerParams = {
|
|
441
501
|
'Authorization': opts['authorization'],
|
|
502
|
+
'cacheduration': opts['cacheduration'],
|
|
503
|
+
'cachegroup': opts['cachegroup'],
|
|
504
|
+
'cachekey': opts['cachekey'],
|
|
505
|
+
'cachescope': opts['cachescope'],
|
|
442
506
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
443
507
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
444
508
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -466,6 +530,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
466
530
|
* @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
|
|
467
531
|
* @param {Object} opts Optional parameters
|
|
468
532
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
533
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
534
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
535
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
536
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
469
537
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
470
538
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
471
539
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -486,6 +554,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
486
554
|
var queryParams = {};
|
|
487
555
|
var headerParams = {
|
|
488
556
|
'Authorization': opts['authorization'],
|
|
557
|
+
'cacheduration': opts['cacheduration'],
|
|
558
|
+
'cachegroup': opts['cachegroup'],
|
|
559
|
+
'cachekey': opts['cachekey'],
|
|
560
|
+
'cachescope': opts['cachescope'],
|
|
489
561
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
490
562
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
491
563
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -510,6 +582,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
510
582
|
/**
|
|
511
583
|
* @param {Object} opts Optional parameters
|
|
512
584
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
585
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
586
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
587
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
588
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
513
589
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
514
590
|
* @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
|
|
515
591
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -526,6 +602,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
526
602
|
var queryParams = {};
|
|
527
603
|
var headerParams = {
|
|
528
604
|
'Authorization': opts['authorization'],
|
|
605
|
+
'cacheduration': opts['cacheduration'],
|
|
606
|
+
'cachegroup': opts['cachegroup'],
|
|
607
|
+
'cachekey': opts['cachekey'],
|
|
608
|
+
'cachescope': opts['cachescope'],
|
|
529
609
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
530
610
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
531
611
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -553,6 +633,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
553
633
|
* @param {String} paymentMethodID The id of the payment method to delete
|
|
554
634
|
* @param {Object} opts Optional parameters
|
|
555
635
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
636
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
637
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
638
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
639
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
556
640
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
557
641
|
* @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
|
|
558
642
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -575,6 +659,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
575
659
|
var queryParams = {};
|
|
576
660
|
var headerParams = {
|
|
577
661
|
'Authorization': opts['authorization'],
|
|
662
|
+
'cacheduration': opts['cacheduration'],
|
|
663
|
+
'cachegroup': opts['cachegroup'],
|
|
664
|
+
'cachekey': opts['cachekey'],
|
|
665
|
+
'cachescope': opts['cachescope'],
|
|
578
666
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
579
667
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
580
668
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -600,6 +688,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
600
688
|
* Root for the API
|
|
601
689
|
* @param {Object} opts Optional parameters
|
|
602
690
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
691
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
692
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
693
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
694
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
603
695
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
604
696
|
* @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
|
|
605
697
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -615,6 +707,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
615
707
|
var queryParams = {};
|
|
616
708
|
var headerParams = {
|
|
617
709
|
'Authorization': opts['authorization'],
|
|
710
|
+
'cacheduration': opts['cacheduration'],
|
|
711
|
+
'cachegroup': opts['cachegroup'],
|
|
712
|
+
'cachekey': opts['cachekey'],
|
|
713
|
+
'cachescope': opts['cachescope'],
|
|
618
714
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
619
715
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
620
716
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -641,6 +737,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
641
737
|
* @param {Number} id
|
|
642
738
|
* @param {Object} opts Optional parameters
|
|
643
739
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
740
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
741
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
742
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
743
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
644
744
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
645
745
|
* @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
|
|
646
746
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -663,6 +763,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
663
763
|
var queryParams = {};
|
|
664
764
|
var headerParams = {
|
|
665
765
|
'Authorization': opts['authorization'],
|
|
766
|
+
'cacheduration': opts['cacheduration'],
|
|
767
|
+
'cachegroup': opts['cachegroup'],
|
|
768
|
+
'cachekey': opts['cachekey'],
|
|
769
|
+
'cachescope': opts['cachescope'],
|
|
666
770
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
667
771
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
668
772
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -692,6 +796,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
692
796
|
* @param {Number} applicationid
|
|
693
797
|
* @param {Object} opts Optional parameters
|
|
694
798
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
799
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
800
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
801
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
802
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
695
803
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
696
804
|
* @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
|
|
697
805
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -714,6 +822,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
714
822
|
var queryParams = {};
|
|
715
823
|
var headerParams = {
|
|
716
824
|
'Authorization': opts['authorization'],
|
|
825
|
+
'cacheduration': opts['cacheduration'],
|
|
826
|
+
'cachegroup': opts['cachegroup'],
|
|
827
|
+
'cachekey': opts['cachekey'],
|
|
828
|
+
'cachescope': opts['cachescope'],
|
|
717
829
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
718
830
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
719
831
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -741,6 +853,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
741
853
|
* @param {Number} customerID The id of the customer
|
|
742
854
|
* @param {Object} opts Optional parameters
|
|
743
855
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
856
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
857
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
858
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
859
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
744
860
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
745
861
|
* @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
|
|
746
862
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -763,6 +879,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
763
879
|
var queryParams = {};
|
|
764
880
|
var headerParams = {
|
|
765
881
|
'Authorization': opts['authorization'],
|
|
882
|
+
'cacheduration': opts['cacheduration'],
|
|
883
|
+
'cachegroup': opts['cachegroup'],
|
|
884
|
+
'cachekey': opts['cachekey'],
|
|
885
|
+
'cachescope': opts['cachescope'],
|
|
766
886
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
767
887
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
768
888
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -789,6 +909,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
789
909
|
* Retrieves the default payment for the customer stored in stripe
|
|
790
910
|
* @param {Object} opts Optional parameters
|
|
791
911
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
912
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
913
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
914
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
915
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
792
916
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
793
917
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
794
918
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -805,6 +929,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
805
929
|
var queryParams = {};
|
|
806
930
|
var headerParams = {
|
|
807
931
|
'Authorization': opts['authorization'],
|
|
932
|
+
'cacheduration': opts['cacheduration'],
|
|
933
|
+
'cachegroup': opts['cachegroup'],
|
|
934
|
+
'cachekey': opts['cachekey'],
|
|
935
|
+
'cachescope': opts['cachescope'],
|
|
808
936
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
809
937
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
810
938
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -832,6 +960,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
832
960
|
* @param {Number} siteid
|
|
833
961
|
* @param {Object} opts Optional parameters
|
|
834
962
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
963
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
964
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
965
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
966
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
835
967
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
836
968
|
* @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
|
|
837
969
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -854,6 +986,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
854
986
|
var queryParams = {};
|
|
855
987
|
var headerParams = {
|
|
856
988
|
'Authorization': opts['authorization'],
|
|
989
|
+
'cacheduration': opts['cacheduration'],
|
|
990
|
+
'cachegroup': opts['cachegroup'],
|
|
991
|
+
'cachekey': opts['cachekey'],
|
|
992
|
+
'cachescope': opts['cachescope'],
|
|
857
993
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
858
994
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
859
995
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -880,6 +1016,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
880
1016
|
* Retrieves the Stripe Customer Account
|
|
881
1017
|
* @param {Object} opts Optional parameters
|
|
882
1018
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1019
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1020
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1021
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1022
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
883
1023
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
884
1024
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
885
1025
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -896,6 +1036,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
896
1036
|
var queryParams = {};
|
|
897
1037
|
var headerParams = {
|
|
898
1038
|
'Authorization': opts['authorization'],
|
|
1039
|
+
'cacheduration': opts['cacheduration'],
|
|
1040
|
+
'cachegroup': opts['cachegroup'],
|
|
1041
|
+
'cachekey': opts['cachekey'],
|
|
1042
|
+
'cachescope': opts['cachescope'],
|
|
899
1043
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
900
1044
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
901
1045
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -923,6 +1067,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
923
1067
|
* @param {Number} accountID The id of the account we are getting the balance for
|
|
924
1068
|
* @param {Object} opts Optional parameters
|
|
925
1069
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1070
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1071
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1072
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1073
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
926
1074
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
927
1075
|
* @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
|
|
928
1076
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -945,6 +1093,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
945
1093
|
var queryParams = {};
|
|
946
1094
|
var headerParams = {
|
|
947
1095
|
'Authorization': opts['authorization'],
|
|
1096
|
+
'cacheduration': opts['cacheduration'],
|
|
1097
|
+
'cachegroup': opts['cachegroup'],
|
|
1098
|
+
'cachekey': opts['cachekey'],
|
|
1099
|
+
'cachescope': opts['cachescope'],
|
|
948
1100
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
949
1101
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
950
1102
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -971,6 +1123,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
971
1123
|
* Returns the publishable API key for Stripe
|
|
972
1124
|
* @param {Object} opts Optional parameters
|
|
973
1125
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1126
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1127
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1128
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1129
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
974
1130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
975
1131
|
* @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
|
|
976
1132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -987,6 +1143,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
987
1143
|
var queryParams = {};
|
|
988
1144
|
var headerParams = {
|
|
989
1145
|
'Authorization': opts['authorization'],
|
|
1146
|
+
'cacheduration': opts['cacheduration'],
|
|
1147
|
+
'cachegroup': opts['cachegroup'],
|
|
1148
|
+
'cachekey': opts['cachekey'],
|
|
1149
|
+
'cachescope': opts['cachescope'],
|
|
990
1150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
991
1151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
992
1152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1013,6 +1173,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1013
1173
|
* Gets the balance of the logged in user
|
|
1014
1174
|
* @param {Object} opts Optional parameters
|
|
1015
1175
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1176
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1177
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1178
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1179
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1016
1180
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1017
1181
|
* @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
|
|
1018
1182
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1029,6 +1193,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1029
1193
|
var queryParams = {};
|
|
1030
1194
|
var headerParams = {
|
|
1031
1195
|
'Authorization': opts['authorization'],
|
|
1196
|
+
'cacheduration': opts['cacheduration'],
|
|
1197
|
+
'cachegroup': opts['cachegroup'],
|
|
1198
|
+
'cachekey': opts['cachekey'],
|
|
1199
|
+
'cachescope': opts['cachescope'],
|
|
1032
1200
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1033
1201
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1034
1202
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1055,6 +1223,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1055
1223
|
* Retrieves the Stripe Customer Account
|
|
1056
1224
|
* @param {Object} opts Optional parameters
|
|
1057
1225
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1226
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1227
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1228
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1229
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1058
1230
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1059
1231
|
* @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
|
|
1060
1232
|
* @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 +1243,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1071
1243
|
var queryParams = {};
|
|
1072
1244
|
var headerParams = {
|
|
1073
1245
|
'Authorization': opts['authorization'],
|
|
1246
|
+
'cacheduration': opts['cacheduration'],
|
|
1247
|
+
'cachegroup': opts['cachegroup'],
|
|
1248
|
+
'cachekey': opts['cachekey'],
|
|
1249
|
+
'cachescope': opts['cachescope'],
|
|
1074
1250
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1075
1251
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1076
1252
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1098,6 +1274,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1098
1274
|
* @param {Number} customerID The customerid to update
|
|
1099
1275
|
* @param {Object} opts Optional parameters
|
|
1100
1276
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1277
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1278
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1279
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1280
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1101
1281
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1102
1282
|
* @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
|
|
1103
1283
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1120,6 +1300,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1120
1300
|
var queryParams = {};
|
|
1121
1301
|
var headerParams = {
|
|
1122
1302
|
'Authorization': opts['authorization'],
|
|
1303
|
+
'cacheduration': opts['cacheduration'],
|
|
1304
|
+
'cachegroup': opts['cachegroup'],
|
|
1305
|
+
'cachekey': opts['cachekey'],
|
|
1306
|
+
'cachescope': opts['cachescope'],
|
|
1123
1307
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1124
1308
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1125
1309
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1146,6 +1330,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1146
1330
|
* Retrieves the payment methods for the customer stored in stripe
|
|
1147
1331
|
* @param {Object} opts Optional parameters
|
|
1148
1332
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1333
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1334
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1335
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1336
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1149
1337
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1150
1338
|
* @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
|
|
1151
1339
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1162,6 +1350,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1162
1350
|
var queryParams = {};
|
|
1163
1351
|
var headerParams = {
|
|
1164
1352
|
'Authorization': opts['authorization'],
|
|
1353
|
+
'cacheduration': opts['cacheduration'],
|
|
1354
|
+
'cachegroup': opts['cachegroup'],
|
|
1355
|
+
'cachekey': opts['cachekey'],
|
|
1356
|
+
'cachescope': opts['cachescope'],
|
|
1165
1357
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1166
1358
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1167
1359
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1189,6 +1381,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1189
1381
|
* @param {String} transferID The id of the transfer
|
|
1190
1382
|
* @param {Object} opts Optional parameters
|
|
1191
1383
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1384
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1385
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1386
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1387
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1192
1388
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1193
1389
|
* @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
|
|
1194
1390
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1211,6 +1407,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1211
1407
|
var queryParams = {};
|
|
1212
1408
|
var headerParams = {
|
|
1213
1409
|
'Authorization': opts['authorization'],
|
|
1410
|
+
'cacheduration': opts['cacheduration'],
|
|
1411
|
+
'cachegroup': opts['cachegroup'],
|
|
1412
|
+
'cachekey': opts['cachekey'],
|
|
1413
|
+
'cachescope': opts['cachescope'],
|
|
1214
1414
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1215
1415
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1216
1416
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1238,6 +1438,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1238
1438
|
* @param {String} transferID The id of the transfer
|
|
1239
1439
|
* @param {Object} opts Optional parameters
|
|
1240
1440
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1441
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1442
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1443
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1444
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1241
1445
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1242
1446
|
* @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
|
|
1243
1447
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1260,6 +1464,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1260
1464
|
var queryParams = {};
|
|
1261
1465
|
var headerParams = {
|
|
1262
1466
|
'Authorization': opts['authorization'],
|
|
1467
|
+
'cacheduration': opts['cacheduration'],
|
|
1468
|
+
'cachegroup': opts['cachegroup'],
|
|
1469
|
+
'cachekey': opts['cachekey'],
|
|
1470
|
+
'cachescope': opts['cachescope'],
|
|
1263
1471
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1264
1472
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1265
1473
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1287,6 +1495,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1287
1495
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1288
1496
|
* @param {Object} opts Optional parameters
|
|
1289
1497
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1498
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1499
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1500
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1501
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1290
1502
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1291
1503
|
* @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
|
|
1292
1504
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1309,6 +1521,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1309
1521
|
var queryParams = {};
|
|
1310
1522
|
var headerParams = {
|
|
1311
1523
|
'Authorization': opts['authorization'],
|
|
1524
|
+
'cacheduration': opts['cacheduration'],
|
|
1525
|
+
'cachegroup': opts['cachegroup'],
|
|
1526
|
+
'cachekey': opts['cachekey'],
|
|
1527
|
+
'cachescope': opts['cachescope'],
|
|
1312
1528
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1313
1529
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1314
1530
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1336,6 +1552,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1336
1552
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1337
1553
|
* @param {Object} opts Optional parameters
|
|
1338
1554
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1555
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1556
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1557
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1558
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1339
1559
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1340
1560
|
* @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
|
|
1341
1561
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1358,6 +1578,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1358
1578
|
var queryParams = {};
|
|
1359
1579
|
var headerParams = {
|
|
1360
1580
|
'Authorization': opts['authorization'],
|
|
1581
|
+
'cacheduration': opts['cacheduration'],
|
|
1582
|
+
'cachegroup': opts['cachegroup'],
|
|
1583
|
+
'cachekey': opts['cachekey'],
|
|
1584
|
+
'cachescope': opts['cachescope'],
|
|
1361
1585
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1362
1586
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1363
1587
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1386,6 +1610,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1386
1610
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
1387
1611
|
* @param {Object} opts Optional parameters
|
|
1388
1612
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1613
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1614
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1615
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1616
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1389
1617
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1390
1618
|
* @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
|
|
1391
1619
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1412,6 +1640,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1412
1640
|
var queryParams = {};
|
|
1413
1641
|
var headerParams = {
|
|
1414
1642
|
'Authorization': opts['authorization'],
|
|
1643
|
+
'cacheduration': opts['cacheduration'],
|
|
1644
|
+
'cachegroup': opts['cachegroup'],
|
|
1645
|
+
'cachekey': opts['cachekey'],
|
|
1646
|
+
'cachescope': opts['cachescope'],
|
|
1415
1647
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1416
1648
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1417
1649
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1440,6 +1672,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1440
1672
|
* @param {Number} accountid
|
|
1441
1673
|
* @param {Object} opts Optional parameters
|
|
1442
1674
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1675
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1676
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1677
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1678
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1443
1679
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1444
1680
|
* @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
|
|
1445
1681
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1467,6 +1703,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1467
1703
|
var queryParams = {};
|
|
1468
1704
|
var headerParams = {
|
|
1469
1705
|
'Authorization': opts['authorization'],
|
|
1706
|
+
'cacheduration': opts['cacheduration'],
|
|
1707
|
+
'cachegroup': opts['cachegroup'],
|
|
1708
|
+
'cachekey': opts['cachekey'],
|
|
1709
|
+
'cachescope': opts['cachescope'],
|
|
1470
1710
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1471
1711
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1472
1712
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1495,6 +1735,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1495
1735
|
* @param {String} body The id of the payment method
|
|
1496
1736
|
* @param {Object} opts Optional parameters
|
|
1497
1737
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1738
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1739
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1740
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1741
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1498
1742
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1499
1743
|
* @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
|
|
1500
1744
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1521,6 +1765,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1521
1765
|
var queryParams = {};
|
|
1522
1766
|
var headerParams = {
|
|
1523
1767
|
'Authorization': opts['authorization'],
|
|
1768
|
+
'cacheduration': opts['cacheduration'],
|
|
1769
|
+
'cachegroup': opts['cachegroup'],
|
|
1770
|
+
'cachekey': opts['cachekey'],
|
|
1771
|
+
'cachescope': opts['cachescope'],
|
|
1524
1772
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1525
1773
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1526
1774
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1548,6 +1796,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1548
1796
|
* @param {String} body The id of the payment method
|
|
1549
1797
|
* @param {Object} opts Optional parameters
|
|
1550
1798
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1799
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1800
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1801
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1802
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1551
1803
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1552
1804
|
* @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
|
|
1553
1805
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1568,6 +1820,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1568
1820
|
var queryParams = {};
|
|
1569
1821
|
var headerParams = {
|
|
1570
1822
|
'Authorization': opts['authorization'],
|
|
1823
|
+
'cacheduration': opts['cacheduration'],
|
|
1824
|
+
'cachegroup': opts['cachegroup'],
|
|
1825
|
+
'cachekey': opts['cachekey'],
|
|
1826
|
+
'cachescope': opts['cachescope'],
|
|
1571
1827
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1572
1828
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1573
1829
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1596,6 +1852,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1596
1852
|
* @param {Number} accountid
|
|
1597
1853
|
* @param {Object} opts Optional parameters
|
|
1598
1854
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1855
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1856
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1857
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1858
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1599
1859
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1600
1860
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1601
1861
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1623,6 +1883,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1623
1883
|
var queryParams = {};
|
|
1624
1884
|
var headerParams = {
|
|
1625
1885
|
'Authorization': opts['authorization'],
|
|
1886
|
+
'cacheduration': opts['cacheduration'],
|
|
1887
|
+
'cachegroup': opts['cachegroup'],
|
|
1888
|
+
'cachekey': opts['cachekey'],
|
|
1889
|
+
'cachescope': opts['cachescope'],
|
|
1626
1890
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1627
1891
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1628
1892
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1650,6 +1914,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1650
1914
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
1651
1915
|
* @param {Object} opts Optional parameters
|
|
1652
1916
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1917
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1918
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1919
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1920
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1653
1921
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1654
1922
|
* @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
|
|
1655
1923
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1670,6 +1938,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1670
1938
|
var queryParams = {};
|
|
1671
1939
|
var headerParams = {
|
|
1672
1940
|
'Authorization': opts['authorization'],
|
|
1941
|
+
'cacheduration': opts['cacheduration'],
|
|
1942
|
+
'cachegroup': opts['cachegroup'],
|
|
1943
|
+
'cachekey': opts['cachekey'],
|
|
1944
|
+
'cachescope': opts['cachescope'],
|
|
1673
1945
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1674
1946
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1675
1947
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1697,6 +1969,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1697
1969
|
* @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
|
|
1698
1970
|
* @param {Object} opts Optional parameters
|
|
1699
1971
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1972
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1973
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1974
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1975
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1700
1976
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1701
1977
|
* @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
|
|
1702
1978
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1717,6 +1993,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1717
1993
|
var queryParams = {};
|
|
1718
1994
|
var headerParams = {
|
|
1719
1995
|
'Authorization': opts['authorization'],
|
|
1996
|
+
'cacheduration': opts['cacheduration'],
|
|
1997
|
+
'cachegroup': opts['cachegroup'],
|
|
1998
|
+
'cachekey': opts['cachekey'],
|
|
1999
|
+
'cachescope': opts['cachescope'],
|
|
1720
2000
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1721
2001
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1722
2002
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1745,6 +2025,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1745
2025
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
1746
2026
|
* @param {Object} opts Optional parameters
|
|
1747
2027
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2028
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2029
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2030
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2031
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1748
2032
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1749
2033
|
* @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
|
|
1750
2034
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1771,6 +2055,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1771
2055
|
var queryParams = {};
|
|
1772
2056
|
var headerParams = {
|
|
1773
2057
|
'Authorization': opts['authorization'],
|
|
2058
|
+
'cacheduration': opts['cacheduration'],
|
|
2059
|
+
'cachegroup': opts['cachegroup'],
|
|
2060
|
+
'cachekey': opts['cachekey'],
|
|
2061
|
+
'cachescope': opts['cachescope'],
|
|
1774
2062
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1775
2063
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1776
2064
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1799,6 +2087,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1799
2087
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
|
|
1800
2088
|
* @param {Object} opts Optional parameters
|
|
1801
2089
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2090
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2091
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2092
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2093
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1802
2094
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1803
2095
|
* @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
|
|
1804
2096
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1825,6 +2117,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1825
2117
|
var queryParams = {};
|
|
1826
2118
|
var headerParams = {
|
|
1827
2119
|
'Authorization': opts['authorization'],
|
|
2120
|
+
'cacheduration': opts['cacheduration'],
|
|
2121
|
+
'cachegroup': opts['cachegroup'],
|
|
2122
|
+
'cachekey': opts['cachekey'],
|
|
2123
|
+
'cachescope': opts['cachescope'],
|
|
1828
2124
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1829
2125
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1830
2126
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1852,6 +2148,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1852
2148
|
* @param {String} paymentMethodID The id of the payment method to update
|
|
1853
2149
|
* @param {Object} opts Optional parameters
|
|
1854
2150
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2151
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2152
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2153
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2154
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1855
2155
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1856
2156
|
* @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
|
|
1857
2157
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1875,6 +2175,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1875
2175
|
var queryParams = {};
|
|
1876
2176
|
var headerParams = {
|
|
1877
2177
|
'Authorization': opts['authorization'],
|
|
2178
|
+
'cacheduration': opts['cacheduration'],
|
|
2179
|
+
'cachegroup': opts['cachegroup'],
|
|
2180
|
+
'cachekey': opts['cachekey'],
|
|
2181
|
+
'cachescope': opts['cachescope'],
|
|
1878
2182
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1879
2183
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1880
2184
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|