@gobodo/gobodo-api-promise 0.1.36 → 0.1.39
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 +11 -6
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +527 -3
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -2
- package/dist/index.js +6 -13
- 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 +31 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +16 -47
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +303 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +187 -0
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +49 -49
- 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 +28 -28
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +27 -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 +141 -141
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +25 -25
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +31 -31
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +52 -52
- 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 +2 -2
- package/dist/model/Form.js +2 -2
- 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 +25 -25
- 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 +8 -8
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +30 -30
- 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 +90 -90
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +23 -23
- package/dist/model/ImageUploadObject.js +23 -23
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +28 -28
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +81 -81
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +31 -31
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +25 -25
- 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 +27 -27
- 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 +30 -30
- 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 +25 -25
- package/dist/model/PrivateMessageConversation.js +33 -33
- 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 +25 -25
- 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 +52 -52
- 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 +52 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +30 -30
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +31 -31
- package/dist/model/UserDataPayload.js +31 -31
- 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 +31 -31
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/ZeusPortalCategory.js +2 -2
- 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
|
+
* The version of the OpenAPI document: 0.1.39
|
|
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.
|
|
47
|
+
* @version 0.1.39
|
|
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'],
|
|
@@ -453,7 +533,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
453
533
|
var contentTypes = [];
|
|
454
534
|
var accepts = ['application/json'];
|
|
455
535
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
456
|
-
return this.apiClient.callApi('/graph/data/payments/stripe/
|
|
536
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/application/{applicationid}/paymentaccount', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
457
537
|
}
|
|
458
538
|
|
|
459
539
|
/**
|
|
@@ -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
|
|
@@ -649,12 +769,84 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
649
769
|
});
|
|
650
770
|
}
|
|
651
771
|
|
|
772
|
+
/**
|
|
773
|
+
* @param {Number} accountID The id of the account to delete
|
|
774
|
+
* @param {Object} opts Optional parameters
|
|
775
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
776
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
777
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
778
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
779
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
780
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
781
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
782
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
783
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
784
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object} and HTTP response
|
|
785
|
+
*/
|
|
786
|
+
}, {
|
|
787
|
+
key: "deleteAccountWithIdWithHttpInfo",
|
|
788
|
+
value: function deleteAccountWithIdWithHttpInfo(accountID, opts) {
|
|
789
|
+
opts = opts || {};
|
|
790
|
+
var postBody = null;
|
|
791
|
+
// verify the required parameter 'accountID' is set
|
|
792
|
+
if (accountID === undefined || accountID === null) {
|
|
793
|
+
throw new Error("Missing the required parameter 'accountID' when calling deleteAccountWithId");
|
|
794
|
+
}
|
|
795
|
+
var pathParams = {
|
|
796
|
+
'accountID': accountID
|
|
797
|
+
};
|
|
798
|
+
var queryParams = {};
|
|
799
|
+
var headerParams = {
|
|
800
|
+
'Authorization': opts['authorization'],
|
|
801
|
+
'cacheduration': opts['cacheduration'],
|
|
802
|
+
'cachegroup': opts['cachegroup'],
|
|
803
|
+
'cachekey': opts['cachekey'],
|
|
804
|
+
'cachescope': opts['cachescope'],
|
|
805
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
806
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
807
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
808
|
+
'transactionid': opts['transactionid']
|
|
809
|
+
};
|
|
810
|
+
var formParams = {};
|
|
811
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
812
|
+
var contentTypes = [];
|
|
813
|
+
var accepts = ['application/json'];
|
|
814
|
+
var returnType = Object;
|
|
815
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/account/{accountID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* @param {Number} accountID The id of the account to delete
|
|
820
|
+
* @param {Object} opts Optional parameters
|
|
821
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
822
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
823
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
824
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
825
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
826
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
827
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
828
|
+
* @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
|
|
829
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
830
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object}
|
|
831
|
+
*/
|
|
832
|
+
}, {
|
|
833
|
+
key: "deleteAccountWithId",
|
|
834
|
+
value: function deleteAccountWithId(accountID, opts) {
|
|
835
|
+
return this.deleteAccountWithIdWithHttpInfo(accountID, opts).then(function (response_and_data) {
|
|
836
|
+
return response_and_data.data;
|
|
837
|
+
});
|
|
838
|
+
}
|
|
839
|
+
|
|
652
840
|
/**
|
|
653
841
|
* Adds payment methods for the customer stored in stripe
|
|
654
842
|
* Retrieves the payment methods for the customer stored in stripe
|
|
655
843
|
* @param {String} paymentMethodID The id of the payment method to delete
|
|
656
844
|
* @param {Object} opts Optional parameters
|
|
657
845
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
846
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
847
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
848
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
849
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
658
850
|
* @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
851
|
* @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
852
|
* @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 +868,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
676
868
|
var queryParams = {};
|
|
677
869
|
var headerParams = {
|
|
678
870
|
'Authorization': opts['authorization'],
|
|
871
|
+
'cacheduration': opts['cacheduration'],
|
|
872
|
+
'cachegroup': opts['cachegroup'],
|
|
873
|
+
'cachekey': opts['cachekey'],
|
|
874
|
+
'cachescope': opts['cachescope'],
|
|
679
875
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
680
876
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
681
877
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -695,6 +891,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
695
891
|
* @param {String} paymentMethodID The id of the payment method to delete
|
|
696
892
|
* @param {Object} opts Optional parameters
|
|
697
893
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
894
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
895
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
896
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
897
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
698
898
|
* @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
899
|
* @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
900
|
* @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 +913,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
713
913
|
* Root for the API
|
|
714
914
|
* @param {Object} opts Optional parameters
|
|
715
915
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
916
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
917
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
918
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
919
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
716
920
|
* @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
921
|
* @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
922
|
* @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 +932,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
728
932
|
var queryParams = {};
|
|
729
933
|
var headerParams = {
|
|
730
934
|
'Authorization': opts['authorization'],
|
|
935
|
+
'cacheduration': opts['cacheduration'],
|
|
936
|
+
'cachegroup': opts['cachegroup'],
|
|
937
|
+
'cachekey': opts['cachekey'],
|
|
938
|
+
'cachescope': opts['cachescope'],
|
|
731
939
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
732
940
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
733
941
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -745,6 +953,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
745
953
|
* Root for the API
|
|
746
954
|
* @param {Object} opts Optional parameters
|
|
747
955
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
956
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
957
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
958
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
959
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
748
960
|
* @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
961
|
* @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
962
|
* @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 +976,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
764
976
|
* @param {Number} id
|
|
765
977
|
* @param {Object} opts Optional parameters
|
|
766
978
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
979
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
980
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
981
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
982
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
767
983
|
* @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
984
|
* @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
985
|
* @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 +1001,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
785
1001
|
var queryParams = {};
|
|
786
1002
|
var headerParams = {
|
|
787
1003
|
'Authorization': opts['authorization'],
|
|
1004
|
+
'cacheduration': opts['cacheduration'],
|
|
1005
|
+
'cachegroup': opts['cachegroup'],
|
|
1006
|
+
'cachekey': opts['cachekey'],
|
|
1007
|
+
'cachescope': opts['cachescope'],
|
|
788
1008
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
789
1009
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
790
1010
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -805,6 +1025,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
805
1025
|
* @param {Number} id
|
|
806
1026
|
* @param {Object} opts Optional parameters
|
|
807
1027
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1028
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1029
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1030
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1031
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
808
1032
|
* @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
1033
|
* @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
1034
|
* @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 +1049,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
825
1049
|
* @param {Number} applicationid
|
|
826
1050
|
* @param {Object} opts Optional parameters
|
|
827
1051
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1052
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1053
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1054
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1055
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
828
1056
|
* @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
1057
|
* @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
1058
|
* @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 +1074,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
846
1074
|
var queryParams = {};
|
|
847
1075
|
var headerParams = {
|
|
848
1076
|
'Authorization': opts['authorization'],
|
|
1077
|
+
'cacheduration': opts['cacheduration'],
|
|
1078
|
+
'cachegroup': opts['cachegroup'],
|
|
1079
|
+
'cachekey': opts['cachekey'],
|
|
1080
|
+
'cachescope': opts['cachescope'],
|
|
849
1081
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
850
1082
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
851
1083
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -865,6 +1097,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
865
1097
|
* @param {Number} applicationid
|
|
866
1098
|
* @param {Object} opts Optional parameters
|
|
867
1099
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1100
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1101
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1102
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1103
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
868
1104
|
* @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
1105
|
* @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
1106
|
* @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 +1121,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
885
1121
|
* @param {Number} customerID The id of the customer
|
|
886
1122
|
* @param {Object} opts Optional parameters
|
|
887
1123
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1124
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1125
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1126
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1127
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
888
1128
|
* @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
1129
|
* @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
1130
|
* @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 +1146,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
906
1146
|
var queryParams = {};
|
|
907
1147
|
var headerParams = {
|
|
908
1148
|
'Authorization': opts['authorization'],
|
|
1149
|
+
'cacheduration': opts['cacheduration'],
|
|
1150
|
+
'cachegroup': opts['cachegroup'],
|
|
1151
|
+
'cachekey': opts['cachekey'],
|
|
1152
|
+
'cachescope': opts['cachescope'],
|
|
909
1153
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
910
1154
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
911
1155
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -925,6 +1169,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
925
1169
|
* @param {Number} customerID The id of the customer
|
|
926
1170
|
* @param {Object} opts Optional parameters
|
|
927
1171
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1172
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1173
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1174
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1175
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
928
1176
|
* @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
1177
|
* @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
1178
|
* @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 +1192,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
944
1192
|
* Retrieves the default payment for the customer stored in stripe
|
|
945
1193
|
* @param {Object} opts Optional parameters
|
|
946
1194
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1195
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1196
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1197
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1198
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
947
1199
|
* @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
1200
|
* @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
1201
|
* @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 +1211,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
959
1211
|
var queryParams = {};
|
|
960
1212
|
var headerParams = {
|
|
961
1213
|
'Authorization': opts['authorization'],
|
|
1214
|
+
'cacheduration': opts['cacheduration'],
|
|
1215
|
+
'cachegroup': opts['cachegroup'],
|
|
1216
|
+
'cachekey': opts['cachekey'],
|
|
1217
|
+
'cachescope': opts['cachescope'],
|
|
962
1218
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
963
1219
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
964
1220
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -977,6 +1233,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
977
1233
|
* Retrieves the default payment for the customer stored in stripe
|
|
978
1234
|
* @param {Object} opts Optional parameters
|
|
979
1235
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1236
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1237
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1238
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1239
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
980
1240
|
* @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
1241
|
* @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
1242
|
* @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 +1257,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
997
1257
|
* @param {Number} siteid
|
|
998
1258
|
* @param {Object} opts Optional parameters
|
|
999
1259
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1260
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1261
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1262
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1263
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1000
1264
|
* @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
1265
|
* @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
1266
|
* @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 +1282,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1018
1282
|
var queryParams = {};
|
|
1019
1283
|
var headerParams = {
|
|
1020
1284
|
'Authorization': opts['authorization'],
|
|
1285
|
+
'cacheduration': opts['cacheduration'],
|
|
1286
|
+
'cachegroup': opts['cachegroup'],
|
|
1287
|
+
'cachekey': opts['cachekey'],
|
|
1288
|
+
'cachescope': opts['cachescope'],
|
|
1021
1289
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1022
1290
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1023
1291
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1037,6 +1305,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1037
1305
|
* @param {Number} siteid
|
|
1038
1306
|
* @param {Object} opts Optional parameters
|
|
1039
1307
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1308
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1309
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1310
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1311
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1040
1312
|
* @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
1313
|
* @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
1314
|
* @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 +1328,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1056
1328
|
* Retrieves the Stripe Customer Account
|
|
1057
1329
|
* @param {Object} opts Optional parameters
|
|
1058
1330
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1331
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1332
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1333
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1334
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1059
1335
|
* @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
1336
|
* @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
1337
|
* @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 +1347,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1071
1347
|
var queryParams = {};
|
|
1072
1348
|
var headerParams = {
|
|
1073
1349
|
'Authorization': opts['authorization'],
|
|
1350
|
+
'cacheduration': opts['cacheduration'],
|
|
1351
|
+
'cachegroup': opts['cachegroup'],
|
|
1352
|
+
'cachekey': opts['cachekey'],
|
|
1353
|
+
'cachescope': opts['cachescope'],
|
|
1074
1354
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1075
1355
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1076
1356
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1089,6 +1369,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1089
1369
|
* Retrieves the Stripe Customer Account
|
|
1090
1370
|
* @param {Object} opts Optional parameters
|
|
1091
1371
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1372
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1373
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1374
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1375
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1092
1376
|
* @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
1377
|
* @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
1378
|
* @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 +1393,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1109
1393
|
* @param {Number} accountID The id of the account we are getting the balance for
|
|
1110
1394
|
* @param {Object} opts Optional parameters
|
|
1111
1395
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1396
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1397
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1398
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1399
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1112
1400
|
* @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
1401
|
* @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
1402
|
* @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 +1418,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1130
1418
|
var queryParams = {};
|
|
1131
1419
|
var headerParams = {
|
|
1132
1420
|
'Authorization': opts['authorization'],
|
|
1421
|
+
'cacheduration': opts['cacheduration'],
|
|
1422
|
+
'cachegroup': opts['cachegroup'],
|
|
1423
|
+
'cachekey': opts['cachekey'],
|
|
1424
|
+
'cachescope': opts['cachescope'],
|
|
1133
1425
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1134
1426
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1135
1427
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1149,6 +1441,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1149
1441
|
* @param {Number} accountID The id of the account we are getting the balance for
|
|
1150
1442
|
* @param {Object} opts Optional parameters
|
|
1151
1443
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1444
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1445
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1446
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1447
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1152
1448
|
* @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
1449
|
* @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
1450
|
* @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 +1464,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1168
1464
|
* Returns the publishable API key for Stripe
|
|
1169
1465
|
* @param {Object} opts Optional parameters
|
|
1170
1466
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1467
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1468
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1469
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1470
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1171
1471
|
* @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
1472
|
* @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
1473
|
* @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 +1483,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1183
1483
|
var queryParams = {};
|
|
1184
1484
|
var headerParams = {
|
|
1185
1485
|
'Authorization': opts['authorization'],
|
|
1486
|
+
'cacheduration': opts['cacheduration'],
|
|
1487
|
+
'cachegroup': opts['cachegroup'],
|
|
1488
|
+
'cachekey': opts['cachekey'],
|
|
1489
|
+
'cachescope': opts['cachescope'],
|
|
1186
1490
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1187
1491
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1188
1492
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1201,6 +1505,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1201
1505
|
* Returns the publishable API key for Stripe
|
|
1202
1506
|
* @param {Object} opts Optional parameters
|
|
1203
1507
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1508
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1509
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1510
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1511
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1204
1512
|
* @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
1513
|
* @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
1514
|
* @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 +1528,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1220
1528
|
* Gets the balance of the logged in user
|
|
1221
1529
|
* @param {Object} opts Optional parameters
|
|
1222
1530
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1531
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1532
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1533
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1534
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1223
1535
|
* @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
1536
|
* @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
1537
|
* @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 +1547,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1235
1547
|
var queryParams = {};
|
|
1236
1548
|
var headerParams = {
|
|
1237
1549
|
'Authorization': opts['authorization'],
|
|
1550
|
+
'cacheduration': opts['cacheduration'],
|
|
1551
|
+
'cachegroup': opts['cachegroup'],
|
|
1552
|
+
'cachekey': opts['cachekey'],
|
|
1553
|
+
'cachescope': opts['cachescope'],
|
|
1238
1554
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1239
1555
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1240
1556
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1253,6 +1569,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1253
1569
|
* Gets the balance of the logged in user
|
|
1254
1570
|
* @param {Object} opts Optional parameters
|
|
1255
1571
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1572
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1573
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1574
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1575
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1256
1576
|
* @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
1577
|
* @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
1578
|
* @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 +1592,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1272
1592
|
* Retrieves the Stripe Customer Account
|
|
1273
1593
|
* @param {Object} opts Optional parameters
|
|
1274
1594
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1595
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1596
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1597
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1598
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1275
1599
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1276
1600
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1277
1601
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1287,6 +1611,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1287
1611
|
var queryParams = {};
|
|
1288
1612
|
var headerParams = {
|
|
1289
1613
|
'Authorization': opts['authorization'],
|
|
1614
|
+
'cacheduration': opts['cacheduration'],
|
|
1615
|
+
'cachegroup': opts['cachegroup'],
|
|
1616
|
+
'cachekey': opts['cachekey'],
|
|
1617
|
+
'cachescope': opts['cachescope'],
|
|
1290
1618
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1291
1619
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1292
1620
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1305,6 +1633,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1305
1633
|
* Retrieves the Stripe Customer Account
|
|
1306
1634
|
* @param {Object} opts Optional parameters
|
|
1307
1635
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1636
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1637
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1638
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1639
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1308
1640
|
* @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
1641
|
* @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
1642
|
* @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 +1657,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1325
1657
|
* @param {Number} customerID The customerid to update
|
|
1326
1658
|
* @param {Object} opts Optional parameters
|
|
1327
1659
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1660
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1661
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1662
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1663
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1328
1664
|
* @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
1665
|
* @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
1666
|
* @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 +1682,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1346
1682
|
var queryParams = {};
|
|
1347
1683
|
var headerParams = {
|
|
1348
1684
|
'Authorization': opts['authorization'],
|
|
1685
|
+
'cacheduration': opts['cacheduration'],
|
|
1686
|
+
'cachegroup': opts['cachegroup'],
|
|
1687
|
+
'cachekey': opts['cachekey'],
|
|
1688
|
+
'cachescope': opts['cachescope'],
|
|
1349
1689
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1350
1690
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1351
1691
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1365,6 +1705,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1365
1705
|
* @param {Number} customerID The customerid to update
|
|
1366
1706
|
* @param {Object} opts Optional parameters
|
|
1367
1707
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1708
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1709
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1710
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1711
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1368
1712
|
* @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
1713
|
* @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
1714
|
* @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 +1728,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1384
1728
|
* Retrieves the payment methods for the customer stored in stripe
|
|
1385
1729
|
* @param {Object} opts Optional parameters
|
|
1386
1730
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1731
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1732
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1733
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1734
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1387
1735
|
* @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
1736
|
* @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
1737
|
* @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 +1747,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1399
1747
|
var queryParams = {};
|
|
1400
1748
|
var headerParams = {
|
|
1401
1749
|
'Authorization': opts['authorization'],
|
|
1750
|
+
'cacheduration': opts['cacheduration'],
|
|
1751
|
+
'cachegroup': opts['cachegroup'],
|
|
1752
|
+
'cachekey': opts['cachekey'],
|
|
1753
|
+
'cachescope': opts['cachescope'],
|
|
1402
1754
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1403
1755
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1404
1756
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1417,6 +1769,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1417
1769
|
* Retrieves the payment methods for the customer stored in stripe
|
|
1418
1770
|
* @param {Object} opts Optional parameters
|
|
1419
1771
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1772
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1773
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1774
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1775
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1420
1776
|
* @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
1777
|
* @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
1778
|
* @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 +1793,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1437
1793
|
* @param {String} transferID The id of the transfer
|
|
1438
1794
|
* @param {Object} opts Optional parameters
|
|
1439
1795
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1796
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1797
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1798
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1799
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1440
1800
|
* @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
1801
|
* @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
1802
|
* @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 +1818,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1458
1818
|
var queryParams = {};
|
|
1459
1819
|
var headerParams = {
|
|
1460
1820
|
'Authorization': opts['authorization'],
|
|
1821
|
+
'cacheduration': opts['cacheduration'],
|
|
1822
|
+
'cachegroup': opts['cachegroup'],
|
|
1823
|
+
'cachekey': opts['cachekey'],
|
|
1824
|
+
'cachescope': opts['cachescope'],
|
|
1461
1825
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1462
1826
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1463
1827
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1477,6 +1841,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1477
1841
|
* @param {String} transferID The id of the transfer
|
|
1478
1842
|
* @param {Object} opts Optional parameters
|
|
1479
1843
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1844
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1845
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1846
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1847
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1480
1848
|
* @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
1849
|
* @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
1850
|
* @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 +1865,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1497
1865
|
* @param {String} transferID The id of the transfer
|
|
1498
1866
|
* @param {Object} opts Optional parameters
|
|
1499
1867
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1868
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1869
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1870
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1871
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1500
1872
|
* @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
1873
|
* @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
1874
|
* @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 +1890,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1518
1890
|
var queryParams = {};
|
|
1519
1891
|
var headerParams = {
|
|
1520
1892
|
'Authorization': opts['authorization'],
|
|
1893
|
+
'cacheduration': opts['cacheduration'],
|
|
1894
|
+
'cachegroup': opts['cachegroup'],
|
|
1895
|
+
'cachekey': opts['cachekey'],
|
|
1896
|
+
'cachescope': opts['cachescope'],
|
|
1521
1897
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1522
1898
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1523
1899
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1537,6 +1913,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1537
1913
|
* @param {String} transferID The id of the transfer
|
|
1538
1914
|
* @param {Object} opts Optional parameters
|
|
1539
1915
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1916
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1917
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1918
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1919
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1540
1920
|
* @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
1921
|
* @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
1922
|
* @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 +1937,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1557
1937
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1558
1938
|
* @param {Object} opts Optional parameters
|
|
1559
1939
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1940
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1941
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1942
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1943
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1560
1944
|
* @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
1945
|
* @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
1946
|
* @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 +1962,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1578
1962
|
var queryParams = {};
|
|
1579
1963
|
var headerParams = {
|
|
1580
1964
|
'Authorization': opts['authorization'],
|
|
1965
|
+
'cacheduration': opts['cacheduration'],
|
|
1966
|
+
'cachegroup': opts['cachegroup'],
|
|
1967
|
+
'cachekey': opts['cachekey'],
|
|
1968
|
+
'cachescope': opts['cachescope'],
|
|
1581
1969
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1582
1970
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1583
1971
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1597,6 +1985,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1597
1985
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1598
1986
|
* @param {Object} opts Optional parameters
|
|
1599
1987
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1988
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1989
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1990
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1991
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1600
1992
|
* @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
1993
|
* @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
1994
|
* @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 +2009,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1617
2009
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1618
2010
|
* @param {Object} opts Optional parameters
|
|
1619
2011
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2012
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2013
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2014
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2015
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1620
2016
|
* @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
2017
|
* @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
2018
|
* @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 +2034,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1638
2034
|
var queryParams = {};
|
|
1639
2035
|
var headerParams = {
|
|
1640
2036
|
'Authorization': opts['authorization'],
|
|
2037
|
+
'cacheduration': opts['cacheduration'],
|
|
2038
|
+
'cachegroup': opts['cachegroup'],
|
|
2039
|
+
'cachekey': opts['cachekey'],
|
|
2040
|
+
'cachescope': opts['cachescope'],
|
|
1641
2041
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1642
2042
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1643
2043
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1657,6 +2057,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1657
2057
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1658
2058
|
* @param {Object} opts Optional parameters
|
|
1659
2059
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2060
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2061
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2062
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2063
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1660
2064
|
* @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
2065
|
* @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
2066
|
* @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 +2082,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1678
2082
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
1679
2083
|
* @param {Object} opts Optional parameters
|
|
1680
2084
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2085
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2086
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2087
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2088
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1681
2089
|
* @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
2090
|
* @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
2091
|
* @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 +2111,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1703
2111
|
var queryParams = {};
|
|
1704
2112
|
var headerParams = {
|
|
1705
2113
|
'Authorization': opts['authorization'],
|
|
2114
|
+
'cacheduration': opts['cacheduration'],
|
|
2115
|
+
'cachegroup': opts['cachegroup'],
|
|
2116
|
+
'cachekey': opts['cachekey'],
|
|
2117
|
+
'cachescope': opts['cachescope'],
|
|
1706
2118
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1707
2119
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1708
2120
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1723,6 +2135,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1723
2135
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
1724
2136
|
* @param {Object} opts Optional parameters
|
|
1725
2137
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2138
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2139
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2140
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2141
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1726
2142
|
* @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
2143
|
* @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
2144
|
* @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 +2160,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1744
2160
|
* @param {Number} accountid
|
|
1745
2161
|
* @param {Object} opts Optional parameters
|
|
1746
2162
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2163
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2164
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2165
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2166
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1747
2167
|
* @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
2168
|
* @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
2169
|
* @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 +2190,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1770
2190
|
var queryParams = {};
|
|
1771
2191
|
var headerParams = {
|
|
1772
2192
|
'Authorization': opts['authorization'],
|
|
2193
|
+
'cacheduration': opts['cacheduration'],
|
|
2194
|
+
'cachegroup': opts['cachegroup'],
|
|
2195
|
+
'cachekey': opts['cachekey'],
|
|
2196
|
+
'cachescope': opts['cachescope'],
|
|
1773
2197
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1774
2198
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1775
2199
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1790,6 +2214,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1790
2214
|
* @param {Number} accountid
|
|
1791
2215
|
* @param {Object} opts Optional parameters
|
|
1792
2216
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2217
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2218
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2219
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2220
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1793
2221
|
* @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
2222
|
* @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
2223
|
* @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 +2239,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1811
2239
|
* @param {String} body The id of the payment method
|
|
1812
2240
|
* @param {Object} opts Optional parameters
|
|
1813
2241
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2242
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2243
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2244
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2245
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1814
2246
|
* @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
2247
|
* @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
2248
|
* @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 +2268,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1836
2268
|
var queryParams = {};
|
|
1837
2269
|
var headerParams = {
|
|
1838
2270
|
'Authorization': opts['authorization'],
|
|
2271
|
+
'cacheduration': opts['cacheduration'],
|
|
2272
|
+
'cachegroup': opts['cachegroup'],
|
|
2273
|
+
'cachekey': opts['cachekey'],
|
|
2274
|
+
'cachescope': opts['cachescope'],
|
|
1839
2275
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1840
2276
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1841
2277
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1856,6 +2292,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1856
2292
|
* @param {String} body The id of the payment method
|
|
1857
2293
|
* @param {Object} opts Optional parameters
|
|
1858
2294
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2295
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2296
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2297
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2298
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1859
2299
|
* @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
2300
|
* @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
2301
|
* @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 +2316,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1876
2316
|
* @param {String} body The id of the payment method
|
|
1877
2317
|
* @param {Object} opts Optional parameters
|
|
1878
2318
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2319
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2320
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2321
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2322
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1879
2323
|
* @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
2324
|
* @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
2325
|
* @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 +2339,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1895
2339
|
var queryParams = {};
|
|
1896
2340
|
var headerParams = {
|
|
1897
2341
|
'Authorization': opts['authorization'],
|
|
2342
|
+
'cacheduration': opts['cacheduration'],
|
|
2343
|
+
'cachegroup': opts['cachegroup'],
|
|
2344
|
+
'cachekey': opts['cachekey'],
|
|
2345
|
+
'cachescope': opts['cachescope'],
|
|
1898
2346
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1899
2347
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1900
2348
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1914,6 +2362,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1914
2362
|
* @param {String} body The id of the payment method
|
|
1915
2363
|
* @param {Object} opts Optional parameters
|
|
1916
2364
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2365
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2366
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2367
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2368
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1917
2369
|
* @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
2370
|
* @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
2371
|
* @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 +2387,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1935
2387
|
* @param {Number} accountid
|
|
1936
2388
|
* @param {Object} opts Optional parameters
|
|
1937
2389
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2390
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2391
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2392
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2393
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1938
2394
|
* @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
2395
|
* @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
2396
|
* @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 +2417,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1961
2417
|
var queryParams = {};
|
|
1962
2418
|
var headerParams = {
|
|
1963
2419
|
'Authorization': opts['authorization'],
|
|
2420
|
+
'cacheduration': opts['cacheduration'],
|
|
2421
|
+
'cachegroup': opts['cachegroup'],
|
|
2422
|
+
'cachekey': opts['cachekey'],
|
|
2423
|
+
'cachescope': opts['cachescope'],
|
|
1964
2424
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1965
2425
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1966
2426
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1981,6 +2441,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1981
2441
|
* @param {Number} accountid
|
|
1982
2442
|
* @param {Object} opts Optional parameters
|
|
1983
2443
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2444
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2445
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2446
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2447
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1984
2448
|
* @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
2449
|
* @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
2450
|
* @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 +2465,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2001
2465
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
2002
2466
|
* @param {Object} opts Optional parameters
|
|
2003
2467
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2468
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2469
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2470
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2471
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2004
2472
|
* @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
2473
|
* @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
2474
|
* @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 +2488,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2020
2488
|
var queryParams = {};
|
|
2021
2489
|
var headerParams = {
|
|
2022
2490
|
'Authorization': opts['authorization'],
|
|
2491
|
+
'cacheduration': opts['cacheduration'],
|
|
2492
|
+
'cachegroup': opts['cachegroup'],
|
|
2493
|
+
'cachekey': opts['cachekey'],
|
|
2494
|
+
'cachescope': opts['cachescope'],
|
|
2023
2495
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2024
2496
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2025
2497
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2039,6 +2511,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2039
2511
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
2040
2512
|
* @param {Object} opts Optional parameters
|
|
2041
2513
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2514
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2515
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2516
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2517
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2042
2518
|
* @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
2519
|
* @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
2520
|
* @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 +2535,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2059
2535
|
* @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
|
|
2060
2536
|
* @param {Object} opts Optional parameters
|
|
2061
2537
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2538
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2539
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2540
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2541
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2062
2542
|
* @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
2543
|
* @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
2544
|
* @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 +2558,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2078
2558
|
var queryParams = {};
|
|
2079
2559
|
var headerParams = {
|
|
2080
2560
|
'Authorization': opts['authorization'],
|
|
2561
|
+
'cacheduration': opts['cacheduration'],
|
|
2562
|
+
'cachegroup': opts['cachegroup'],
|
|
2563
|
+
'cachekey': opts['cachekey'],
|
|
2564
|
+
'cachescope': opts['cachescope'],
|
|
2081
2565
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2082
2566
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2083
2567
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2097,6 +2581,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2097
2581
|
* @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
|
|
2098
2582
|
* @param {Object} opts Optional parameters
|
|
2099
2583
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2584
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2585
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2586
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2587
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2100
2588
|
* @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
2589
|
* @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
2590
|
* @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 +2606,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2118
2606
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
2119
2607
|
* @param {Object} opts Optional parameters
|
|
2120
2608
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2609
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2610
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2611
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2612
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2121
2613
|
* @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
2614
|
* @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
2615
|
* @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 +2635,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2143
2635
|
var queryParams = {};
|
|
2144
2636
|
var headerParams = {
|
|
2145
2637
|
'Authorization': opts['authorization'],
|
|
2638
|
+
'cacheduration': opts['cacheduration'],
|
|
2639
|
+
'cachegroup': opts['cachegroup'],
|
|
2640
|
+
'cachekey': opts['cachekey'],
|
|
2641
|
+
'cachescope': opts['cachescope'],
|
|
2146
2642
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2147
2643
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2148
2644
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2163,6 +2659,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2163
2659
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
2164
2660
|
* @param {Object} opts Optional parameters
|
|
2165
2661
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2662
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2663
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2664
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2665
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2166
2666
|
* @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
2667
|
* @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
2668
|
* @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 +2684,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2184
2684
|
* @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
2685
|
* @param {Object} opts Optional parameters
|
|
2186
2686
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2687
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2688
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2689
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2690
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2187
2691
|
* @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
2692
|
* @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
2693
|
* @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 +2713,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2209
2713
|
var queryParams = {};
|
|
2210
2714
|
var headerParams = {
|
|
2211
2715
|
'Authorization': opts['authorization'],
|
|
2716
|
+
'cacheduration': opts['cacheduration'],
|
|
2717
|
+
'cachegroup': opts['cachegroup'],
|
|
2718
|
+
'cachekey': opts['cachekey'],
|
|
2719
|
+
'cachescope': opts['cachescope'],
|
|
2212
2720
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2213
2721
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2214
2722
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2229,6 +2737,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2229
2737
|
* @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
2738
|
* @param {Object} opts Optional parameters
|
|
2231
2739
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2740
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2741
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2742
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2743
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2232
2744
|
* @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
2745
|
* @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
2746
|
* @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 +2761,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2249
2761
|
* @param {String} paymentMethodID The id of the payment method to update
|
|
2250
2762
|
* @param {Object} opts Optional parameters
|
|
2251
2763
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2764
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2765
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2766
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2767
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2252
2768
|
* @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
2769
|
* @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
2770
|
* @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 +2787,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2271
2787
|
var queryParams = {};
|
|
2272
2788
|
var headerParams = {
|
|
2273
2789
|
'Authorization': opts['authorization'],
|
|
2790
|
+
'cacheduration': opts['cacheduration'],
|
|
2791
|
+
'cachegroup': opts['cachegroup'],
|
|
2792
|
+
'cachekey': opts['cachekey'],
|
|
2793
|
+
'cachescope': opts['cachescope'],
|
|
2274
2794
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2275
2795
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2276
2796
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2290,6 +2810,10 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2290
2810
|
* @param {String} paymentMethodID The id of the payment method to update
|
|
2291
2811
|
* @param {Object} opts Optional parameters
|
|
2292
2812
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2813
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
2814
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2815
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2816
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2293
2817
|
* @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
2818
|
* @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
2819
|
* @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
|