@gobodo/gobodo-api 0.1.35 → 0.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +514 -2
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +25 -25
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +69 -69
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +25 -25
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +2 -2
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +13 -13
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +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/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +22 -22
- package/dist/model/ImageUploadObject.js +22 -22
- 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 +17 -17
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +10 -10
- 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 +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- 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 +9 -9
- 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 +2 -2
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +9 -9
- 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 +58 -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 +21 -21
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +21 -21
- package/dist/model/VideoUploadObject.js +21 -21
- package/dist/model/ZeusPortalCategory.js +13 -13
- package/package.json +1 -1
|
@@ -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.37
|
|
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.37
|
|
34
34
|
*/
|
|
35
35
|
var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,6 +59,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
60
60
|
* @param {Object} opts Optional parameters
|
|
61
61
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
63
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
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
|
|
63
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
|
|
64
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
|
|
@@ -85,6 +89,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
85
89
|
var queryParams = {};
|
|
86
90
|
var headerParams = {
|
|
87
91
|
'Authorization': opts['authorization'],
|
|
92
|
+
'cacheduration': opts['cacheduration'],
|
|
93
|
+
'cachegroup': opts['cachegroup'],
|
|
94
|
+
'cachekey': opts['cachekey'],
|
|
95
|
+
'cachescope': opts['cachescope'],
|
|
88
96
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
89
97
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
90
98
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -112,6 +120,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
112
120
|
* @param {Number} typeid
|
|
113
121
|
* @param {Object} opts Optional parameters
|
|
114
122
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
123
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
124
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
125
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
126
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
115
127
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
116
128
|
* @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
|
|
117
129
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -138,6 +150,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
138
150
|
var queryParams = {};
|
|
139
151
|
var headerParams = {
|
|
140
152
|
'Authorization': opts['authorization'],
|
|
153
|
+
'cacheduration': opts['cacheduration'],
|
|
154
|
+
'cachegroup': opts['cachegroup'],
|
|
155
|
+
'cachekey': opts['cachekey'],
|
|
156
|
+
'cachescope': opts['cachescope'],
|
|
141
157
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
142
158
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
143
159
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -163,6 +179,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
163
179
|
* @param {Number} id
|
|
164
180
|
* @param {Object} opts Optional parameters
|
|
165
181
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
182
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
183
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
184
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
185
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
166
186
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
167
187
|
* @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
|
|
168
188
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -185,6 +205,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
185
205
|
var queryParams = {};
|
|
186
206
|
var headerParams = {
|
|
187
207
|
'Authorization': opts['authorization'],
|
|
208
|
+
'cacheduration': opts['cacheduration'],
|
|
209
|
+
'cachegroup': opts['cachegroup'],
|
|
210
|
+
'cachekey': opts['cachekey'],
|
|
211
|
+
'cachescope': opts['cachescope'],
|
|
188
212
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
189
213
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
190
214
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -211,6 +235,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
211
235
|
* @param {Number} docid
|
|
212
236
|
* @param {Object} opts Optional parameters
|
|
213
237
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
238
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
239
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
240
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
241
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
214
242
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
215
243
|
* @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
|
|
216
244
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -233,6 +261,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
233
261
|
var queryParams = {};
|
|
234
262
|
var headerParams = {
|
|
235
263
|
'Authorization': opts['authorization'],
|
|
264
|
+
'cacheduration': opts['cacheduration'],
|
|
265
|
+
'cachegroup': opts['cachegroup'],
|
|
266
|
+
'cachekey': opts['cachekey'],
|
|
267
|
+
'cachescope': opts['cachescope'],
|
|
236
268
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
237
269
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
238
270
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -259,6 +291,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
259
291
|
* @param {Number} docpartid
|
|
260
292
|
* @param {Object} opts Optional parameters
|
|
261
293
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
294
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
295
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
296
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
297
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
262
298
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
263
299
|
* @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
|
|
264
300
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -281,6 +317,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
281
317
|
var queryParams = {};
|
|
282
318
|
var headerParams = {
|
|
283
319
|
'Authorization': opts['authorization'],
|
|
320
|
+
'cacheduration': opts['cacheduration'],
|
|
321
|
+
'cachegroup': opts['cachegroup'],
|
|
322
|
+
'cachekey': opts['cachekey'],
|
|
323
|
+
'cachescope': opts['cachescope'],
|
|
284
324
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
285
325
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
286
326
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -308,6 +348,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
308
348
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
309
349
|
* @param {Object} opts Optional parameters
|
|
310
350
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
351
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
352
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
353
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
354
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
311
355
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
312
356
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
313
357
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -334,6 +378,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
334
378
|
var queryParams = {};
|
|
335
379
|
var headerParams = {
|
|
336
380
|
'Authorization': opts['authorization'],
|
|
381
|
+
'cacheduration': opts['cacheduration'],
|
|
382
|
+
'cachegroup': opts['cachegroup'],
|
|
383
|
+
'cachekey': opts['cachekey'],
|
|
384
|
+
'cachescope': opts['cachescope'],
|
|
337
385
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
338
386
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
339
387
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -360,6 +408,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
360
408
|
* @param {Array.<module:model/Document>} document Document or array of documents to create
|
|
361
409
|
* @param {Object} opts Optional parameters
|
|
362
410
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
411
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
412
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
413
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
414
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
363
415
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
364
416
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
365
417
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -380,6 +432,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
380
432
|
var queryParams = {};
|
|
381
433
|
var headerParams = {
|
|
382
434
|
'Authorization': opts['authorization'],
|
|
435
|
+
'cacheduration': opts['cacheduration'],
|
|
436
|
+
'cachegroup': opts['cachegroup'],
|
|
437
|
+
'cachekey': opts['cachekey'],
|
|
438
|
+
'cachescope': opts['cachescope'],
|
|
383
439
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
384
440
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
441
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -406,6 +462,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
406
462
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
407
463
|
* @param {Object} opts Optional parameters
|
|
408
464
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
465
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
466
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
467
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
468
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
409
469
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
410
470
|
* @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
|
|
411
471
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -426,6 +486,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
426
486
|
var queryParams = {};
|
|
427
487
|
var headerParams = {
|
|
428
488
|
'Authorization': opts['authorization'],
|
|
489
|
+
'cacheduration': opts['cacheduration'],
|
|
490
|
+
'cachegroup': opts['cachegroup'],
|
|
491
|
+
'cachekey': opts['cachekey'],
|
|
492
|
+
'cachescope': opts['cachescope'],
|
|
429
493
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
430
494
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
431
495
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -453,6 +517,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
453
517
|
* @param {Number} docpartid
|
|
454
518
|
* @param {Object} opts Optional parameters
|
|
455
519
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
520
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
521
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
522
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
523
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
456
524
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
457
525
|
* @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
|
|
458
526
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -474,6 +542,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
474
542
|
var queryParams = {};
|
|
475
543
|
var headerParams = {
|
|
476
544
|
'Authorization': opts['authorization'],
|
|
545
|
+
'cacheduration': opts['cacheduration'],
|
|
546
|
+
'cachegroup': opts['cachegroup'],
|
|
547
|
+
'cachekey': opts['cachekey'],
|
|
548
|
+
'cachescope': opts['cachescope'],
|
|
477
549
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
478
550
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
479
551
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -501,6 +573,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
501
573
|
* @param {Number} docid
|
|
502
574
|
* @param {Object} opts Optional parameters
|
|
503
575
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
576
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
577
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
578
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
579
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
504
580
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
505
581
|
* @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
|
|
506
582
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -522,6 +598,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
522
598
|
var queryParams = {};
|
|
523
599
|
var headerParams = {
|
|
524
600
|
'Authorization': opts['authorization'],
|
|
601
|
+
'cacheduration': opts['cacheduration'],
|
|
602
|
+
'cachegroup': opts['cachegroup'],
|
|
603
|
+
'cachekey': opts['cachekey'],
|
|
604
|
+
'cachescope': opts['cachescope'],
|
|
525
605
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
526
606
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
527
607
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -549,6 +629,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
549
629
|
* @param {module:model/Document} document The document to update
|
|
550
630
|
* @param {Object} opts Optional parameters
|
|
551
631
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
632
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
633
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
634
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
635
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
552
636
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
553
637
|
* @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
|
|
554
638
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -575,6 +659,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
575
659
|
var queryParams = {};
|
|
576
660
|
var headerParams = {
|
|
577
661
|
'Authorization': opts['authorization'],
|
|
662
|
+
'cacheduration': opts['cacheduration'],
|
|
663
|
+
'cachegroup': opts['cachegroup'],
|
|
664
|
+
'cachekey': opts['cachekey'],
|
|
665
|
+
'cachescope': opts['cachescope'],
|
|
578
666
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
579
667
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
580
668
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -600,6 +688,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
600
688
|
* Root for the API
|
|
601
689
|
* @param {Object} opts Optional parameters
|
|
602
690
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
691
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
692
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
693
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
694
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
603
695
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
604
696
|
* @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
|
|
605
697
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -615,6 +707,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
615
707
|
var queryParams = {};
|
|
616
708
|
var headerParams = {
|
|
617
709
|
'Authorization': opts['authorization'],
|
|
710
|
+
'cacheduration': opts['cacheduration'],
|
|
711
|
+
'cachegroup': opts['cachegroup'],
|
|
712
|
+
'cachekey': opts['cachekey'],
|
|
713
|
+
'cachescope': opts['cachescope'],
|
|
618
714
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
619
715
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
620
716
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -640,6 +736,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
640
736
|
* Root for the API
|
|
641
737
|
* @param {Object} opts Optional parameters
|
|
642
738
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
739
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
740
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
741
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
742
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
643
743
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
644
744
|
* @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
|
|
645
745
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -655,6 +755,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
655
755
|
var queryParams = {};
|
|
656
756
|
var headerParams = {
|
|
657
757
|
'Authorization': opts['authorization'],
|
|
758
|
+
'cacheduration': opts['cacheduration'],
|
|
759
|
+
'cachegroup': opts['cachegroup'],
|
|
760
|
+
'cachekey': opts['cachekey'],
|
|
761
|
+
'cachescope': opts['cachescope'],
|
|
658
762
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
659
763
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
660
764
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -680,6 +784,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
680
784
|
* Returns all documents
|
|
681
785
|
* @param {Object} opts Optional parameters
|
|
682
786
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
787
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
788
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
789
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
790
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
683
791
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
684
792
|
* @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
|
|
685
793
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -696,6 +804,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
696
804
|
var queryParams = {};
|
|
697
805
|
var headerParams = {
|
|
698
806
|
'Authorization': opts['authorization'],
|
|
807
|
+
'cacheduration': opts['cacheduration'],
|
|
808
|
+
'cachegroup': opts['cachegroup'],
|
|
809
|
+
'cachekey': opts['cachekey'],
|
|
810
|
+
'cachescope': opts['cachescope'],
|
|
699
811
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
700
812
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
701
813
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -723,6 +835,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
723
835
|
* @param {Number} pagenum
|
|
724
836
|
* @param {Object} opts Optional parameters
|
|
725
837
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
838
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
839
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
840
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
841
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
726
842
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
727
843
|
* @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
|
|
728
844
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -750,6 +866,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
750
866
|
var queryParams = {};
|
|
751
867
|
var headerParams = {
|
|
752
868
|
'Authorization': opts['authorization'],
|
|
869
|
+
'cacheduration': opts['cacheduration'],
|
|
870
|
+
'cachegroup': opts['cachegroup'],
|
|
871
|
+
'cachekey': opts['cachekey'],
|
|
872
|
+
'cachescope': opts['cachescope'],
|
|
753
873
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
754
874
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
755
875
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -776,6 +896,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
776
896
|
* @param {Number} id
|
|
777
897
|
* @param {Object} opts Optional parameters
|
|
778
898
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
899
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
900
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
901
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
902
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
779
903
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
780
904
|
* @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
|
|
781
905
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -798,6 +922,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
798
922
|
var queryParams = {};
|
|
799
923
|
var headerParams = {
|
|
800
924
|
'Authorization': opts['authorization'],
|
|
925
|
+
'cacheduration': opts['cacheduration'],
|
|
926
|
+
'cachegroup': opts['cachegroup'],
|
|
927
|
+
'cachekey': opts['cachekey'],
|
|
928
|
+
'cachescope': opts['cachescope'],
|
|
801
929
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
802
930
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
803
931
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -824,6 +952,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
824
952
|
* @param {Number} id
|
|
825
953
|
* @param {Object} opts Optional parameters
|
|
826
954
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
955
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
956
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
957
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
958
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
827
959
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
828
960
|
* @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
|
|
829
961
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -846,6 +978,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
846
978
|
var queryParams = {};
|
|
847
979
|
var headerParams = {
|
|
848
980
|
'Authorization': opts['authorization'],
|
|
981
|
+
'cacheduration': opts['cacheduration'],
|
|
982
|
+
'cachegroup': opts['cachegroup'],
|
|
983
|
+
'cachekey': opts['cachekey'],
|
|
984
|
+
'cachescope': opts['cachescope'],
|
|
849
985
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
850
986
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
851
987
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -872,6 +1008,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
872
1008
|
* @param {Number} id
|
|
873
1009
|
* @param {Object} opts Optional parameters
|
|
874
1010
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1011
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1012
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1013
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1014
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
875
1015
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
876
1016
|
* @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
|
|
877
1017
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -894,6 +1034,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
894
1034
|
var queryParams = {};
|
|
895
1035
|
var headerParams = {
|
|
896
1036
|
'Authorization': opts['authorization'],
|
|
1037
|
+
'cacheduration': opts['cacheduration'],
|
|
1038
|
+
'cachegroup': opts['cachegroup'],
|
|
1039
|
+
'cachekey': opts['cachekey'],
|
|
1040
|
+
'cachescope': opts['cachescope'],
|
|
897
1041
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
898
1042
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
899
1043
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -921,6 +1065,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
921
1065
|
* @param {Number} id2
|
|
922
1066
|
* @param {Object} opts Optional parameters
|
|
923
1067
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1068
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1069
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1070
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1071
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
924
1072
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
925
1073
|
* @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
|
|
926
1074
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -947,6 +1095,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
947
1095
|
var queryParams = {};
|
|
948
1096
|
var headerParams = {
|
|
949
1097
|
'Authorization': opts['authorization'],
|
|
1098
|
+
'cacheduration': opts['cacheduration'],
|
|
1099
|
+
'cachegroup': opts['cachegroup'],
|
|
1100
|
+
'cachekey': opts['cachekey'],
|
|
1101
|
+
'cachescope': opts['cachescope'],
|
|
950
1102
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
951
1103
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
952
1104
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -975,6 +1127,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
975
1127
|
* @param {Number} id
|
|
976
1128
|
* @param {Object} opts Optional parameters
|
|
977
1129
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1130
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1131
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1132
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1133
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
978
1134
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
979
1135
|
* @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
|
|
980
1136
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -997,6 +1153,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
997
1153
|
var queryParams = {};
|
|
998
1154
|
var headerParams = {
|
|
999
1155
|
'Authorization': opts['authorization'],
|
|
1156
|
+
'cacheduration': opts['cacheduration'],
|
|
1157
|
+
'cachegroup': opts['cachegroup'],
|
|
1158
|
+
'cachekey': opts['cachekey'],
|
|
1159
|
+
'cachescope': opts['cachescope'],
|
|
1000
1160
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1001
1161
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1002
1162
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1023,6 +1183,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1023
1183
|
* @param {Number} typeid
|
|
1024
1184
|
* @param {Object} opts Optional parameters
|
|
1025
1185
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1186
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1187
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1188
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1189
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1026
1190
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1027
1191
|
* @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
|
|
1028
1192
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1045,6 +1209,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1045
1209
|
var queryParams = {};
|
|
1046
1210
|
var headerParams = {
|
|
1047
1211
|
'Authorization': opts['authorization'],
|
|
1212
|
+
'cacheduration': opts['cacheduration'],
|
|
1213
|
+
'cachegroup': opts['cachegroup'],
|
|
1214
|
+
'cachekey': opts['cachekey'],
|
|
1215
|
+
'cachescope': opts['cachescope'],
|
|
1048
1216
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1049
1217
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1050
1218
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1073,6 +1241,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1073
1241
|
* @param {Number} partindex
|
|
1074
1242
|
* @param {Object} opts Optional parameters
|
|
1075
1243
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1244
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1245
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1246
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1247
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1076
1248
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1077
1249
|
* @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
|
|
1078
1250
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1104,6 +1276,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1104
1276
|
var queryParams = {};
|
|
1105
1277
|
var headerParams = {
|
|
1106
1278
|
'Authorization': opts['authorization'],
|
|
1279
|
+
'cacheduration': opts['cacheduration'],
|
|
1280
|
+
'cachegroup': opts['cachegroup'],
|
|
1281
|
+
'cachekey': opts['cachekey'],
|
|
1282
|
+
'cachescope': opts['cachescope'],
|
|
1107
1283
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1108
1284
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1109
1285
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1132,6 +1308,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1132
1308
|
* @param {Number} partindex
|
|
1133
1309
|
* @param {Object} opts Optional parameters
|
|
1134
1310
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1311
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1312
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1313
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1314
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1135
1315
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1136
1316
|
* @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
|
|
1137
1317
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1163,6 +1343,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1163
1343
|
var queryParams = {};
|
|
1164
1344
|
var headerParams = {
|
|
1165
1345
|
'Authorization': opts['authorization'],
|
|
1346
|
+
'cacheduration': opts['cacheduration'],
|
|
1347
|
+
'cachegroup': opts['cachegroup'],
|
|
1348
|
+
'cachekey': opts['cachekey'],
|
|
1349
|
+
'cachescope': opts['cachescope'],
|
|
1166
1350
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1167
1351
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1168
1352
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1190,6 +1374,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1190
1374
|
* @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
|
|
1191
1375
|
* @param {Object} opts Optional parameters
|
|
1192
1376
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1377
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1378
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1379
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1380
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1193
1381
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1194
1382
|
* @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
|
|
1195
1383
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1216,6 +1404,10 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1216
1404
|
var queryParams = {};
|
|
1217
1405
|
var headerParams = {
|
|
1218
1406
|
'Authorization': opts['authorization'],
|
|
1407
|
+
'cacheduration': opts['cacheduration'],
|
|
1408
|
+
'cachegroup': opts['cachegroup'],
|
|
1409
|
+
'cachekey': opts['cachekey'],
|
|
1410
|
+
'cachescope': opts['cachescope'],
|
|
1219
1411
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1220
1412
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1221
1413
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|