@gobodo/gobodo-api 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 +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +22 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +26 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +20 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/index.js +0 -7
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +36 -36
- 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 +21 -21
- 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 +10 -10
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- 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 +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 +11 -11
- 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 +14 -14
- package/dist/model/ImageUploadObject.js +14 -14
- package/dist/model/InputPart.js +12 -12
- 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 +10 -10
- 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 +6 -6
- 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 +9 -9
- 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 +10 -10
- 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 +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 +14 -14
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.js +14 -14
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
- package/dist/model/PathPathInner.js +0 -9
package/dist/api/AdsApi.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.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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Ads service.
|
|
29
29
|
* @module api/AdsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -59,6 +59,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
60
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
61
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
|
+
* @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)
|
|
62
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
|
|
63
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
|
|
64
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
|
|
@@ -80,6 +81,7 @@ var AdsApi = 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'],
|
|
@@ -110,6 +112,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
112
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
111
113
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
112
114
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
115
|
+
* @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)
|
|
113
116
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
117
|
* @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
|
|
115
118
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -135,6 +138,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
135
138
|
'cachegroup': opts['cachegroup'],
|
|
136
139
|
'cachekey': opts['cachekey'],
|
|
137
140
|
'cachescope': opts['cachescope'],
|
|
141
|
+
'cacheuser': opts['cacheuser'],
|
|
138
142
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
139
143
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
140
144
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -164,6 +168,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
168
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
165
169
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
166
170
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
171
|
+
* @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)
|
|
167
172
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
168
173
|
* @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
|
|
169
174
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -183,6 +188,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
183
188
|
'cachegroup': opts['cachegroup'],
|
|
184
189
|
'cachekey': opts['cachekey'],
|
|
185
190
|
'cachescope': opts['cachescope'],
|
|
191
|
+
'cacheuser': opts['cacheuser'],
|
|
186
192
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
187
193
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
188
194
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -213,6 +219,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
219
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
214
220
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
215
221
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
222
|
+
* @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)
|
|
216
223
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
217
224
|
* @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
|
|
218
225
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -239,6 +246,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
246
|
'cachegroup': opts['cachegroup'],
|
|
240
247
|
'cachekey': opts['cachekey'],
|
|
241
248
|
'cachescope': opts['cachescope'],
|
|
249
|
+
'cacheuser': opts['cacheuser'],
|
|
242
250
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
243
251
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
244
252
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -270,6 +278,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
270
278
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
271
279
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
272
280
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
281
|
+
* @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)
|
|
273
282
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
274
283
|
* @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
|
|
275
284
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -296,6 +305,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
296
305
|
'cachegroup': opts['cachegroup'],
|
|
297
306
|
'cachekey': opts['cachekey'],
|
|
298
307
|
'cachescope': opts['cachescope'],
|
|
308
|
+
'cacheuser': opts['cacheuser'],
|
|
299
309
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
300
310
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
301
311
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -327,6 +337,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
327
337
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
328
338
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
329
339
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
340
|
+
* @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)
|
|
330
341
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
331
342
|
* @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
|
|
332
343
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -354,6 +365,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
354
365
|
'cachegroup': opts['cachegroup'],
|
|
355
366
|
'cachekey': opts['cachekey'],
|
|
356
367
|
'cachescope': opts['cachescope'],
|
|
368
|
+
'cacheuser': opts['cacheuser'],
|
|
357
369
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
358
370
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
359
371
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.47
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Attachments service.
|
|
32
32
|
* @module api/AttachmentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -62,6 +62,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
62
62
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
63
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
64
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
65
|
+
* @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)
|
|
65
66
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
66
67
|
* @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
|
|
67
68
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -87,6 +88,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
87
88
|
'cachegroup': opts['cachegroup'],
|
|
88
89
|
'cachekey': opts['cachekey'],
|
|
89
90
|
'cachescope': opts['cachescope'],
|
|
91
|
+
'cacheuser': opts['cacheuser'],
|
|
90
92
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
91
93
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
92
94
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -116,6 +118,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
116
118
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
117
119
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
118
120
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
121
|
+
* @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)
|
|
119
122
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
120
123
|
* @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
|
|
121
124
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -135,6 +138,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
135
138
|
'cachegroup': opts['cachegroup'],
|
|
136
139
|
'cachekey': opts['cachekey'],
|
|
137
140
|
'cachescope': opts['cachescope'],
|
|
141
|
+
'cacheuser': opts['cacheuser'],
|
|
138
142
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
139
143
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
140
144
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -166,6 +170,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
166
170
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
167
171
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
168
172
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
173
|
+
* @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)
|
|
169
174
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
170
175
|
* @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
|
|
171
176
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -192,6 +197,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
192
197
|
'cachegroup': opts['cachegroup'],
|
|
193
198
|
'cachekey': opts['cachekey'],
|
|
194
199
|
'cachescope': opts['cachescope'],
|
|
200
|
+
'cacheuser': opts['cacheuser'],
|
|
195
201
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
196
202
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
197
203
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -221,6 +227,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
221
227
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
222
228
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
223
229
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
230
|
+
* @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)
|
|
224
231
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
225
232
|
* @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
|
|
226
233
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -247,6 +254,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
247
254
|
'cachegroup': opts['cachegroup'],
|
|
248
255
|
'cachekey': opts['cachekey'],
|
|
249
256
|
'cachescope': opts['cachescope'],
|
|
257
|
+
'cacheuser': opts['cacheuser'],
|
|
250
258
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
251
259
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
252
260
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -278,6 +286,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
286
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
279
287
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
280
288
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
289
|
+
* @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)
|
|
281
290
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
282
291
|
* @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
|
|
283
292
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -305,6 +314,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
305
314
|
'cachegroup': opts['cachegroup'],
|
|
306
315
|
'cachekey': opts['cachekey'],
|
|
307
316
|
'cachescope': opts['cachescope'],
|
|
317
|
+
'cacheuser': opts['cacheuser'],
|
|
308
318
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
309
319
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
310
320
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -334,6 +344,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
334
344
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
335
345
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
336
346
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
347
|
+
* @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)
|
|
337
348
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
338
349
|
* @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
|
|
339
350
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -364,6 +375,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
364
375
|
'cachegroup': opts['cachegroup'],
|
|
365
376
|
'cachekey': opts['cachekey'],
|
|
366
377
|
'cachescope': opts['cachescope'],
|
|
378
|
+
'cacheuser': opts['cacheuser'],
|
|
367
379
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
368
380
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
369
381
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -401,6 +413,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
401
413
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
402
414
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
403
415
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
416
|
+
* @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)
|
|
404
417
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
405
418
|
* @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
|
|
406
419
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -423,6 +436,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
423
436
|
'cachegroup': opts['cachegroup'],
|
|
424
437
|
'cachekey': opts['cachekey'],
|
|
425
438
|
'cachescope': opts['cachescope'],
|
|
439
|
+
'cacheuser': opts['cacheuser'],
|
|
426
440
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
427
441
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
428
442
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -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.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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Authentication service.
|
|
29
29
|
* @module api/AuthenticationApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.47
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Categories service.
|
|
30
30
|
* @module api/CategoriesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.47
|
|
32
32
|
*/
|
|
33
33
|
var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -61,6 +61,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
62
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
63
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
64
|
+
* @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)
|
|
64
65
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
65
66
|
* @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
|
|
66
67
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -85,6 +86,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
85
86
|
'cachegroup': opts['cachegroup'],
|
|
86
87
|
'cachekey': opts['cachekey'],
|
|
87
88
|
'cachescope': opts['cachescope'],
|
|
89
|
+
'cacheuser': opts['cacheuser'],
|
|
88
90
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
89
91
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
90
92
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -117,6 +119,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
119
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
118
120
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
119
121
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
122
|
+
* @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)
|
|
120
123
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
121
124
|
* @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
|
|
122
125
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -147,6 +150,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
147
150
|
'cachegroup': opts['cachegroup'],
|
|
148
151
|
'cachekey': opts['cachekey'],
|
|
149
152
|
'cachescope': opts['cachescope'],
|
|
153
|
+
'cacheuser': opts['cacheuser'],
|
|
150
154
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
151
155
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
152
156
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -176,6 +180,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
176
180
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
177
181
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
178
182
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
183
|
+
* @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)
|
|
179
184
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
180
185
|
* @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
|
|
181
186
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -195,6 +200,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
200
|
'cachegroup': opts['cachegroup'],
|
|
196
201
|
'cachekey': opts['cachekey'],
|
|
197
202
|
'cachescope': opts['cachescope'],
|
|
203
|
+
'cacheuser': opts['cacheuser'],
|
|
198
204
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
199
205
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
200
206
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -226,6 +232,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
226
232
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
227
233
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
228
234
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
235
|
+
* @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)
|
|
229
236
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
230
237
|
* @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
|
|
231
238
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -252,6 +259,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
252
259
|
'cachegroup': opts['cachegroup'],
|
|
253
260
|
'cachekey': opts['cachekey'],
|
|
254
261
|
'cachescope': opts['cachescope'],
|
|
262
|
+
'cacheuser': opts['cacheuser'],
|
|
255
263
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
256
264
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
257
265
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -281,6 +289,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
281
289
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
282
290
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
283
291
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
292
|
+
* @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)
|
|
284
293
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
285
294
|
* @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
|
|
286
295
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -307,6 +316,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
307
316
|
'cachegroup': opts['cachegroup'],
|
|
308
317
|
'cachekey': opts['cachekey'],
|
|
309
318
|
'cachescope': opts['cachescope'],
|
|
319
|
+
'cacheuser': opts['cacheuser'],
|
|
310
320
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
311
321
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
312
322
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -337,6 +347,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
337
347
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
338
348
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
339
349
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
350
|
+
* @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)
|
|
340
351
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
341
352
|
* @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
|
|
342
353
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -357,6 +368,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
357
368
|
'cachegroup': opts['cachegroup'],
|
|
358
369
|
'cachekey': opts['cachekey'],
|
|
359
370
|
'cachescope': opts['cachescope'],
|
|
371
|
+
'cacheuser': opts['cacheuser'],
|
|
360
372
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
361
373
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
362
374
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -388,6 +400,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
388
400
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
389
401
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
390
402
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
403
|
+
* @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)
|
|
391
404
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
392
405
|
* @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
|
|
393
406
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -415,6 +428,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
415
428
|
'cachegroup': opts['cachegroup'],
|
|
416
429
|
'cachekey': opts['cachekey'],
|
|
417
430
|
'cachescope': opts['cachescope'],
|
|
431
|
+
'cacheuser': opts['cacheuser'],
|
|
418
432
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
419
433
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
420
434
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
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.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(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.47
|
|
31
31
|
*/
|
|
32
32
|
var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -60,6 +60,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
60
60
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
61
61
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
62
62
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
63
|
+
* @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)
|
|
63
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
64
65
|
* @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
|
|
65
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -84,6 +85,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
85
|
'cachegroup': opts['cachegroup'],
|
|
85
86
|
'cachekey': opts['cachekey'],
|
|
86
87
|
'cachescope': opts['cachescope'],
|
|
88
|
+
'cacheuser': opts['cacheuser'],
|
|
87
89
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
88
90
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
91
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -114,6 +116,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
114
116
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
115
117
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
116
118
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
119
|
+
* @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)
|
|
117
120
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
118
121
|
* @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
|
|
119
122
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -139,6 +142,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
139
142
|
'cachegroup': opts['cachegroup'],
|
|
140
143
|
'cachekey': opts['cachekey'],
|
|
141
144
|
'cachescope': opts['cachescope'],
|
|
145
|
+
'cacheuser': opts['cacheuser'],
|
|
142
146
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
143
147
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
144
148
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -168,6 +172,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
168
172
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
169
173
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
170
174
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
175
|
+
* @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)
|
|
171
176
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
172
177
|
* @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
|
|
173
178
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -187,6 +192,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
187
192
|
'cachegroup': opts['cachegroup'],
|
|
188
193
|
'cachekey': opts['cachekey'],
|
|
189
194
|
'cachescope': opts['cachescope'],
|
|
195
|
+
'cacheuser': opts['cacheuser'],
|
|
190
196
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
191
197
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
192
198
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -218,6 +224,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
218
224
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
219
225
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
220
226
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
227
|
+
* @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)
|
|
221
228
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
222
229
|
* @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
|
|
223
230
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -244,6 +251,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
244
251
|
'cachegroup': opts['cachegroup'],
|
|
245
252
|
'cachekey': opts['cachekey'],
|
|
246
253
|
'cachescope': opts['cachescope'],
|
|
254
|
+
'cacheuser': opts['cacheuser'],
|
|
247
255
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
248
256
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
249
257
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -275,6 +283,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
275
283
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
276
284
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
277
285
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
286
|
+
* @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)
|
|
278
287
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
279
288
|
* @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
|
|
280
289
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -301,6 +310,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
301
310
|
'cachegroup': opts['cachegroup'],
|
|
302
311
|
'cachekey': opts['cachekey'],
|
|
303
312
|
'cachescope': opts['cachescope'],
|
|
313
|
+
'cacheuser': opts['cacheuser'],
|
|
304
314
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
305
315
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
306
316
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -330,6 +340,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
330
340
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
331
341
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
332
342
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
343
|
+
* @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
344
|
* @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
345
|
* @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
346
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -356,6 +367,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
356
367
|
'cachegroup': opts['cachegroup'],
|
|
357
368
|
'cachekey': opts['cachekey'],
|
|
358
369
|
'cachescope': opts['cachescope'],
|
|
370
|
+
'cacheuser': opts['cacheuser'],
|
|
359
371
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
360
372
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
361
373
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -388,6 +400,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
388
400
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
389
401
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
390
402
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
403
|
+
* @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)
|
|
391
404
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
392
405
|
* @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
|
|
393
406
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -418,6 +431,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
418
431
|
'cachegroup': opts['cachegroup'],
|
|
419
432
|
'cachekey': opts['cachekey'],
|
|
420
433
|
'cachescope': opts['cachescope'],
|
|
434
|
+
'cacheuser': opts['cacheuser'],
|
|
421
435
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
422
436
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
423
437
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -450,6 +464,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
450
464
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
451
465
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
452
466
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
467
|
+
* @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)
|
|
453
468
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
454
469
|
* @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
|
|
455
470
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -480,6 +495,7 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
480
495
|
'cachegroup': opts['cachegroup'],
|
|
481
496
|
'cachekey': opts['cachekey'],
|
|
482
497
|
'cachescope': opts['cachescope'],
|
|
498
|
+
'cacheuser': opts['cacheuser'],
|
|
483
499
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
484
500
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
485
501
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|