@gobodo/gobodo-api-promise 0.1.46 → 0.1.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +5 -2
- package/dist/api/AdCampaignsApi.js +26 -2
- package/dist/api/AdManagementApi.js +38 -2
- package/dist/api/AdminDataManagementApi.js +5 -2
- package/dist/api/AdsApi.js +20 -2
- package/dist/api/AttachmentsApi.js +23 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +23 -2
- package/dist/api/CommentsApi.js +26 -2
- package/dist/api/ContentManagementApi.js +74 -2
- package/dist/api/ConversationsApi.js +29 -2
- package/dist/api/DataSheetImportsApi.js +47 -2
- package/dist/api/DefaultApi.js +35 -2
- package/dist/api/DocumentsApi.js +41 -2
- package/dist/api/EntryPartsApi.js +41 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +11 -2
- package/dist/api/FilesApi.js +5 -2
- package/dist/api/FormsApi.js +56 -2
- package/dist/api/FunctionsApi.js +5 -2
- package/dist/api/GeocodeApi.js +17 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +32 -2
- package/dist/api/GraphObjectTypesApi.js +29 -2
- package/dist/api/GraphObjectsApi.js +194 -2
- package/dist/api/GraphRelationshipTypesApi.js +53 -2
- package/dist/api/GraphRelationshipsApi.js +95 -2
- package/dist/api/GraphSchemasApi.js +23 -2
- package/dist/api/GraphTraversalApi.js +23 -2
- package/dist/api/GraphsApi.js +35 -2
- package/dist/api/GroupsApi.js +35 -2
- package/dist/api/IAMApi.js +14 -2
- package/dist/api/ImagesApi.js +26 -2
- package/dist/api/InvitesApi.js +17 -2
- package/dist/api/LikesApi.js +38 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +8 -2
- package/dist/api/MeetingEventsApi.js +17 -2
- package/dist/api/PagesApi.js +29 -2
- package/dist/api/PostsApi.js +17 -2
- package/dist/api/PrivateMessagesApi.js +50 -2
- package/dist/api/PublicationsApi.js +5 -2
- package/dist/api/ScreensApi.js +11 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +119 -2
- package/dist/api/TagsApi.js +5 -2
- package/dist/api/TemplatesApi.js +11 -2
- package/dist/api/ThemeMappingsApi.js +11 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +29 -2
- package/dist/api/UsersApi.js +29 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +35 -2
- package/dist/model/APIClient.js +23 -23
- 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 +31 -31
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +42 -42
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +2 -2
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +31 -31
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +71 -71
- 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 +25 -25
- 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 +52 -52
- package/dist/model/ImageUploadObject.js +52 -52
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +27 -27
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +27 -27
- 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 +31 -31
- 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 +2 -2
- package/dist/model/PrivateMessageConversation.js +27 -27
- 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 +71 -71
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +25 -25
- 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 +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 +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 +2 -2
- package/dist/model/VideoLiveUrl.js +27 -27
- 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
package/dist/api/UsersApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.47
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* Users service.
|
|
34
34
|
* @module api/UsersApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.47
|
|
36
36
|
*/
|
|
37
37
|
var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -57,6 +57,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
58
58
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
59
59
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
|
+
* @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)
|
|
60
61
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
62
|
* @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
|
|
62
63
|
* @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 +81,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
80
81
|
'cachegroup': opts['cachegroup'],
|
|
81
82
|
'cachekey': opts['cachekey'],
|
|
82
83
|
'cachescope': opts['cachescope'],
|
|
84
|
+
'cacheuser': opts['cacheuser'],
|
|
83
85
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
84
86
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
85
87
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -103,6 +105,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
103
105
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
104
106
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
105
107
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
108
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
106
109
|
* @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
|
|
107
110
|
* @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
|
|
108
111
|
* @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
|
|
@@ -125,6 +128,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
125
128
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
126
129
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
127
130
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
131
|
+
* @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)
|
|
128
132
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
129
133
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
130
134
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -144,6 +148,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
144
148
|
'cachegroup': opts['cachegroup'],
|
|
145
149
|
'cachekey': opts['cachekey'],
|
|
146
150
|
'cachescope': opts['cachescope'],
|
|
151
|
+
'cacheuser': opts['cacheuser'],
|
|
147
152
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
148
153
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
149
154
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -165,6 +170,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
165
170
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
166
171
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
167
172
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
173
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
168
174
|
* @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
175
|
* @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
176
|
* @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
|
|
@@ -190,6 +196,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
196
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
191
197
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
192
198
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
199
|
+
* @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
200
|
* @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
201
|
* @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
202
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -220,6 +227,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
220
227
|
'cachegroup': opts['cachegroup'],
|
|
221
228
|
'cachekey': opts['cachekey'],
|
|
222
229
|
'cachescope': opts['cachescope'],
|
|
230
|
+
'cacheuser': opts['cacheuser'],
|
|
223
231
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
224
232
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
225
233
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -244,6 +252,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
244
252
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
245
253
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
246
254
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
255
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
247
256
|
* @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
|
|
248
257
|
* @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
|
|
249
258
|
* @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
|
|
@@ -268,6 +277,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
268
277
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
269
278
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
270
279
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
280
|
+
* @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)
|
|
271
281
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
272
282
|
* @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
|
|
273
283
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -293,6 +303,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
303
|
'cachegroup': opts['cachegroup'],
|
|
294
304
|
'cachekey': opts['cachekey'],
|
|
295
305
|
'cachescope': opts['cachescope'],
|
|
306
|
+
'cacheuser': opts['cacheuser'],
|
|
296
307
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
297
308
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
298
309
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -316,6 +327,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
327
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
317
328
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
318
329
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
330
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
319
331
|
* @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
|
|
320
332
|
* @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
|
|
321
333
|
* @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
|
|
@@ -339,6 +351,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
339
351
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
340
352
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
341
353
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
354
|
+
* @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)
|
|
342
355
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
343
356
|
* @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
|
|
344
357
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -358,6 +371,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
358
371
|
'cachegroup': opts['cachegroup'],
|
|
359
372
|
'cachekey': opts['cachekey'],
|
|
360
373
|
'cachescope': opts['cachescope'],
|
|
374
|
+
'cacheuser': opts['cacheuser'],
|
|
361
375
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
362
376
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
363
377
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -380,6 +394,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
380
394
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
381
395
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
382
396
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
397
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
383
398
|
* @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
|
|
384
399
|
* @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
|
|
385
400
|
* @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
|
|
@@ -404,6 +419,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
404
419
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
405
420
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
406
421
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
422
|
+
* @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)
|
|
407
423
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
408
424
|
* @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
|
|
409
425
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -429,6 +445,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
429
445
|
'cachegroup': opts['cachegroup'],
|
|
430
446
|
'cachekey': opts['cachekey'],
|
|
431
447
|
'cachescope': opts['cachescope'],
|
|
448
|
+
'cacheuser': opts['cacheuser'],
|
|
432
449
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
433
450
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
434
451
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -452,6 +469,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
452
469
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
453
470
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
454
471
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
472
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
455
473
|
* @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
|
|
456
474
|
* @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
|
|
457
475
|
* @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
|
|
@@ -476,6 +494,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
476
494
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
477
495
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
478
496
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
497
|
+
* @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)
|
|
479
498
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
480
499
|
* @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
|
|
481
500
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -501,6 +520,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
501
520
|
'cachegroup': opts['cachegroup'],
|
|
502
521
|
'cachekey': opts['cachekey'],
|
|
503
522
|
'cachescope': opts['cachescope'],
|
|
523
|
+
'cacheuser': opts['cacheuser'],
|
|
504
524
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
505
525
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
506
526
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -524,6 +544,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
524
544
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
525
545
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
526
546
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
547
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
527
548
|
* @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
|
|
528
549
|
* @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
|
|
529
550
|
* @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
|
|
@@ -548,6 +569,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
548
569
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
549
570
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
550
571
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
572
|
+
* @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)
|
|
551
573
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
552
574
|
* @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
|
|
553
575
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -575,6 +597,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
575
597
|
'cachegroup': opts['cachegroup'],
|
|
576
598
|
'cachekey': opts['cachekey'],
|
|
577
599
|
'cachescope': opts['cachescope'],
|
|
600
|
+
'cacheuser': opts['cacheuser'],
|
|
578
601
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
579
602
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
580
603
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -601,6 +624,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
601
624
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
602
625
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
603
626
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
627
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
604
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
|
|
605
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
|
|
606
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
|
|
@@ -628,6 +652,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
652
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
629
653
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
630
654
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
655
|
+
* @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)
|
|
631
656
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
632
657
|
* @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
|
|
633
658
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -657,6 +682,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
657
682
|
'cachegroup': opts['cachegroup'],
|
|
658
683
|
'cachekey': opts['cachekey'],
|
|
659
684
|
'cachescope': opts['cachescope'],
|
|
685
|
+
'cacheuser': opts['cacheuser'],
|
|
660
686
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
661
687
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
662
688
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -681,6 +707,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
681
707
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
682
708
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
683
709
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
710
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
684
711
|
* @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
|
|
685
712
|
* @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
|
|
686
713
|
* @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
|
package/dist/api/UtilsApi.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* Utils service.
|
|
28
28
|
* @module api/UtilsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var UtilsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/VideosApi.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
23
23
|
* gobodo-api
|
|
24
24
|
* REST Interface for Gobodo API
|
|
25
25
|
*
|
|
26
|
-
* The version of the OpenAPI document: 0.1.
|
|
26
|
+
* The version of the OpenAPI document: 0.1.47
|
|
27
27
|
* Contact: info@gobodo.io
|
|
28
28
|
*
|
|
29
29
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
34
|
/**
|
|
35
35
|
* Videos service.
|
|
36
36
|
* @module api/VideosApi
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.47
|
|
38
38
|
*/
|
|
39
39
|
var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
|
@@ -58,6 +58,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
59
59
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
60
60
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
61
|
+
* @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)
|
|
61
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
63
|
* @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
|
|
63
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -83,6 +84,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
83
84
|
'cachegroup': opts['cachegroup'],
|
|
84
85
|
'cachekey': opts['cachekey'],
|
|
85
86
|
'cachescope': opts['cachescope'],
|
|
87
|
+
'cacheuser': opts['cacheuser'],
|
|
86
88
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
87
89
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
90
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -105,6 +107,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
107
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
106
108
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
107
109
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
110
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
108
111
|
* @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
|
|
109
112
|
* @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
|
|
110
113
|
* @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
|
|
@@ -127,6 +130,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
127
130
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
128
131
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
129
132
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
133
|
+
* @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)
|
|
130
134
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
131
135
|
* @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
|
|
132
136
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -146,6 +150,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
150
|
'cachegroup': opts['cachegroup'],
|
|
147
151
|
'cachekey': opts['cachekey'],
|
|
148
152
|
'cachescope': opts['cachescope'],
|
|
153
|
+
'cacheuser': opts['cacheuser'],
|
|
149
154
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
150
155
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
151
156
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -167,6 +172,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
167
172
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
168
173
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
169
174
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
175
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
170
176
|
* @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
|
|
171
177
|
* @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
|
|
172
178
|
* @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
|
|
@@ -191,6 +197,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
191
197
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
192
198
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
193
199
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
200
|
+
* @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)
|
|
194
201
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
195
202
|
* @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
|
|
196
203
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -216,6 +223,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
216
223
|
'cachegroup': opts['cachegroup'],
|
|
217
224
|
'cachekey': opts['cachekey'],
|
|
218
225
|
'cachescope': opts['cachescope'],
|
|
226
|
+
'cacheuser': opts['cacheuser'],
|
|
219
227
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
220
228
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
221
229
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -239,6 +247,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
247
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
240
248
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
241
249
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
250
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
242
251
|
* @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
|
|
243
252
|
* @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
|
|
244
253
|
* @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
|
|
@@ -261,6 +270,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
261
270
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
262
271
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
263
272
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
273
|
+
* @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)
|
|
264
274
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
265
275
|
* @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
|
|
266
276
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -286,6 +296,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
286
296
|
'cachegroup': opts['cachegroup'],
|
|
287
297
|
'cachekey': opts['cachekey'],
|
|
288
298
|
'cachescope': opts['cachescope'],
|
|
299
|
+
'cacheuser': opts['cacheuser'],
|
|
289
300
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
290
301
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
291
302
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -307,6 +318,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
307
318
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
308
319
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
309
320
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
321
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
310
322
|
* @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
|
|
311
323
|
* @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
|
|
312
324
|
* @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
|
|
@@ -330,6 +342,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
330
342
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
331
343
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
332
344
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
345
|
+
* @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)
|
|
333
346
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
334
347
|
* @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
|
|
335
348
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -359,6 +372,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
372
|
'cachegroup': opts['cachegroup'],
|
|
360
373
|
'cachekey': opts['cachekey'],
|
|
361
374
|
'cachescope': opts['cachescope'],
|
|
375
|
+
'cacheuser': opts['cacheuser'],
|
|
362
376
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
363
377
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
364
378
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -381,6 +395,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
381
395
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
382
396
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
383
397
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
398
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
384
399
|
* @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
|
|
385
400
|
* @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
|
|
386
401
|
* @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
|
|
@@ -404,6 +419,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
404
419
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
405
420
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
406
421
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
422
|
+
* @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)
|
|
407
423
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
408
424
|
* @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
|
|
409
425
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -433,6 +449,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
433
449
|
'cachegroup': opts['cachegroup'],
|
|
434
450
|
'cachekey': opts['cachekey'],
|
|
435
451
|
'cachescope': opts['cachescope'],
|
|
452
|
+
'cacheuser': opts['cacheuser'],
|
|
436
453
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
437
454
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
438
455
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -455,6 +472,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
472
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
456
473
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
457
474
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
475
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
458
476
|
* @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
|
|
459
477
|
* @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
|
|
460
478
|
* @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
|
|
@@ -477,6 +495,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
477
495
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
478
496
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
479
497
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
498
|
+
* @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)
|
|
480
499
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
481
500
|
* @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
|
|
482
501
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -500,6 +519,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
500
519
|
'cachegroup': opts['cachegroup'],
|
|
501
520
|
'cachekey': opts['cachekey'],
|
|
502
521
|
'cachescope': opts['cachescope'],
|
|
522
|
+
'cacheuser': opts['cacheuser'],
|
|
503
523
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
504
524
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
505
525
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -521,6 +541,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
521
541
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
522
542
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
523
543
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
544
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
524
545
|
* @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
|
|
525
546
|
* @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
|
|
526
547
|
* @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
|
|
@@ -544,6 +565,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
544
565
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
545
566
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
546
567
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
568
|
+
* @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)
|
|
547
569
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
548
570
|
* @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
|
|
549
571
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -573,6 +595,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
573
595
|
'cachegroup': opts['cachegroup'],
|
|
574
596
|
'cachekey': opts['cachekey'],
|
|
575
597
|
'cachescope': opts['cachescope'],
|
|
598
|
+
'cacheuser': opts['cacheuser'],
|
|
576
599
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
577
600
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
578
601
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -595,6 +618,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
595
618
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
596
619
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
597
620
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
621
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
598
622
|
* @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
|
|
599
623
|
* @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
|
|
600
624
|
* @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
|
|
@@ -618,6 +642,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
618
642
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
619
643
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
620
644
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
645
|
+
* @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)
|
|
621
646
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
622
647
|
* @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
|
|
623
648
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -647,6 +672,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
647
672
|
'cachegroup': opts['cachegroup'],
|
|
648
673
|
'cachekey': opts['cachekey'],
|
|
649
674
|
'cachescope': opts['cachescope'],
|
|
675
|
+
'cacheuser': opts['cacheuser'],
|
|
650
676
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
651
677
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
652
678
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -669,6 +695,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
669
695
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
670
696
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
671
697
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
698
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
672
699
|
* @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
|
|
673
700
|
* @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
|
|
674
701
|
* @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
|
|
@@ -691,6 +718,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
691
718
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
692
719
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
693
720
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
721
|
+
* @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)
|
|
694
722
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
695
723
|
* @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
|
|
696
724
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -720,6 +748,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
720
748
|
'cachegroup': opts['cachegroup'],
|
|
721
749
|
'cachekey': opts['cachekey'],
|
|
722
750
|
'cachescope': opts['cachescope'],
|
|
751
|
+
'cacheuser': opts['cacheuser'],
|
|
723
752
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
724
753
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
725
754
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -748,6 +777,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
748
777
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
749
778
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
750
779
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
780
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
751
781
|
* @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
|
|
752
782
|
* @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
|
|
753
783
|
* @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
|
|
@@ -775,6 +805,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
775
805
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
776
806
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
777
807
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
808
|
+
* @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)
|
|
778
809
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
779
810
|
* @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
|
|
780
811
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -796,6 +827,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
796
827
|
'cachegroup': opts['cachegroup'],
|
|
797
828
|
'cachekey': opts['cachekey'],
|
|
798
829
|
'cachescope': opts['cachescope'],
|
|
830
|
+
'cacheuser': opts['cacheuser'],
|
|
799
831
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
800
832
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
801
833
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -821,6 +853,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
821
853
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
822
854
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
823
855
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
856
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
824
857
|
* @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
|
|
825
858
|
* @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
|
|
826
859
|
* @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
|