@gobodo/gobodo-api 0.1.36 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +520 -8
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +11 -11
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +17 -17
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/DefaultApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.38
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Default service.
|
|
30
30
|
* @module api/DefaultApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,6 +55,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} id
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @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
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -78,6 +82,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
78
82
|
var queryParams = {};
|
|
79
83
|
var headerParams = {
|
|
80
84
|
'Authorization': opts['authorization'],
|
|
85
|
+
'cacheduration': opts['cacheduration'],
|
|
86
|
+
'cachegroup': opts['cachegroup'],
|
|
87
|
+
'cachekey': opts['cachekey'],
|
|
88
|
+
'cachescope': opts['cachescope'],
|
|
81
89
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
82
90
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
83
91
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -103,6 +111,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
103
111
|
* @param {Array.<module:model/APIClient>} aPIClient API Client Object
|
|
104
112
|
* @param {Object} opts Optional parameters
|
|
105
113
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
114
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
115
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
116
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
117
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
106
118
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
107
119
|
* @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
|
|
108
120
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -123,6 +135,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
135
|
var queryParams = {};
|
|
124
136
|
var headerParams = {
|
|
125
137
|
'Authorization': opts['authorization'],
|
|
138
|
+
'cacheduration': opts['cacheduration'],
|
|
139
|
+
'cachegroup': opts['cachegroup'],
|
|
140
|
+
'cachekey': opts['cachekey'],
|
|
141
|
+
'cachescope': opts['cachescope'],
|
|
126
142
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
127
143
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
128
144
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -182,6 +198,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
182
198
|
* Root for the API
|
|
183
199
|
* @param {Object} opts Optional parameters
|
|
184
200
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
201
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
202
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
203
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
204
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
185
205
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
186
206
|
* @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
|
|
187
207
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -197,6 +217,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
197
217
|
var queryParams = {};
|
|
198
218
|
var headerParams = {
|
|
199
219
|
'Authorization': opts['authorization'],
|
|
220
|
+
'cacheduration': opts['cacheduration'],
|
|
221
|
+
'cachegroup': opts['cachegroup'],
|
|
222
|
+
'cachekey': opts['cachekey'],
|
|
223
|
+
'cachescope': opts['cachescope'],
|
|
200
224
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
201
225
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
202
226
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -223,6 +247,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
223
247
|
* @param {Number} id
|
|
224
248
|
* @param {Object} opts Optional parameters
|
|
225
249
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
250
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
251
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
252
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
253
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
226
254
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
227
255
|
* @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
|
|
228
256
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -245,6 +273,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
273
|
var queryParams = {};
|
|
246
274
|
var headerParams = {
|
|
247
275
|
'Authorization': opts['authorization'],
|
|
276
|
+
'cacheduration': opts['cacheduration'],
|
|
277
|
+
'cachegroup': opts['cachegroup'],
|
|
278
|
+
'cachekey': opts['cachekey'],
|
|
279
|
+
'cachescope': opts['cachescope'],
|
|
248
280
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
249
281
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
250
282
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -272,6 +304,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
272
304
|
* Root for the API
|
|
273
305
|
* @param {Object} opts Optional parameters
|
|
274
306
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
307
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
308
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
309
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
310
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
275
311
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
276
312
|
* @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
|
|
277
313
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -287,6 +323,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
287
323
|
var queryParams = {};
|
|
288
324
|
var headerParams = {
|
|
289
325
|
'Authorization': opts['authorization'],
|
|
326
|
+
'cacheduration': opts['cacheduration'],
|
|
327
|
+
'cachegroup': opts['cachegroup'],
|
|
328
|
+
'cachekey': opts['cachekey'],
|
|
329
|
+
'cachescope': opts['cachescope'],
|
|
290
330
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
291
331
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
292
332
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -313,6 +353,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
313
353
|
* @param {Number} id
|
|
314
354
|
* @param {Object} opts Optional parameters
|
|
315
355
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
356
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
357
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
358
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
359
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
316
360
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
317
361
|
* @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
|
|
318
362
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -335,6 +379,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
335
379
|
var queryParams = {};
|
|
336
380
|
var headerParams = {
|
|
337
381
|
'Authorization': opts['authorization'],
|
|
382
|
+
'cacheduration': opts['cacheduration'],
|
|
383
|
+
'cachegroup': opts['cachegroup'],
|
|
384
|
+
'cachekey': opts['cachekey'],
|
|
385
|
+
'cachescope': opts['cachescope'],
|
|
338
386
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
339
387
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
340
388
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -363,6 +411,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
363
411
|
* Gets a comment by id
|
|
364
412
|
* @param {Object} opts Optional parameters
|
|
365
413
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
414
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
415
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
416
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
417
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
366
418
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
367
419
|
* @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
|
|
368
420
|
* @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 DefaultApi = 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'],
|
|
@@ -405,6 +461,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
405
461
|
* @param {Number} id
|
|
406
462
|
* @param {Object} opts Optional parameters
|
|
407
463
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
464
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
465
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
466
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
467
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
408
468
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
409
469
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
410
470
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -427,6 +487,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
427
487
|
var queryParams = {};
|
|
428
488
|
var headerParams = {
|
|
429
489
|
'Authorization': opts['authorization'],
|
|
490
|
+
'cacheduration': opts['cacheduration'],
|
|
491
|
+
'cachegroup': opts['cachegroup'],
|
|
492
|
+
'cachekey': opts['cachekey'],
|
|
493
|
+
'cachescope': opts['cachescope'],
|
|
430
494
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
431
495
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
432
496
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -452,6 +516,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
452
516
|
* @param {Number} id
|
|
453
517
|
* @param {Object} opts Optional parameters
|
|
454
518
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
519
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
520
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
521
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
522
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
455
523
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
456
524
|
* @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
|
|
457
525
|
* @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 DefaultApi = 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'],
|
|
@@ -500,6 +572,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
500
572
|
* Resets the secret key of the API Client
|
|
501
573
|
* @param {Object} opts Optional parameters
|
|
502
574
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
575
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
576
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
577
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
578
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
503
579
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
504
580
|
* @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
|
|
505
581
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -517,6 +593,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
517
593
|
var queryParams = {};
|
|
518
594
|
var headerParams = {
|
|
519
595
|
'Authorization': opts['authorization'],
|
|
596
|
+
'cacheduration': opts['cacheduration'],
|
|
597
|
+
'cachegroup': opts['cachegroup'],
|
|
598
|
+
'cachekey': opts['cachekey'],
|
|
599
|
+
'cachescope': opts['cachescope'],
|
|
520
600
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
521
601
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
522
602
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -542,6 +622,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
542
622
|
* @param {Number} id
|
|
543
623
|
* @param {Object} opts Optional parameters
|
|
544
624
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
625
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
626
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
627
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
628
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
545
629
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
546
630
|
* @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
|
|
547
631
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -565,6 +649,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
565
649
|
var queryParams = {};
|
|
566
650
|
var headerParams = {
|
|
567
651
|
'Authorization': opts['authorization'],
|
|
652
|
+
'cacheduration': opts['cacheduration'],
|
|
653
|
+
'cachegroup': opts['cachegroup'],
|
|
654
|
+
'cachekey': opts['cachekey'],
|
|
655
|
+
'cachescope': opts['cachescope'],
|
|
568
656
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
569
657
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
570
658
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/DocumentsApi.js
CHANGED
|
@@ -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.38
|
|
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
|
* Documents service.
|
|
32
32
|
* @module api/DocumentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,6 +59,10 @@ var DocumentsApi = 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 DocumentsApi = 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'],
|
|
@@ -110,6 +118,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
118
|
* @param {Number} id
|
|
111
119
|
* @param {Object} opts Optional parameters
|
|
112
120
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
121
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
122
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
113
125
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
126
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
115
127
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -132,6 +144,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
132
144
|
var queryParams = {};
|
|
133
145
|
var headerParams = {
|
|
134
146
|
'Authorization': opts['authorization'],
|
|
147
|
+
'cacheduration': opts['cacheduration'],
|
|
148
|
+
'cachegroup': opts['cachegroup'],
|
|
149
|
+
'cachekey': opts['cachekey'],
|
|
150
|
+
'cachescope': opts['cachescope'],
|
|
135
151
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
136
152
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
137
153
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -158,6 +174,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
158
174
|
* @param {Number} docid
|
|
159
175
|
* @param {Object} opts Optional parameters
|
|
160
176
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
177
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
178
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
179
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
180
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
161
181
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
162
182
|
* @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
|
|
163
183
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -180,6 +200,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
180
200
|
var queryParams = {};
|
|
181
201
|
var headerParams = {
|
|
182
202
|
'Authorization': opts['authorization'],
|
|
203
|
+
'cacheduration': opts['cacheduration'],
|
|
204
|
+
'cachegroup': opts['cachegroup'],
|
|
205
|
+
'cachekey': opts['cachekey'],
|
|
206
|
+
'cachescope': opts['cachescope'],
|
|
183
207
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
184
208
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
185
209
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -206,6 +230,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
206
230
|
* @param {Array.<module:model/Document>} document Document or array of documents to create
|
|
207
231
|
* @param {Object} opts Optional parameters
|
|
208
232
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
233
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
234
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
235
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
236
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
209
237
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
210
238
|
* @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
|
|
211
239
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -226,6 +254,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
226
254
|
var queryParams = {};
|
|
227
255
|
var headerParams = {
|
|
228
256
|
'Authorization': opts['authorization'],
|
|
257
|
+
'cacheduration': opts['cacheduration'],
|
|
258
|
+
'cachegroup': opts['cachegroup'],
|
|
259
|
+
'cachekey': opts['cachekey'],
|
|
260
|
+
'cachescope': opts['cachescope'],
|
|
229
261
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
230
262
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
231
263
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -253,6 +285,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
253
285
|
* @param {Number} docid
|
|
254
286
|
* @param {Object} opts Optional parameters
|
|
255
287
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
288
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
289
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
290
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
291
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
256
292
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
257
293
|
* @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
|
|
258
294
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -274,6 +310,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
274
310
|
var queryParams = {};
|
|
275
311
|
var headerParams = {
|
|
276
312
|
'Authorization': opts['authorization'],
|
|
313
|
+
'cacheduration': opts['cacheduration'],
|
|
314
|
+
'cachegroup': opts['cachegroup'],
|
|
315
|
+
'cachekey': opts['cachekey'],
|
|
316
|
+
'cachescope': opts['cachescope'],
|
|
277
317
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
278
318
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
279
319
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -300,6 +340,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
300
340
|
* @param {Number} id The id of the object to delete
|
|
301
341
|
* @param {Object} opts Optional parameters
|
|
302
342
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
343
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
344
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
345
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
346
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
303
347
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
304
348
|
* @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
|
|
305
349
|
* @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 +365,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
365
|
var queryParams = {};
|
|
322
366
|
var headerParams = {
|
|
323
367
|
'Authorization': opts['authorization'],
|
|
368
|
+
'cacheduration': opts['cacheduration'],
|
|
369
|
+
'cachegroup': opts['cachegroup'],
|
|
370
|
+
'cachekey': opts['cachekey'],
|
|
371
|
+
'cachescope': opts['cachescope'],
|
|
324
372
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
325
373
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
326
374
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -348,6 +396,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
348
396
|
* @param {module:model/Document} document The document to update
|
|
349
397
|
* @param {Object} opts Optional parameters
|
|
350
398
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
399
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
400
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
401
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
402
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
351
403
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
352
404
|
* @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
|
|
353
405
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -374,6 +426,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
374
426
|
var queryParams = {};
|
|
375
427
|
var headerParams = {
|
|
376
428
|
'Authorization': opts['authorization'],
|
|
429
|
+
'cacheduration': opts['cacheduration'],
|
|
430
|
+
'cachegroup': opts['cachegroup'],
|
|
431
|
+
'cachekey': opts['cachekey'],
|
|
432
|
+
'cachescope': opts['cachescope'],
|
|
377
433
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
378
434
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
379
435
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -399,6 +455,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
399
455
|
* Root for the API
|
|
400
456
|
* @param {Object} opts Optional parameters
|
|
401
457
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
458
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
459
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
460
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
461
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
402
462
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
403
463
|
* @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
|
|
404
464
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -414,6 +474,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
414
474
|
var queryParams = {};
|
|
415
475
|
var headerParams = {
|
|
416
476
|
'Authorization': opts['authorization'],
|
|
477
|
+
'cacheduration': opts['cacheduration'],
|
|
478
|
+
'cachegroup': opts['cachegroup'],
|
|
479
|
+
'cachekey': opts['cachekey'],
|
|
480
|
+
'cachescope': opts['cachescope'],
|
|
417
481
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
418
482
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
419
483
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -439,6 +503,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
439
503
|
* Returns all documents
|
|
440
504
|
* @param {Object} opts Optional parameters
|
|
441
505
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
506
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
507
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
508
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
509
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
442
510
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
443
511
|
* @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
|
|
444
512
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -455,6 +523,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
523
|
var queryParams = {};
|
|
456
524
|
var headerParams = {
|
|
457
525
|
'Authorization': opts['authorization'],
|
|
526
|
+
'cacheduration': opts['cacheduration'],
|
|
527
|
+
'cachegroup': opts['cachegroup'],
|
|
528
|
+
'cachekey': opts['cachekey'],
|
|
529
|
+
'cachescope': opts['cachescope'],
|
|
458
530
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
459
531
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
460
532
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -481,6 +553,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
481
553
|
* @param {Number} id
|
|
482
554
|
* @param {Object} opts Optional parameters
|
|
483
555
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
556
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
557
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
558
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
559
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
484
560
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
485
561
|
* @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
|
|
486
562
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -503,6 +579,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
503
579
|
var queryParams = {};
|
|
504
580
|
var headerParams = {
|
|
505
581
|
'Authorization': opts['authorization'],
|
|
582
|
+
'cacheduration': opts['cacheduration'],
|
|
583
|
+
'cachegroup': opts['cachegroup'],
|
|
584
|
+
'cachekey': opts['cachekey'],
|
|
585
|
+
'cachescope': opts['cachescope'],
|
|
506
586
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
507
587
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
508
588
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -530,6 +610,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
530
610
|
* @param {Number} id2
|
|
531
611
|
* @param {Object} opts Optional parameters
|
|
532
612
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
613
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
614
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
615
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
616
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
533
617
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
534
618
|
* @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
|
|
535
619
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -556,6 +640,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
556
640
|
var queryParams = {};
|
|
557
641
|
var headerParams = {
|
|
558
642
|
'Authorization': opts['authorization'],
|
|
643
|
+
'cacheduration': opts['cacheduration'],
|
|
644
|
+
'cachegroup': opts['cachegroup'],
|
|
645
|
+
'cachekey': opts['cachekey'],
|
|
646
|
+
'cachescope': opts['cachescope'],
|
|
559
647
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
560
648
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
561
649
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -584,6 +672,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
584
672
|
* @param {Number} id
|
|
585
673
|
* @param {Object} opts Optional parameters
|
|
586
674
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
675
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
676
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
677
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
678
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
587
679
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
588
680
|
* @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
|
|
589
681
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -606,6 +698,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
606
698
|
var queryParams = {};
|
|
607
699
|
var headerParams = {
|
|
608
700
|
'Authorization': opts['authorization'],
|
|
701
|
+
'cacheduration': opts['cacheduration'],
|
|
702
|
+
'cachegroup': opts['cachegroup'],
|
|
703
|
+
'cachekey': opts['cachekey'],
|
|
704
|
+
'cachescope': opts['cachescope'],
|
|
609
705
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
610
706
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
611
707
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -632,6 +728,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
632
728
|
* @param {Number} typeid
|
|
633
729
|
* @param {Object} opts Optional parameters
|
|
634
730
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
731
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
732
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
733
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
734
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
635
735
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
636
736
|
* @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
|
|
637
737
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -654,6 +754,10 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
654
754
|
var queryParams = {};
|
|
655
755
|
var headerParams = {
|
|
656
756
|
'Authorization': opts['authorization'],
|
|
757
|
+
'cacheduration': opts['cacheduration'],
|
|
758
|
+
'cachegroup': opts['cachegroup'],
|
|
759
|
+
'cachekey': opts['cachekey'],
|
|
760
|
+
'cachescope': opts['cachescope'],
|
|
657
761
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
658
762
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
659
763
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|