@gobodo/gobodo-api 0.1.36 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +520 -8
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- 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 +14 -14
- 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 +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- 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 +11 -11
- 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 +11 -11
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +17 -17
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/CommentsApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.38
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Comments service.
|
|
29
29
|
* @module api/CommentsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -56,6 +56,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
56
56
|
* @param {Array.<module:model/Comment>} comment Comment or array of comment to create
|
|
57
57
|
* @param {Object} opts Optional parameters
|
|
58
58
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
59
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
60
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
61
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
62
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
59
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
60
64
|
* @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
|
|
61
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -76,6 +80,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
80
|
var queryParams = {};
|
|
77
81
|
var headerParams = {
|
|
78
82
|
'Authorization': opts['authorization'],
|
|
83
|
+
'cacheduration': opts['cacheduration'],
|
|
84
|
+
'cachegroup': opts['cachegroup'],
|
|
85
|
+
'cachekey': opts['cachekey'],
|
|
86
|
+
'cachescope': opts['cachescope'],
|
|
79
87
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
88
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
81
89
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -102,6 +110,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
102
110
|
* @param {Number} id The id of the object to delete
|
|
103
111
|
* @param {Object} opts Optional parameters
|
|
104
112
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
113
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
114
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
115
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
116
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
105
117
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
106
118
|
* @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
|
|
107
119
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -123,6 +135,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
135
|
var queryParams = {};
|
|
124
136
|
var headerParams = {
|
|
125
137
|
'Authorization': opts['authorization'],
|
|
138
|
+
'cacheduration': opts['cacheduration'],
|
|
139
|
+
'cachegroup': opts['cachegroup'],
|
|
140
|
+
'cachekey': opts['cachekey'],
|
|
141
|
+
'cachescope': opts['cachescope'],
|
|
126
142
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
127
143
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
128
144
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -148,6 +164,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
148
164
|
* Root for the API
|
|
149
165
|
* @param {Object} opts Optional parameters
|
|
150
166
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
167
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
168
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
169
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
170
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
151
171
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
152
172
|
* @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
|
|
153
173
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -163,6 +183,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
163
183
|
var queryParams = {};
|
|
164
184
|
var headerParams = {
|
|
165
185
|
'Authorization': opts['authorization'],
|
|
186
|
+
'cacheduration': opts['cacheduration'],
|
|
187
|
+
'cachegroup': opts['cachegroup'],
|
|
188
|
+
'cachekey': opts['cachekey'],
|
|
189
|
+
'cachescope': opts['cachescope'],
|
|
166
190
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
167
191
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
168
192
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -190,6 +214,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
214
|
* @param {Number} id
|
|
191
215
|
* @param {Object} opts Optional parameters
|
|
192
216
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
217
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
218
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
219
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
220
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
193
221
|
* @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
222
|
* @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
223
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -212,6 +240,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
212
240
|
var queryParams = {};
|
|
213
241
|
var headerParams = {
|
|
214
242
|
'Authorization': opts['authorization'],
|
|
243
|
+
'cacheduration': opts['cacheduration'],
|
|
244
|
+
'cachegroup': opts['cachegroup'],
|
|
245
|
+
'cachekey': opts['cachekey'],
|
|
246
|
+
'cachescope': opts['cachescope'],
|
|
215
247
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
216
248
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
217
249
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -239,6 +271,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
271
|
* @param {Number} id
|
|
240
272
|
* @param {Object} opts Optional parameters
|
|
241
273
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
274
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
275
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
276
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
277
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
242
278
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
243
279
|
* @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
|
|
244
280
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -261,6 +297,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
261
297
|
var queryParams = {};
|
|
262
298
|
var headerParams = {
|
|
263
299
|
'Authorization': opts['authorization'],
|
|
300
|
+
'cacheduration': opts['cacheduration'],
|
|
301
|
+
'cachegroup': opts['cachegroup'],
|
|
302
|
+
'cachekey': opts['cachekey'],
|
|
303
|
+
'cachescope': opts['cachescope'],
|
|
264
304
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
265
305
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
266
306
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -286,6 +326,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
286
326
|
* @param {Number} objectid
|
|
287
327
|
* @param {Object} opts Optional parameters
|
|
288
328
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
329
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
330
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
331
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
332
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
289
333
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
290
334
|
* @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
|
|
291
335
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -308,6 +352,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
308
352
|
var queryParams = {};
|
|
309
353
|
var headerParams = {
|
|
310
354
|
'Authorization': opts['authorization'],
|
|
355
|
+
'cacheduration': opts['cacheduration'],
|
|
356
|
+
'cachegroup': opts['cachegroup'],
|
|
357
|
+
'cachekey': opts['cachekey'],
|
|
358
|
+
'cachescope': opts['cachescope'],
|
|
311
359
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
312
360
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
313
361
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -336,6 +384,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
384
|
* @param {Array.<module:model/Comment>} comment Comment or array of comment to create
|
|
337
385
|
* @param {Object} opts Optional parameters
|
|
338
386
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
387
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
388
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
389
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
390
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
339
391
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
340
392
|
* @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
|
|
341
393
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -362,6 +414,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
362
414
|
var queryParams = {};
|
|
363
415
|
var headerParams = {
|
|
364
416
|
'Authorization': opts['authorization'],
|
|
417
|
+
'cacheduration': opts['cacheduration'],
|
|
418
|
+
'cachegroup': opts['cachegroup'],
|
|
419
|
+
'cachekey': opts['cachekey'],
|
|
420
|
+
'cachescope': opts['cachescope'],
|
|
365
421
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
366
422
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
367
423
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -390,6 +446,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
390
446
|
* @param {module:model/Comment} comment Post to update
|
|
391
447
|
* @param {Object} opts Optional parameters
|
|
392
448
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
449
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
450
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
451
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
452
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
393
453
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
394
454
|
* @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
|
|
395
455
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -416,6 +476,10 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
416
476
|
var queryParams = {};
|
|
417
477
|
var headerParams = {
|
|
418
478
|
'Authorization': opts['authorization'],
|
|
479
|
+
'cacheduration': opts['cacheduration'],
|
|
480
|
+
'cachegroup': opts['cachegroup'],
|
|
481
|
+
'cachekey': opts['cachekey'],
|
|
482
|
+
'cachescope': opts['cachescope'],
|
|
419
483
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
420
484
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
421
485
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|