@gobodo/gobodo-api 0.1.46 → 0.1.48
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 +6 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +75 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +86 -9
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +71 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +9 -9
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +9 -9
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +14 -14
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- 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 +2 -2
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +9 -9
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +14 -14
- 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 +9 -9
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +14 -14
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +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 +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- 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 +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +13 -13
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +13 -13
- package/dist/model/VideoUploadObject.js +13 -13
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
33
33
|
* gobodo-api
|
|
34
34
|
* REST Interface for Gobodo API
|
|
35
35
|
*
|
|
36
|
-
* The version of the OpenAPI document: 0.1.
|
|
36
|
+
* The version of the OpenAPI document: 0.1.48
|
|
37
37
|
* Contact: info@gobodo.io
|
|
38
38
|
*
|
|
39
39
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -44,7 +44,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
44
44
|
/**
|
|
45
45
|
* StripeAccounts service.
|
|
46
46
|
* @module api/StripeAccountsApi
|
|
47
|
-
* @version 0.1.
|
|
47
|
+
* @version 0.1.48
|
|
48
48
|
*/
|
|
49
49
|
var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
50
50
|
/**
|
|
@@ -76,6 +76,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
76
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
77
77
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
78
78
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
79
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
79
80
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
80
81
|
* @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
|
|
81
82
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -97,6 +98,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
97
98
|
'cachegroup': opts['cachegroup'],
|
|
98
99
|
'cachekey': opts['cachekey'],
|
|
99
100
|
'cachescope': opts['cachescope'],
|
|
101
|
+
'cacheuser': opts['cacheuser'],
|
|
100
102
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
101
103
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
102
104
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -129,6 +131,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
129
131
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
130
132
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
131
133
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
134
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
132
135
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
133
136
|
* @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
|
|
134
137
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -159,6 +162,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
159
162
|
'cachegroup': opts['cachegroup'],
|
|
160
163
|
'cachekey': opts['cachekey'],
|
|
161
164
|
'cachescope': opts['cachescope'],
|
|
165
|
+
'cacheuser': opts['cacheuser'],
|
|
162
166
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
163
167
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
164
168
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -190,6 +194,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
194
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
191
195
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
192
196
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
197
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
193
198
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
194
199
|
* @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
|
|
195
200
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -214,6 +219,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
214
219
|
'cachegroup': opts['cachegroup'],
|
|
215
220
|
'cachekey': opts['cachekey'],
|
|
216
221
|
'cachescope': opts['cachescope'],
|
|
222
|
+
'cacheuser': opts['cacheuser'],
|
|
217
223
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
218
224
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
219
225
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -245,6 +251,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
251
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
246
252
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
247
253
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
254
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
248
255
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
249
256
|
* @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
|
|
250
257
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -269,6 +276,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
269
276
|
'cachegroup': opts['cachegroup'],
|
|
270
277
|
'cachekey': opts['cachekey'],
|
|
271
278
|
'cachescope': opts['cachescope'],
|
|
279
|
+
'cacheuser': opts['cacheuser'],
|
|
272
280
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
273
281
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
274
282
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -300,6 +308,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
300
308
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
301
309
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
302
310
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
311
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
303
312
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
304
313
|
* @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
|
|
305
314
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -324,6 +333,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
324
333
|
'cachegroup': opts['cachegroup'],
|
|
325
334
|
'cachekey': opts['cachekey'],
|
|
326
335
|
'cachescope': opts['cachescope'],
|
|
336
|
+
'cacheuser': opts['cacheuser'],
|
|
327
337
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
328
338
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
329
339
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -355,6 +365,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
355
365
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
356
366
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
357
367
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
368
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
358
369
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
359
370
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
360
371
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -379,6 +390,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
379
390
|
'cachegroup': opts['cachegroup'],
|
|
380
391
|
'cachekey': opts['cachekey'],
|
|
381
392
|
'cachescope': opts['cachescope'],
|
|
393
|
+
'cacheuser': opts['cacheuser'],
|
|
382
394
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
383
395
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
384
396
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -411,6 +423,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
411
423
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
412
424
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
413
425
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
426
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
414
427
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
415
428
|
* @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
|
|
416
429
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -441,6 +454,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
441
454
|
'cachegroup': opts['cachegroup'],
|
|
442
455
|
'cachekey': opts['cachekey'],
|
|
443
456
|
'cachescope': opts['cachescope'],
|
|
457
|
+
'cacheuser': opts['cacheuser'],
|
|
444
458
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
445
459
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
446
460
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -473,6 +487,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
487
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
474
488
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
475
489
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
490
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
476
491
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
477
492
|
* @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
|
|
478
493
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -503,6 +518,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
503
518
|
'cachegroup': opts['cachegroup'],
|
|
504
519
|
'cachekey': opts['cachekey'],
|
|
505
520
|
'cachescope': opts['cachescope'],
|
|
521
|
+
'cacheuser': opts['cacheuser'],
|
|
506
522
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
507
523
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
508
524
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -534,6 +550,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
534
550
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
535
551
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
536
552
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
553
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
537
554
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
538
555
|
* @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
|
|
539
556
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -558,6 +575,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
558
575
|
'cachegroup': opts['cachegroup'],
|
|
559
576
|
'cachekey': opts['cachekey'],
|
|
560
577
|
'cachescope': opts['cachescope'],
|
|
578
|
+
'cacheuser': opts['cacheuser'],
|
|
561
579
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
562
580
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
563
581
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -586,6 +604,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
586
604
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
587
605
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
588
606
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
607
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
589
608
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
590
609
|
* @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
|
|
591
610
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -606,6 +625,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
606
625
|
'cachegroup': opts['cachegroup'],
|
|
607
626
|
'cachekey': opts['cachekey'],
|
|
608
627
|
'cachescope': opts['cachescope'],
|
|
628
|
+
'cacheuser': opts['cacheuser'],
|
|
609
629
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
610
630
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
611
631
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -635,6 +655,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
635
655
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
636
656
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
637
657
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
658
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
638
659
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
639
660
|
* @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
|
|
640
661
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -661,6 +682,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
661
682
|
'cachegroup': opts['cachegroup'],
|
|
662
683
|
'cachekey': opts['cachekey'],
|
|
663
684
|
'cachescope': opts['cachescope'],
|
|
685
|
+
'cacheuser': opts['cacheuser'],
|
|
664
686
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
665
687
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
666
688
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -692,6 +714,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
692
714
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
693
715
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
694
716
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
717
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
695
718
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
696
719
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
697
720
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -718,6 +741,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
718
741
|
'cachegroup': opts['cachegroup'],
|
|
719
742
|
'cachekey': opts['cachekey'],
|
|
720
743
|
'cachescope': opts['cachescope'],
|
|
744
|
+
'cacheuser': opts['cacheuser'],
|
|
721
745
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
722
746
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
723
747
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -747,6 +771,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
747
771
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
748
772
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
749
773
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
774
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
750
775
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
751
776
|
* @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
|
|
752
777
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -766,6 +791,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
766
791
|
'cachegroup': opts['cachegroup'],
|
|
767
792
|
'cachekey': opts['cachekey'],
|
|
768
793
|
'cachescope': opts['cachescope'],
|
|
794
|
+
'cacheuser': opts['cacheuser'],
|
|
769
795
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
770
796
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
771
797
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -796,6 +822,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
796
822
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
797
823
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
798
824
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
825
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
799
826
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
800
827
|
* @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
|
|
801
828
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -822,6 +849,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
822
849
|
'cachegroup': opts['cachegroup'],
|
|
823
850
|
'cachekey': opts['cachekey'],
|
|
824
851
|
'cachescope': opts['cachescope'],
|
|
852
|
+
'cacheuser': opts['cacheuser'],
|
|
825
853
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
826
854
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
827
855
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -855,6 +883,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
855
883
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
856
884
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
857
885
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
886
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
858
887
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
859
888
|
* @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
|
|
860
889
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -881,6 +910,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
881
910
|
'cachegroup': opts['cachegroup'],
|
|
882
911
|
'cachekey': opts['cachekey'],
|
|
883
912
|
'cachescope': opts['cachescope'],
|
|
913
|
+
'cacheuser': opts['cacheuser'],
|
|
884
914
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
885
915
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
886
916
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -912,6 +942,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
912
942
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
913
943
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
914
944
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
945
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
915
946
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
916
947
|
* @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
|
|
917
948
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -938,6 +969,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
938
969
|
'cachegroup': opts['cachegroup'],
|
|
939
970
|
'cachekey': opts['cachekey'],
|
|
940
971
|
'cachescope': opts['cachescope'],
|
|
972
|
+
'cacheuser': opts['cacheuser'],
|
|
941
973
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
942
974
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
943
975
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -968,6 +1000,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
968
1000
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
969
1001
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
970
1002
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1003
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
971
1004
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
972
1005
|
* @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
|
|
973
1006
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -988,6 +1021,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
988
1021
|
'cachegroup': opts['cachegroup'],
|
|
989
1022
|
'cachekey': opts['cachekey'],
|
|
990
1023
|
'cachescope': opts['cachescope'],
|
|
1024
|
+
'cacheuser': opts['cacheuser'],
|
|
991
1025
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
992
1026
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
993
1027
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1019,6 +1053,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1019
1053
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1020
1054
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1021
1055
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1056
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1022
1057
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1023
1058
|
* @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
|
|
1024
1059
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1045,6 +1080,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1045
1080
|
'cachegroup': opts['cachegroup'],
|
|
1046
1081
|
'cachekey': opts['cachekey'],
|
|
1047
1082
|
'cachescope': opts['cachescope'],
|
|
1083
|
+
'cacheuser': opts['cacheuser'],
|
|
1048
1084
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1049
1085
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1050
1086
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1075,6 +1111,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1075
1111
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1076
1112
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1077
1113
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1114
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1078
1115
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1079
1116
|
* @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
|
|
1080
1117
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1095,6 +1132,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1095
1132
|
'cachegroup': opts['cachegroup'],
|
|
1096
1133
|
'cachekey': opts['cachekey'],
|
|
1097
1134
|
'cachescope': opts['cachescope'],
|
|
1135
|
+
'cacheuser': opts['cacheuser'],
|
|
1098
1136
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1099
1137
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1100
1138
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1126,6 +1164,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1126
1164
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1127
1165
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1128
1166
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1167
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1129
1168
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1130
1169
|
* @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
|
|
1131
1170
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1152,6 +1191,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1152
1191
|
'cachegroup': opts['cachegroup'],
|
|
1153
1192
|
'cachekey': opts['cachekey'],
|
|
1154
1193
|
'cachescope': opts['cachescope'],
|
|
1194
|
+
'cacheuser': opts['cacheuser'],
|
|
1155
1195
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1156
1196
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1157
1197
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1182,6 +1222,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1182
1222
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1183
1223
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1184
1224
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1225
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1185
1226
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1186
1227
|
* @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
|
|
1187
1228
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1202,6 +1243,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1202
1243
|
'cachegroup': opts['cachegroup'],
|
|
1203
1244
|
'cachekey': opts['cachekey'],
|
|
1204
1245
|
'cachescope': opts['cachescope'],
|
|
1246
|
+
'cacheuser': opts['cacheuser'],
|
|
1205
1247
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1206
1248
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1207
1249
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1232,6 +1274,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1232
1274
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1233
1275
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1234
1276
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1277
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1235
1278
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1236
1279
|
* @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
|
|
1237
1280
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1252,6 +1295,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1252
1295
|
'cachegroup': opts['cachegroup'],
|
|
1253
1296
|
'cachekey': opts['cachekey'],
|
|
1254
1297
|
'cachescope': opts['cachescope'],
|
|
1298
|
+
'cacheuser': opts['cacheuser'],
|
|
1255
1299
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1256
1300
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1257
1301
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1282,6 +1326,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1282
1326
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1283
1327
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1284
1328
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1329
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1285
1330
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1286
1331
|
* @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
|
|
1287
1332
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1302,6 +1347,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1302
1347
|
'cachegroup': opts['cachegroup'],
|
|
1303
1348
|
'cachekey': opts['cachekey'],
|
|
1304
1349
|
'cachescope': opts['cachescope'],
|
|
1350
|
+
'cacheuser': opts['cacheuser'],
|
|
1305
1351
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1306
1352
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1307
1353
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1333,6 +1379,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1333
1379
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1334
1380
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1335
1381
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1382
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1336
1383
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1337
1384
|
* @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
|
|
1338
1385
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1359,6 +1406,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1359
1406
|
'cachegroup': opts['cachegroup'],
|
|
1360
1407
|
'cachekey': opts['cachekey'],
|
|
1361
1408
|
'cachescope': opts['cachescope'],
|
|
1409
|
+
'cacheuser': opts['cacheuser'],
|
|
1362
1410
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1363
1411
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1364
1412
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1389,6 +1437,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1389
1437
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1390
1438
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1391
1439
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1440
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1392
1441
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1393
1442
|
* @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
|
|
1394
1443
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1409,6 +1458,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1409
1458
|
'cachegroup': opts['cachegroup'],
|
|
1410
1459
|
'cachekey': opts['cachekey'],
|
|
1411
1460
|
'cachescope': opts['cachescope'],
|
|
1461
|
+
'cacheuser': opts['cacheuser'],
|
|
1412
1462
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1413
1463
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1414
1464
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1440,6 +1490,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1440
1490
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1441
1491
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1442
1492
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1493
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1443
1494
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1444
1495
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1445
1496
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1466,6 +1517,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1466
1517
|
'cachegroup': opts['cachegroup'],
|
|
1467
1518
|
'cachekey': opts['cachekey'],
|
|
1468
1519
|
'cachescope': opts['cachescope'],
|
|
1520
|
+
'cacheuser': opts['cacheuser'],
|
|
1469
1521
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1470
1522
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1471
1523
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1497,6 +1549,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1497
1549
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1498
1550
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1499
1551
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1552
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1500
1553
|
* @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
1554
|
* @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
1555
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1523,6 +1576,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1523
1576
|
'cachegroup': opts['cachegroup'],
|
|
1524
1577
|
'cachekey': opts['cachekey'],
|
|
1525
1578
|
'cachescope': opts['cachescope'],
|
|
1579
|
+
'cacheuser': opts['cacheuser'],
|
|
1526
1580
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1527
1581
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1528
1582
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1554,6 +1608,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1554
1608
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1555
1609
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1556
1610
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1611
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1557
1612
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1558
1613
|
* @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
|
|
1559
1614
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1580,6 +1635,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1580
1635
|
'cachegroup': opts['cachegroup'],
|
|
1581
1636
|
'cachekey': opts['cachekey'],
|
|
1582
1637
|
'cachescope': opts['cachescope'],
|
|
1638
|
+
'cacheuser': opts['cacheuser'],
|
|
1583
1639
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1584
1640
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1585
1641
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1611,6 +1667,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1611
1667
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1612
1668
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1613
1669
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1670
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1614
1671
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1615
1672
|
* @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
|
|
1616
1673
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1637,6 +1694,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1637
1694
|
'cachegroup': opts['cachegroup'],
|
|
1638
1695
|
'cachekey': opts['cachekey'],
|
|
1639
1696
|
'cachescope': opts['cachescope'],
|
|
1697
|
+
'cacheuser': opts['cacheuser'],
|
|
1640
1698
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1641
1699
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1642
1700
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1669,6 +1727,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1669
1727
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1670
1728
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1671
1729
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1730
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1672
1731
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1673
1732
|
* @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
|
|
1674
1733
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1699,6 +1758,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1699
1758
|
'cachegroup': opts['cachegroup'],
|
|
1700
1759
|
'cachekey': opts['cachekey'],
|
|
1701
1760
|
'cachescope': opts['cachescope'],
|
|
1761
|
+
'cacheuser': opts['cacheuser'],
|
|
1702
1762
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1703
1763
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1704
1764
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1731,6 +1791,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1731
1791
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1732
1792
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1733
1793
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1794
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1734
1795
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1735
1796
|
* @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
|
|
1736
1797
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1762,6 +1823,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1762
1823
|
'cachegroup': opts['cachegroup'],
|
|
1763
1824
|
'cachekey': opts['cachekey'],
|
|
1764
1825
|
'cachescope': opts['cachescope'],
|
|
1826
|
+
'cacheuser': opts['cacheuser'],
|
|
1765
1827
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1766
1828
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1767
1829
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1794,6 +1856,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1794
1856
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1795
1857
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1796
1858
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1859
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1797
1860
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1798
1861
|
* @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
|
|
1799
1862
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1824,6 +1887,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1824
1887
|
'cachegroup': opts['cachegroup'],
|
|
1825
1888
|
'cachekey': opts['cachekey'],
|
|
1826
1889
|
'cachescope': opts['cachescope'],
|
|
1890
|
+
'cacheuser': opts['cacheuser'],
|
|
1827
1891
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1828
1892
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1829
1893
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1855,6 +1919,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1855
1919
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1856
1920
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1857
1921
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1922
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1858
1923
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1859
1924
|
* @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
|
|
1860
1925
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1879,6 +1944,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1879
1944
|
'cachegroup': opts['cachegroup'],
|
|
1880
1945
|
'cachekey': opts['cachekey'],
|
|
1881
1946
|
'cachescope': opts['cachescope'],
|
|
1947
|
+
'cacheuser': opts['cacheuser'],
|
|
1882
1948
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1883
1949
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1884
1950
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1911,6 +1977,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1911
1977
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1912
1978
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1913
1979
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1980
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1914
1981
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1915
1982
|
* @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
|
|
1916
1983
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1942,6 +2009,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1942
2009
|
'cachegroup': opts['cachegroup'],
|
|
1943
2010
|
'cachekey': opts['cachekey'],
|
|
1944
2011
|
'cachescope': opts['cachescope'],
|
|
2012
|
+
'cacheuser': opts['cacheuser'],
|
|
1945
2013
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1946
2014
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1947
2015
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1973,6 +2041,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1973
2041
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1974
2042
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1975
2043
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2044
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1976
2045
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1977
2046
|
* @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
|
|
1978
2047
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1997,6 +2066,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1997
2066
|
'cachegroup': opts['cachegroup'],
|
|
1998
2067
|
'cachekey': opts['cachekey'],
|
|
1999
2068
|
'cachescope': opts['cachescope'],
|
|
2069
|
+
'cacheuser': opts['cacheuser'],
|
|
2000
2070
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2001
2071
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2002
2072
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2028,6 +2098,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2028
2098
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2029
2099
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2030
2100
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2101
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2031
2102
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2032
2103
|
* @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
|
|
2033
2104
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2052,6 +2123,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2052
2123
|
'cachegroup': opts['cachegroup'],
|
|
2053
2124
|
'cachekey': opts['cachekey'],
|
|
2054
2125
|
'cachescope': opts['cachescope'],
|
|
2126
|
+
'cacheuser': opts['cacheuser'],
|
|
2055
2127
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2056
2128
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2057
2129
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2084,6 +2156,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2084
2156
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2085
2157
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2086
2158
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2159
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2087
2160
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2088
2161
|
* @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
|
|
2089
2162
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2114,6 +2187,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2114
2187
|
'cachegroup': opts['cachegroup'],
|
|
2115
2188
|
'cachekey': opts['cachekey'],
|
|
2116
2189
|
'cachescope': opts['cachescope'],
|
|
2190
|
+
'cacheuser': opts['cacheuser'],
|
|
2117
2191
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2118
2192
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2119
2193
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2146,6 +2220,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2146
2220
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2147
2221
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2148
2222
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2223
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2149
2224
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2150
2225
|
* @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
|
|
2151
2226
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2176,6 +2251,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2176
2251
|
'cachegroup': opts['cachegroup'],
|
|
2177
2252
|
'cachekey': opts['cachekey'],
|
|
2178
2253
|
'cachescope': opts['cachescope'],
|
|
2254
|
+
'cacheuser': opts['cacheuser'],
|
|
2179
2255
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2180
2256
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2181
2257
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2207,6 +2283,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2207
2283
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2208
2284
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2209
2285
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2286
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2210
2287
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2211
2288
|
* @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
|
|
2212
2289
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2234,6 +2311,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2234
2311
|
'cachegroup': opts['cachegroup'],
|
|
2235
2312
|
'cachekey': opts['cachekey'],
|
|
2236
2313
|
'cachescope': opts['cachescope'],
|
|
2314
|
+
'cacheuser': opts['cacheuser'],
|
|
2237
2315
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2238
2316
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2239
2317
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|