@gobodo/gobodo-api-promise 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 +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +458 -2
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -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 +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +34 -34
- 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 +31 -31
- 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 +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +50 -50
- package/dist/model/File.js +65 -65
- package/dist/model/FileAttachmentUploadObject.js +65 -65
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +29 -29
- 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 +25 -25
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +27 -27
- 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 +90 -90
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +87 -87
- package/dist/model/ImageUploadObject.js +87 -87
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +32 -32
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +81 -81
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- 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 +29 -29
- 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 +30 -30
- 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 +30 -30
- 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 +50 -50
- 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 +30 -30
- package/dist/model/TemplateSchema.js +30 -30
- package/dist/model/ThemeMapping.js +39 -39
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +53 -53
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- 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 +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +68 -68
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +68 -68
- package/dist/model/VideoUploadObject.js +68 -68
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.38
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* MeetingEvents service.
|
|
29
29
|
* @module api/MeetingEventsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -47,6 +47,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
47
47
|
* @param {Number} id The id of the object to delete
|
|
48
48
|
* @param {Object} opts Optional parameters
|
|
49
49
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
50
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
51
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
52
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
53
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
50
54
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
51
55
|
* @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
|
|
52
56
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -68,6 +72,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
68
72
|
var queryParams = {};
|
|
69
73
|
var headerParams = {
|
|
70
74
|
'Authorization': opts['authorization'],
|
|
75
|
+
'cacheduration': opts['cacheduration'],
|
|
76
|
+
'cachegroup': opts['cachegroup'],
|
|
77
|
+
'cachekey': opts['cachekey'],
|
|
78
|
+
'cachescope': opts['cachescope'],
|
|
71
79
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
72
80
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
73
81
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -86,6 +94,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
86
94
|
* @param {Number} id The id of the object to delete
|
|
87
95
|
* @param {Object} opts Optional parameters
|
|
88
96
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
97
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
98
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
99
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
100
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
89
101
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
90
102
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
91
103
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -106,6 +118,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
118
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
107
119
|
* @param {Object} opts Optional parameters
|
|
108
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
|
|
109
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
|
|
110
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
|
|
111
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
|
|
@@ -127,6 +143,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
127
143
|
var queryParams = {};
|
|
128
144
|
var headerParams = {
|
|
129
145
|
'Authorization': opts['authorization'],
|
|
146
|
+
'cacheduration': opts['cacheduration'],
|
|
147
|
+
'cachegroup': opts['cachegroup'],
|
|
148
|
+
'cachekey': opts['cachekey'],
|
|
149
|
+
'cachescope': opts['cachescope'],
|
|
130
150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
131
151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
132
152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -146,6 +166,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
166
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
147
167
|
* @param {Object} opts Optional parameters
|
|
148
168
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
169
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
170
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
171
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
172
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
149
173
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
150
174
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
151
175
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -168,6 +192,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
168
192
|
* @param {Number} enddate The unix epoch time for the end time of the event
|
|
169
193
|
* @param {Object} opts Optional parameters
|
|
170
194
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
195
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
196
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
197
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
198
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
171
199
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
172
200
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
173
201
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -199,6 +227,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
227
|
var queryParams = {};
|
|
200
228
|
var headerParams = {
|
|
201
229
|
'Authorization': opts['authorization'],
|
|
230
|
+
'cacheduration': opts['cacheduration'],
|
|
231
|
+
'cachegroup': opts['cachegroup'],
|
|
232
|
+
'cachekey': opts['cachekey'],
|
|
233
|
+
'cachescope': opts['cachescope'],
|
|
202
234
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
203
235
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
204
236
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -220,6 +252,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
220
252
|
* @param {Number} enddate The unix epoch time for the end time of the event
|
|
221
253
|
* @param {Object} opts Optional parameters
|
|
222
254
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
255
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
256
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
257
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
258
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
223
259
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
224
260
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
225
261
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -240,6 +276,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
240
276
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
241
277
|
* @param {Object} opts Optional parameters
|
|
242
278
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
279
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
280
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
281
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
282
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
243
283
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
244
284
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
245
285
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -261,6 +301,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
261
301
|
var queryParams = {};
|
|
262
302
|
var headerParams = {
|
|
263
303
|
'Authorization': opts['authorization'],
|
|
304
|
+
'cacheduration': opts['cacheduration'],
|
|
305
|
+
'cachegroup': opts['cachegroup'],
|
|
306
|
+
'cachekey': opts['cachekey'],
|
|
307
|
+
'cachescope': opts['cachescope'],
|
|
264
308
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
265
309
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
266
310
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -280,6 +324,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
280
324
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
281
325
|
* @param {Object} opts Optional parameters
|
|
282
326
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
327
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
328
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
329
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
330
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
283
331
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
284
332
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
285
333
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -300,6 +348,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
300
348
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
301
349
|
* @param {Object} opts Optional parameters
|
|
302
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
|
|
303
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
|
|
304
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
|
|
305
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
|
|
@@ -321,6 +373,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
373
|
var queryParams = {};
|
|
322
374
|
var headerParams = {
|
|
323
375
|
'Authorization': opts['authorization'],
|
|
376
|
+
'cacheduration': opts['cacheduration'],
|
|
377
|
+
'cachegroup': opts['cachegroup'],
|
|
378
|
+
'cachekey': opts['cachekey'],
|
|
379
|
+
'cachescope': opts['cachescope'],
|
|
324
380
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
325
381
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
326
382
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -340,6 +396,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
340
396
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
341
397
|
* @param {Object} opts Optional parameters
|
|
342
398
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
399
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
400
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
401
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
402
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
343
403
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
344
404
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
345
405
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
package/dist/api/PagesApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.38
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* Pages service.
|
|
34
34
|
* @module api/PagesApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.38
|
|
36
36
|
*/
|
|
37
37
|
var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -53,6 +53,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
53
53
|
* @param {module:model/PageSchema} pageSchema Page object or array of objects to create
|
|
54
54
|
* @param {Object} opts Optional parameters
|
|
55
55
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
56
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
57
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
58
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
59
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
56
60
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
57
61
|
* @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
|
|
58
62
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -72,6 +76,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
76
|
var queryParams = {};
|
|
73
77
|
var headerParams = {
|
|
74
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'cacheduration': opts['cacheduration'],
|
|
80
|
+
'cachegroup': opts['cachegroup'],
|
|
81
|
+
'cachekey': opts['cachekey'],
|
|
82
|
+
'cachescope': opts['cachescope'],
|
|
75
83
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
76
84
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
85
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -91,6 +99,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
91
99
|
* @param {module:model/PageSchema} pageSchema Page object or array of objects to create
|
|
92
100
|
* @param {Object} opts Optional parameters
|
|
93
101
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
102
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
103
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
104
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
105
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
94
106
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
95
107
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
96
108
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -110,6 +122,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
122
|
* @param {Number} id The id of the object to delete
|
|
111
123
|
* @param {Object} opts Optional parameters
|
|
112
124
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
125
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
126
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
127
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
128
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
113
129
|
* @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
130
|
* @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
131
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -131,6 +147,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
131
147
|
var queryParams = {};
|
|
132
148
|
var headerParams = {
|
|
133
149
|
'Authorization': opts['authorization'],
|
|
150
|
+
'cacheduration': opts['cacheduration'],
|
|
151
|
+
'cachegroup': opts['cachegroup'],
|
|
152
|
+
'cachekey': opts['cachekey'],
|
|
153
|
+
'cachescope': opts['cachescope'],
|
|
134
154
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
135
155
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
136
156
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -149,6 +169,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
169
|
* @param {Number} id The id of the object to delete
|
|
150
170
|
* @param {Object} opts Optional parameters
|
|
151
171
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
172
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
173
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
174
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
175
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
152
176
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
153
177
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
154
178
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -170,6 +194,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
170
194
|
* @param {module:model/Page} page Conversation object or array of objects to create
|
|
171
195
|
* @param {Object} opts Optional parameters
|
|
172
196
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
197
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
198
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
199
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
200
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
173
201
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
174
202
|
* @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
|
|
175
203
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -195,6 +223,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
223
|
var queryParams = {};
|
|
196
224
|
var headerParams = {
|
|
197
225
|
'Authorization': opts['authorization'],
|
|
226
|
+
'cacheduration': opts['cacheduration'],
|
|
227
|
+
'cachegroup': opts['cachegroup'],
|
|
228
|
+
'cachekey': opts['cachekey'],
|
|
229
|
+
'cachescope': opts['cachescope'],
|
|
198
230
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
199
231
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
200
232
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -215,6 +247,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
215
247
|
* @param {module:model/Page} page Conversation object or array of objects to create
|
|
216
248
|
* @param {Object} opts Optional parameters
|
|
217
249
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
250
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
251
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
252
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
253
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
218
254
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
219
255
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
220
256
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -233,6 +269,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
233
269
|
* Root for the API
|
|
234
270
|
* @param {Object} opts Optional parameters
|
|
235
271
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
272
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
273
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
274
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
275
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
236
276
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
237
277
|
* @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
|
|
238
278
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -248,6 +288,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
248
288
|
var queryParams = {};
|
|
249
289
|
var headerParams = {
|
|
250
290
|
'Authorization': opts['authorization'],
|
|
291
|
+
'cacheduration': opts['cacheduration'],
|
|
292
|
+
'cachegroup': opts['cachegroup'],
|
|
293
|
+
'cachekey': opts['cachekey'],
|
|
294
|
+
'cachescope': opts['cachescope'],
|
|
251
295
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
252
296
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
253
297
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -265,6 +309,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
265
309
|
* Root for the API
|
|
266
310
|
* @param {Object} opts Optional parameters
|
|
267
311
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
312
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
313
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
314
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
315
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
268
316
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
269
317
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
270
318
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -285,6 +333,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
285
333
|
* @param {Number} uid
|
|
286
334
|
* @param {Object} opts Optional parameters
|
|
287
335
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
336
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
337
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
338
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
339
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
288
340
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
289
341
|
* @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
|
|
290
342
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -306,6 +358,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
306
358
|
var queryParams = {};
|
|
307
359
|
var headerParams = {
|
|
308
360
|
'Authorization': opts['authorization'],
|
|
361
|
+
'cacheduration': opts['cacheduration'],
|
|
362
|
+
'cachegroup': opts['cachegroup'],
|
|
363
|
+
'cachekey': opts['cachekey'],
|
|
364
|
+
'cachescope': opts['cachescope'],
|
|
309
365
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
310
366
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
311
367
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -325,6 +381,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
325
381
|
* @param {Number} uid
|
|
326
382
|
* @param {Object} opts Optional parameters
|
|
327
383
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
384
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
385
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
386
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
387
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
328
388
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
329
389
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
330
390
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -345,6 +405,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
345
405
|
* @param {Number} id
|
|
346
406
|
* @param {Object} opts Optional parameters
|
|
347
407
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
408
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
409
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
410
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
411
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
348
412
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
349
413
|
* @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
|
|
350
414
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -366,6 +430,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
366
430
|
var queryParams = {};
|
|
367
431
|
var headerParams = {
|
|
368
432
|
'Authorization': opts['authorization'],
|
|
433
|
+
'cacheduration': opts['cacheduration'],
|
|
434
|
+
'cachegroup': opts['cachegroup'],
|
|
435
|
+
'cachekey': opts['cachekey'],
|
|
436
|
+
'cachescope': opts['cachescope'],
|
|
369
437
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
370
438
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
371
439
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -385,6 +453,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
385
453
|
* @param {Number} id
|
|
386
454
|
* @param {Object} opts Optional parameters
|
|
387
455
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
456
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
457
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
458
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
459
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
388
460
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
389
461
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
390
462
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -405,6 +477,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
405
477
|
* @param {Number} id
|
|
406
478
|
* @param {Object} opts Optional parameters
|
|
407
479
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
480
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
481
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
482
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
483
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
408
484
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
409
485
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
410
486
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -428,6 +504,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
428
504
|
var queryParams = {};
|
|
429
505
|
var headerParams = {
|
|
430
506
|
'Authorization': opts['authorization'],
|
|
507
|
+
'cacheduration': opts['cacheduration'],
|
|
508
|
+
'cachegroup': opts['cachegroup'],
|
|
509
|
+
'cachekey': opts['cachekey'],
|
|
510
|
+
'cachescope': opts['cachescope'],
|
|
431
511
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
432
512
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
433
513
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -450,6 +530,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
450
530
|
* @param {Number} id
|
|
451
531
|
* @param {Object} opts Optional parameters
|
|
452
532
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
533
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
534
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
535
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
536
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
453
537
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
454
538
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
455
539
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -473,6 +557,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
557
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The property map to set in Json format
|
|
474
558
|
* @param {Object} opts Optional parameters
|
|
475
559
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
560
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
561
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
562
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
563
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
476
564
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
477
565
|
* @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
|
|
478
566
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -498,6 +586,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
498
586
|
var queryParams = {};
|
|
499
587
|
var headerParams = {
|
|
500
588
|
'Authorization': opts['authorization'],
|
|
589
|
+
'cacheduration': opts['cacheduration'],
|
|
590
|
+
'cachegroup': opts['cachegroup'],
|
|
591
|
+
'cachekey': opts['cachekey'],
|
|
592
|
+
'cachescope': opts['cachescope'],
|
|
501
593
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
502
594
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
503
595
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -518,6 +610,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
610
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The property map to set in Json format
|
|
519
611
|
* @param {Object} opts Optional parameters
|
|
520
612
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
613
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
614
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
615
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
616
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
521
617
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
522
618
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
523
619
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -539,6 +635,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
539
635
|
* @param {String} prop
|
|
540
636
|
* @param {Object} opts Optional parameters
|
|
541
637
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
638
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
639
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
640
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
641
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
542
642
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
543
643
|
* @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
|
|
544
644
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -566,6 +666,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
566
666
|
var queryParams = {};
|
|
567
667
|
var headerParams = {
|
|
568
668
|
'Authorization': opts['authorization'],
|
|
669
|
+
'cacheduration': opts['cacheduration'],
|
|
670
|
+
'cachegroup': opts['cachegroup'],
|
|
671
|
+
'cachekey': opts['cachekey'],
|
|
672
|
+
'cachescope': opts['cachescope'],
|
|
569
673
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
570
674
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
571
675
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -586,6 +690,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
586
690
|
* @param {String} prop
|
|
587
691
|
* @param {Object} opts Optional parameters
|
|
588
692
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
693
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
694
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
695
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
696
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
589
697
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
590
698
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
591
699
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|