@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
|
@@ -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
|
* ContentManagement service.
|
|
32
32
|
* @module api/ContentManagementApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -63,6 +63,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
63
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
64
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
65
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
66
|
+
* @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)
|
|
66
67
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
67
68
|
* @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
|
|
68
69
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -93,6 +94,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
94
|
'cachegroup': opts['cachegroup'],
|
|
94
95
|
'cachekey': opts['cachekey'],
|
|
95
96
|
'cachescope': opts['cachescope'],
|
|
97
|
+
'cacheuser': opts['cacheuser'],
|
|
96
98
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
97
99
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
98
100
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -124,6 +126,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
126
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
125
127
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
126
128
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
129
|
+
* @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)
|
|
127
130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
128
131
|
* @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
|
|
129
132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -154,6 +157,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
154
157
|
'cachegroup': opts['cachegroup'],
|
|
155
158
|
'cachekey': opts['cachekey'],
|
|
156
159
|
'cachescope': opts['cachescope'],
|
|
160
|
+
'cacheuser': opts['cacheuser'],
|
|
157
161
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
158
162
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
159
163
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -183,6 +187,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
183
187
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
184
188
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
185
189
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
190
|
+
* @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)
|
|
186
191
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
187
192
|
* @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
|
|
188
193
|
* @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 +214,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
214
|
'cachegroup': opts['cachegroup'],
|
|
210
215
|
'cachekey': opts['cachekey'],
|
|
211
216
|
'cachescope': opts['cachescope'],
|
|
217
|
+
'cacheuser': opts['cacheuser'],
|
|
212
218
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
213
219
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
214
220
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -239,6 +245,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
245
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
240
246
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
241
247
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
248
|
+
* @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)
|
|
242
249
|
* @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
250
|
* @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
251
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -265,6 +272,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
265
272
|
'cachegroup': opts['cachegroup'],
|
|
266
273
|
'cachekey': opts['cachekey'],
|
|
267
274
|
'cachescope': opts['cachescope'],
|
|
275
|
+
'cacheuser': opts['cacheuser'],
|
|
268
276
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
269
277
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
270
278
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -295,6 +303,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
295
303
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
296
304
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
297
305
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
306
|
+
* @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)
|
|
298
307
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
299
308
|
* @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
|
|
300
309
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -321,6 +330,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
330
|
'cachegroup': opts['cachegroup'],
|
|
322
331
|
'cachekey': opts['cachekey'],
|
|
323
332
|
'cachescope': opts['cachescope'],
|
|
333
|
+
'cacheuser': opts['cacheuser'],
|
|
324
334
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
325
335
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
326
336
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -352,6 +362,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
352
362
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
353
363
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
354
364
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
365
|
+
* @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)
|
|
355
366
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
356
367
|
* @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
|
|
357
368
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -382,6 +393,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
382
393
|
'cachegroup': opts['cachegroup'],
|
|
383
394
|
'cachekey': opts['cachekey'],
|
|
384
395
|
'cachescope': opts['cachescope'],
|
|
396
|
+
'cacheuser': opts['cacheuser'],
|
|
385
397
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
386
398
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
387
399
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -412,6 +424,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
412
424
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
413
425
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
414
426
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
427
|
+
* @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)
|
|
415
428
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
416
429
|
* @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
|
|
417
430
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -436,6 +449,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
436
449
|
'cachegroup': opts['cachegroup'],
|
|
437
450
|
'cachekey': opts['cachekey'],
|
|
438
451
|
'cachescope': opts['cachescope'],
|
|
452
|
+
'cacheuser': opts['cacheuser'],
|
|
439
453
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
440
454
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
441
455
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -466,6 +480,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
466
480
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
467
481
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
468
482
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
483
|
+
* @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)
|
|
469
484
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
470
485
|
* @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
|
|
471
486
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -490,6 +505,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
490
505
|
'cachegroup': opts['cachegroup'],
|
|
491
506
|
'cachekey': opts['cachekey'],
|
|
492
507
|
'cachescope': opts['cachescope'],
|
|
508
|
+
'cacheuser': opts['cacheuser'],
|
|
493
509
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
494
510
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
495
511
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -521,6 +537,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
521
537
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
522
538
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
523
539
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
540
|
+
* @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)
|
|
524
541
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
525
542
|
* @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
|
|
526
543
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -546,6 +563,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
546
563
|
'cachegroup': opts['cachegroup'],
|
|
547
564
|
'cachekey': opts['cachekey'],
|
|
548
565
|
'cachescope': opts['cachescope'],
|
|
566
|
+
'cacheuser': opts['cacheuser'],
|
|
549
567
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
550
568
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
551
569
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -577,6 +595,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
577
595
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
578
596
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
579
597
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
598
|
+
* @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)
|
|
580
599
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
581
600
|
* @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
|
|
582
601
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -602,6 +621,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
602
621
|
'cachegroup': opts['cachegroup'],
|
|
603
622
|
'cachekey': opts['cachekey'],
|
|
604
623
|
'cachescope': opts['cachescope'],
|
|
624
|
+
'cacheuser': opts['cacheuser'],
|
|
605
625
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
606
626
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
607
627
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -633,6 +653,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
633
653
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
634
654
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
635
655
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
656
|
+
* @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)
|
|
636
657
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
637
658
|
* @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
|
|
638
659
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -663,6 +684,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
663
684
|
'cachegroup': opts['cachegroup'],
|
|
664
685
|
'cachekey': opts['cachekey'],
|
|
665
686
|
'cachescope': opts['cachescope'],
|
|
687
|
+
'cacheuser': opts['cacheuser'],
|
|
666
688
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
667
689
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
668
690
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -692,6 +714,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
692
714
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
693
715
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
694
716
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
717
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
695
718
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
696
719
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
697
720
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -711,6 +734,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
711
734
|
'cachegroup': opts['cachegroup'],
|
|
712
735
|
'cachekey': opts['cachekey'],
|
|
713
736
|
'cachescope': opts['cachescope'],
|
|
737
|
+
'cacheuser': opts['cacheuser'],
|
|
714
738
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
715
739
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
716
740
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -740,6 +764,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
740
764
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
741
765
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
742
766
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
767
|
+
* @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)
|
|
743
768
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
744
769
|
* @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
|
|
745
770
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -759,6 +784,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
759
784
|
'cachegroup': opts['cachegroup'],
|
|
760
785
|
'cachekey': opts['cachekey'],
|
|
761
786
|
'cachescope': opts['cachescope'],
|
|
787
|
+
'cacheuser': opts['cacheuser'],
|
|
762
788
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
763
789
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
764
790
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -788,6 +814,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
788
814
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
789
815
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
790
816
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
817
|
+
* @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)
|
|
791
818
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
792
819
|
* @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
|
|
793
820
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -808,6 +835,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
808
835
|
'cachegroup': opts['cachegroup'],
|
|
809
836
|
'cachekey': opts['cachekey'],
|
|
810
837
|
'cachescope': opts['cachescope'],
|
|
838
|
+
'cacheuser': opts['cacheuser'],
|
|
811
839
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
812
840
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
813
841
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -839,6 +867,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
839
867
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
840
868
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
841
869
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
870
|
+
* @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)
|
|
842
871
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
843
872
|
* @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
|
|
844
873
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -870,6 +899,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
870
899
|
'cachegroup': opts['cachegroup'],
|
|
871
900
|
'cachekey': opts['cachekey'],
|
|
872
901
|
'cachescope': opts['cachescope'],
|
|
902
|
+
'cacheuser': opts['cacheuser'],
|
|
873
903
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
874
904
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
875
905
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -900,6 +930,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
900
930
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
901
931
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
902
932
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
933
|
+
* @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)
|
|
903
934
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
904
935
|
* @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
|
|
905
936
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -926,6 +957,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
926
957
|
'cachegroup': opts['cachegroup'],
|
|
927
958
|
'cachekey': opts['cachekey'],
|
|
928
959
|
'cachescope': opts['cachescope'],
|
|
960
|
+
'cacheuser': opts['cacheuser'],
|
|
929
961
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
930
962
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
931
963
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -956,6 +988,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
956
988
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
957
989
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
958
990
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
991
|
+
* @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)
|
|
959
992
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
960
993
|
* @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
|
|
961
994
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -982,6 +1015,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
982
1015
|
'cachegroup': opts['cachegroup'],
|
|
983
1016
|
'cachekey': opts['cachekey'],
|
|
984
1017
|
'cachescope': opts['cachescope'],
|
|
1018
|
+
'cacheuser': opts['cacheuser'],
|
|
985
1019
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
986
1020
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
987
1021
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1012,6 +1046,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1012
1046
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1013
1047
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1014
1048
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1049
|
+
* @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)
|
|
1015
1050
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1016
1051
|
* @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
|
|
1017
1052
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1038,6 +1073,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1038
1073
|
'cachegroup': opts['cachegroup'],
|
|
1039
1074
|
'cachekey': opts['cachekey'],
|
|
1040
1075
|
'cachescope': opts['cachescope'],
|
|
1076
|
+
'cacheuser': opts['cacheuser'],
|
|
1041
1077
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1042
1078
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1043
1079
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1069,6 +1105,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1069
1105
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1070
1106
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1071
1107
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1108
|
+
* @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)
|
|
1072
1109
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1073
1110
|
* @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
|
|
1074
1111
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1099,6 +1136,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1099
1136
|
'cachegroup': opts['cachegroup'],
|
|
1100
1137
|
'cachekey': opts['cachekey'],
|
|
1101
1138
|
'cachescope': opts['cachescope'],
|
|
1139
|
+
'cacheuser': opts['cacheuser'],
|
|
1102
1140
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1103
1141
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1104
1142
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1131,6 +1169,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1131
1169
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1132
1170
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1133
1171
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1172
|
+
* @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)
|
|
1134
1173
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1135
1174
|
* @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
|
|
1136
1175
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1157,6 +1196,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1157
1196
|
'cachegroup': opts['cachegroup'],
|
|
1158
1197
|
'cachekey': opts['cachekey'],
|
|
1159
1198
|
'cachescope': opts['cachescope'],
|
|
1199
|
+
'cacheuser': opts['cacheuser'],
|
|
1160
1200
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1161
1201
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1162
1202
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1187,6 +1227,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1187
1227
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1188
1228
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1189
1229
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1230
|
+
* @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)
|
|
1190
1231
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1191
1232
|
* @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
|
|
1192
1233
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1213,6 +1254,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1213
1254
|
'cachegroup': opts['cachegroup'],
|
|
1214
1255
|
'cachekey': opts['cachekey'],
|
|
1215
1256
|
'cachescope': opts['cachescope'],
|
|
1257
|
+
'cacheuser': opts['cacheuser'],
|
|
1216
1258
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1217
1259
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1218
1260
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1245,6 +1287,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1245
1287
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1246
1288
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1247
1289
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1290
|
+
* @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)
|
|
1248
1291
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1249
1292
|
* @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
|
|
1250
1293
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1280,6 +1323,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1280
1323
|
'cachegroup': opts['cachegroup'],
|
|
1281
1324
|
'cachekey': opts['cachekey'],
|
|
1282
1325
|
'cachescope': opts['cachescope'],
|
|
1326
|
+
'cacheuser': opts['cacheuser'],
|
|
1283
1327
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1284
1328
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1285
1329
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1312,6 +1356,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1312
1356
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1313
1357
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1314
1358
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1359
|
+
* @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)
|
|
1315
1360
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1316
1361
|
* @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
|
|
1317
1362
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1347,6 +1392,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1347
1392
|
'cachegroup': opts['cachegroup'],
|
|
1348
1393
|
'cachekey': opts['cachekey'],
|
|
1349
1394
|
'cachescope': opts['cachescope'],
|
|
1395
|
+
'cacheuser': opts['cacheuser'],
|
|
1350
1396
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1351
1397
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1352
1398
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1378,6 +1424,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1378
1424
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1379
1425
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1380
1426
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1427
|
+
* @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)
|
|
1381
1428
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1382
1429
|
* @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
|
|
1383
1430
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1408,6 +1455,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1408
1455
|
'cachegroup': opts['cachegroup'],
|
|
1409
1456
|
'cachekey': opts['cachekey'],
|
|
1410
1457
|
'cachescope': opts['cachescope'],
|
|
1458
|
+
'cacheuser': opts['cacheuser'],
|
|
1411
1459
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1412
1460
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1413
1461
|
'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
|
* Conversations service.
|
|
32
32
|
* @module api/ConversationsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -63,6 +63,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
63
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
64
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
65
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
66
|
+
* @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)
|
|
66
67
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
67
68
|
* @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
|
|
68
69
|
* @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 ConversationsApi = 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'],
|
|
@@ -117,6 +119,7 @@ var ConversationsApi = 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
|
|
@@ -142,6 +145,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
142
145
|
'cachegroup': opts['cachegroup'],
|
|
143
146
|
'cachekey': opts['cachekey'],
|
|
144
147
|
'cachescope': opts['cachescope'],
|
|
148
|
+
'cacheuser': opts['cacheuser'],
|
|
145
149
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
146
150
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
147
151
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -171,6 +175,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
171
175
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
172
176
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
173
177
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
178
|
+
* @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)
|
|
174
179
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
175
180
|
* @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
|
|
176
181
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -190,6 +195,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
195
|
'cachegroup': opts['cachegroup'],
|
|
191
196
|
'cachekey': opts['cachekey'],
|
|
192
197
|
'cachescope': opts['cachescope'],
|
|
198
|
+
'cacheuser': opts['cacheuser'],
|
|
193
199
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
194
200
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
195
201
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -220,6 +226,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
220
226
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
221
227
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
222
228
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
229
|
+
* @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)
|
|
223
230
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
224
231
|
* @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
|
|
225
232
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -240,6 +247,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
240
247
|
'cachegroup': opts['cachegroup'],
|
|
241
248
|
'cachekey': opts['cachekey'],
|
|
242
249
|
'cachescope': opts['cachescope'],
|
|
250
|
+
'cacheuser': opts['cacheuser'],
|
|
243
251
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
244
252
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
245
253
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -271,6 +279,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
271
279
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
272
280
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
273
281
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
282
|
+
* @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)
|
|
274
283
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
275
284
|
* @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
|
|
276
285
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -297,6 +306,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
297
306
|
'cachegroup': opts['cachegroup'],
|
|
298
307
|
'cachekey': opts['cachekey'],
|
|
299
308
|
'cachescope': opts['cachescope'],
|
|
309
|
+
'cacheuser': opts['cacheuser'],
|
|
300
310
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
301
311
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
302
312
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -328,6 +338,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
328
338
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
329
339
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
330
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)
|
|
331
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
|
|
332
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
|
|
333
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
|
|
@@ -354,6 +365,7 @@ var ConversationsApi = 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'],
|
|
@@ -385,6 +397,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
385
397
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
386
398
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
387
399
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
400
|
+
* @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)
|
|
388
401
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
389
402
|
* @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
|
|
390
403
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -411,6 +424,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
411
424
|
'cachegroup': opts['cachegroup'],
|
|
412
425
|
'cachekey': opts['cachekey'],
|
|
413
426
|
'cachescope': opts['cachescope'],
|
|
427
|
+
'cacheuser': opts['cacheuser'],
|
|
414
428
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
415
429
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
416
430
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -442,6 +456,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
442
456
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
443
457
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
444
458
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
459
|
+
* @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)
|
|
445
460
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
446
461
|
* @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
|
|
447
462
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -468,6 +483,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
468
483
|
'cachegroup': opts['cachegroup'],
|
|
469
484
|
'cachekey': opts['cachekey'],
|
|
470
485
|
'cachescope': opts['cachescope'],
|
|
486
|
+
'cacheuser': opts['cacheuser'],
|
|
471
487
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
472
488
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
473
489
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -498,6 +514,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
498
514
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
499
515
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
500
516
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
517
|
+
* @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)
|
|
501
518
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
502
519
|
* @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
|
|
503
520
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -518,6 +535,7 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
535
|
'cachegroup': opts['cachegroup'],
|
|
519
536
|
'cachekey': opts['cachekey'],
|
|
520
537
|
'cachescope': opts['cachescope'],
|
|
538
|
+
'cacheuser': opts['cacheuser'],
|
|
521
539
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
522
540
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
523
541
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|