@gobodo/gobodo-api-promise 0.1.45 → 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 -3
- 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/index.js +0 -7
- 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 +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +64 -64
- 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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +25 -25
- package/dist/model/Form.js +29 -29
- 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 +30 -30
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/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 +31 -31
- package/dist/model/ImageUploadObject.js +31 -31
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +26 -26
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- 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 +29 -29
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +8 -8
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +25 -25
- package/dist/model/PrivateMessageConversation.js +30 -30
- 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 +24 -24
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +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 +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- 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 +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +31 -31
- package/dist/model/VideoLiveUrl.js +27 -27
- package/dist/model/VideoSchema.js +58 -58
- package/dist/model/VideoUploadObject.js +31 -31
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
- package/dist/model/PathPathInner.js +0 -9
package/dist/api/CommentsApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.47
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Comments service.
|
|
29
29
|
* @module api/CommentsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -52,6 +52,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
52
52
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
53
53
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
54
54
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
55
|
+
* @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)
|
|
55
56
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
56
57
|
* @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
|
|
57
58
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -75,6 +76,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
76
|
'cachegroup': opts['cachegroup'],
|
|
76
77
|
'cachekey': opts['cachekey'],
|
|
77
78
|
'cachescope': opts['cachescope'],
|
|
79
|
+
'cacheuser': opts['cacheuser'],
|
|
78
80
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
81
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
82
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -98,6 +100,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
100
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
99
101
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
100
102
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
103
|
+
* @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)
|
|
101
104
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
102
105
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
103
106
|
* @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
|
|
@@ -121,6 +124,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
121
124
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
125
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
126
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
127
|
+
* @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)
|
|
124
128
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
125
129
|
* @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
|
|
126
130
|
* @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 CommentsApi = 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'],
|
|
@@ -168,6 +173,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
168
173
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
169
174
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
170
175
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
176
|
+
* @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)
|
|
171
177
|
* @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
|
|
172
178
|
* @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
|
|
173
179
|
* @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 CommentsApi = 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
|
|
@@ -209,6 +216,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
216
|
'cachegroup': opts['cachegroup'],
|
|
210
217
|
'cachekey': opts['cachekey'],
|
|
211
218
|
'cachescope': opts['cachescope'],
|
|
219
|
+
'cacheuser': opts['cacheuser'],
|
|
212
220
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
213
221
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
214
222
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -230,6 +238,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
230
238
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
231
239
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
232
240
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
241
|
+
* @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)
|
|
233
242
|
* @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
|
|
234
243
|
* @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
|
|
235
244
|
* @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
|
|
@@ -254,6 +263,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
254
263
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
255
264
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
256
265
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
266
|
+
* @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)
|
|
257
267
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
258
268
|
* @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
|
|
259
269
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -279,6 +289,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
279
289
|
'cachegroup': opts['cachegroup'],
|
|
280
290
|
'cachekey': opts['cachekey'],
|
|
281
291
|
'cachescope': opts['cachescope'],
|
|
292
|
+
'cacheuser': opts['cacheuser'],
|
|
282
293
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
283
294
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
284
295
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -302,6 +313,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
302
313
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
303
314
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
304
315
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
316
|
+
* @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)
|
|
305
317
|
* @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
|
|
306
318
|
* @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
|
|
307
319
|
* @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
|
|
@@ -326,6 +338,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
326
338
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
327
339
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
328
340
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
341
|
+
* @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)
|
|
329
342
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
330
343
|
* @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
|
|
331
344
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -351,6 +364,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
351
364
|
'cachegroup': opts['cachegroup'],
|
|
352
365
|
'cachekey': opts['cachekey'],
|
|
353
366
|
'cachescope': opts['cachescope'],
|
|
367
|
+
'cacheuser': opts['cacheuser'],
|
|
354
368
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
355
369
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
356
370
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -374,6 +388,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
374
388
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
375
389
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
376
390
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
391
|
+
* @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)
|
|
377
392
|
* @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
|
|
378
393
|
* @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
|
|
379
394
|
* @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
|
|
@@ -396,6 +411,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
396
411
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
397
412
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
398
413
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
414
|
+
* @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)
|
|
399
415
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
400
416
|
* @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
|
|
401
417
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -421,6 +437,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
421
437
|
'cachegroup': opts['cachegroup'],
|
|
422
438
|
'cachekey': opts['cachekey'],
|
|
423
439
|
'cachescope': opts['cachescope'],
|
|
440
|
+
'cacheuser': opts['cacheuser'],
|
|
424
441
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
425
442
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
426
443
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -442,6 +459,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
442
459
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
443
460
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
444
461
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
462
|
+
* @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)
|
|
445
463
|
* @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
|
|
446
464
|
* @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
|
|
447
465
|
* @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
|
|
@@ -467,6 +485,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
467
485
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
468
486
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
469
487
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
488
|
+
* @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)
|
|
470
489
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
471
490
|
* @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
|
|
472
491
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -496,6 +515,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
496
515
|
'cachegroup': opts['cachegroup'],
|
|
497
516
|
'cachekey': opts['cachekey'],
|
|
498
517
|
'cachescope': opts['cachescope'],
|
|
518
|
+
'cacheuser': opts['cacheuser'],
|
|
499
519
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
500
520
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
501
521
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -520,6 +540,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
520
540
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
521
541
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
522
542
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
543
|
+
* @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)
|
|
523
544
|
* @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
|
|
524
545
|
* @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
|
|
525
546
|
* @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
|
|
@@ -545,6 +566,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
545
566
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
546
567
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
547
568
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
569
|
+
* @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)
|
|
548
570
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
549
571
|
* @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
|
|
550
572
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -574,6 +596,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
574
596
|
'cachegroup': opts['cachegroup'],
|
|
575
597
|
'cachekey': opts['cachekey'],
|
|
576
598
|
'cachescope': opts['cachescope'],
|
|
599
|
+
'cacheuser': opts['cacheuser'],
|
|
577
600
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
578
601
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
579
602
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -598,6 +621,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
598
621
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
599
622
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
600
623
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
624
|
+
* @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)
|
|
601
625
|
* @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
|
|
602
626
|
* @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
|
|
603
627
|
* @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
|